    @font-face {
        font-family: Helvetica;
        src: url("../assets/fonts/Helvetica-Font/Helvetica.ttf");
    }
    @font-face {
        font-family: 'Monsterrat';
        src: url(https://abslawfirm.net/wp-content/themes/abs-lawfirm/assets/fonts/Montserrat/Montserrat-Regular.ttf);
    }
    @font-face {
        font-family: 'Monsterrat-Bold';
        src: url(https://abslawfirm.net/wp-content/themes/abs-lawfirm/assets/fonts/Montserrat/Montserrat-Bold.ttf);
    }

	html, body {
		overflow-x: hidden;
	}
    body p, body a, body span, body label, body button, body input, body textarea, body li, body h1, body h2, body h3, body h4, body h5, body h6 {
        font-family: times new roman !important;
    }

    #wpadminbar span, #wpadminbar a {
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
    }

	@media only screen and (min-width: 1200px) {
		.container {
		    max-width: 1295px;
		}
	}

	header.revamp_header {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 20px 0px;
}

	nav.revamp_nav {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}

	nav.revamp_nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
}

li.has__child {
    position: relative;
}

ul.sub-menu {
    position: absolute;
    width: 300px;
    left: 0;
    justify-content: flex-start !important;
    padding: 15px 10px !important;
    box-shadow: inset 1000px 1000px #1b1f3c7d;
    z-index: 2;
    display: none !important;
}

ul.sub-menu a {
    display: inline-block;
}

li.has__child:hover ul {
	display: flex !important;
}


nav.revamp_nav ul li a {
    font-size: 16px !important;
    line-height: 2;
    font-family: work sans;
    padding: 0px 10px;
    color: white;

}

a.revamp_nav-logo {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    text-decoration: none;
}

a.revamp_nav-logo span:first-child {
    font-family: roboto;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 23.44px;
    font-size: 20px;
}

a.revamp_nav-logo span:last-child {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 35px;
    line-height: 41.02px;
    letter-spacing: 2px;
}

a.revamp_nav-logo span {
    color: white;
}

	button.navBurger span {
    display: inline-block;
    width: 100%;
    height: 3px;
    max-width: 20px;
    background-color: white;
    margin-bottom: 5px;
}

button.navBurger {
    background-color: transparent;
    border: none;
    display: none;
    flex-direction: column;
    width: 100%;
    max-width: 33px;
}

