@media only screen and (min-width: 1201px) {
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {

}
@media only screen and (min-width: 768px) and (max-width: 991px) {

}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 991px) {

    .log-sef {
    display: grid;
    justify-content: center;
    gap: 0;
    margin-bottom: 12px;
}
	
	body .item-g-sayim{
	        display: grid !important;
        text-align: center;
        line-height: 11px;
		        gap: 0 !important;
	}
	body .item-g-sayim strong{
	              display: block !important;
	              margin: 10px 0;
	              padding: 8px 9px !important;
	              ortant;
	}
    .head-web-user{
        display: none !important;
    }
    .m-button-o{
        display: block !important;
    }
    .m-button-o a{
        background: #FF5500;
        padding: 10px 20px;
        display: inline-block;
        border-radius: 32px;
    }
    .auth-pages{
        display: block;
    }
    .right-auth{
        display: none;
    }
    .form-auth form{
        margin: 0;
    }
    .contact-item{
        margin-bottom: 20px;
    }
    .header-pages{
        text-align: center;
    }
    .header-pages h1{
   margin-bottom: 20px;
    }
    .nav-enkolay-sms nav ul{
        display: grid !important;
        position: absolute;
        width: 60%;
        background: #1f4790;
        margin-top: 17px;
        border-radius: 15px;
        gap: 20px;
        right: 0;
        text-align: right;
        padding: 27px 21px;
    }
    .all-step{
        margin-top: 50px;
    }
    .head-services input{
        width: 100% !important;
    }

    .head-services{
        display: grid !important;
        justify-content: center !important;
        gap: 20px;
    }


    .hero-enuygunsms .content-hero p{
        max-width:max-content;
    }

    .box-services .box-item-s .box-content-s {

        margin: 0 ;

    }
    .box-content-s::after {
        content: none;

    }
    .content-hero{
        text-align: center;
    }
    .hero-enuygunsms .services-country {

justify-content: center;

left: 16px;

position: relative;
    }
    .hero-enuygunsms .content-hero h1 span {

        font-size: 30px;

    }
    .right-cnt {

        top: 0;
        margin-top: 37px;
    }
    .hero-enuygunsms {
        margin: 50px 0;
    }
    .hero-enuygunsms .content-hero h1 {
        font-size: 40px;

    }
    .right-cnt::after{
        content: none;

    }
    .top-bar .right-top ul {

        gap: 15px;
    }
    .top-bar .right-top ul li:last-child{
        display: none;
    }

    .top-bar .left-top i{
        display: block !important;

    }
    .mobil-nav-button i{
        cursor: pointer;
        font-size: 30px;
        border-radius: 10px;
        color: #F47E43;
        background: #ffdcca;
        padding: 10px;
    }
    header .menu-nav-m{
        display: none;
    }
    header .menu-nav-m a{
        color: #fff !important;
        font-weight: 300 !important;
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 767px) {
    .form-auth form .auth-form-box .check-b {
        display: grid !important;

    }
    .step-services .box-all-step {

        padding: 31px 26px;

    }
    .step-services .box-all-step h2{
        font-size: 24px !important;
        line-height: 30px;
    }
    .blog-head{
        display: grid !important;
        justify-content: center !important;
        gap: 10px;

    }

    .blog-list-home .blog-head a {

        text-align: center;

    }
    .s-s-header{
        display: grid !important;
        justify-content: center !important;
        gap: 10px;
    }
    .s-s-header a{
        text-align: center;
    }
    .blog-list-home{
        margin-bottom: 0;
    }
    .seo-content .cont-seo {
        padding: 5px 20px 40px !important;
    }
    .blog-item-home{
        margin-bottom: 35px;
    }
    .steps-s::after{
        content: none;
    }
    .all-step{
        display:grid !important;
    }
    .box-services {
        padding: 79px 0 10px;
        border: 1px solid #D6D6D6;
    }
    .box-services .box-item-s .box-content-s{
        margin-bottom: 60px;
    }
    footer .footer-link {
        margin-bottom: 20px !important;
        border-bottom: 1px solid #ffffff30;
        padding-bottom: 13px;
    }
    footer .footer-p{
        margin-bottom: 75px;
        margin-top: 0;
        line-height: 23px;
        font-size: 14px;
    }
    .contact-link::after {
        content: '';
        background-color: #FF5500;
        position: absolute;
        height: 293px;
        top: auto;
        z-index: 1;
        bottom: 0;
        border-radius: 50px 0 0;
        width: 100%;
    }
}


@media only screen and (min-width: 991px) {
    .mobil-nav-button{
        display: none;
    }
}

