@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@700&display=swap');

body,
html {
    overflow-x: hidden;
}

.blog-list {
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
    margin: 0 -42px;
    width: auto !important;
    overflow: hidden;
}

.blog-item {
    position: static !important;
    width: 33.33%;
    padding: 0 42px;
    margin: 0 0 60px;
}

.blog-item .blog-item-inner {
    /* border: 1px solid #d8d8d8;
    background-color: #fff;
    box-shadow: 0px 2px 12px 0px rgb(0 0 0 / 25%);
    border-radius: 4px;
    overflow: hidden;
    height: 100%; */
}

.blog-item .blog-item-inner .img-wrap {
    line-height: 0;
}

.blog-item .blog-item-inner .img-wrap a {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 55.5%;
}

.blog-item .blog-item-inner .img-wrap img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 20px;
}

.blog-item .blog-item-inner .post-content {
    padding: 32px 0 0;
}

.blog-item .blog-item-inner .post-content h3 {
    font-size: 21px;
    line-height: 1.52;
    letter-spacing: -0.3px;
    font-weight: 600;
    padding: 0 0 6px;
}

.blog-item .blog-item-inner .post-content h3 a {
    color: #1A244E;
    transition: all ease .3s;
}

.blog-item .blog-item-inner .post-content h3 a:hover {
    color: #FFDA44;
}

.blog-item .blog-item-inner .post-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.3px;
    color: #515151 !important;
    margin: 0 0 26px;
}

.blog-item .blog-item-inner .post-content a.read-more {
    display: inline-block;
    font-size: 13px;
    line-height: 1.62;
    color: #1A244E;
    font-weight: 500;
    border: 1px solid #1A244E;
    border-radius: 44px;
    padding: 9px 17px;
    transition: all ease .3s;
}

.blog-item .blog-item-inner .post-content a.read-more:hover {
    background: #1A244E;
    color: #FFF;
}

.blog-meta .blog-meta-item {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    margin: 0 0 22px;
    padding: 0 0 22px;
}

.blog-meta .blog-meta-item:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.blog-meta .blog-meta-item h5 {
    padding: 0;
    line-height: 1;
    color: #000;
    font-size: 16px;
    margin: 0 0 10px;
}

.blog-meta .blog-meta-item p {
    margin: 0;
    line-height: 1;
    font-size: 16px;
}

.blog-single-right .et_pb_row {
    width: 100%;
    padding: 0;
}

.blog-single-right .et_pb_section {
    padding-top: 0;
}

.blog-meta {
    margin: 0 0 40px;
}

.social-share ul {
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
    margin: 0 -6px;
}

.social-share ul li {
    font-size: 24px;
    margin: 0 6px;
}

.social-share ul li a {
    color: #000;
}

.social-share ul li a:hover {
    color: #1A244E;
}

.blog-form .et-pb-contact-message {
    display: none;
}

.blog-search input {
    width: 100%;
    padding: 16px 70px 16px 40px;
    font-size: 20px;
    line-height: 1.2;
    border: 2px solid #1A244E !important;
    border-radius: 42px;
    height: 60px;
    color: #1A244E !important;
    font-weight: 600;
    background-image: url(/wp-content/uploads/2023/02/search-icon.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 40px) 50%;
}

.blog-search input::placeholder {
    color: #1A244E;
}

.blog-search {
    margin: 0 auto 40px;
    max-width: 740px;
}

.filters button.button,
.custom-filters button.button {
    color: #FFF;
    background: #1A244E;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    padding: 13px 33px;
    transition: all ease .3s;
    cursor: pointer;
    border-radius: 37px;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    margin: 5px 6px;
}

.filters button.button:hover,
.custom-filters button.button:hover {
    background: #FFDA44;
    color: #1A244E;
}

.filters button.button:hover img,
.filters button.button.is-checked img,
.custom-filters button.button:hover img,
.custom-filters button.button.is-checked img {
    filter: unset;
}

.filters button.button.is-checked,
.custom-filters button.button.is-checked {
    background: #FFDA44;
    color: #1A244E;
}

.filters .button-group,
.custom-filters .button-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: -5px -6px;
    width: auto;
}

.filters,
.custom-filters {
    margin: 0 0 98px;
}

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-pagination .page-numbers {
    width: 30px;
    height: 30px;
    border: 1px solid #1A244E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.2;
    color: #1A244E;
    font-weight: 500;
    margin: 0 10px;
    border-radius: 38px;
    transition: all ease .3s;
}

.blog-pagination .page-numbers:hover {
    background: #1A244E;
    color: #FFF;
}

.blog-pagination .page-numbers.current {
    background: #1A244E;
    color: #fff;
}

