.acc_logo img{
    padding:5px 0;
    max-width:111px !important;
}

.acc_intro_title{
    font-size:24px;
    font-weight:bold;
    color:#0C65D3;
    margin-top: 35px;
    letter-spacing: -1px;
}

.acc_intro_subtitle{
    color:#051146;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.form_thumb img{
    width:100%;
    max-width:273px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.daform_header{
    width: 100%;
    background-color: #fff;
    height: 80px;
    border-bottom: 1px solid #fff;
}

.daform_header .container{
    display:flex;
    align-items:center;
    height:100%;
}

.heading{
    background:#F5F6FA;
    padding:25px 0;
}

.content_text{
    margin:40px 0;
    color:#051146;
}

.content_text h2{
    font-size:22px;
    font-weight:600;
    margin-top:60px;
}

.content_text p{
    font-size:15px;
    line-height:1.6em;
}

.heading h1{
    margin:0;
    padding:0;
    color:#051146;
    font-size:30px;
    font-weight:700;
}

.content_wrap{
    margin:40px 0;
    display: flex;
    align-items: flex-start;
}

.content_wrap .content{
    width:50%;
}

.content_wrap.form_sent .content .form_wrapper{display:none;}
.content_wrap.form_sent .content .form_title{display:none;}
.content_wrap.form_sent{
    align-items:center;
}

.content_wrap .image{
    width:50%;
    text-align:center;
    align-self:center;
}

.messages_wrapper{
    width:80%;
}

.contact_thankyou{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size:22px;
    text-align: center;
    margin-bottom:20px;
}

.contact_thankyou svg{
    margin-bottom:10px;
}

.form_wrapper{
    width:80%;
    margin-top:15px;
}

.content_wrap .image img{
    width:80%;
    margin-top:40px;
}


.form_intro{
    margin-bottom:30px;
}

.form_title{
    font-size:22px;
    color:#2059FD;
    font-weight:600;
}

.notice{
    font-size:16px;
}


.input-style{
    border: 1px solid #C5C9DA;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    font-family: inherit;
    line-height: 1.15;
    margin: 0;
    outline:0;
    resize:none;
    font-size:17px;
}

.btn-style{
    background: #2059FD;
    padding: 11px 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    box-shadow: 0px 5px 10px 5px rgba(32, 89, 253, 0.2);
    border-radius: 10px;
    width: 115px;
    display: block;
    text-align: center;
    outline: 0;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #2059FD;
}

.btn-style:hover{
    background: #fff;
    color: #2059FD;
    border: 1px solid #2059FD;
}

.form_intro_title{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    max-width: 565px;
}

.daform_header .logo_wrap img {
    max-width: 140px;
}

.form_content{
    padding:15px 15px 15px 5px;
    text-align:right;
    display: flex;
    align-items: center;
    flex: 1;
    position:relative;
    justify-content: space-between;
}

.form_options_wrap{
    position:relative;
}
.form_link{display:none !important;}
.form_content h2{margin:0;padding:0;}
.form_content h2 a{
    font-size:18px;
    color:#051146;
    font-weight:600;
    line-height: 19px;
    margin:0;
    max-width: 215px;
    display: block;
}

.forms_grid{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align:center;
    grid-gap:20px;
    margin-top:25px;
    margin-bottom:35px;
}

.forms_grid.list-view{
    grid-template-columns: 1fr;
    grid-gap:10px;
}

.forms_grid.list-view.cols2{grid-template-columns:1fr 1fr;}

.forms_grid.list-view .form_wrap{
    background:inherit;
    border:0;
}

.forms_grid.list-view .form_count{
    top:0;
    font-size:14px;
    background:#f0f0f0;
    position:relative;
    display:flex;
    align-items:center;
    justify-content: center;
    width:29px;
    height:29px;
    padding:1px 0 0 0;
}

.forms_grid.list-view .form_options_wrap{display:none;}

.forms_grid.list-view .form_content{padding:5px 15px;justify-content: flex-start;}

.forms_grid.list-view .form_content a{max-width:100%;}
.forms_grid.list-view .form_content h2{margin-right:10px;}

.forms_grid.list-view .form_thumb{display:none;}

.footer_links a{
    font-family: 'Heebo', sans-serif;
    font-size:12px;
    margin-left:15px;
}

.footer_links a:hover, .footer_links a:focus{color:#fff;}

.form_options_nav{
    display:none;
    list-style-type: none;
    position: absolute;
    top: 30px;
    right: -60px;
    background: #F6F6F6;
    margin: 0;
    width: 130px;
    z-index:999;
    padding:0;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    border-radius:5px;

    /*transition: visibility 0s .5s, opacity .5s linear;*/
}

.form_thumb{
    position:relative;
}

.form_count{
    position: absolute;
    top: 12px;
    right: 12px;
    padding:2px 8px;
    background: #FBFBFB;
    border-radius: 50%;
    color:#051146;
    font-size:12px;
    font-family: 'Heebo', sans-serif;
}



.form_options_nav li a:hover{
    background:#EAEAEA;
    text-decoration: none;
}
.form_options_nav li a{
    display:block;
    padding:5px 30px 5px 0;
    font-size:14px;
    position:relative;
    color:#051146;
}

.form_options_nav li a.opt_whatsapp{display:none;}

.form_options_nav li a:before{
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    content: "";
    width: 13px;
    height: 13px;
}
.form_options_nav li a.ico-copy:before{background: url(../img/icons/copy_link.svg);}
.form_options_nav li a.ico-whatsapp:before{background: url(../img/icons/whatsapp_share.svg);}

/*a.form_options:hover .form_options_nav{*/
    /*visibility: visible;*/
    /*opacity: 1;*/
    /*transition: opacity .5s linear;*/
/*}*/

.form_wrap{
    background:#FBFBFB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #E4E4E4;
    border-radius:6px;
}


.form_wrap a{
    font-size:13pt;
    padding:0 10px;
}

.cover_form{
    display: flex;
    width: 100%;
    height: 215px;
    background: #f8f7f2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cover_form img{
    width: 85px;
    height: auto;
    opacity: .2;
}


.form_thumb a{padding:0;}

.wrap-pass{
    display: flex;
    margin: 45px auto;
    align-items: center;
    justify-content: center;
    width: 500px;
    padding: 35px 50px;
    border-radius: 10px;
    min-height: 295px;
    flex-direction: column;
}

.wrap-pass h2{
    margin:20px 0 10px;
}

.wrap-pass p{
    font-size:16px;
    margin-bottom:20px;
}

.wrap-pass input[type="password"]{
    width:100%;
    border: 1px solid #C5C9DA;
    box-sizing: border-box;
    padding: 10px;
    border-radius:10px;
}

.wrap-pass button{
    background: #2059FD;
    padding: 11px 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    -webkit-box-shadow: 0px 5px 10px 5px rgb(32 89 253 / 20%);
    box-shadow: 0px 5px 10px 5px rgb(32 89 253 / 20%);
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    outline: 0;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #2059FD;
    margin:20px 0;
}

.wrap-pass button:hover{
    background:#fff;
    color:#2059FD;
    border: 1px solid #2059FD;
}

footer.footer .footer-wrap {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer.footer .footer-wrap .social a {
    margin-left: 10px;
}

footer.footer .footer-wrap .menu ul{
    padding:0;
    margin:0;
    list-style-type:none;
    display:flex;
}
footer.footer .footer-wrap .menu ul li{
    margin:0 10px;
}

footer.footer .footer-wrap .social a img {
    width: 20px;
    height: 20px;
}

footer.footer .footer-wrap .social a:last-of-type {
    margin-left: 0;
}
footer.footer .footer-wrap .logo{margin:0;}
footer.footer .footer-wrap .logo img {
    width: 140px;
}

.footer-wrap::before, .footer-wrap::after{display:none !important;}

@media(max-width:1200px){
    .forms_grid{grid-template-columns: 1fr 1fr 1fr;}

    .form_thumb img{max-width:100%;}
}

@media(max-width:991px){
    .forms_grid{grid-template-columns: 1fr 1fr;}
    .container.forms_loop{
        width:95%;
    }
}

@media(max-width:767px){
    .content_wrap .content, .content_wrap .image{width:100%;}
    .content_wrap{flex-direction: column-reverse;margin:0;}
    .form_wrapper{width:100%;}

    .wrap-pass{
        width:100%;
        padding:25px;
    }

    .wrap-pass h2{
        font-size:22px;
    }

    footer.footer .footer-wrap{
        flex-direction: column;
    }

    footer.footer .footer-wrap .social{order:3;}
    footer.footer .footer-wrap .menu{
        order:2;
        margin:15px 0;
        width:100%;
    }
    footer.footer .footer-wrap .menu ul{
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-gap:5px;
        text-align:center;
    }
    footer.footer .footer-wrap .logo{
        order:1;
    }

    .heading h1{font-size:26px;}
    .heading{padding:20px 0;}

    .content_wrap .image{margin:20px 0 50px;}
    .form_intro_title{font-size:14px;max-width:100%;}
    .content_wrap .image img{width:50%;}

    .forms_grid.list-view .form_content{padding:5px 0;}
    .form_content h2 a{max-width:inherit;font-size:16px;}
    .acc_intro_title{font-size:20px;margin-top:20px;}
    .acc_intro_subtitle{margin-bottom:0;}
    .forms_grid{grid-template-columns: 1fr !important;}
    .form_options_nav li a.opt_whatsapp{display:block;}

    .footer_logo_col{text-align:center;margin:15px 0 0;}
    .footer_links:before{display:none !important;}
    .footer_links{
        display:grid;
        grid-template-columns: 1fr 1fr;
        max-width:280px;
        margin:0 auto;
        text-align:center;
        grid-row-gap:5px;
    }
    .el_hide_mobile{
        display:none;
    }
    .footer_mobile_col{
        text-align:center;
        margin-bottom:15px;
    }

    .forms_grid{
        margin-bottom:0;
    }

    footer{
        position:relative;
        margin-top:20px;
    }

    .form_options_nav{
        right:auto;
        left:0;
    }
}

@media(max-width:370px){
    .wrap-pass{
        width:100%;
        padding:25px 15px;
        text-align:center;
    }

    .wrap-pass h2{
        font-size:20px;
    }
}

@media(min-width:767px){
    .el_hide_desktop{
        display:none;
    }
}
