@media only screen and (min-width: 1390px) and (max-width: 1620px) {

    body, html {
        box-sizing: border-box;
        line-height: normal;
        font-size: 1rem;
        letter-spacing: .2px;
        /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
        font-family: 'Lexend', sans-serif;
        color: #404040;
        line-height: normal;
    }
    a {
        /* color: #43345a; */
        color: #404040;
        text-decoration: none;
    }
    a:hover {
        text-decoration: none;
        color: #404040;
    }
    p {
        font-weight: 300;
        line-height: 1.4rem;
        margin: 1.1rem 0;
        font-size: 1rem;
    }
    sup {
        position: relative;
        top: -4px;
    }
    .row { 
        margin: 0;
        /* display: flex; */
    }
    :focus {
        outline:none;
    }
    ::placeholder {
        color: #666;
    }
    h1, h2, h3, h4, h5 { padding: 0;}

    h1, .h1 { font-size: 36px; line-height: normal; font-weight: bold; }
    h2, .h2 { font-size: 34px; line-height: 42px; font-weight: bold; margin: 50px 0 0px; }
    h3, .h3 { font-size: 22px; line-height: 36px; font-weight: normal; }
    h4, .h4 { font-size: 20px; line-height: 30px; font-weight: normal; }
    h5, .h5 { font-size: 18px; line-height: 30px; font-weight: normal; }


    /* Buttons Start */
    .button {
    background: linear-gradient(to right, #ddd, #ccc);
    color: #fff;
    line-height: normal;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: normal;
    border:none;
    transition: all .2s ease-in-out;
    }
    .button:hover {
        color: #fff;
        transform: scale(1.03);
    }
    .button.green {
        background: linear-gradient(to right, #01d5f5, #52df84);
        color: #fff;
    }
    .button.orange {
        background: linear-gradient(to right, #fe8b6b, #ff754e);
        color: #fff;
    }
    /* Buttons End */


    /* Start Global */
    .underline {
        position: relative;
    }
    .underline::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: linear-gradient(to right, #01d5f5, #52df84);
        bottom: 5px;
        left: 0;
    }
    .underline-curv::after {
        background-image: url(../images/underline-curv.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        bottom: -10px;
        content: '';
        height: 10px;
        left: 0;
        position: absolute;
        max-width: 130px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }


    .txt-gradient-green {
        background: linear-gradient(to right, #01d5f5, #52df84);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
    }

    /* End Global */


    /* Start Header */
    header {
        background-color: #fff;
        padding: 5px 0;
        box-shadow: #eee 0px 0px 20px;
        position: sticky;
        top: 0;
        z-index: 4;
    }
    header .row {
        display: flex;
        align-items: center;
        margin: auto;
    }
    header ul {
        display: inline-flex;
        gap: 35px;
        margin-left: 17px;
        font-weight: 500;
    }
    header .login-signup-sec {
        text-align: right;
    }
    header .menu-sec .dropdown::after {
        content: '';
        margin-left: 10px;
        background: url(../images/icon_arrow-down_dropdown.gif) no-repeat;
        background-position: center;
        padding: 7px 8px;
        position: relative;
        top: 2px;
    }
    header .menu-sec a {
        position: relative;
    }
    header .menu-sec a:hover {
        font-weight: bold;
        /* color: #fe8b6b; */
    }
    header .menu-sec a:hover::after {
        /* background-image: url(../images/underline-curv-orange.svg); */
        background-repeat: no-repeat;
        background-size: 100% auto;
        bottom: -10px;
        content: '';
        height: 10px;
        left: 0;
        position: absolute;
        max-width: 170px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    header .logo-sec .logo-img { max-width: 250px; margin-right: 10px;}
    header ul { list-style: none;}
    header a {
        font-size: .95rem !important;
    }
    /* End Header */








    /* Start banner homepage sec */
    .banner-homepage-sec { 
        width: 100%; 
        height: calc(100vh - 130px);
        margin: 0;
        /* background: linear-gradient(to bottom, #fff, #f4f8fb); */
        background: linear-gradient(to bottom, #fff, #eff7fd); 
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }
    .banner-homepage-sec .banner-content-sec { 
        position: relative;
        bottom: 100px;
        text-align: center;
    }
    .banner-content-sec .first-head {font-size: 54px;}
    .banner-content-sec .first-head .first-head-bottom-txt { font-size: 44px; display: block; }
    .banner-content-sec .second-head { margin: 18px 0 0px; font-size: 18px;}
    .logo-search-sec {
        max-width: 640px;
        height: 90px;
        margin: auto; 
        background: #fff;
        box-shadow: #eee 0px 0px 20px;
        padding: 12px;
        border-radius: 10px;
        margin-top: 30px;
        /* border: #f4f8fb 5px solid; */
        font-size: 20px;
        display: flex;
    }
    .logo-search-sec .txt-eg {
        font-size: 12px;
        font-size: 12px;
        text-align: left;
        position: absolute;
        left: 17px;
        bottom: -37px;
        opacity: .3;
    }
    .logo-search-sec input[type=text] {
        width: 100%;
        height: 100%;
        border: none;
        padding: 0 15px;
    }
    .logo-search-sec button {
        width: 100%;
        height: 100%;
        box-shadow: #e5e5e5 0px 5px 20px;
        border-radius: 7px;
    }
    .logo-search-input,
    .logo-search-btn {
        padding: 0;
    }
    /* .banner-homepage-sec { 
        width: 100%; 
        height: calc(100vh - 0px);
        margin: 0;
        background: linear-gradient(to bottom, #fff, #f4f8fb); 
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    } */

    .round-shap-banner-homepage {
        /* width: 115%; */
        width: 100%;
        height: 400px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        /* bottom: -240px; */ bottom: -300px;
        opacity: 1;
    }
    .logo-box-demo {
        box-shadow: #ddd 3px 3px 10px;
        padding: 5px;
        margin: 0px;
        border-radius: 10px;
        overflow: hidden;
        background-color: #fff;
    }
    .logo-box-demo img { width: 100%; opacity: 1;}
    .logo-box-demo.xs {
        width: 70px;
        height: 70px;
    }
    .logo-box-demo.s {
        width: 80px;
        height: 80px;
    }
    .logo-box-demo.m {
        width: 120px;
        height: 120px;
    }
    .logo-box-demo.l {
        width: 150px;
        height: 150px;
    }
    .logo-box-demo.left1 {
        position: absolute;
        left: -15px;
        top: -50px;
        transform: rotate(-10deg);

    }
    .logo-box-demo.left2 {
        position: absolute;
        left: 40px;
        top: -0px;
        transform: rotate(10deg);
    }
    .logo-box-demo.left3 {
        position: absolute;
        left: 100px;
        /* top: -50px; */ top: -100px;
        padding: 15px;
        transform: rotate(-10deg);
    }
    .logo-box-demo.left4 {
        position: absolute;
        left: 180px;
        top: -60px;
        transform: rotate(10deg);
    }
    .logo-box-demo.right1 {
        position: absolute;
        right: 0;
        transform: rotate(10deg);
    }
    .logo-box-demo.right2 {
        position: absolute;
        right: 40px;
        top: -25px;
        transform: rotate(-10deg);
    }
    .logo-box-demo.right3 {
        position: absolute;
        right: 100px;
        top: -50px;
        transform: rotate(10deg);
    }
    .logo-box-demo.right4 {
        position: absolute;
        right: 200px;
        top: -75px;
        transform: rotate(-10deg);
    }
    .fancy-shaps-sec {}
    .fancy-shaps-sec img {
        width: 70%;
    }
    .fancy-shaps-sec .fancy-shap1 {
        position: absolute;
        left: 270px;
        top: 30%;
    }
    .fancy-shaps-sec .fancy-shap2 {
        position: absolute;
        right: 250px;
        top: 10%;
    }
    .fancy-shaps-sec .fancy-shap3 {
        position: absolute;
        left: 52%;
        top: 62%;
    }
    /* End banner homepage sec */





    /* Start Homepage Logo Tool Preview Section */
    .ltp-homepage-sec {
        margin-top: 0;
    }
    .ltp-img-sec img {
        width: 100%;
    }
    /* End Homepage Logo Tool Preview Section */







    /* Start Homepage Features Section */
    .features-homepage-sec {
        max-width: 100%;
        width: 100%;
        background: #f4f8fb;
        padding: 50px 0;
    }
    .feature-box-sec {
        display: flex;
        align-items: center;
        padding-top: 80px;
    }
    .feature-box-sec img {
        width: 100%;
    }
    .feature-box-sec p {
        margin: 20px 0;
    }
    .feature-name-head { font-size: 26px; font-weight: bold; text-transform: uppercase; }
    /* End Homepage Features Section */




    /* Start Blog Homepage */
    .blog-homepage-sec {
    }
    .blog-homepage-sec .blog-card {
        /* box-shadow: #eee 0px 0px 3px; */
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 40px;
    }
    .blog-homepage-sec .blog-card .blog-card-img {
        min-height: 210px;
    }
    .blog-homepage-sec .blog-card .blog-card-img img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .blog-homepage-sec .blog-card .blog-card-content {
        min-height: 100px;
        padding: 0 10px;
    }
    .blog-homepage-sec .blog-card .blog-card-content .blog-cat-name {
        font-size: .75rem;
        opacity: .5;
        text-transform: uppercase;
        padding: 5px 0;
        display: block;
        font-weight: 500;
    }
    .blog-homepage-sec .blog-card .blog-card-content .blog-head-name {
        font-size: 1.1rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.8rem;
    }
    /* End Blog Homepage */






    /* Start Footer */
    footer {
        font-size: .7rem;
        padding: 0 0 1rem 0;
        font-weight: 300;
    }
    footer .top-line-theme {
        width: 100%;
        height: 6px;
        /* background: linear-gradient(-60deg,transparent,#0ab9cf 14%,#7535e7 28%,#f9132f 42%,#ffbd00 56%,#72a043 70%,#0ab9cf 84%,rgba(0,196,204,0)); */
        background: linear-gradient(60deg,#ffbd00 10%,#f9132f 20%,#7535e7 40%,#01d5f5 60%, #01d5f5 50%, #52df84 100%);
        margin-bottom: 50px;
    }
    footer .row {
        display: flex;
        align-items: center;
        margin: auto;
    }
    footer .left-sec {
    }
    footer ul {
        display: inline-flex;
        gap: 10px;
    }
    footer .footer-links {
        opacity: 1;
    }
    footer .footer-social-links {
        text-transform: uppercase;    
        font-weight: normal;
        margin-top: 25px;
    }
    footer .footer-social-links img {
        width: 24px;
    }
    footer .right-sec {
        text-align: left;
    }
    footer .right-sec span {
        display: block;
        font-style: italic;
    }
    footer .footer-right-links  {
        align-items: flex-start;
    }
    footer .footer-right-links ul {
        display: block;
        text-align: left;
        line-height: 18px;
        align-items:flex-end;
    }
    footer h6 {
        font-weight: bold;
        font-size: 15px;
        display: block;
        margin-bottom: 15px;
    }
    footer p {
        line-height: 26px;
    }
    /* End Footer */








    section {
        margin: 100px 0;
    }



    /* Start Main Container */
    .banner-allpage-sec {     
        background: linear-gradient(to bottom, #fafafa, #fafafa); 
        padding: 100px 0;
        position: relative;
    }
    .banner-allpage-sec .page-heading {
        text-align: center;
        position: relative;
    }
    .banner-allpage-sec .page-heading::after {
        content: '';
        position: absolute;
        width: 200px;
        height: 12px;
        background-image: url(../images/underline-curv-orange.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        bottom: -23px;
        left: 50%;
        transform: translate(-50%);
        border-radius: 5px;
    }
    .page-container {
        max-width: 1100px;
        margin: auto;
        /* min-height: 700px; */
        /* min-height: calc(100vh); */
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .page-container h2 {
        font-size:36px;
        margin-bottom: 50px;
        position: relative;
    }
    .page-container h2::after {
        content: '';
        position: absolute;
        width: 170px;
        height: 10px;
        /* background: linear-gradient(to right, #01d5f5, #52df84); */
        background-image: url(../images/underline-curv.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        bottom: -23px;
        left: 50%;
        transform: translate(-50%);
        border-radius: 5px;
    }
    .page-container ul {
        list-style: circle;
        margin: 20px 40px;
        font-weight: 300;
        line-height: 1.9rem;
    }
    .page-container ol {
        list-style:decimal;
        margin: 20px 40px;
        font-weight: 300;
        line-height: 1.9rem;
    }
    /* End Main Container */


    /* Start breadcrumb */
    .breadcrumb {
        font-size: .75rem;
        background: none;
        position: absolute;
        left: 10px;
        top: 10px;
        color: #ccc;
        font-weight: 300;
    }
    /* End breadcrumb */



    /* Start Form */
    .form-box {
        background: #fff;
        box-shadow: #eee 0px 0px 20px;
        padding: 40px;
        border-radius: 10px;
    }
    /* End Form */




    /* Start Layout Left Right */
    .LeftRight_layout_box{
        display: grid; 
        grid-template-columns: 1fr 1fr;
        grid-gap: 100px;
        align-items: center;
    }
    .LeftRight_layout_box img {
        width: 100%;
    }
    .LeftRight_layout_box h2 {
        margin: 0;
    }
    .LeftRight_layout_box h2::after {
        display: none;
    }
    .LeftRight_layout_box+.LeftRight_layout_box {
        margin-top: 150px;
    }
    .LeftRight_layout_box+.LeftRight_layout_box:nth-of-type(2n) img {
        order: 2;
    }
    .LeftRight_layout_box p {
        margin-bottom:45px
    }
    /* End Layout Left Right */








    /* Start Logo Templates Pages */
    .logo-templates-page {
        padding: 0 75px;
    }
    .logo-templates-page section {
        padding: 0;
        min-height: auto;
    }
    .logo-templates-page h2 {
        font-size: 24px; 
        line-height: normal;
        margin-bottom: 30px;
    }
    .logo-templates-page .template-sec {
    }
    .logo-templates-page .template-sec .box {
        margin-bottom: 30px;
        background-color: #fff;
        min-height: 250px;
    }
    .logo-templates-page .template-sec .box img {
    width: 100%;
    transition: .4s;
    }
    .logo-templates-page .template-sec .box img:hover {
        transform: scale(1.08);
    }
    .logo-templates-page .create-blank-logo {
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        background-color: rgba(64,87,109,0.07);
        border:rgba(43,59,74,0.1) 1px solid;
        padding: 16px;
        overflow: hidden;
        width:100%;
        height:210px;
        transition: .4s;
    }
    .logo-templates-page .create-blank-logo:hover {
        transform: scale(1.08);
    }
    .logo-templates-page .create-blank-logo svg {
        margin: 0 auto;
        margin-bottom:10px;
    }
    /* End Logo Templates Pages */




    /* Start Logo Maker Pages */
    .banner-logo-maker-page {
        background: url(../images/banner-services.jpg) center repeat !important;
        color: #fff;
        background-size: cover;
    }
    .banner-logo-maker-page a {
        color: #fe8b6b;
    }
    .logo-maker-page .sfe-sec .box {
        margin-bottom: 100px;
    }
    .logo-maker-page .sfe-sec .box h3 {
        margin: 30px 0 10px 0;
        font-weight: bold;
    }
    .logo-maker-page .why-choose-sec .box {
        margin-bottom: 30px;
        background-color: #fff;
        padding: 40px;
        min-height: 380px;
    }
    .logo-maker-page .why-choose-sec .box h3 {
        margin: 30px 0 0 0;
        font-weight: bold;
    }
    .logo-maker-page .choose-template-sec .box {
        margin-bottom: 25px;
    }
    .logo-maker-page .choose-template-sec .box img {
    width: 100%;
    transition: .4s;
    }
    .logo-maker-page .choose-template-sec .box img:hover {
        transform: scale(1.08);
    }
    /* End Logo Maker Pages */


    /* Start Logo Ideas Pages */
    .banner-logo-ideas-page {
        background: url(../images/logo-ideas-banner.png) center repeat !important;
        /* background: url(../images/logo-ideas-page-banner.jpg) center repeat !important; */
        color: #fff;
        background-size: cover;
    }
    /* .banner-logo-ideas-page a {
        color: #fe8b6b;
    } */

    .logo-ideas-page h2 {
        font-size: 28px;
        margin-bottom: 0;
    }
    .logo-ideas-page h2::after {
        display: none;
    }

    .logo-ideas-page .logo-search-sec {
        margin-top: -70px;
        position: relative;
        box-shadow: 0px 8px 20px rgb(0 0 0 / 6%);
    }
    .logo-ideas-page .logo-search-sec .logo-search-input {
        display: flex;
    }
    .logo-ideas-page .logo-search-sec svg {
        opacity: .3;
    }
    .logo-ideas-page .category-list {
        margin: 50px 0;
    }
    .logo-ideas-page .category-list .category-box a {
        text-decoration: none;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
        box-shadow: 0px 8px 20px rgb(0 0 0 / 6%);
        border: solid thin #dbe3e9;
        border-radius: 10px;
        font-weight: bold;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 160px;
        /* overflow: hidden; */
        position: relative;
        text-align: center;
        padding:20px;
        transition: all .2s ease-in-out;
    }
    .logo-ideas-page .category-list .category-box:nth-child(odd) a:hover {
        /* background: linear-gradient(to right, #01d5f5, #52df84);
        color: #fff; */
        transform: scale(1.08);
        border: solid 3px #52df84;
        font-size: 120%;
    }
    .logo-ideas-page .category-list .category-box:nth-child(even) a:hover {
        /* background: linear-gradient(to right, #fe8b6b, #ff754e); 
        color: #fff;*/
        transform: scale(1.08);
        border: solid 3px #fe8b6b;
        font-size: 120%;
    }
    .logo-ideas-page .category-list .category-box:nth-child(odd) a:hover::after {
        content: '';
        position: absolute;
        width: 100px;
        height: 6px;
        /* background: linear-gradient(to right, #01d5f5, #52df84); */
        background-image: url(../images/underline-curv.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        bottom: 32%;
        left: 50%;
        transform: translate(-50%);
        border-radius: 5px;
    }
    .logo-ideas-page .category-list .category-box:nth-child(even) a:hover::after {
        content: '';
        position: absolute;
        width: 100px;
        height: 6px;
        /* background: linear-gradient(to right, #01d5f5, #52df84); */
        background-image: url(../images/underline-curv-orange.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        bottom: 32%;
        left: 50%;
        transform: translate(-50%);
        border-radius: 5px;
    }
    .logo-ideas-page .atp-sec .box {
        margin-bottom: 100px;
    }
    .logo-ideas-page .atp-sec .box h3 {
        margin: 30px 0 10px 0;
        font-weight: bold;
    }
    .logo-ideas-page .atp-sec .box img.iconImg {
        height: 100px;
    }
    /* End Logo Ideas Pages */



    /* Start FAQs Pages */
    .faqs-page h3 {
        margin: 60px 0 20px;
    }
    /* End FAQs Pages */




    /* Start Bootstrap */
    form label {
        margin-bottom: 5px;
    }
    .form-control {
        height: 45px;
        /* margin-bottom: 25px; */
    }
    /* End Bootstrap */

    #poper {
        width: max-content;
        max-width: 90%;
        padding: 30px;
        position: fixed;
        border-radius: 10px;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%);
        background: #fff;
        box-shadow:0px 8px 20px rgb(0 0 0 / 6%);
        border:solid thin #dbe3e9;
        font-family: 'Lexend', sans-serif;
        font-size: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    #poper a {
        text-decoration: underline;
    }
    #poper .compliance {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    #poper .spopupbtnok {     
        text-decoration: none;
    }
    #poper .spopupbtnok2 {
        text-decoration: none;
    } 
    #poper .policylink {
        margin-left: 10px;;
    }
    #poper .message span {
        font-size: 20px;
        display: block;
    }


    .popup-login-signup {
        /* max-height: 80vh !important; */
        height: auto !important;
    }

    .how-it-works-page h2 {
        font-size: 28px;
    }

}