body {
  font-family: 'DM Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
    color: black;
}
.section_main {
  background: url(../images/bathroom.jpg);
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}
}
.btn-primary {
    color: #fff;
    background-color: #368FC5;
    border-color: #368FC5;
    padding: 12px 21px;
    font-size: 17px;
    font-weight: 500;
}
.btn-primary i{
  padding-left: 5px;
}
.btn-primary:hover {
  background: #ffc107;
  border-color: #ffc107;
}

.btn-warning {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    padding: 12px 21px;
    font-size: 17px;
    font-weight: 500;
}
.btn-warning i{
  padding-left: 5px;
}
.btn-warning:hover {
  color: white;
  background: #000000;
  border-color: #000000;
}

.bg-primary {
  background: #368FC5 !important;
}
.bg-warning {
  background: #ffc107 !important;
}
.bg-dark {
  background: #0e0e0e !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-primary {
  color: #368FC5 !important;
}

.topbar {
    padding: 15px 0;
}
.top_bar_content  p {
  margin: 0;
  color: white;
}
.topbar_content_left p span {
    height: 8px;
    width: 8px;
    background: #ffc107;
    display: inline-block;
    border-radius: 80px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}
.topbar_content_right a {
    color: white;
}
.topbar_content_right {
  text-align: right;
}


.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #ffc107;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

.header {
    background: white;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 0 16px rgb(0 0 0 / 18%);
}
.logo img {
    width: 185px;
}
.menu {

}
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0;
}
.menu ul li {
    display: inline-block;
    margin: 0 8px;
}
.menu ul li a {
    color: black;
    font-weight: 500;
    font-size: 17px;
    padding: 7px 2px;
    display: block;
    text-decoration: none !important;
    transition: 0.3s ease all !important;
    line-height: 27px;
}
.menu ul li a:hover {
  color: #ffc107 !important;
}

.text-warnings {color: #ffc107 !important;padding-bottom: 2px}

.section_main {
    background: url('../images/banner_6.jpg');
    background-size: cover;
    background-position: right center;
    height: 85vh;
    padding: 40px 0;
}

.main_container {
    max-width: 100%;
    padding: 200px;
}


@media only screen and (max-width: 767px) {
  .main_container {
    padding: 0px;
  }
}



.main_content {
    background: rgba(2, 34, 151, 0.9);
    padding: 50px;
    border-radius: 8px;
    position: relative;
}
.main_content h2 {
    color: white;
    font-size: 35px;
}
.main_content hr {
    border-top: 5px solid #ffc107;
    max-width: 100%;
    margin: 20px 0;
}
.main_content p {
    color: white;
    font-size: 16px;
    margin-bottom: 37px;
}
.main_content a {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
a.btn.btn-primary.bg-warning:hover {
    background: white !important;
    color: black !important;
    border-color: white !important;
}
.gif_arrow {
    width: 84px;
    position: absolute;
    right: 209px;
    bottom: 65px;
}
img.arrow_moving {
    position: absolute;
    bottom: -34px;
    right: 14px;
    width: 183px;
}

.section_s2 {
  padding: 60px 0;
}
.s2_content img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: right;
}
.s2_content h2 {
    font-size: 33px;
}
.s2_content hr {
    border-top: 5px solid #ffc107;
    max-width: 80px;
    margin: 19px 0;
}
.s2_content p {
    font-size: 17px;
    margin-bottom: 22px;
}

u {
    color: #ffc107;
    text-decoration: none;
}
.s2i_content {
    background: white;
    padding: 22px 19px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    height: 100%;
}
.s2i_content_each {
    align-items: center;
}
.s2i_content_img {
    flex: 0 0 155px;
    max-width: 155px;
}
.s2i_content_img img {
  width: 100%;
}
.s2i_content_box {
    flex: 1 1 auto;
}
.s2i_content_inner {
    padding-left: 17px;
}
.s2i_content_inner h2 {
    font-size: 22px;
}
.s2i_content_inner p {
    margin: 0;
    color: #595959;
}




#faq .card {
  margin-bottom: 10px;
  border-radius: 6px;
}

