/* XS */
@media (max-width: 767px) {

    .container {
        width: 98%;
    }
	
	.header-button {
		font-size: 21px;
	}
	
	.header-v2 {
		position: relative;
		height: 100%;
		padding: 30px 0;
	}

    h2 {
        line-height: 1.1;
    }

    /* Header & Menu styles start */
    .site-header {
        padding: 19px 10px;

    }

    .main-navigation {
        position: relative;
        z-index: 3;
    }

    .header-menu-container {
        flex-direction: row-reverse;
    }

    .social-networks {
        display: none;
    }

    .header-logo {
        width: 250px !important;
    }

    .header-notice {
        line-height: 32px;
        color: #FFFFFF;
        padding: 18px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .header-v1 {
        text-align: center;
    }

    .header-v1--title {
        font-size: 39px;
        line-height: 51px;
    }

    .latest-post--thumb {
        padding: 0px 20px;
    }

    .feedback-info {
        margin-bottom: 10px;
    }

    .feedback-title {
        font-size: 24px;
        border-right: none;
        padding: 0 25px;
    }

    .feedback-text {
        text-align: center;
    }

    .latest-news--media {
        background: #F2F2F2;
        border: 0.954939px solid #BABABA;
        padding: 25px 15px 25px;
        margin-top: 25px;
    }

    .footer-menu li a {
        font-size: 14px;
    }

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

    .footer-phone--title,
    .footer-phone--link {
        font-size: 15px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .menu-policy {
        display: flex;
        padding: 0;
        flex-direction: column;
        order: -1;
    }

    .menu-policy li a {
        color: #C4C4C4;
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        padding: 5px 5px;
    }

    .site-footer {
        background: #000000;
        padding: 60px 0 60px;
        color: #C4C4C4;
    }

    .about-us--title {
        font-size: 43px;
        line-height: 60px;
    }

    .about-us--content {
        padding: 30px 15px 50px 15px;
    }

    .white-list--wrap {
        padding: 12% 0% 0%;
    }

    .wp-block-media-text__media {
        margin-bottom: 25px !important;
    }

    .safezone-contact-form {
        padding: 0 15px;
    }

    .header-v2--title {
        font-size: 34px;
    }

    .wp-block-media-text__content {
        margin-top: 15px;
    }

    .video-area.v1 {
        height: 100%;
    }

    .video-area.v1 .video-container {
        height: 100%;
    }

    .video-area.v1 #video-wrapper {
        position: relative;
        width: 100%;
        z-index: 999;
        background-size: contain !important;
        height: 191px;
    }

    .talk-to-team {
        background: none !important;
        padding: 30px 20px 0px 20px;
    }

    .talk-to-team--top,
    .talk-to-team--bottom {
        max-width: 100%;
    }

    .talk-to-team--bottom {
        text-align: center;
        padding-bottom: 0;
    }

    .about-us--image {
        display: none;
    }
  
}

/* XS, SM */
@media (max-width: 991px) {

    .container {
        width: 98%;
    }

    /* Header & Menu styles start */
    .site-header {
        padding: 19px 10px;

    }

    .main-navigation {
        position: relative;
        z-index: 3;
    }

    .header-menu-container {
        flex-direction: row-reverse;
    }

    .social-networks {
        display: none;
    }

    .talk-to-team {
        background: none !important;
        padding: 30px 20px 0px 20px;
    }

    .talk-to-team--top,
    .talk-to-team--bottom {
        max-width: 100%;
        text-align: center;
    }

    .talk-to-team--bottom {
        text-align: center;
        padding-bottom: 0;
    }

    .safezone-contact-form {
        max-width: 340px;
        width: 100%;
        margin: 50px auto 0;
    }

    .header-notice {
        line-height: 32px;
        color: #FFFFFF;
        padding: 18px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 88px;
    }

    .latest-news--media {
        text-align: center;
    }

    .about-us--image {
        display: none;
    }

    .about-us--content {
        padding: 60px 30px 60px 30px;
    }

    .white-list--wrap {
        padding: 13% 1%;
    }

    .infobox {
        margin: 0 0px;
        margin-bottom: 25px;
    }

    /* Header & Menu styles end */
  
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {

    .menu > ul {
        top: 7%;
    }
  
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
  
}

/* MD, LG */
@media (min-width: 992px) {
  
}

/* LG */
@media (min-width: 1200px) {
  
}