.first-mobile {
    display: none;
}


@media (max-width: 1400px) { 
	.container-high {
    max-width: 89vw;
	}
	.image-bg-box {
    height: 46vh;
}
} 

@media (max-width: 768px) { 

}


@media (max-width: 767px) { 
	/*------ #mobile-tags ------*/
	.offset-1, .offset-2, .offset-3, .offset-4, .offset-5 {
    margin-left: 0;
	}
	.d-non {display:none !important;}
	.col-width-10 {width:10%;-webkit-box-flex: 0; flex: 0 0 10%; max-width: 10%;}
	.col-width-20 {width:20%;-webkit-box-flex: 0; flex: 0 0 20%; max-width: 20%;}
	.col-width-30 {width:30%;-webkit-box-flex: 0; flex: 0 0 30%; max-width: 30%;}
	.col-width-40 {width:40%;-webkit-box-flex: 0; flex: 0 0 40%; max-width: 50%;}
	.col-width-50 {width:50%;-webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%;}
	.col-width-60 {width:60%;-webkit-box-flex: 0; flex: 0 0 60%; max-width: 60%;}
	.col-width-70 {width:70%;-webkit-box-flex: 0; flex: 0 0 70%; max-width: 70%;}
	.col-width-80 {width:80%;-webkit-box-flex: 0; flex: 0 0 80%; max-width: 80%;}
	.col-width-90 {width:90%;-webkit-box-flex: 0; flex: 0 0 90%; max-width: 90%;}
	.rewrow {
	flex-direction: column-reverse;
	}
	/*------ #mobile-tags ------*/
.navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #131313f7;
    width: 100%;
    height: 100vh;
    animation-duration: 0.6s;
    animation-name: slideInLeft;
    transition: all 0.3s ease-in-out 0s;
    padding: 25px;
}
.collapse.show a.close-menu-btn {
 display: block;
}
a.close-menu-btn {
position: absolute;
right: 15px;
top: 15px;
animation-duration: 2.5s;
animation-name: fadeIn;
transition: all 0.3s ease-in-out 0s;
}
.navbar-collapse:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2b2b2bad;
    z-index: -1;
    animation-duration: 1.5s;
    animation-name: fadeIn;
    transition: all 0.3s ease-in-out 0s;
}
a.close-menu-btn svg {
    width: 40px;
    height: 40px;
    fill: #ffffffb5;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
}
.navbar {
    width: max-content;
    float: right;
    margin: -5px -15px -5px 5px;
}
.test-slider__item {
    padding: 0 10px 0px;
    width: 100%;
}
section#quiz .col-lg-4, section#quiz .col-lg-8, section#quiz .col-lg-6, section#quiz .col-lg-3, section#quiz .col-lg-2, section#quiz .col-lg-12, section#quiz .col-lg-10 {
	padding-right: 5px;
    padding-left: 5px;
}
.image-bg-box {
    height: 15vh;
}
.test-slider__elem-min {
    margin-bottom: 10px;
}
.test-circle, .test-circle:before {
    width: 3rem;
}
.test-item__number {
    right: -40px;
}
.test-slider__item img {
    width: 50%;
    margin: 0 auto 20px;
    display: block;
}
.test-slider__item-end p {
    color: #4b5d69;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    text-align: left;
    line-height: 23px;
    padding-top: 24px;
	padding-bottom: 0;
}
section#page-footer {
    padding: 20px 0 20px;
}
section#page-footer .write-us {
    margin: -15px auto 30px;
    width: max-content;
}
.test-slider__item-end_inner input {
    width: 100%;
}
section#page-footer .phone-box {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
section#page-footer .copy-box p, section#page-footer .copy-box a {
    text-align: center !important;
    padding: 0px 0;
}

h2.title {
    text-align: center;
    margin-bottom: 30px;
    color: #4b5d69;
    position: relative;
    font-size: 20px;
}
h3.test-slider-title {
    font-size: 20px;
    margin-bottom: 30px;
    color: #4b5d69;
}
.first-title, section#quiz h2.title {
    display: none;
}
.text1 {
    padding-top: 45px;
	    color: #4b5d69;
		padding-bottom: 10px;
}
section#page-footer a.logo img {
    display: none;
}
section#quiz .quest-2 .test-slider__elem-min {
    padding-bottom: 0px;
}
section#quiz {
    padding-top: 0px;
}
section#quiz h2.title br {
    display: none;
}
.container-high {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
}
.first-mobile {
    display: block;
    font-size: 18px;
	margin: 0px 0 15px;
	color: #4b5d69;
	text-align: justify;
}
section#only-img .first-mobile.thahks-page, section#only-img .first-mobile.thahks-page .text2 {
    text-align: center;
    font-size: 20px !important;
	    color: #4b5d69;
}
.cnt-boz {
    font-size: 23px;
    line-height: 36px;
    padding-top: 60px;
}
section#top-head-2 img.logo {
    margin: 20px auto 17px;
    width: 120px;
}
}

@media (max-width: 375px) { 
	.form {
    zoom: 0.8 !important;
	}
}