@media(min-width: 1600px){
    .sign_up_left{bottom: 100px;left: 10%;}
}
@media(min-width: 700px){
    .themes_box .col-12:nth-child(4){display:none;}
}
@media(min-width: 768px){
    .themes_box .col-12:nth-child(4){display:block;}
}

@media only screen and (max-width:1024px){
 html{
  min-width:100%;
}
.sign_up_left {
    bottom: 565px;
}
.sign_in_right {
    width: 100%;
}
}
@media only screen and (max-width:992px){
     .sign_in_right_form_box .form-group p {
        padding-top: 10px;
        font-size: 11px;
    }
    .sign_up_left {
        width: 100%;
        bottom: 213px;
    }
    .themes_links_tab {
        overflow: hidden;
    }
    .themes_links_tab ul li {
        width: 25%;
        float: left;
        padding-left: 7.5px;
        padding-right: 7.5px;
        margin-bottom: 15px;
    }

    .themes_links_tab ul {
        margin-left: -7.5px;
        margin-right: -7.5px;
        display: block;
    }
    .themes_links_tab ul li a {
        width: 100%;
    }


    .themes_search_form .form-control{
        width:100%;
        min-width: 100%;
    }
    .container{
        max-width: 100%;
    }
    
    
    .form_advisory_register {
        display: block;
    }
    .bg_register_servies{
        padding-bottom: 30px;
    }
    .header_hotline{
        display: none;
    }
    .menu_main {
        display: none;
    }
    .header_logo {
        margin: auto;
        display: block;
    }
    .header_logo img {
        margin: auto;
        display: block;
    }

    .hc-offcanvas-nav .nav-item img {
        margin: auto;
        display: block;
    }
    .form_advisory_register input {
        width: 100% !important;
    }

    .form_advisory_register .form-group {
        margin: 0 !important;
        margin-bottom: 15px !important;
    }
    .footer_right_title h4 {
        margin-top: 0;
    }

    .footer_info {
        margin-bottom: 30px;
    }

    .sign_in_right {
        width: 100%;
    }
    

}
@media only screen and (max-width:767px){
    .themes_box_title h2{font-size: 18px;}
#showAlert>div{
    width: 95% !important;
}
    .sign_up_left{
        bottom: 0;
    }

    .sign_in_left {
        padding: 0;
    }

    .sign_up_name h1 {
        margin: 30px auto;
        font-size: 20px;
        margin-bottom: 0;
    }
    .sign_in_right {
        width: 100%;
        float: none;
        margin: 30px auto;
    }
    .sign_in_right_form_box {
        width: 100%;
        padding:  10px;
    }



    .sign_in_right_form h2 {
        padding: 25px 0 15px;
    }

    .sign_in_right_form_box .btn.btn-primary {
        margin-bottom: 15px;
    }
    .themes_links_tab ul{


    }
    .themes_search_form .form-control {
        font-size: 15px;
    }
    .themes_box .row{
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .themes_box .col-12{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        margin-bottom: 15px !important;
    }
    .themes_links_tab ul li{
        width: 50%;
        margin-bottom: 15px;
    }
    .themes_links_tab ul li a {width: 100%;display: block;}
    .themes_box_item_info .btn {
        font-size: 9px;
    }
}
@media only screen and (max-width:320px){
    .themes_search_form .form-control {
        font-size: 11px;
    }
    .themes_box .col-12{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;

    }
    .themes_box_item_info .btn {
        font-size: 12px;
    }
}

