/*Body remove padding, it's only for this separate footer page, I guess you have already styled your body tag in you HTML, so you can remove this*/

body {
  margin: 0;
}


/*Footer main wrapper - color, display*/

.footer_main_wrapper {
  background-color: #464646;
}


/*Footer inner, display*/

.footer_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}


/*Remove bullets from ul*/

.footer_main_wrapper>.footer_inner>ul {
  list-style-type: none;
  padding-left: 40px;
  padding-right: 0px;
  padding-right: 40px;
  margin-top: 16px;
  margin-bottom: 16px;
}


/*Remove bullets from ul*/

.footer_main_wrapper>.footer_inner>ul>ul {
  list-style-type: none;
  padding-left: 0px;
}


/*Define color of the links and remove underline*/

.courses, .information, .call_today, .business_service {

  font-family: 'PT Sans', sans-serif;
  margin-bottom: 5px;

}


/*Define color of the links and remove underline*/

.footer_main_wrapper>.footer_inner>ul>li> a {
  color: #c9c9c9;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
}


/*Define color of the links and remove underline*/

.footer_main_wrapper>.footer_inner>ul>ul>li> a {
  color: #c9c9c9;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
}


/*Define color of the span and remove underline, padding, font*/

.courses, .information, .call_today, .business_service {
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
  font-family: 'PT Sans', sans-serif;
}


/*Define color of the span tags*/

.phone_text, .call_today{
  color: #fff;
  font-family: 'PT Sans', sans-serif;
}

.phone_text {

	font-size: 33px;

}

.call_today {

	font-size: 15px;
}


.phone_text a {

	color: #fff !important;
}
/*Call ul styling*/

.phone_text {
  margin-top: 0px;
}

.business_service_ul {
  margin-top: 20px;
  margin-bottom: 0px;
}

.logo_call_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.logo_call_ul>li {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}


/*Footer divider*/

.footer_divider {
  max-width: 900px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

hr.footer_divider {
  background-color: #cdcdcd;
  height: 1px;
  border: none;
  margin:0 auto;
      margin-bottom: 10px;
}


/*Footer div*/

.footer_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}


/*Remove bullets from ul*/

.footer_bottom>ul {
  list-style-type: none;
  padding-left: 0px;
}


/*Footer bottom div display flex*/

.footer_bottom_policy_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px;
  margin-top: 10px;
}


/*Define color of the links and remove underline and bullets*/

.footer_bottom>ul>li> a {
  color: #c9c9c9;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
}


/*Links border right*/

.policyborder {
  border-right: 1px #c9c9c9 solid;
}


/*Define color of the links and remove underline*/

.copyright_text {
  color: #c9c9c9;
  text-align: center;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 20px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.copyright_text_mobile {
  display: none;
}

.footer_bottom_policy_ul {

	margin-top: 0px;

}


/*Media queries*/

@media screen and (max-width: 768px) {
  /*Hide links of footer top*/
  .courses_ul,
  .information_ul {
    display: none;
  }
  /*Margin and padding shrink*/
  .logo_call_ul {
    margin-bottom: 0px;
  }
  .footer_bottom_policy_ul {
    margin-top: 0px;
  }
  /*Divider width change*/
  hr.footer_divider {
    max-width: 90%;
  }
	.phone_text {

  	font-size: 25px !important;
  	color: #fff !important;
  }
}

@media screen and (max-width: 400px) {
  /*Margin shrink*/
  .footer_bottom_policy_ul {
    margin-top: 0px;
  }
  /*Font decrease*/
  .footer_bottom_policy_ul>li>a {
    font-size: 12px;
  }
  .copyright_text_mobile {
    font-size: 15px;
    text-align: center;
  }
  /*Define color of the links and remove underline*/
  .copyright_text {
    display: none;
  }
  .copyright_text_mobile {
    display: block;
    color: #c9c9c9;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    margin-top: 5px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    text-align: center;
    font-size: 14px;
  }
  .logo_call_ul>li>img {
    width: 98%;
  }
  .logo_call_ul.phone_text {

  	font-size: 20px !important;

  }
}

.g-recaptcha {
    transform-origin: left top;
    -webkit-transform-origin: left top;
}



#fein,
.hw,
.corpo,
.bankruptcy-sec,
.tool_sec,
.typerk_sec,
.llcsec,
.relatives_sec,
.operation_sec,
.business_aaso_sec,
.oshac_sec,
.underground_sec,
.partnershipsec,
.individualSec {
    display: none;
}

p {
    margin-bottom: 8px;
}

.modal {
    /* display: none; Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    padding-top: 119px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {

    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    /* color: white; */
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #c43025;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #c43025;
    color: white;
}

.dis {
    display: none;
}

.selectBox,
.form-input {
    margin-bottom: 0px;
}

.radio_w {
    width: 20% !important;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.search-button {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    color: #FFF !important;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

.search-button:hover,
.search-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
    color: #FFF !important;
}

hr {
    margin: 40px 0 20px 0;
}
#getQuoteModal .modal-content{
    width: 100%;
    max-width: 1170px;
    z-index: -1;
    border-radius: 0;
    border: 0;
}
#getQuoteModal .modal-content {
    width: 100%;
    max-width: 1170px;
    z-index: -1;
}
#getQuoteModal h3 {
    margin-bottom: 15px;
    margin-top: 10px;
    font-family: Oswald,sans-serif;
}
#getQuoteModal p.form-error {
    display: none;
}
#getQuoteModal label {
    font-weight: 100 !important;
}
.btn.btn-success,
.btn.btn-danger{
    color: #fff;
    font-family: Oswald,sans-serif;
}
.btn.btn-success.btn-lg,
.btn.btn-danger.btn-lg{
    font-size: 17px;
    font-family: Oswald,sans-serif;
}
.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.3;
}
.loader{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}
.loader:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    content: " ";
    z-index: 99;
}
.loader span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #ED1C24;
    margin: 35px 5px;
    opacity: 0;
}
.loader span:nth-child(1){
    animation: opacitychange 1s ease-in-out infinite;
}

.loader span:nth-child(2){
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.loader span:nth-child(3){
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}
@keyframes opacitychange{
    0%, 100%{
        opacity: 0;
    }

    60%{
        opacity: 1;
    }
}
#get_quote_modal_message.active i{
    color: #6ac580;
    font-size: 100px;
}
#get_quote_modal_message.active{
    text-align: center;
    font-size: 20px;
    padding: 100px;
}
#getQuoteModal .modal-body{
    padding: 20px;
}
#getQuoteModal .nav-tabs{
    display: table;
    margin: 0 auto;
}
#getQuoteModal .nav-tabs>li>a{
    font-weight: 700;
    font-size: 18px;
    font-display: Oswald,sans-serif;
    color: #000;
}
#getQuoteModal .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus{
    color: #ED1C24;
    cursor: pointer;
}