#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}
#faq .card .collapse.show {
    
}
#faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #ffffff;
    color: #222;
    padding: 16px 16px;
    font-weight: 600;
    border: 1px solid #e5e5e5 !important;
    box-shadow: unset !important;
    margin-bottom: 2px;
}
#faq .card-body {
  padding: 12px 16px;
  line-height: 1.5em;
}
#faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}



#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}



#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: #f3f3f3;
  color: #222;
}


.section_s3 {
    padding: 60px 0;
}
.title {
  text-align: center;
  margin-bottom: 30px;
}
.title h2 {

}
.title hr {
  border-top: 4px solid #ffc107;
  max-width: 80px;

}
.title-white h2 {
    color: white;
}
.title-white hr {
  border-top: 4px solid #ffc107;
}
.s3_row a {
color:#022279;    display: block;
    padding: 3px 0;
}

.section_s4 {
  padding: 60px 0;
}

.reviews_each {
    background: white;
    padding: 35px 35px;
    height: 100%;
    border-radius: 5px;
}
.reviews_each > span {
    display: block;
    color: #FFC107;
    margin-bottom: 10px;
}
.reviews_each p {
    font-size: 17px;
}
.reviews_each h3 {
    margin: 0;
    font-size: 19px;
}

.section_s5 {
  padding: 60px 0;
}
.mc_each {
    background: white;
    padding: 22px 15px;
    border-radius: 5px;
}
.mc_icon {

}
.mc_icon svg {
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.mc_each p {
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2em;
}
.row_5px {
  margin: -5px;
}
.row_5px .col-lg-2, .row_5px .col-sm-6 {
  padding: 5px;
}

.section_s6 {
  padding: 60px 0;
}

.section_footer {
    background: url(../images/bathroom.jpg);
    background-size: cover;
    background-position: right center;
    
}
.section_footer_layer {
    padding: 60px 0;
    background: rgb(0 0 0 / 81%);
}
.footer_container {
    max-width: 800px;
    margin: auto;
}
.footer_content {
    border-radius: 8px;
    position: relative;
    text-align: center;
}
.footer_content h2 {
    color: white;
    font-size: 35px;
}
.footer_content hr {
    border-top: 5px solid #ffc107;
    max-width: 80px;
    margin: 20px auto;
}
.footer_content p {
    color: white;
    font-size: 16px;
    margin-bottom: 37px;
}
.footer_content a {
    padding-left: 40px !important;
    padding-right: 40px !important;
}


/* Get a Quote Page */

.section_get_a_quote {
    background: url('../images/Roofing-Contractors-Sherwood-OR.jpg');
    background-size: cover;
    background-position: right center;
}
.section_get_a_quote_layer {
    padding: 60px 0;
    background: rgb(0 0 0 / 75%);
}
.gaq_container {
    background: white;
    max-width: 700px;
    margin: auto;
    padding: 35px 35px;
    border-radius: 9px;
}
.gaq_header {
  text-align: center;
}
.gaq_header h2 {
    font-size: 29px;
}
.gaq_header p {
    margin: 0;
    color: #414141;
    font-size: 16px;
}
.gaq_header hr {
    border-top: 4px solid #ffc107 !important;
    max-width: 75px;
}

.iti.iti--allow-dropdown.iti--show-flags {
    display: block !important;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    width: 100% !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
}
.form-control {
    height: auto;
    font-size: 18px;
    padding: 9px 16px;
    margin-bottom: 15px;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #368FC5;
    border-color: #368FC5;
}
.radio_button label {
    margin: 0;
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 15px 3px;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
}
.radio_button input:checked + label {
    background: #ffc107;
    color: white;
    border-color: #ffc107 !important;
}

.gaq_body {
    background: #e9e9e9;
    border-radius: 6px;
    padding: 30px;
}
.vm_step_title {
    margin-bottom: 23px;
}
.vm_step_title h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 13px;
}
.vm_step_body {
  max-width: 600px;
  margin: auto;
}
.vm_step_cta {
max-width: 300px;
  margin: auto;
}
.vm_step_cta button {
  width: 100%;
}
.vm_step_cta span {
    font-size: 15px;
    margin-top: 11px;
    display: block;
}
.form-control.error {
    border-color: red !important;
}


