@media only screen and (max-width: 1400px) 
{
/*Home page*/
.logo {
    /*border: 1px solid red;*/
}
.homehero .caption h1 {
    font-size: 44px;
}
h1 {
    font-size: 44px;
    padding-bottom: 40px;
} 
h2 {
    font-size: 38px;
}
h3 {
    font-size: 30px;
}
.container {
	padding-left: 30px;
    padding-right: 30px;
}
.features_list ul li {
    font-size: 19px;
    padding-left: 32px;
    margin-bottom: 4px;
}
.features_list ul li i {
    top: 17px;
}
.start_business_wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}    
.start_business_wrapper .content p {
    margin-bottom: 24px;
}
.setup_cards_wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
}
.title {
    padding-bottom: 20px;
}    
.title h2 {
    font-size: 44px;
} 
.process_card h4 {
    font-size: 22px;
    margin-left: 20px;
}
.process_card i {
    font-size: 44px;
} 
.get_started {
    padding-bottom: 60px;
}
.service_box .content h4 {
    font-size: 22px;
}
.our_services {
    padding-bottom: 60px;
}
.contact_us {
    padding-bottom: 120px;
}
.footer {
    padding-top: 80px;
} 
.footer_content {
    padding-top: 80px;
    padding-bottom: 50px;
}  
.goto_top {
    bottom: 80px;
}   
.business_setup_wrapper {
    padding-top: 80px;
    padding-bottom: 40px;
}
.contact_us {
    padding-bottom: 65px;
} 
.blog_lists_carousel .blog_box {
    width: 400px;
    height: 400px;
}
.blog_box .blog_title {
    padding: 25px;
}   
.blog_box .blog_title h4 {
    font-size: 22px;
}
.blog_lists_wrapper {
    padding-bottom: 60px;
}
.faq_wrapper {
    padding-bottom: 60px;
}    
    
}

@media only screen and (max-width: 1200px) 
{
/*Home page*/
.logo {
    /*border: 1px solid cyan;*/
}
.homehero .caption h1 {
    font-size: 42px;
} 
h1 {
    font-size: 42px;
}
h2 {
    font-size: 36px;
    padding-bottom: 20px;
}
h3 {
    font-size: 28px;
    padding-bottom: 20px;
}    
.features_list ul li {
    font-size: 16px;
    padding-left: 28px;
    margin-bottom: 4px;
}
.setup_card h3 {
    font-size: 26px;
}
.title h2 {
    font-size: 42px;
}
.process_card {
    padding: 28px 24px;
}    
.process_card h4 {
    padding-bottom: 0;
} 
.service_box .content {
    padding: 20px;
}
.start_business_wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
}  
.blog_lists_carousel .blog_box {
    width: 340px;
    height: 380px;
}
.accordion-button {
    font-size: 20px;
}
    
}

/* #Tablet (Portrait) */

    /* Note: Design for a width of 768px */