.blog-pagination .page-numbers.next,
.blog-pagination .page-numbers.prev {
    width: 137px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.blog-pagination .page-numbers.next:hover,
.blog-pagination .page-numbers.prev:hover {
    color: #1A244E;
    background: transparent;
    opacity: 60%;
}

.blog-pagination .page-numbers.next i {
    margin-left: 10px;
    background-image: url('/wp-content/uploads/2023/02/arrow-right.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 8px;
}

.blog-pagination .page-numbers.next i::before,
.blog-pagination .page-numbers.prev i::before {
    display: none;
}

.blog-pagination .page-numbers.prev i {
    margin-right: 10px;
    background-image: url('/wp-content/uploads/2023/02/arrow-left.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 8px;
}

.blog-title h1 {
    font-size: 60px !important;
    padding: 0;
}

.blog-title {
    margin: 0 0 9px !important;
}

.filters button.button img,
.custom-filters button.button img {
    filter: brightness(0) invert(1);
    margin-right: 8px;
}

.free-roof-left {
    margin: 0 !important;
    width: 55% !important;
    padding-right: 65px;
}

.free-roof-right {
    width: 45% !important;
}

.free-roof-left h2 {
    padding: 0 0 11px;
}

.free-roof-img {
    margin-right: calc(-1px - ((100vw - 1250px) / 2) + 1px) !important;
}

.free-roof-img img,
.free-roof-img .et_pb_image_wrap {
    width: 100% !important;
}

.free-roof-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.free-roof-phone p.call-text {
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.free-roof-phone p {
    margin: 0 0 14px;
    padding: 0;
}

.free-roof-phone p:last-child {
    margin: 0;
    padding: 0;
}

.free-roof-phone p.call-text a {
    font-weight: 600;
    line-height: 1.2;
    text-decoration: underline;
    transition: all ease .3s;
    margin-left: 4px;
}

.free-roof-phone p.call-text a:hover {
    color: #FFDA44;
}

.free-roof-phone p.call-text::before {
    content: '';
    background-image: url(/wp-content/uploads/2023/02/call-icon-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-right: 7px;
}

.free-roof-hail-form form input {
    width: 100%;
    margin: 0 0 10px;
}

.free-roof-hail-form form input:last-child {
    margin: 0;
}

.free-roof-hail-form form input[type="text"] {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #1A244E;
    background: #FFFFFF;
    border: 2px solid #1A244E;
    border-radius: 42px;
    outline: none;
    box-shadow: none;
    padding: 18px 37px;
    height: 60px;
    background-image: url('/wp-content/uploads/2023/02/map-marker.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 37px) 50%;
}

.free-roof-hail-form form input[type="text"]::placeholder {
    color: #1A244E;
}

.free-roof-hail-form {
    max-width: 425px;
}

.schedule-btn {
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 500;
    color: #FFF !important;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    background: #ED7B22 !important;
    padding: 18px 30px !important;
    border-radius: 40px !important;
    transition: all ease .3s;
}

.schedule-btn:hover {
    background: #169668 !important;
}

.schedule-btn.et_pb_button {
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 500;
    color: #FFF !important;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    background: #ED7B22 !important;
    padding: 18px 30px !important;
    border-radius: 40px !important;
    transition: all ease .3s;
    min-width: 402px;
}

body .schedule-btn.et_pb_button.et_pb_bg_layout_light:hover {
    padding: 18px 30px !important;
    color: #FFF !important;
    background: #169668 !important;
}

.review-title h2 {
    padding: 0 0 13px;
}

.rating-title h2 {
    padding: 0 0 16px;
}

.free-roof-phone.small p.call-text::before {
    width: 14px;
    height: 14px;
}

.total-rating-text p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.total-rating-text p strong {
    font-weight: 600;
    margin-right: 5px;
}

.total-rating-text p img {
    margin: 0 8px;
}

.total-rating-text p img:last-child {
    margin-left: 2px;
}

.free-roof-phone.small p.call-text a:hover {
    color: #10c080;
}

.review-slider .wp-gr .grw-slider .grw-slider-dots .grw-slider-dot {
    background: #1A244E !important;
    margin: 0 4px !important;
    width: 13px !important;
    height: 13px !important;
    opacity: 1 !important;
}

.review-slider .wp-gr .grw-slider .grw-slider-dots .grw-slider-dot.active {
    background: #FFDA44 !important;
    border: 3px solid rgba(255, 218, 68, 0.3) !important;
}

.review-slider .wp-gr .grw-slider .grw-slider-dots {
    position: static !important;
    transform: unset !important;
    line-height: 0 !important;
}

.schedule-btn.top {
    min-width: 425px;
    text-align: center;
}

/* Sales Funnel */
.sales-head-tagline p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sales-head-tagline p img {
    margin-right: 12px;
}

.sales-header-right>.et_pb_module {
    display: inline-block;
}

.sales-header-right {
    line-height: 0;
    text-align: right;
}

.sales-head-mid p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sales-head-mid p strong {
    font-weight: 600;
    margin-right: 5px;
}

.sales-head-mid p img {
    margin: 0 2px;
}

.sales-header-row .et_pb_column {
    width: 25%;
    margin: 0 !important;
}

.sales-header-row .et_pb_column.header-mid {
    width: 50%;
    padding: 0 15px;
}

.sales-header-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sales-footer-right p a {
    color: #FFF;
    margin-left: 20px;
}

.sales-footer-right p a:hover {
    color: #FFCA05;
}

.sales-header {
    padding-bottom: 32px !important;
    background: transparent;
}

.sales-container.container {
    max-width: 1290px;
    width: 100%;
    padding: 0 20px;
}

.sales-hero {
    padding: 195px 0 65px;
    background: #E8E3F0;
    position: relative;
}

.sales-hero .title-wrap {
    text-align: center;
    margin: 0 0 40px;
}

.sales-hero .title-wrap h1 {
    line-height: 1.2;
    font-weight: 800;
    color: #1A244E;
    margin: 0 0 12px;
    padding: 0;
}

.sales-hero .title-wrap p {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    color: #1A244E;
}

.page-template-sales-funnel header,
.page-template-thank-you header {
    position: absolute;
    width: 100%;
    left: 0;
}

.text-center {
    text-align: center;
}

.how-it-works {
    padding: 5.65% 0;
    background-image: url(/wp-content/uploads/2023/03/how-works-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-template-sales-funnel .title-wrap h2,
.pay-deductible--inner .left-wrap h2 {
    font-size: 45px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.page-template-sales-funnel .title-wrap h2:last-child,
.pay-deductible--inner .left-wrap h2:last-child {
    margin: 0;
}

.how-it-works .title-wrap {
    margin: 0 0 50px;
}

.page-template-sales-funnel .title-wrap p,
.pay-deductible--inner .left-wrap p {
    font-size: 20px;
    line-height: 1.2;
    color: #1A244E;
    font-weight: 500;
    margin: 0;
}

.how-works-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -72px;
}

.how-works-list-item {
    width: 33.33%;
    padding: 0 72px;
    text-align: center;
    position: relative;
}

.how-works-list-item .icon-wrap {
    width: 180px;
    height: 180px;
    background: #1A244E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.how-works-list-item .number-text {
    background: #FFCA05;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 20px auto;
    font-family: 'Quicksand';
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.how-works-list-item h3 {
    font-size: 24px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.how-works-list-item p {
    font-size: 16px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #666666;
}

.how-it-works .container {
    max-width: 1310px;
    padding: 0 20px;
    width: 100%;
}

.how-works-list-item::after {
    content: '';
    background-image: url(/wp-content/uploads/2023/03/how-work-arrow-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 27%;
    right: -6%;
}

.how-works-list-item:last-child::after {
    display: none;
}

.how-works-list-item:nth-child(2)::after {
    background-image: url(/wp-content/uploads/2023/03/how-work-arrow-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
}

.pay-deductible {
    padding: 80px 0;
    background: #E8E3F0;
}

.pay-deductible--inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -21px;
}

.pay-deductible--inner .left-wrap {
    width: 46.5%;
}

.pay-deductible--inner .right-wrap {
    width: 53.5%;
}

.pay-deductible--inner .col {
    padding: 0 21px;
}

.pay-deductible--inner .right-wrap .img-wrap {
    line-height: 0;
}

.pay-deductible--inner .right-wrap .img-wrap img {
    width: 100%;
}

.pay-list li {
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
    font-weight: 500;
    margin: 0 0 20px;
    position: relative;
    padding-left: 41px;
}

.pay-list li::before {
    content: '';
    background-image: url(/wp-content/uploads/2023/08/list-check.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -3px;
    left: 0;
}

.pay-list li:last-child {
    margin: 0;
}

ul.pay-list {
    margin: 30px 0;
}

.schedule-btn.sales {
    display: inline-block;
    min-width: 395px;
    text-align: center;
}

.rating-text.sales {
    max-width: 395px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.2;
    color: #1A244E;
    margin-top: 10px;
}

.rating-text.sales strong {
    font-weight: 600;
    margin-right: 5px;
}

.rating-text.sales img {
    margin: 0 6px;
}

.rating-text.sales img:last-child {
    margin-left: 2px;
}

.sales-testimonial {
    padding: 80px 0;
}

.sales-testimonial-list {
    margin: 0 -19px;
}

.sales-testimonial-list .sales-testimonial-item {
    padding: 0 19px;
}

.sales-testimonial-item .description-wrap {
    text-align: center;
    padding: 20px 24px;
    background: #E8E3F0;
    border-radius: 10px;
    position: relative;
    margin: 0 0 49px;
}

.sales-testimonial-item .description-wrap h5 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #1A244E;
    padding: 0 0 8px;
    text-transform: capitalize;
}

.sales-testimonial-item .description-wrap p {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    margin: 0 0 5px;
}

.sales-testimonial-item .description-wrap .star-img {
    line-height: 0;
}

.sales-testimonial-item .author-info {
    text-align: center;
}

.sales-testimonial-item .author-info .img-wrap {
    line-height: 0;
    margin: 0 0 15px;
}

.sales-testimonial-item .author-info .img-wrap img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
}

.sales-testimonial-item .author-info p {
    font-size: 16px;
    line-height: 1.3;
    color: #1A244E;
    font-weight: 600;
    text-transform: capitalize;
}

.sales-testimonial-item .description-wrap::after {
    content: '';
    position: absolute;
    bottom: -39px;
    left: 50%;
    transform: translateX(-50%);
    border: 24px solid #E8E3F0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transition: all .3s;
    z-index: -1;
}

.sales-testimonial-item .description-wrap .star-img img {
    margin: 0 auto;
}

.sales-testimonial .title-wrap {
    margin: 0 0 60px;
}

.sales-testimonial ul.slick-dots li button::before {
    display: none;
}

.sales-testimonial ul.slick-dots {
    position: static;
    line-height: 0;
    margin: 70px 0 0;
}

.sales-testimonial ul.slick-dots li {
    margin: 0 5px;
    width: auto;
    height: auto;
}

.sales-testimonial ul.slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C7C7C7;
    margin: 0 !important;
}

.sales-testimonial ul.slick-dots li.slick-active button {
    background: #1A244E;
}

.sales-testimonial .slick-prev,
.sales-testimonial .slick-next {
    bottom: 0;
    top: unset;
    transform: unset;
    width: 48px;
    height: 48px;
    background: #1A244E !important;
    border-radius: 50%;
    opacity: 1 !important;
    transition: all ease .3s;
}

.sales-testimonial .slick-prev:before,
.sales-testimonial .slick-next:before {
    font-size: 0;
    opacity: 1 !important;
    background-image: url(/wp-content/uploads/2023/03/angle-right.png);
    width: 9px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}

.sales-testimonial .slick-prev:before {
    background-image: url(/wp-content/uploads/2023/03/angle-left.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sales-testimonial .slick-prev:hover,
.sales-testimonial .slick-next:hover {
    background: #FFDA44 !important;
}

.sales-testimonial button.slick-disabled,
.sales-testimonial button.slick-disabled:hover {
    background: #666666 !important;
}

.sales-testimonial .slick-prev {
    left: 40%;
}

.sales-testimonial .slick-next {
    right: 40%;
}

.sales-testimonial .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding: 0 0 20px;
}

.faq-wrap {
    padding: 80px 0;
    background: #E8E3F0;
}

.faq-wrap .bottom-wrap .rating-text.sales {
    margin: 0 auto;
    margin-top: 10px;
}

.faq-list {
    max-width: 737px;
    margin: 30px auto;
}

.faq-item {
    border-bottom: 1px solid #C7C7C7;
    padding: 20px 0;
}

.faq-item .faq-toggle {
    cursor: pointer;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #1A244E;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 18px;
}

.faq-item .faq-toggle span {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin-right: 20px;
    opacity: .8;
}

.faq-item .faq-inner {
    padding: 20px 0 0;
    display: none;
}

.faq-item .faq-inner p {
    font-size: 16px;
    line-height: 1.3;
    color: #666666;
}

.faq-item .faq-toggle::after {
    content: '+';
    font-family: 'Red Hat Display';
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: #666666;
    position: absolute;
    top: 7px;
    right: 0;
}

.faq-item .faq-toggle.open::after {
    content: '-';
}

.sales-funnel-form {
    max-width: 623px;
    margin: 0 auto;
}

.gform_wrapper.gravity-theme .gform_fields {
    display: block !important;
}

.sales-funnel-form .gform-body .gform_page {
    padding: 30px 70px;
    text-align: center;
    background: #FFFFFF;
    border: 7px solid rgba(78, 46, 130, 0.3);
    border-radius: 10px;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sales-funnel-form .gform_wrapper.gravity-theme .gfield_label {
    font-size: 35px;
    line-height: 1.2;
    color: #1A244E;
    margin: 0 0 20px;
}

.sales-funnel-form .gform_wrapper.gravity-theme .gform_footer,
.sales-funnel-form .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 0;
    margin: 0;
}

.sales-funnel-form .gfield_radio .gchoice label {
    font-size: 20px !important;
    line-height: 1.2;
    color: #1A244E !important;
    font-weight: 700;
    border: 2px solid #1A244E;
    border-radius: 30px;
    width: 270px;
    height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease .3s;
}

.sales-funnel-form .gfield_radio .gchoice label:hover {
    background: #ED7B22;
    color: #FFF !important;
    border-color: #ED7B22;
}

.sales-funnel-form .gfield_radio .gchoice input[type=radio]:checked~label {
    background: #ED7B22;
    color: #FFF !important;
    border-color: #ED7B22;
}

.sales-funnel-form .gfield_radio .gchoice input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.sales-funnel-form .gfield_radio .gchoice {
    margin: 0 0 10px;
}

.sales-funnel-form .gfield_radio .gchoice:last-child {
    margin: 0;
}

.sales-funnel-form .gform-body .gform_page#gform_page_1_1 {
    min-height: unset;
    padding: 45px 70px;
}

.sales-funnel-form #gform_page_1_1 .gfield_radio .gchoice label {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    max-width: 100%;
    font-size: 24px !important;
    line-height: 1.2;
}

.sales-funnel-form #gform_page_1_1 .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sales-funnel-form #gform_page_1_1 .gfield_radio .gchoice {
    width: 170px;
    padding: 0 25px;
    margin: 0;
}

.sales-funnel-form #gform_page_1_1 .gform_wrapper.gravity-theme .gfield_label {
    margin: 0 0 24px;
}

.sales-funnel-form .gform_wrapper.gravity-theme input[type="button"],
.sales-funnel-form .gform_wrapper.gravity-theme input[type="submit"] {
    margin: 10px 0 0 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 500;
    color: #FFF !important;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    background: #ED7B22 !important;
    padding: 18px 30px !important;
    border-radius: 40px !important;
    transition: all ease .3s;
    text-transform: capitalize;
    min-width: 335px;
}

.sales-funnel-form .gform_wrapper.gravity-theme input[type="button"]:hover,
.sales-funnel-form .gform_wrapper.gravity-theme input[type="submit"]:hover {
    background: #169668 !important;
}

.sales-funnel-form #gform_page_1_1 input[type="button"] {
    margin-top: 30px !important;
}

.sales-funnel-form .gform_wrapper.gravity-theme .gform_previous_button {
    display: none !important;
}

.sales-funnel-form .gform_wrapper.gravity-theme .gfield_label span.gfield_required {
    display: none;
}

.sales-funnel-form .gform_wrapper .gfield input {
    font-size: 20px !important;
    line-height: 1;
    color: #666666;
    font-weight: 600;
    text-align: center;
    height: 60px;
    min-width: 335px;
    max-width: 335px !important;
    border: 2px solid #1A244E !important;
    border-radius: 30px;
    padding: 10px 20px !important;
    outline: none !important;
    box-shadow: none !important;
}

.sales-funnel-form .gform_wrapper .gfield input::placeholder {
    color: #666666;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    display: none !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    border: none !important;
    background: transparent !important;
    font-size: 13px !important;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 10px 0 0 !important;
}

.countdown-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0;
}

.countdown-wrap p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #1A244E;
    text-transform: uppercase;
    margin-right: 25px;
}

.timer-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px;
}

.countdown-item {
    font-size: 32px;
    line-height: 1;
    color: #FFF;
    width: 55px;
    height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 14px;
    background: #1A244E;
    border-radius: 10px;
    margin: 0 10px;
}

.countdown-item span {
    font-size: 10px;
    line-height: 1.2;
    color: #9AD9EB;
    font-weight: 300;
    text-transform: capitalize;
}

.sales-hero::before {
    content: '';
    background-image: url(/wp-content/uploads/2023/03/sales-hero-illustration-left.png);
    width: 365px;
    height: 543px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.sales-hero::after {
    content: '';
    background-image: url(/wp-content/uploads/2023/03/sales-hero-illustration-right.png);
    width: 339px;
    height: 454px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}

.sales-hero .container {
    position: relative;
    z-index: 1;
}

.sales-funnel-form .gform_wrapper .gf_page_steps {
    max-width: 496px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px !important;
}

.sales-funnel-form .gform_wrapper .gf_page_steps .gf_step {
    margin: 0;
    position: relative;
}

.sales-funnel-form .gform_wrapper .gf_page_steps .gf_step .gf_step_label {
    display: none;
}

.sales-funnel-form .gform_wrapper.gravity-theme .gf_step_number {
    background: #FFF;
    width: 20px;
    height: 20px;
    border: 5px solid #1A244E;
    border-radius: 20px;
    font-size: 0;
    padding: 0;
    display: inline-block;
}

.sales-funnel-form .gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_number {
    background: #9AD9EB;
}

.sales-funnel-form .gform_wrapper .gf_page_steps .gf_step::after {
    content: '';
    background: #F5F5F5;
    height: 10px;
    width: 52px;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    z-index: -1;
}

.sales-funnel-form .gform_wrapper .gf_page_steps .gf_step:last-child::after {
    display: none;
}

.sales-funnel-form .gform_wrapper.gravity-theme .gf_step_number::before {
    display: none !important;
}

.sales-funnel-form .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::after {
    content: '';
    font-size: 0;
    padding: 0;
    background-image: url(https://www.vikingcontractorsllc.com/wp-content/uploads/2023/03/bar-check-icon.png);
    width: 16px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sales-funnel-form .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number {
    background: #1A244E;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sales-funnel-form .gform_wrapper.gravity-theme .gf_step_completed::after {
    background: #BAADCF;
}

.gfield .iti.iti--allow-dropdown {
    max-width: 335px;
    margin: 0 auto;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    padding: 0;
}

.iti--separate-dial-code .iti__selected-dial-code {
    display: none;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 30px !important;
}

.sales-funnel-form .iti__arrow {
    background-image: url(/wp-content/uploads/2023/03/flag-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    width: 10px;
    height: 6px;
    margin-left: 10px;
}

.sales-footer-text p strong {
    font-weight: 400;
}

.sales-hero.thank-you::before {
    content: '';
    background-image: url(/wp-content/uploads/2023/03/thank-you-left.png);
    width: 296px;
    height: 579px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.sales-hero.thank-you::after {
    content: '';
    background-image: url(/wp-content/uploads/2023/03/thank-you-right.png);
    width: 256px;
    height: 610px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}

.sales-hero.thank-you {
    background: #FFF;
    padding: 110px 0 65px;
}

.appointment-form-code .calendly-inline-widget {
    min-height: 660px;
}

.appointment-form-code .calendly-inline-widget iframe {
    min-height: 660px;
}

.testimonials-wrap .wp-gr .grw-slider .grw-slider-dots .grw-slider-dot {
    background: #1A244E !important;
    margin: 0 4px !important;
    width: 13px !important;
    height: 13px !important;
    opacity: 1 !important;
}

.testimonials-wrap .wp-gr .grw-slider .grw-slider-dots .grw-slider-dot.active {
    background: #FFDA44 !important;
    border: 3px solid rgba(255, 218, 68, 0.3) !important;
}

.testimonials-wrap .wp-gr .grw-slider .grw-slider-dots {
    position: static !important;
    transform: unset !important;
    line-height: 0 !important;
}

.is-blog-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 99;
}

.is-blog-loading img {
    max-width: 40px;
    mix-blend-mode: multiply;
    animation: rotate 3s linear infinite;
    transform: rotate(360deg);
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}



/* Contact Us new */
.contact-icon-text .icon-text{display: flex;}
.contact-icon-text .icon-text h2{line-height: 36px;padding-bottom: 8px;}
.contact-icon-text .icon-text p{font-size: 20px;font-weight:500;color: #515151;    word-wrap: break-word;}
.contact-icon-text .icon-text p a{color: #515151}
.contact-icon-text .icon-text p a:hover{color: #1A244E}
.contact-icon-text .icon-text .icon{margin-right: 37px;min-width: 30px;}
.new-contactus-form  .gform_wrapper.gravity-theme  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),.new-contactus-form  .gform_wrapper.gravity-theme textarea{border: 2px solid #1A244E;border-radius: 42px;height: 70px;width: 100%;padding-left: 32px;font-size: 20px;font-weight: 600;color: #1A244E} 
.new-contactus-form  .gform_wrapper.gravity-theme .gfield{margin-bottom: 20px;} 
.new-contactus-form  .gform_wrapper.gravity-theme .ginput_container_select{border: 2px solid #1A244E;border-radius: 42px;height: 70px;width: 100%;padding-left: 32px;}
.new-contactus-form  .gform_wrapper.gravity-theme .ginput_container_select select{font-size: 20px;font-weight: 600;color: #1A244E;border: none;outline: none;width: auto;height:66px;background-image: url(../images/expand_more.png);background-repeat: no-repeat;background-position:left 74% top 30px;padding-left: 0px;}
.new-contactus-form  .gform_wrapper.gravity-theme textarea{height:230px !important;margin-bottom: 6px;padding-top: 20px;}
.new-contactus-form  .gform_wrapper.gravity-theme input[type="submit"]{width: 100%;text-align: center;background-color: #ED7B22;border-radius: 58px;height: 60px;color: #fff;font-size: 20px;font-weight: 500;padding: 0px 20px;border:none;outline: none; transition: .5s ease all;cursor: pointer}
.new-contactus-form  .gform_wrapper.gravity-theme input[type="submit"]:hover{background-color: #1A244E}
.new-contactus-form  .gform_wrapper.gravity-theme .name-f input{background-image: url(../images/name-f.png);background-repeat: no-repeat;background-position: right 35px center;}
.new-contactus-form  .gform_wrapper.gravity-theme .phone-f input{background-image: url(../images/phone-f.png);background-repeat: no-repeat;background-position: right 35px center;}
.new-contactus-form  .gform_wrapper.gravity-theme .email-f input{background-image: url(../images/email-f.png);background-repeat: no-repeat;background-position: right 35px center;}
.new-contactus-form  .gform_wrapper.gravity-theme .select-f .ginput_container_select{background-image: url(../images/select-f.png);background-repeat: no-repeat;background-position: right 35px center;}
.new-contactus-form  .gform_wrapper.gravity-theme .msg-f textarea{background-image: url(../images/msg-f.png);background-repeat: no-repeat;background-position: right 35px top 27px;}
.new-contactus-form .gform_wrapper.gravity-theme input::placeholder,.new-contactus-form .gform_wrapper.gravity-theme textarea::placeholder{color: #1A244E}
.new-contactus-form select::-ms-expand {display: none;}
.new-contactus-form select {-webkit-appearance: none;-moz-appearance: none;text-indent: 1px;text-overflow: '';}
.contact-r .grw-slider-content{display: none !important;}
.contact-r  .grw-slider-header .wp-google-left,.contact-r  .grw-slider-header .wp-google-wr,.contact-r  .grw-slider-header .wp-google-name,.contact-r  .grw-slider-header .wp-google-powered{display: none !important;}
.contact-r{overflow: hidden !important}
.contact-r  .grw-slider-header .wp-google-powered+.wp-google-powered{display: block !important;}
.contact-r .wp-gr .grw-row-x .grw-slider-header{ flex: 0 0 100%!important;max-width:100%!important;margin-top: 40px !important;}
.contact-r .wp-gr .grw-row-x .grw-slider-header  .wp-google-right{ display: flex !important;align-items: center;}
.contact-r .wp-gr .grw-slider .grw-slider-header-inner{padding: 0px !important;margin: 0px !important}
body .acco-row .et_pb_toggle.et_pb_module{margin-bottom: 0px !important;border: none; border-bottom: 1px solid #EDEDED;padding-left: 0px;padding-right: 0px;}
body .acco-row .et_pb_toggle.et_pb_module .et_pb_toggle_title{position: relative;}
body .acco-row .et_pb_toggle.et_pb_module .et_pb_toggle_title:after{content: '';height: 26px;width: 26px;background-color: #FFDA44;position: absolute;background-image: url(../images/plus.png);background-repeat: no-repeat;background-position: center;right: 0;border-radius: 50%;top: 0px;}
body .acco-row .et_pb_toggle.et_pb_module.et_pb_toggle_open .et_pb_toggle_title:after{background-image: url(../images/minus.png);}
body .acco-row .et_pb_toggle.et_pb_module .et_pb_toggle_title:before{display: none;}
body .fw-500{font-weight: 500 !important}
body .pb-h2 h2{padding-bottom: 21px !important}


/* Career */
.career-banner a{color: #fff;}
.job-wrap{display: flex;flex-wrap: wrap;margin: 0px -12px;}
.job-wrap .job-col{width: 33.33%;padding:12px;}
.job-wrap .job-col .job-col-i{box-shadow: 0px 10px 50px rgba(78, 46, 130, 0.1);border-radius: 20px;padding: 40px;}
.job-wrap .job-col .job-col-i .title-wrap a.title{font-weight: 600;font-size: 22px;text-transform: capitalize;color: #000000;}
.job-wrap .job-col .job-col-i .title-wrap a.location_text{font-weight: 400;font-size: 16px;line-height: 160%;text-transform: capitalize;color: #1A244E;}
.job-wrap .job-col .job-col-i .title-wrap{padding-bottom: 20px;border-bottom: 1px solid rgba(0, 0, 0, 0.2);}
.job-wrap .job-col .job-col-i .title-wrap p{padding-bottom: 0px;}
.job-wrap .job-col .job-col-i .text-wrap{font-weight: 400;font-size: 16px;text-transform: capitalize;color: rgba(17, 17, 17, 0.7);padding-top: 20px;padding-bottom:25px;}
.job-wrap .job-col .job-col-i .apply-online-btn a{background: #1A244E;border: 2px solid #1A244E;border-radius: 10px;display: block;padding:16px;font-weight: 600;font-size: 18px;text-transform: uppercase;color: #FFFFFF;text-align: center}
.job-wrap .job-col .job-col-i .apply-online-btn a:hover{background: #FFDA44;border-color: #FFDA44;color: #1A244E}
.job-wrap .job-col .job-col-i .see-details-btn{text-align: center;margin-top: 20px;}
.job-wrap .job-col .job-col-i .see-details-btn a{font-weight: 600;font-size: 18px;line-height: 120%;text-transform: uppercase;color: #111111;text-align: center;}
.job-wrap .job-col .job-col-i .see-details-btn a:hover{text-decoration: underline}
.career-list ul{padding: 0px;}
.career-list ul li{ display: flex;align-items: center;gap: 11px;margin-bottom: 15px;}
.apply-form-right{ background: #FFFFFF;box-shadow: 0px 10px 50px rgba(78, 46, 130, 0.1);border-radius: 20px;}
.apply-form-right .gform_heading{display: none;}
.apply-form-right .gform_wrapper.gravity-theme .gfield_label{font-weight: 400;font-size: 16px;line-height: 19px;text-transform: capitalize;color: rgba(17, 17, 17, 0.7);}
.apply-form-right .gform_wrapper.gravity-theme .gfield{margin-bottom: 20px;}
.apply-form-right .gform_wrapper.gravity-theme  input:not([type="submit"]){border: 2px solid rgba(17, 17, 17, 0.2);border-radius: 10px;height: 64px;padding-left: 15px;}
.apply-form-right .gform_wrapper.gravity-theme  input[type="submit"]{background: #1A244E;border: 2px solid #1A244E;border-radius: 10px;width: 100%;border: none;text-align: center;padding: 0px 20px;font-weight: 600;line-height: 21px;font-size: 18px;height: 64px;color: #fff;text-transform: uppercase;cursor: pointer}
.apply-form-right  .gform_wrapper.gravity-theme input[type="submit"]:hover{background: #FFDA44;color: #1A244E}
.apply-form-right  .gform_wrapper.gravity-theme .gfield_required{display: none;}
body .et_pb_column  .et_pb_module  .et_pb_button.all-job-title{border: 2px solid #1A244E !important;display: inline-block;color: #1A244E !important;color:#1A244E;text-transform: uppercase;font-weight: 600;font-size: 18px !important;line-height: 21px !important;padding:17px 55px !important;cursor: pointer;background-color: transparent;border-radius: 10px;} 
body .et_pb_column  .et_pb_module  .et_pb_button.all-job-title:hover{background-color: #9AD9EB !important}
 .career-banner h1{font-weight: 600 !important}
.career-how-work-home {gap: 15px;}
body .acco-row{padding: 0px !important}

.page-template-sales-funnel .sales-hero .title-wrap p {
    font-size: 18px;
    line-height: 1.5;
}


/* New Quote Page */
.new-quote-form h2{
    line-height: 1.3em;
    padding-bottom: 0;
    margin-bottom: 50px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.new-quote-form .gform_wrapper.gravity-theme input:not([type="submit"]),.new-quote-form .gform_wrapper.gravity-theme select,
.new-quote-form .gform_wrapper.gravity-theme .street-address textarea{
    height: 60px;
    border: 2px solid #1A244E;
    border-radius: 42px;
    padding-left: 33px;
    padding-right: 24px;
    font-size: 20px;
    font-weight: 600;
    color: #1A244E;
    opacity: 1;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
}
.new-quote-form .gform_wrapper.gravity-theme .street-address .gfield textarea{
    height: 60px !important;
}
.new-quote-form .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{
    border: 2px solid #c02b0a;
}
.new-quote-form .gform_wrapper.gravity-theme select{
    background: url(../images/select-appearance.png) no-repeat center right 24px;
}
.new-quote-form .gform_wrapper.gravity-theme input::placeholder{
    font-weight: 600;
    color: #1A244E;
    opacity: 1;
}
.new-quote-form .gform_wrapper.gravity-theme .gfield textarea::placeholder{
    font-weight: 600;
    color: #1A244E;
    opacity: 1;
    
}
.new-quote-form .gform_wrapper.gravity-theme .gfield textarea{
    font-size: 20px;
    font-weight: 600;
    color: #1A244E;
    height: 209px !important;
    border: 2px solid #1A244E;
    border-radius: 42px;
    padding-left: 33px;
    padding-right: 24px;
    padding-top: 28px;
    padding-bottom: 28px;
    background-color: transparent;
    resize: none;
    width: 100% !important;
}
.new-quote-form .gform_wrapper.gravity-theme input[type="submit"] {
    height: 60px;
    width: 350px;
    margin: auto;
    padding: 0;
    border-radius: 42px;
    border: 0;
    background: #ED7B22;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: .2s linear;
    margin-top: 15px;
}
.new-quote-form .gform_wrapper.gravity-theme input[type="submit"]:hover{
    background: #1A244E;
}
.new-quote-form .gform_wrapper.gravity-theme .gform_fields{
    display: grid !important;
    grid-gap: 15px;
}
.new-quote-form .gform_wrapper.gravity-theme .gform_footer{
    margin: 0;
    padding: 0;
}
.new-quote-form .gform_wrapper.gravity-theme .gfield_validation_message, .new-quote-form .gform_wrapper.gravity-theme .validation_message {
    background: #fff9f9 !important;
    border: 2px solid #c02b0a !important;
    font-size: 13px !important;
    padding: 5px 30px !important;
    border-radius: 30px;
    max-width: 95%;
    margin: auto !important;
    margin-top: 10px !important;
}
.new-quote-form .gform_confirmation_message {
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    border: 2px solid green;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
}

/* Minneapolis MN Page */
.storm-damage-section img,.storm-damage-section .et_pb_image .et_pb_image_wrap{
    width: 100%;
}
.storm-damage-section h4, .expectations-section h4{
    padding-bottom: 21px;
    font-weight: 500;
}
.stoem-p-left{
    padding-left: calc((100% - 1290px) / 2);
    padding-right: 50px;
    margin-left: 0px;
    margin-right: 0;
    padding-top: 72px;
    padding-bottom: 72px;
    margin-top: auto;
    margin-bottom: auto;
}
.height-100,.storm-damage-section .et_pb_image_wrap,.storm-damage-section .et_pb_image_wrap img{
    height: 100%;
}
.stoem-page-sub-heading h2{
    font-size: 45px !important;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 24px;
    color: #1A244E;
}
.inspection-heading h2{
    padding-bottom: 16px;
}
.storm-damage-section h4, .expectations-section h4{
    font-size: 20px;
    line-height: 1;
    padding-bottom: 21px;
    font-weight: 500;
    color: #515151;
}
/* .expectations-section .et_pb_image_wrap,.expectations-section .et_pb_image_wrap img{
    width: 100%;
} */
.expectations-section h3{
    padding-bottom: 0;
    font-size: 25px;
    font-weight: 700;
    color: #1A244E;
}
.call-text strong{
    font-weight: 600;
}
.call-text img {
    margin-right: 10px;
}




/* Responsive */
@media only screen and (min-width:981px){
    .acco-row{ justify-content: space-between;align-items: center;display: flex;}
    .page-id-6026 h1{font-size: 60px !important;}
    .career-banner h1{font-size: 55px !important;font-weight: 600 !important} 
}
@media only screen and (max-width: 1750px) {
    .how-works-list-item:nth-child(2)::after {
        top: 2%;
    }
}

@media only screen and (max-width: 1679px) {
    .how-works-list-item:nth-child(2)::after {
        top: 5%;
    }
}
@media only screen and (max-width: 1440px){
    .new-quote-form .et_pb_text_3 h2 {
        font-size: 36px;
    }
    .new-quote-form h2{
        margin-bottom: 35px;
    }
    .new-quote-form .gform_wrapper.gravity-theme input:not([type="submit"]), .new-quote-form .gform_wrapper.gravity-theme select {
        height: 55px;
        padding-left: 28px;
        padding-right: 20px;
        font-size: 18px;
    }
    .new-quote-form .gform_wrapper.gravity-theme .gfield textarea{
        font-size: 18px;
        height: 200px !important;
        padding-left: 28px;
        padding-right: 20px;
        padding-top: 24px;
        padding-bottom: 24px;
        width: 100% !important;
    }
    .new-quote-form .gform_wrapper.gravity-theme input[type="submit"] {
        height: 55px;
        width: 340px;
        font-size: 18px;
    }
    .stoem-page-sub-heading h2{
        font-size: 35px !important;
    }
    .storm-damage-section h4, .expectations-section h4{
        font-size: 18px;
    }
}
@media only screen and (max-width: 1365px) {
    .how-works-list-item::after {
        top: 29%;
    }

    .how-works-list-item:nth-child(2)::after {
        top: 7%;
    }
}

@media only screen and (max-width: 1279px) {
    .free-roof-img {
        margin-right: -50px !important;
    }

    .free-roof-left {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog-item {
        padding: 0 25px;
        margin: 0 0 50px;
    }

    .blog-list {
        margin: 0 -25px;
    }

    .free-roof-left h2 {
        font-size: 48px !important;
    }

    body .rating-inner-block.et_pb_row {
        padding: 74px 100px !important;
    }

    .pay-deductible--inner .left-wrap p br {
        display: none;
    }

    .sales-funnel-form .gform_wrapper.gravity-theme .gfield_label {
        font-size: 33px;
    }

    .page-template-sales-funnel .title-wrap h2,
    .pay-deductible--inner .left-wrap h2 {
        font-size: 38px;
    }

    .sales-hero .title-wrap h1 {
        font-size: 43px !important;
    }

    .how-works-list-item {
        padding: 0 50px;
    }

    .how-works-list {
        margin: 0 -50px;
    }

    .sales-footer-text p {
        font-size: 13px;
    }

    .sales-header-right img {
        max-width: 95px;
    }

    .sales-header-right .et_pb_module.et_pb_image:last-child {
        margin-left: 25px !important;
    }

    .sales-head-mid p {
        font-size: 18px;
    }

    .sales-hero::after {
        background-size: 80%;
    }

    .sales-hero::before {
        background-size: 70%;
    }

    .how-works-list-item:nth-child(2)::after {
        top: 9%;
    }

    .sales-hero.thank-you::before {
        background-size: 70%;
    }

    .sales-hero.thank-you:after {
        background-size: 70%;
    }

    .page-template-thank-you .sales-header-row .et_pb_column.header-mid {
        display: block !important;
    }

    .sales-hero.thank-you {
        padding: 195px 0 65px;
    }
}

@media only screen and (max-width: 1079px) {
    .appointment-form-code .calendly-inline-widget iframe {
        min-height: 950px;
    }
    .new-quote-form .gform_wrapper.gravity-theme input:not([type="submit"]), .new-quote-form .gform_wrapper.gravity-theme select,
    .new-quote-form .gform_wrapper.gravity-theme .gfield textarea,.new-quote-form .gform_wrapper.gravity-theme input[type="submit"]{
        font-size: 16px;
    }
    .stoem-p-left{
        padding-right: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-item {
        width: 50%;
    }

    .sales-hero .title-wrap h1 {
        font-size: 35px !important;
    }

    .page-template-sales-funnel .title-wrap p,
    .pay-deductible--inner .left-wrap p {
        font-size: 18px;
    }

    .sales-funnel-form .gform_wrapper.gravity-theme .gfield_label {
        font-size: 30px;
    }

    .countdown-wrap {
        flex-direction: column;
    }

    .countdown-wrap p {
        margin: 0 0 10px;
    }

    .sales-footer-text p {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-template-sales-funnel .title-wrap h2,
    .pay-deductible--inner .left-wrap h2 {
        font-size: 32px;
    }

    .sales-head-mid p {
        font-size: 13px;
    }

    .sales-header-right img {
        max-width: 75px;
    }

    .sales-header-right .et_pb_module.et_pb_image:last-child {
        margin-left: 15px !important;
    }
}

@media only screen and (max-width: 980px) {
    .blog-item {
        width: 50%;
    }

    .filters button.button,
    .custom-filters button.button {
        font-size: 16px;
    }

    .filters,
    .custom-filters {
        margin: 0 0 60px;
    }

    .free-roof-left {
        width: 100% !important;
        padding: 35px 0 0;
    }

    .free-roof-right {
        width: 100% !important;
    }

    .free-roof-row {
        flex-direction: column-reverse;
    }

    .free-roof-hail-form {
        margin: 0 auto;
    }

    body .rating-inner-block.et_pb_row {
        padding: 75px 25px !important;
        border-radius: 0 !important;
    }

    .pay-deductible--inner .col {
        width: 100%;
    }

    .pay-deductible--inner {
        flex-direction: column-reverse;
    }

    .pay-deductible--inner .left-wrap {
        padding-top: 40px;
    }

    .pay-deductible--inner .right-wrap .img-wrap img {
        max-width: 600px;
        margin: 0 auto;
    }

    .pay-deductible--inner .right-wrap .img-wrap {
        text-align: center;
    }

    .how-works-list-item::after {
        display: none;
    }

    .how-it-works {
        background-image: none;
        background: #FFF;
    }

    .how-works-list-item {
        padding: 0 20px;
    }

    .how-works-list {
        margin: 0 -20px;
    }

    .how-works-list-item .icon-wrap {
        width: 160px;
        height: 160px;
    }

    .how-works-list-item .icon-wrap img {
        height: 70px;
    }

    .rating-text.sales {
        margin: 10px auto 0 auto;
    }

    .pay-deductible--inner .left-wrap .bottom-content {
        text-align: center;
    }

    .page-template-sales-funnel .title-wrap h2 br,
    .pay-deductible--inner .left-wrap h2 br {
        display: none;
    }

    .sales-testimonial .slick-next {
        right: 35%;
    }

    .sales-testimonial .slick-prev {
        left: 35%;
    }

    .sales-funnel-form .gform_wrapper .gfield input {
        font-size: 18px !important;
    }

    .sales-funnel-form .gfield_radio .gchoice label {
        font-size: 18px !important;
    }
    
    .job-wrap .job-col{width:50%;}
    .job-wrap .job-col .job-col-i .title-wrap a.title{font-size: 18px;}
    .career-how-work-home {gap:2%;}
    .career-how-work-home .et_pb_column{width: 48% !important;margin-bottom: 30px !important;} 

    .stoem-p-left{
        padding-top: 50px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .storm-damage-section img {
        width: 100% !important;
        height: 400px !important;
        object-fit: cover;
    }
    .storm-damage-section .et_pb_row_1.et_pb_row{
        padding-left: 0 !important;
    }
    .inspection-heading br, .tablet-br br{
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .new-quote-form .et_pb_text_3 h2 {
        font-size: 25px;
    }
    .new-quote-form h2 {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-item {
        width: 100%;
        margin: 0 0 50px;
    }

    .blog-title h1 {
        font-size: 30px !important;
        padding: 0;
    }

    .blog-title {
        margin: 0 0 10px !important;
    }

    .blog-search input {
        font-size: 14px;
        padding: 10px 40px 10px 20px;
        height: 40px;
        background-size: 14px;
        background-position: calc(100% - 14px) 50%;
    }

    .blog-search {
        margin: 0 auto 15px;
        max-width: 100%;
    }

    .filters button.button,
    .custom-filters button.button {
        font-size: 14px;
        padding: 7px 25px;
        margin: 5px;
    }

    .filters .button-group,
    .custom-filters .button-group {
        margin: -5px;
        justify-content: flex-start;
    }

    .filters button.button img,
    .custom-filters button.button img {
        max-height: 15px;
        width: auto;
    }

    .filters,
    .custom-filters {
        margin: 0 0 50px;
    }

    .blog-item .blog-item-inner .img-wrap a {
        padding-bottom: 60%;
    }

    .blog-item .blog-item-inner .post-content {
        padding: 16px 0 0;
        text-align: center;
    }

    .blog-item .blog-item-inner .post-content h3 {
        font-size: 16px;
        line-height: 1.2;
        padding: 0 0 12px;
    }

    .blog-item .blog-item-inner .post-content p {
        font-size: 12px;
        line-height: 1.2;
        margin: 0 0 17px;
    }

    .blog-pagination .page-numbers {
        font-size: 14px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin: 0 7.5px;
    }

    .blog-pagination .page-numbers.next,
    .blog-pagination .page-numbers.prev {
        font-size: 14px;
        width: 130px;
    }

    .blog-pagination {
        flex-wrap: wrap;
    }

    .free-roof-left {
        padding: 25px 0 0;
    }

    .free-roof-hail-form form input[type="text"] {
        font-size: 14px;
        background-size: 12px;
        padding: 18px 30px;
        background-position: calc(100% - 30px) 50%;
    }

    .schedule-btn {
        font-size: 14px !important;
        text-align: center;
        min-height: 60px;
    }

    .free-roof-phone p {
        margin: 0 0 7px;
    }

    .free-roof-phone p.call-text::before {
        width: 14px;
        height: 14px;
    }

    .review-title h2 {
        padding: 0 0 8px;
    }

    .review-slider .wp-gr .grw-slider .grw-slider-dots .grw-slider-dot {
        width: 8px !important;
        height: 8px !important;
        margin: 0 2.5px !important;
    }

    body .rating-inner-block.et_pb_row {
        padding: 50px 12px !important;
    }

    .rating-title h2 {
        padding: 0 0 8px;
    }

    .total-rating-text p img {
        margin: 0 3px;
        max-width: 45px;
        height: auto;
    }

    .schedule-btn.et_pb_button {
        font-size: 14px !important;
        text-align: center;
        min-height: 60px;
        min-width: 310px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .sales-head-tagline p img {
        max-height: 17px;
        width: auto;
        margin-right: 10px;
    }

    .sales-header-right img {
        max-width: 58px !important;
    }

    .sales-header-row .et_pb_column {
        width: 50% !important;
    }

    .sales-header {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .sales-header-right .et_pb_module.et_pb_image:last-child {
        margin-left: 20px !important;
    }

    .sales-hero {
        padding: 110px 0 144px;
    }

    .sales-hero .title-wrap h1 {
        font-size: 25px !important;
        margin: 0 0 8px;
    }

    .page-template-sales-funnel .title-wrap p,
    .pay-deductible--inner .left-wrap p {
        font-size: 16px;
    }

    .sales-hero .title-wrap {
        margin: 0 0 30px;
        padding: 0 25px;
    }

    .sales-hero .title-wrap .rating-top strong {
        font-weight: 600;
        margin-right: 5px;
    }

    .sales-hero .title-wrap .rating-top img {
        margin: 0 6px;
    }

    .sales-hero .title-wrap .rating-top img:first-child {
        max-width: 60px;
    }

    .sales-hero .title-wrap .rating-top img:last-child {
        max-width: 35px;
        margin-left: 1px;
    }

    .sales-hero .title-wrap .rating-top {
        font-size: 12px;
        line-height: 1.2;
        color: #1A244E;
        display: flex;
        align-items: center;
        margin: 0 0 10px;
        justify-content: center;
    }

    .sales-funnel-form .gform_wrapper.gravity-theme .gf_step_number {
        width: 12px;
        height: 12px;
        border: 3px solid #1A244E;
    }

    .sales-funnel-form .gform_wrapper .gf_page_steps .gf_step::after {
        height: 7px;
    }

    .sales-funnel-form .gform_wrapper .gf_page_steps {
        margin-bottom: 16px !important;
    }

    .sales-funnel-form .gform-body .gform_page {
        border-width: 4px;
        padding: 20px 30px;
        border-radius: 5px;
    }

    .sales-funnel-form .gform-body .gform_page#gform_page_1_1 {
        min-height: unset;
        padding: 20px 30px 30px;
    }

    .sales-funnel-form .gform_wrapper.gravity-theme .gfield_label {
        font-size: 22px;
        line-height: 1.2;
    }

    .sales-funnel-form #gform_page_1_1 .gfield_radio .gchoice label {
        width: 110px;
        height: 110px;
        font-size: 30px !important;
    }

    .sales-funnel-form #gform_page_1_1 .gfield_radio .gchoice {
        width: 142px;
        padding: 0;
    }

    .sales-funnel-form #gform_page_1_1 .gfield_radio {
        flex-wrap: nowrap;
    }

    .sales-funnel-form .gform_wrapper .gfield input {
        font-size: 16px !important;
        min-width: unset;
        max-width: 100% !important;
        height: 50px;
    }

    .sales-funnel-form .gform_wrapper.gravity-theme input[type="button"],
    .sales-funnel-form .gform_wrapper.gravity-theme input[type="submit"] {
        min-width: unset;
        max-width: 100%;
        width: 100%;
        padding: 13px 30px !important;
        font-size: 16px !important;
    }

    .countdown-wrap p {
        font-size: 14px;
    }

    .countdown-wrap {
        margin: 16px 0 0;
    }

    .how-it-works {
        padding: 50px 0;
    }

    .page-template-sales-funnel .title-wrap h2,
    .pay-deductible--inner .left-wrap h2 {
        font-size: 25px;
    }

    .page-template-sales-funnel .title-wrap p br,
    .pay-deductible--inner .left-wrap p br {
        display: none;
    }

    .how-it-works .title-wrap {
        margin: 0 0 30px;
    }

    .how-works-list-item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 30px;
    }

    .how-works-list-item:last-child {
        margin: 0;
    }

    .how-works-list-item .icon-wrap-parent {
        width: 70px;
        height: 70px;
    }

    .how-works-list-item .content-wrap {
        width: calc(100% - 70px);
        padding-left: 16px;
        text-align: left;
    }

    .how-works-list-item .icon-wrap {
        width: 70px;
        height: 70px;
    }

    .how-works-list-item .icon-wrap img {
        height: 30px;
    }

    .how-works-list-item .number-text {
        margin: -10px auto 0;
        font-size: 10px;
        width: 20px;
        height: 20px;
    }

    .how-works-list-item h3 {
        font-size: 18px;
        margin: 0 0 8px;
    }

    .how-works-list-item p {
        font-size: 14px;
    }

    .pay-deductible {
        padding: 50px 0;
    }

    .pay-deductible--inner .right-wrap .img-wrap img {
        max-width: 100%;
    }

    .pay-list li {
        font-size: 12px;
        margin: 0 0 12px;
        padding-left: 34px;
        line-height: 18px;
    }

    .pay-list li::before {
        width: 18px;
        height: 18px;
        top: -1px;
    }

    .pay-deductible--inner .right-wrap .img-wrap {
        margin: 0 -20px;
    }

    .pay-deductible--inner .col .title-wrap {
        text-align: center;
        margin: 0 0 30px;
    }

    .pay-deductible--inner .left-wrap {
        padding-top: 3;
    }

    .pay-deductible--inner .left-wrap h2 {
        display: none;
    }

    .pay-deductible--inner .left-wrap h2+p {
        display: none;
    }

    .pay-deductible--inner .left-wrap ul.pay-list {
        margin-top: 0;
    }

    .schedule-btn.sales {
        min-width: unset;
        width: 100%;
        font-size: 18px !important;
        min-height: 50px;
        padding: 12px 30px !important;
    }

    .rating-text.sales {
        font-size: 12px;
    }

    .sales-testimonial {
        padding: 50px 0;
    }

    .sales-testimonial .title-wrap {
        margin: 0 0 30px;
    }

    .sales-testimonial-item .description-wrap {
        padding: 10px 20px 15px;
        margin: 0 0 35px;
    }

    .sales-testimonial-item .description-wrap h5 {
        font-size: 16px;
        margin: 0 0 6px;
    }

    .sales-testimonial-item .description-wrap p {
        font-size: 14px;
        margin: 0 0 11px;
    }

    .sales-testimonial-item .description-wrap .star-img img {
        max-width: 65px;
    }

    .sales-testimonial-item .author-info .img-wrap img {
        width: 80px;
        height: 80px;
    }

    .sales-testimonial-item .author-info .img-wrap {
        margin: 0 0 10px;
    }

    .sales-testimonial ul.slick-dots {
        margin: 40px 0 0;
    }

    .sales-testimonial .slick-prev,
    .sales-testimonial .slick-next {
        width: 30px;
        height: 30px;
    }

    .sales-testimonial .slick-next {
        right: 23%;
    }

    .sales-testimonial .slick-prev {
        left: 23%;
    }

    .sales-testimonial .slick-dotted.slick-slider {
        padding: 0 0 10px;
    }

    .faq-wrap {
        padding: 50px 0;
    }

    .faq-item {
        padding: 15px 0;
    }

    .faq-item .faq-toggle span {
        font-size: 20px;
        margin-right: 8px;
    }

    .faq-item .faq-toggle {
        font-size: 14px;
    }

    .faq-item .faq-inner p {
        font-size: 14px;
    }

    .faq-item .faq-inner {
        padding: 8px 0 0;
    }

    .sales-footer-text p {
        font-size: 10px;
    }

    .sales-footer-right.sales-footer-text p {
        font-size: 12px;
        flex-wrap: wrap;
        margin: 0 0 16px;
    }

    .footer-bottom-wrap {
        flex-direction: column-reverse;
        display: flex;
    }

    .footer-bottom-wrap .et_pb_column {
        margin: 0;
    }

    .sales-footer-right.sales-footer-text p strong {
        width: 100%;
        margin: 0 0 16px;
        text-align: center;
    }

    .sales-footer-right p a {
        margin: 0 10px;
    }

    .sales-hero::before {
        background-image: url(/wp-content/uploads/2023/03/iilustration-left-mob.png);
        background-size: 100%;
        width: 146px;
        height: 124px;
        background-size: cover;
        background-position: bottom left;
    }

    .sales-hero::after {
        background-image: url(/wp-content/uploads/2023/03/iilustration-right-mob.png);
        width: 109px;
        height: 113px;
        background-size: cover;
        background-position: bottom right;
    }

    .sales-hero .container::before {
        content: '';
        background-image: url(/wp-content/uploads/2023/03/cloud-top-left.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 49px;
        height: 36px;
        position: absolute;
        top: 2px;
        left: 0;
    }

    .sales-hero .container::after {
        content: '';
        background-image: url(/wp-content/uploads/2023/03/cloud-top-right.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 59px;
        height: 29px;
        position: absolute;
        top: 24%;
        right: 0;
    }

    .page-template-thank-you .sales-header-row .et_pb_column.header-mid {
        display: none !important;
    }

    .sales-hero.thank-you {
        padding: 110px 0 144px;
    }

    .sales-hero.thank-you::before {
        background-size: 45%;
    }

    .sales-hero.thank-you:after {
        background-size: 45%;
    }

    .sales-hero.thank-you .container::before,
    .sales-hero.thank-you .container::after {
        display: none;
    }
    .job-wrap .job-col{width:100%;margin-bottom: 10px}
    .job-wrap .job-col .job-col-i .text-wrap{font-size: 14px;text-align: center}
    .job-wrap .job-col .job-col-i .apply-online-btn a{font-size: 14px;padding:7.5px 10px;}
    .job-wrap .job-col .job-col-i .see-details-btn a{font-size: 14px;}
    .apply-form-right .gform_wrapper.gravity-theme input:not([type="submit"]){height: 40px;}
    .apply-form-right .gform_wrapper.gravity-theme input[type="submit"]{height: 40px;font-size: 16px;}
    .job-wrap .job-col .job-col-i .title-wrap{text-align: center}
    .job-wrap .job-col .job-col-i .title-wrap a.title{font-size: 16px}
    .job-wrap .job-col .job-col-i .title-wrap a.location_text{font-size: 12px;}
    body .et_pb_column .et_pb_module .et_pb_button.all-job-title{font-size: 18px !important;}
    .career-how-work-home {gap:0%;}
    .career-how-work-home .et_pb_column,.et_pb_gutters1 .career-how-work-home .et_pb_column, .career-how-work-home.et_pb_gutters1.et_pb_row .et_pb_column{width:100% !important;margin-bottom: 30px !important;} 
    .career-how-work-home.how-work-home h3{font-size: 20px !important}
    .career-how-work-home.how-work-home p{font-size:12px !important;line-height: 19px;}
    .apply-form-right .gform_wrapper.gravity-theme .gfield_label{font-size: 14px}

    .new-quote-form .gform_wrapper.gravity-theme input:not([type="submit"]), .new-quote-form .gform_wrapper.gravity-theme select {
        height: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .new-quote-form .gform_wrapper.gravity-theme .gfield textarea {
        height: 174px !important;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 30px;
    }
    .new-quote-form .gform_wrapper.gravity-theme input[type="submit"] {
        height: 50px;
        width: 220px;
    }
    .new-quote-form .gform_wrapper.gravity-theme select{
        background-position: center right 15px;
        padding-right: 50px;
    }
    .storm-damage-section img {
        height: 272px !important;
    }
    .new-quote-form .gform_wrapper.gravity-theme input:not([type="submit"]), .new-quote-form .gform_wrapper.gravity-theme select{
        height: 40px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 14px;
     }
     /* .new-quote-form .gform_wrapper.gravity-theme .street-address textarea{
        height: 132px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 19px;
        padding-bottom: 16px;
        border-radius: 18px;
     } */
     .new-quote-form .gform_wrapper.gravity-theme .gfield textarea {
        height: 132px !important;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 19px;
        padding-bottom: 16px;
        border-radius: 18px;
        font-size: 14px;
      }
      .new-quote-form .gform_wrapper.gravity-theme select{
        background: url("../images/mobile-select-appearance.png") no-repeat center right 16px;
      }
    .stoem-page-sub-heading h2 {
        font-size: 24px !important;
        padding-bottom: 10px;
     }
     .storm-damage-section h4, .expectations-section h4{
        font-size: 14px;
        padding-bottom: 26px;
     }
     .expectations-section h3 {
        line-height: 1.3;
        font-size: 17px;
    }
     .stoem-page-sub-heading h2 br {
        display: none;
    }
    .stoem-p-left {
        padding-left: 0;
        padding-right: 0;
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .text-center-mob{
        text-align: center;
    }
    .mobile-br br{
        display: none;
    }
    .minneapolis-header-heading.et_pb_text_1 h1 {
        font-size: 25px !important;
    }
    
} 

@media only screen and (min-width: 768px) {
    .sales-hero .title-wrap .rating-top {
        display: none;
    }

    .pay-deductible--inner .col .title-wrap {
        display: none;
    }
}

@media only screen and (min-width: 2000px) {
    .how-works-list-item:nth-child(2)::after {
        top: -8%;
    }

    .how-works-list-item::after {
        top: 22%;
    }
}

@media only screen and (max-width:767px){
    .new-contactus-form .gform_wrapper.gravity-theme input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]), .new-contactus-form .gform_wrapper.gravity-theme textarea{font-size: 14px;height: 45px;    background-position: right 20px center;}
    .new-contactus-form .gform_wrapper.gravity-theme .ginput_container_select{height: 45px;    background-position: right 20px center !important;}
    .new-contactus-form .gform_wrapper.gravity-theme .ginput_container_select select{font-size: 14px;max-width: calc(100% - 25px);height: 39px;    background-position: left 82% top 15px;}
    .new-contactus-form .gform_wrapper.gravity-theme textarea{height: 135px !important;border-radius: 22px !important;} 
    .new-contactus-form .gform_wrapper.gravity-theme .msg-f textarea{  background-position: right 20px top 27px !important;}
    .contact-icon-text .icon-text h2{font-size: 25px;text-align: center;}
    .contact-icon-text .icon-text p{font-size: 16px;text-align: center}
    .contact-icon-text .icon-text{justify-content: center;flex-direction: column;}
    .contact-icon-text .icon-text h2{display: flex;justify-content: center;align-items: center;}
    .contact-icon-text .icon-text h2 img{margin-right: 10px;} 
    body .contact-r .grw-slider-header .wp-google-right{display: flex !important;justify-content: center;width: 100% !important;}
    .new-contactus-form .gform_wrapper.gravity-theme .gform_footer{padding-top: 0px !important;}
    .page-id-6026 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content{width: 100% !important;max-width: 100% !important;}
    .page-id-6026 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content br{display: none !important}
    .page-id-6026 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content p{line-height: 18px;}
    .career-banner h1{font-size:25px !important;}
     .job-wrap .job-col .job-col-i .text-wrap{font-size: 12px;text-align: center;line-height: 19px;}
} 
@media (max-width: 420px){
    .font-size-mob p{
        font-size: 12px;
    }
}