button.removeOpen {
	display: none;
}

	.section__banner {
	    background-image: url(https://abslawfirm.net/wp-content/themes/abs-lawfirm/assets/images/Background.jpg);
	    padding: 200px 0px 150px;
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-attachment: fixed;
	}

	.banner_content h1 {
    color: white;
    font-family: times new roman;
    font-weight: 700;
    font-size: 36px !important;
    line-height: 46px;
    max-width: 800px;
    margin-bottom: 20px;
}

.banner_content p {
    color: white;
    font-family: 'Work Sans';
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 800px;
}

	section.salumbides_section .row {
    align-items: center;
}
.headings2_container h2 {
    font-size: 35px;
    line-height: 40.25px;
    font-weight: 700;
    font-family: times new roman;
    color: black;
}

.salumbides__content p {
    font-family: 'Work Sans';
    font-size: 16px;
    color: black;
    line-height: 27px;
}

a.cta__button {
    font-size: 20px;
    padding: 20px;
    line-height: 23.44px;
    font-family: 'Work Sans';
    border: 1px solid #1b1f3c;
    color: #1b1f3c;
}

section.salumbides_section {
    padding: 120px 0px;
}

a.cta__button {
    font-size: 20px;
    padding: 14px 20px;
    line-height: 23.44px;
    font-family: 'Work Sans';
    border: 1px solid #1b1f3c;
    color: #1b1f3c;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    max-width: 230px;
    text-align: center;
    margin-top: 20px;
    transition: .4s;
}

a.cta__button:hover {
    color: white;
    background-color: #1b1f3c;
    transition: .4s;
}

.headings2_container {
    padding-right: 100px;
}

	.full__banner {
    background-image: url(https://abslawfirm.net/wp-content/themes/abs-lawfirm/assets/images/img.jpg);
    height: 497px;
    background-position: 30% 114px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section.types__section {
    padding: 100px 0px;
}

.types__content h2 {
    text-align: center;
    font-family: times new roman;
    font-weight: 700;
    font-size: 35px;
    line-height: 40.25px;
    color: black;
        margin-bottom: 30px
}

.types__content p {
    font-size: 16px;
    color: black;
    line-height: 27px;
    font-family: 'Work Sans';
    width: 100%;
    max-width: 1000px;
    display: block;
    margin: auto;
}

.types__content li {
    color: black;
    font-family: 'Work Sans';
    line-height: 27px;
    font-size: 16px;
}

.types__list {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.types__list ol {
    padding: 0px 50px;
}

.types__list ol ul {
    list-style: none;
    padding-left: 20px;
}

	.verse__section {
    background-image: url(https://abslawfirm.net/wp-content/themes/abs-lawfirm/assets/images/unsplash_bH7kZ0yazB0.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

	.verse__container {
    margin-right: -15px;
    background-color: #1b1f3ccf;
    color: white;
    width: 100%;
    margin-left: auto;
    max-width: 500px;
    height: 561px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.verse__container h2 {
    display: flex;
    flex-direction: column;
    font-family: 'Work Sans' !important;
    font-style: italic;
    font-size: 40px;
    font-weight: 600;
    line-height: 46.92px;
    margin-bottom: 40px;
    color: white;
}

.verse__container h2 span {
    font-family: 'Work Sans' !important;
}

.verse__container h3 {
    font-family: 'Work Sans' !important;
    font-size: 25px;
    line-height: 29.3px;
    text-align: center;
    color: white;
}

.verse__container p {
    font-size: 21px;
    font-family: 'Work Sans' !important;
    line-height: 32px;
    text-align: center;
}

.white-overlay {
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    opacity: .3;
}

	section.growing__section {
    background-color: #1B1F3C;
    padding: 100px 0px;
}

ul.growing__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
        margin-left: 0;
    margin-right: 0;
}

ul.growing__list li {
    flex-direction: column;
    width: 100%;
    max-width: 212px;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 18px;
        margin-right: 21px;
    margin-bottom: 20px;
    transition: .4s;
}

ul.growing__list li:hover {
    box-shadow: inset 1000px 1000px #ffffff5c;
    transition: .4s;
    border: 1px solid transparent;
}

ul.growing__list li img {
    width: 100%;
    max-width: 90px;
    object-fit: contain;
    height: 90px;
    margin-bottom: 20px;
}


ul.growing__list li span {
    color: white;
    text-align: center;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 27px;
}

section.growing__section h2 {
    color: white;
    text-align: center;
    margin-bottom: 30px;
    font-family: times new roman;
    font-size: 35px;
    line-height: 40.25px;
    font-weight: 700;
}

	section.afterarea__section {
    padding: 100px 0px;
}

.box-container .small {
    height: 48px;
    width: 48px;
    display: inline-block;
}

.box-container .big {
    width: 100%;
    max-width: 117px;
    height: 117px;
    display: inline-block;
}

.box-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.blue img {
    width: 100%;
    margin-bottom: 10px;
}


.peach img {
    width: 100%;
    margin-bottom: 10px;
}

.box-container span {
    background-color: #1B1F3C;
    margin-left: 10px;
}

.blue, .peach {
    width: 100%;
    max-width: 300px;
}

.afterarea__img {
    display: flex;
}

.peach {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 10px;
    margin-top: 120px;
}

.peach .box-container {
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin-bottom: 10px;
}

.peach .box-container span {
    margin-left: 0;
    margin-right: 10px;
}

.peach .box-container span {
	background-color: #E1C398;
}

.afterarea__content h2 {
    font-family: times new roman;
    font-weight: 700;
    font-size: 35px;
    line-height: 40.25px;
    margin-bottom: 20px;
    color: black;
}

.afterarea__content p {
    font-size: 16px;
    line-height: 27px;
    color: black;
    font-family: 'Work Sans';
}	
section.afterarea__section .row {
    align-items: center;
}

.afterarea__content {
    padding-left: 50px;
}

	.team__section {
    background-image: url(https://abslawfirm.net/wp-content/themes/abs-lawfirm/assets/images/team-bg.jpg);
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.team__container h2 {
    color: white;
    font-size: 35px;
    line-height: 40.25px;
    font-weight: 700;
    font-family: times new roman;
    margin-bottom: 20px;
    text-align: center;
}

.team__container > p {
    font-family: 'Work Sans';
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: white;
}

ul.team__cards-parent {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
}



ul.team__cards-parent li {
    width: 100%;
    max-width: 267px;
    border: 1px solid white;
    padding: 30px 21px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-right: 25px;
    margin-bottom: 25px;
    transition: .4s;
    box-shadow: inset 1000px 1000px #ffffff00;
}

ul.team__cards-parent li:hover {
    transition: .4s;
    box-shadow: inset 1000px 1000px #ffffffb8;
    border: 1px solid #ffffffb8;
}

ul.team__cards-parent li p {
    color: white;
    font-size: 15px !important;
    line-height: 29.3px;
    text-align: center;
    font-family: 'Work Sans';
}

ul.team__cards-parent li p {
    color: white;
    font-size: 18px;
    line-height: 29.3px;
    text-align: center;
    font-family: 'Work Sans';
    font-weight: 600;
}
ul.team__cards-parent li img {
    width: 100%;
    max-width: 200px;
    margin: auto;
    border-radius: 123px;
    margin-bottom: 30px;
}

	section.articles__section {
    padding: 80px 0px 50px;
}

.articles__container h2 {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    line-height: 40.25px;
    font-family: times new roman;
    margin-bottom: 30px;
}

.articles__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.articles__cards {
    width: 100%;
    padding: 0px 20px;
    max-width: 33.33%;
}

.articles__cards img {
    width: 100%;
}

.articles__cards-content h3 {
    font-size: 25px;
    line-height: 29.3px;
    font-family: 'Work Sans';
    color: black;
}

.articles__cards-content p {
    color: black;
    font-family: 'Work Sans';
    font-size: 16px;
    line-height: 27px;
}

.articles__cards-content {
    padding: 20px 20px;
    box-shadow: 0px 3px 4px #00000029;
}

a.articles__cta {
    background-color: #E1C398;
    color: #1B1F3C;
    padding: 20px;
    line-height: 23.44px;
    font-size: 20px;
    font-family: 'Work Sans';
    display: block;
    font-weight: 700;
    width: 100%;
    max-width: 290px;
    text-align: center;
    margin: 40px auto 0;
    text-decoration: none;
    transition: .4s;
}

a.articles__cta:hover {
    background-color: #e1c39887;
    transition: .4s;
}

.articles__cards a {
    text-decoration: none;
}


.hp__contact-container {
    background-color: #1B1F3C;
    display: flex;
}

.hp__contact-container img {
    width: 100%;
    max-width: 50%;
}

.hp__contact-form {
    height: 100%;
    width: 100%;
    max-width: 50%;
    padding: 90px;
}

.hp__contact-form h2 {
    color: white;
    font-size: 35px;
    line-height: 40.25px;
    font-family: times new roman;
    font-weight: 700;
    margin-bottom: 30px;
}

.hp__contact-container img {
    width: 100%;
    max-width: 50%;
        height: auto;;
    object-fit: cover;
}

.col2 {
    display: flex;
}

.form__container input::placeholder,
.form__container textarea::placeholder {
	color: black;
	opacity: 1;
}

.hp__contact-section .form__container input, .hp__contact-section .form__container textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-family: 'Work Sans';
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    background-color: white;
}

section.hp__contact-section {
    padding: 50px 0px 100px;
}

.form__container textarea {
    height: 125px;
}

span.wpcf7-form-control-wrap.f-name, span.wpcf7-form-control-wrap.your-email {
    margin-right: 10px;
}

.hp__contact-section .wpcf7-submit {
    background-color: #E1C398;
    border: none;
    font-size: 20px;
    line-height: 23.44px;
    font-family: 'Work Sans';
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 10px;
    width: 100%;
    max-width: 190px;
    margin-top: 30px;
    transition: .4s;	
    color: #1b1f3c;
}

.form__container + p {
    margin-bottom: 0;
}

.hp__contact-section .wpcf7-submit:hover, .hp__contact-section .wpcf7-submit:focus, .hp__contact-section .wpcf7-submit:active {
    background-color: #f2ddbe;
    transition: .4s;
    color: #1b1f3c;
}

.screen-reader-response p {
    color: white;
}

.hp__contact-section span.wpcf7-not-valid-tip {
    color: white;
    margin-bottom: 20px;
    display: inline-block;
}

	.revamp__footer {
    background-image: url(https://abslawfirm.net/wp-content/themes/abs-lawfirm/assets/images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.footer__col-parent {
    display: flex;
    justify-content: center;
}

a.footer__logo {
    display: flex;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
}


a.footer__logo span:first-child {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 20px;
    line-height: 23.44px;
    letter-spacing: 2px;
    color: white;
}

a.footer__logo span:last-child {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 35px;
    line-height: 41.02px;
    letter-spacing: 2px;
    color: white;
}

.footer__col > h3 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 700;
    color: white;
    margin-bottom: 40px;
}

.footer__navigation-list ul {
    list-style: none;
    padding: 0;
}

.footer__navigation-list ul a {
    font-family: 'Work Sans';
    font-size: 18px;
    color: white;
    line-height: 27px;
}

.footer__navigation-list ul:first-child {
    margin-right: 50px;
    margin-left: 0;
}

.footer__navigation-list {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.footer__col ul a, .footer__col ul p {
    font-family: 'Work Sans';
    font-size: 18px;
    color: white;
    line-height: 27px;
    display: inline-block;
    margin-bottom: 0px;
}

.footer__col li {
    margin-bottom: 15px;
}

ul.contact__footer {
    padding-left: 0;
    list-style: none;
}

ul.contact__footer li {
    display: flex;
    align-items: center;
}

ul.contact__footer li img {
    margin-right: 10px;
}

.footer__col {
    width: 100%;
    max-width: 33.33%;
}

.footer__col.footer__logo-container {
    display: flex;
    align-items: center;
}

.footer__col.footer__nav-container {
    padding: 0px 45px 0px 80px;
}
.footer__contact-container {
	padding: 0px 0px 0px 45px;
}

	.stickfooter {
		padding: 20px 0px;
	}
	.stickfooter p {
    margin: 0;
    /* padding: 10px 0px; */
    text-align: center;
    font-family: 'Work Sans';
    font-size: 16px;
    line-height: 18.77px;
    color: black;
}

.stickfooter p a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

@media only screen and (max-width: 1199px) {
	a.revamp_nav-logo span:first-child {
    font-size: 10px;
}

a.revamp_nav-logo span:last-child {	 	
    font-size: 25px;
        line-height: 25.02px;
}

nav.revamp_nav ul li a {
    font-size: 14px;
}

.headings2_container {
    padding-right: 25px;
}

.peach {
    margin-top: 46px;
}

ul.team__cards-parent li {
    margin-bottom: 30px;
}

.hp__contact-form {
    padding: 90px 50px;
}

.footer__col.footer__nav-container, .footer__contact-container {
    padding: 0px 23px;
}
}




@media only screen and (max-width: 991px) {
	button.navBurger {
    display: flex;
}

nav.revamp_nav ul.open {
    position: fixed;
    height: 100%;
    max-width: 70%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 1000px 100px black;
    z-index: 2;
    display: flex;
    flex-direction: column;
    transition: .4s;
    margin-left: 0;
  	
}


nav.revamp_nav ul {
	left: -1000px;
	transition: .4s;
	display: none;
}

button.removeOpen {
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    background-color: transparent;
    border: none;
    font-size: 50px;
    font-family: 'Work Sans';
    display: block;
}

nav.revamp_nav ul li {
    margin-bottom: 15px;
}

nav.revamp_nav ul li a {
    display: block;
    text-align: center;
}

ul.sub-menu {
    position: relative;
    width: 100%;
    left: 0 !important;
    justify-content: center !important;
    padding: 15px 10px !important;
    box-shadow: 0 0 transparent;
    z-index: 2;
    display: flex !important;
}

ul.growing__list li img {
    max-width: 70px;
    height: 70px;
}

ul.growing__list li {
    max-width: 165px;
    margin-right: 20px;
    margin-bottom: 18px;
}

ul.growing__list li span {
    font-size: 13px;
    line-height: 20px;
}

.afterarea__img {
    display: flex;
    margin-bottom: 35px;
    justify-content: center;
}

.articles__cards {
    width: 100%;
    padding: 0px 20px;
    max-width: 100%;
    margin-bottom: 25px;
}

.hp__contact-container {
    flex-wrap: wrap;
}

.hp__contact-container img {
    max-width: 100%;
    height: 300px;
}

.hp__contact-form {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.footer__col-parent {
    flex-direction: column;
}

.footer__col {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
}

.footer__col > h3 {
    margin-bottom: 20px;
}
ul.contact__footer li {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
}
ul.contact__footer img {
    margin: 15px 0 10px 0;
}
ul.contact__footer li {
    display: flex;
    flex-direction: column;
}
ul.contact__footer {
    margin-left: 0;
}
}


@media only screen and (max-width: 767px) {
.types__list {
    flex-direction: column;
    margin-top: 15px;
}

section.types__section {
    padding: 20px 0px;
}

.types__list ol {
    padding: 0px 30px;
}

section.growing__section {
    padding: 50px 0px;
}

section.afterarea__section {
    padding: 37px 0px;
}

.afterarea__content {
    padding-left: 0;
}

ul.team__cards-parent li {
	margin-right: 0px;
}

.revamp__footer {
    padding: 50px 0px;
}

.col2 {
    display: flex;
    flex-direction: column;
}

span.wpcf7-form-control-wrap.f-name, span.wpcf7-form-control-wrap.your-email {
    margin-right: 0px;
}

.col2 br {
    display: none;
}

.hp__contact-form {
    padding: 38px 23px;
}

header.revamp_header {
    padding: 20px 15px;
}

.banner_content {
    padding: 0px 15px;
}

section.salumbides_section {
    padding: 120px 15px;
}

.types__content {
    padding-left: 15px;
    padding-right: 15px;
}

.verse__container {
    margin-right: 0;
}

ul.growing__list li {
    margin: 10px 10px;
}

.verse__container {
    margin-right: 0;
    max-width: 100%;
}

section.verse__section .col-lg-12 {
    padding: 0;
}

.footer__navigation-list {
    flex-direction: column;
    justify-content: center;
}

.footer__navigation-list ul {
    margin: 0;
}

.footer__navigation-list ul:first-child {
    margin-right: 0 !important;
}

.banner_content h1 {
    font-size: 30px !important;
    line-height: 39px !important;
}

.section__banner {
	    padding: 150px 0px 150px !important;
	}

	.headings2_container h2, .types__content h2, section.growing__section h2, .team__container h2, .hp__contact-form h2 {
    font-size: 28px !important;
}

a.footer__logo span:first-child {
    font-size: 12px !important;
}

a.footer__logo span:last-child {
    font-size: 27px !important;
}
.banner_content p {
    text-align: justify;
}
ul.growing__list li img {
    max-width: 50px !important;
    height: 50px !important;
}
}
h1,h2,h3,h4,h5,h6,
.banner_content h1,
.headings2_container h2,
.verse__container h2,
section.growing__section h2,
.team__container h2,
.hp__contact-form h2,
.footer__col>h3,

h1.elementor-heading-title,
h2.elementor-heading-title,
h3.elementor-heading-title,
h4.elementor-heading-title,
h5.elementor-heading-title,
h6.elementor-heading-title,
.footer__col.footer__logo-container span,
a.revamp_nav-logo span{
    font-family: 'Monsterrat-Bold' !important;
}
p,
.banner_content p,
.salumbides__content p,
.verse-plugin .dailyVerses.bibleText,
p.growing__sub-header,
ul.growing__list li span,
.team__container>p,
.footer__col ul a, .footer__col ul p,
nav.revamp_nav ul li a,
.about-content p,
body p,
.elementor-228 .elementor-element.elementor-element-7ea17045 span,
.elementor-text-editor p, 
.elementor-text-editor p a,
.elementor-text-editor p span,
ul.elementor-icon-list-items span,
.elementor-200 .elementor-element.elementor-element-c54fd4e input[type=submit],
input.wpcf7-form-control.has-spinner.wpcf7-submit,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
textarea.wpcf7-form-control.wpcf7-textarea::placeholder,
textarea.wpcf7-form-control.wpcf7-textarea,
.stickfooter p,
.stickfooter p a{
    font-family: Helvetica !important;
}

nav.revamp_nav ul li a,
.footer__col ul a, .footer__col ul p {
    font-size: 16px !important;
}
nav.revamp_nav ul li a {
    font-weight: 700 !important;
}

ul.sub-menu {
    margin: 0 !important;
}
nav.revamp_nav ul.open {
    margin-top: 0;
    overflow-y: scroll;
    height: 100vh !important;
    flex-wrap: nowrap;
}
@media only screen and (max-width: 991px){
nav.revamp_nav > ul > li:nth-child(2) {
    margin-top: 150px;
}
}
@media only screen and (max-width: 425px){
    nav.revamp_nav ul.open {
        max-width: 80% !important;
    }
}