@media only screen and (max-width: 991px) 
{
/*Home page*/
.logo {
    /*border: 1px solid yellow;*/
}
.container {
    padding-left: 20px;
    padding-right: 20px;
} 
.top_h {
    display: none;
}
.sticky .header {
    top: 0;
}
.mobile_menubtn {
    display: block;
    width: 60px;
    height: 44px;
    border: 2px solid #F1C152;
    margin-left: 20px;
    z-index: 999999;
}
.mainnav {
	padding: 0;
}
	
/* Icon 3 */
#nav-icon3 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 20px;
  background: #F1C152;
  border-radius: 0;
  opacity: 1;
  left: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3.open span {
    background: #F1C152;
}
#nav-icon3 span:nth-child(1) {
    top: 10px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 18px;
}
#nav-icon3 span:nth-child(4) {
    top: 26px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header .mainnav {
    background: rgba(13,13,13,0.98);
    height: calc(100vh - 70px);
    min-height: 250px;
    position: fixed;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform: perspective(500px) rotateX(-20deg);
    -moz-transform: perspective(500px) rotateX(-20deg);
    -webkit-transform: perspective(500px) rotateX(-20deg);
    -webkit-transition: -webkit-transform 0.4s;
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
    left: 0;
    top: 70px;
    padding: 50px 25px;
	overflow: auto;
}
.mainnav > ul {
	padding: 20px 0;
}
.menuopen .header .mainnav {
    transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: all 0.4s;
    opacity: 1;
    z-index: 99999;
    visibility: visible;
}
.menuopen {
    overflow: hidden;
}
.header .btn {
    margin-left: auto;
}
.mainnav nav ul {
    display: block;
    text-align: center;
}
.mainnav nav ul li {
    margin: 5px 0;
}    
.mainnav nav ul li a {
    font-size: 22px;
    padding: 5px 12px;
}  
.mobview {
    display: block;
} 
.social_list ul li {
    padding: 0 5px;
}    
.social_list ul li a {
    color: #ffffff;
    font-size: 22px;
    padding: 10px;
} 
.container {
    padding-left: 25px;
    padding-right: 25px;
}
.homehero .caption h1 {
    font-size: 40px;
}  
h1 {
    font-size: 40px;
    padding-bottom: 36px;
} 
h2 {
    font-size: 34px;
    padding-bottom: 16px;
}    
p {
    font-size: 15px;
}
.homehero .caption {
    min-height: 500px;
    padding-top: 140px;
    padding-bottom: 100px;
}  
.homehero .caption .content {
    padding: 3rem 0;
}
.start_business_wrapper .content {
    padding-top: 40px;
}
.features_list ul li {
    font-size: 18px;
    padding-left: 32px;
}
.setup_features h3 {
    font-size: 22px;
}
.setup_features .s_icon i {
    font-size: 58px;
}  
.setup_features .s_icon:after {
    width: 44px;
    height: 44px;
}
.goto_top {
    right: 15px;
}
.setup_card {
    height: 100%;
    min-height: 300px;
    padding: 24px 24px 40px;
    border-radius: 20px;
    box-shadow: 10px 7px 0px #E1D399;
}
.title h2 {
    font-size: 40px;
}   
.contact_us .content {
    padding-bottom: 20px;
} 
.footer_content h5 {
    font-size: 22px;
}
.newsletter_box {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
} 
.footer_content {
    padding-top: 60px;
    padding-bottom: 30px;
}
.copyright_box p {
    font-size: 15px;
}    
    
}

/* #Mobile (Landscape) */

    /* Note: Design for a width of 480px */

@media only screen and (max-width: 767px) 
{
/*Home page*/
.logo {
    /*border: 1px solid blue;*/
}  
.container {
    padding-left: 20px;
    padding-right: 20px;
}
.homehero .caption .content {
    display: block;
    padding: 25px 0;
    text-align: center;
}
.homehero .caption h1 {
    font-size: 38px;
}   
h1 {
    font-size: 38px;
}
h2 {
    font-size: 32px;
    padding-bottom: 16px;
} 
h3 {
    font-size: 26px;
}
.mainnav nav ul li a {
    font-size: 20px;
    padding: 2px 12px;
}
.start_business_wrapper .content {
    padding-top: 10px;
} 
.features_list ul {
    column-count: 1;
}
.features_list ul li {
    padding: 12px 0;
    padding-left: 32px;
}
.features_list ul li i {
    top: 13px;
}
.start_business_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}
.setup_features [class*=col-] {
    padding-left: 90px;
    padding-right: 15px;
    margin-bottom: 40px;
}  
.setup_features .s_icon {
    left: 6px;
}
.setup_card {
    min-height: 280px;
}
.process_card {
    padding: 25px 24px;
}    
.process_card h4 {
    font-size: 20px;
    margin-left: 20px;
} 
.get_started {
    padding-bottom: 60px;
}
.service_box {
    max-width: 460px;
    margin: 0 auto;
}  
.our_services {
    padding-bottom: 60px;
} 
.contact_us {
    padding-bottom: 70px;
}
.footer {
    padding-top: 70px;
}
.footer_content h6 {
    padding-bottom: 10px;
}  
.footer_content [class*=col-] {
    margin-bottom: 20px;
}
.footer_contact ul li {
    padding: 20px 0;
}
.footer_content h5 {
    font-size: 20px;
} 
.copyright_box {
    padding: 15px 0;
}    
.copyright_box p {
    font-size: 14px;
    margin: 12px 0;
} 
.title h2 {
    font-size: 36px;
} 
.goto_top {
    bottom: 26px;
}  
.footer_content p {
    margin-bottom: 15px;
} 
.business_setup_wrapper {
    padding-top: 70px;
    padding-bottom: 35px;
}
.blog_lists_wrapper .content {
    padding-bottom: 40px;
}
.blog_lists_carousel .blog_box {
    width: 320px;
    height: 340px;
} 
.blog_box .blog_title {
    padding: 20px;
} 
.accordion-button {
    font-size: 19px;
}    
    
}