.tod_required {
    border-color: #dc3545 !important;
}

.tod_validation.text-danger.mt-3 {
    text-align: center;
}
.type_of_work_options > div {
    padding: 3px;
}


.s3_inner_content {
    background: white;
    padding: 24px 16px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 2px 7px rgb(0 0 0 / 18%);
}
.s3_ii_icon {
    margin-bottom: 20px;
}
.s3_ii_icon svg {
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.s3_inner_content span {
    background: #368fc5;
    color: white;
    font-weight: 500;
    display: inline-block;
    border-radius: 80px;
    padding: 1px 25px;
    font-size: 16px;
    margin-bottom: 9px;
}
.s3_inner_content h2 {
    font-size: 22px;
}
.s3_inner_content p {
    margin: 0;
    font-size: 17px;
}
.section_s3_inner .row {
    margin-left: -7px;
    margin-right: -7px;
}
.section_s3_inner .row .col-lg-3 {
    padding: 7px;
}
.s3_inner_content .s3_ii_icon img {
    max-width: 80px;
}
@media screen and (max-width: 767px) {
    .s2_content img {
    height: auto;
}
.section_main {
    height: auto;
    padding: 46px 0 69px 0;
}
  .topbar_content_right {
    text-align: center;
  }
  .top_bar_content.topbar_content_left {
    display: none;
}
.main_content {
    padding: 30px;

}
.main_content h2 {
    font-size: 28px;
}
.gif_arrow {
    width: 61px;
    left: 220px;
    bottom: 51px;
}
.main_content a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.radio_button {
    margin-bottom: 10px;
}
.s2_content h2 {
    font-size: 28px;
}
.s2_content img {
    margin-top: 35px;
}
.s2i_content {
    text-align: center;
}
.s2i_content_inner {
  padding: 0;
}
.s2i_content_img {
    max-width: 100%;
    margin: auto;
    margin-bottom: 15px;
}
.reviews_each {
    padding: 20px 20px;
    height: auto;
    margin: 10px 0;
}
.mc_each {
    padding: 18px 10px;
}
.mc_icon svg {
  width: 40px;
    height: 40px;
}
.mc_each p {
    font-size: 15px;
    width: 92px;
    margin: auto;
}

.gaq_body {
    background: white;
    padding: 0;
}
.gaq_container {
    padding: 35px 20px;
}
.gaq_header h2 {
    font-size: 25px;
}
.vm_step_title h2 {
    font-size: 21px;
    margin-bottom: 5px;
}
.radio_button label {
    background: #e1e1e1;
    font-size: 13px;
}
}


@media screen and (max-width: 992px) and (min-width: 767px) {
  .section_main {
    height: auto;
    padding: 46px 0 69px 0;
}
.s2i_content {
    text-align: center;
}
.s2i_content_inner {
  padding: 0;
}
.s2i_content_img {
    max-width: 250px;
    margin: auto;
    margin-bottom: 15px;
}
.reviews_each {
    padding: 20px 20px;
    height: auto;
    margin: 10px 0;
}
}


@media screen and (max-width: 1200px) and (min-width: 992px) {
.menu ul li {
    margin: 0 4px;
}
.header_cta i {
  display: none !important;
}
.header_cta a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}
.menu ul li a {
    font-size: 16px;
    padding: 7px 2px;
}
.logo img {
    width: 108px;
}
.mc_each p {
    width: 98px;
    margin: auto;
}
}



.radio_button {
    margin-bottom: 10px;
}