

/* Big Screen Layout: 1280px. */

@media only screen and (min-width: 1440) and (max-width: 1920) {
	.hero-area {
		height: 850px;
	}
}


/* Medium Layout: 1280px. */

 
/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
 .main-menu ul li {
    display: inline-block;
    padding: 30px 7px;
}
.main-menu ul li a {
    font-size: 13px;
    font-weight: 500;
    color: #00025d;
    position: relative;
    text-transform: uppercase;
}
.hero-content h2 {
    font-size: 32px;
   
}
form#newsletter-form #phone-number {
    width: 100%;
    max-width: 250px;
    padding: 0 20px 0 12px;
    font-size: 13px;
    margin-right: -3px;
    
}
input#submit-button {
    font-weight: 600;
    padding: 20px 8px;
    line-height: 21px;
    font-size: 13px;
  
}
}


/* Mobile Layout: 767px. */

@media only screen and (max-width: 767px) {
	p,
	.section-title p {
		font-size: 14px;
	}
	.section-title h2 {
		font-size: 30px;
	}
	.main-menu {
		display: none;
	}
	#mobile-menu {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
	}
	.sticky {
		padding: 10px 10px;
	}
 
	.hero-content h2 {
		font-size: 30px;
	}
	.hero-content p {
    font-size: 17px;
    color: #fff;
    line-height: 24px;
    line-height: 33px;
}
	 form#newsletter-form #phone-number {
    border-radius: 50px;
    margin-right: 0px;
    border: 0;
	    max-width: 100%;
		font-size: 15px;

}
	 input#submit-button {
    border-radius: 50px;
    width: 100%;
    border: 0;
    margin-top: 20px;
	font-size: 15px;
}
 .hero-content {
    text-align: center;
}
 
.single-work {
    text-align: center;
    padding: 30px 10px;
    border: 2px solid #e8e1e1;
    margin: 10px 0;
}
.counter-box {
    display: block;
    text-align: center;
    margin-bottom: 80px;
}
.counter-area.section-padding {
    padding: 100px 0px 0px 0px;
}
.section-padding {
    padding: 60px 0;
}
.details {
    margin-bottom: 60px;
}
.buttons-here .row {
 
    display: block;
    margin: 0px 0;
}

.buttons-here .button a {
    width: 100%;
    display: block;
    padding: 15px 34px;
    text-align: center;
    margin: 10px 0;
}
ul.list-unstyled {
    margin: 20px 0;
}
.pay-only h2, .saving h2 {
    color: #00025d;
    font-weight: 600;
    font-size: 19px;
}
.payment-method {
 
    margin-bottom: 30px;
}
.payment-tittle h3 {
    font-size: 25px;
}
.payment-tittle p {
    font-size: 16px
}
.original-content h2 {
    font-size: 20px;
    color: #00025d;
    line-height: 20px;
    padding: 8px 0;
}.main-section {
    background: white;
    padding: 50px 20px;
    margin-top: -100px;
}
div#accordion button.btn.btn-link {
    font-size: 15px;
    color: #00025d;
    font-weight: 500;
    width: 100%;
    white-space: normal;
    text-align: left;
}
div#accordion button.btn.btn-link i {
    font-size: 15px;
    margin-right: 10px;
}
.faq-section .card-header {
    margin-bottom: 20px;
}
div#accordion .card-body {
    font-size: 15px;
    font-weight: 400;
}
#SSNModal {
  width: 100%;
}
.payment-last .row {
   display: flex;
           flex-direction: column-reverse;
}
 
.pay-only {
    margin-bottom: 50px;
}
.next-payment-page .original-content h2 {
    font-size: 22px;
}
.right-side .pay-only h2 {
    font-size: 30px;
}
}
 
 