/* #Mobile (Portrait) */

    /* Note: Design for a width of 320px */

@media only screen and (max-width: 479px) 
{
/*Home page*/
.logo {
    /*border: 1px solid green;*/
}
.homehero .caption h3 {
    font-size: 18px;
}  
.homehero .caption h1 {
    font-size: 36px;
} 
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
    padding-bottom: 15px;
}    
.btn-lg {
    height: 54px;
    padding: 0 40px 2px;
}
.header .btn {
    display: none;
}  
.header .mainnav {
	padding: 40px 25px;
}
.start_business_wrapper {
    padding-top: 60px;
    padding-bottom: 50px;
}
.business_setup_wrapper {
    padding: 60px 0 30px;
}
.setup_features [class*=col-] {
    padding-left: 80px;
    padding-right: 15px;
    margin-bottom: 40px;
}
.setup_features .s_icon {
    left: 0;
    top: 5px;
    transform: none;
    z-index: 20;
}  
.setup_cards_wrapper {
    padding-top: 70px;
    padding-bottom: 50px;
}
.title h2 {
    font-size: 32px;
}
.get_started {
    padding-bottom: 50px;
}
.our_services {
    padding-bottom: 50px;
}
.contact_us {
    padding-bottom: 60px;
}
.footer {
    padding-top: 60px;
}
.footer_content {
    padding-top: 50px;
    padding-bottom: 30px;
}    
.footer_contact ul li {
    padding: 15px 0;
}
.footer_contact ul li a, .footer_links ul li a {
    font-size: 15px;
}
.footer_content {
    padding-top: 50px;
    padding-bottom: 20px;
}    
 section.start_business_wrapper.default_content {
    padding-top: 60px;
} 
.blog_lists_wrapper .content {
    padding-bottom: 30px;
}
.blog_box .blog_title h4 {
    font-size: 20px;
}
.blog_lists_carousel .blog_box {
    width: 320px;
    height: 320px;
}
.blog_lists_wrapper {
    padding-bottom: 50px;
}
.faq_wrapper {
    padding-bottom: 50px;
}
.accordion-button {
    font-size: 17px;
    padding: 18px 0;
    padding-right: 35px;
}
.accordion-button:after {
    top: 16px;       
}    
    
}

/* #Mobile (Portrait) */

    /* Note: Design for a width of 320px */

@media only screen and (min-width: 320px) and (max-width: 374px) 
{
/*Home page*/
.logo {
    /*border: 1px solid purple;*/
}
.container {
    padding-left: 15px;
    padding-right: 15px;
}  
.mainnav nav ul li a {
    font-size: 18px;
    padding: 0px 12px;
}
.homehero .caption h1 {
    font-size: 34px;
}    
h1 {
    font-size: 34px;
}  
h2 {
    font-size: 28px;
    padding-bottom: 15px;
}
h3 {
    font-size: 24px;
}    
.setup_features {
    margin: 0 -15px;
} 
.setup_features .s_icon {
    left: 8px;
}
.title h2 {
    font-size: 30px;
}   
.newsletter_form .form-control {
    padding: 0 15px !important;
    padding-right: 48px !important;
}
.blog_lists_carousel .blog_box {
    width: 300px;
    height: 300px;
}    

}