.sections {
    padding-top: 6rem;
    padding-bottom: 6.5rem;
}

input[type=submit],
button {
    background-color: #15bcce;
    color: #fff !important;
    border: none;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
}

input:focus,
.form-control:focus {
    border-color: rgba(21, 188, 206, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(21, 188, 206, 0.2);
}

input,
input::-webkit-input-placeholder,
.form-control,
.form-control::-webkit-input-placeholder {
    color: #444444 !important;
    font-size: 16px;
}

input,
input::-moz-placeholder,
.form-control,
.form-control::-moz-placeholder {
    color: #444444 !important;
    font-size: 16px;
}

input,
input::-ms-input-placeholder,
.form-control,
.form-control::-ms-input-placeholder {
    color: #444444 !important;
    font-size: 16px;
}

input,
input::placeholder,
.form-control,
.form-control::placeholder {
    color: #444444 !important;
    font-size: 16px;
}

input,
.form-control {
    border-radius: 0;
}

.alternate-temp-row {
    margin-bottom: 5rem;
}

.alternate-temp-row .col-lg-6 {
    margin-top: auto;
    margin-bottom: auto;
}

.alternate-temp-row .box-left {
    padding-right: 3.5rem;
}

.alternate-temp-row .box-right {
    padding-left: 3.5rem;
}

.alternate-temp-row:last-of-type {
    margin-bottom: 0;
}

.inner-banner {
    position: relative;
    height: 24rem;
    margin-top: 99px;
}

.inner-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.4);
}

.inner-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.inner-banner .inner-banner-box h1,
.inner-banner .inner-banner-box p {
    color: #fff;
}

.inner-banner .inner-banner-box p {
    width: 47%;
}

.banner-no-overlay .overlay {
    display: none;
}

.icon-text-section .icon-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.icon-text-section .col-md-6 {
    margin-bottom: 30px;
}
.icon-text-section .col-md-6:last-of-type {
    margin-bottom: 0;
}


.icon-text-section .icon-text-box .icon,
.icon-text-section .icon-text-box .text {
    padding-left: 15px;
    padding-right: 15px;
}

.icon-text-section .icon-text-box .text {
    padding-left: 0;
}
.icon-text-section .icon-text-box .icon .icon-circle {
    background-color: #15bcce;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 1200px) {
    .icon-text-section .icon-text-box .icon .icon-circle {
        padding: 20px;
    }
}

.icon-text-section .icon-text-box .text h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.icon-text-section .icon-text-box .text p {
    font-size: 15px;
}

.icon-text-section .icon-text-box .text h6 a,
.icon-text-section .icon-text-box .text p a {
    color: inherit;
}

@media (min-width: 768px) and (max-width: 991px) {
    .icon-text-section .col-lg-4:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}
.sections.contact-info {
    padding-bottom: 4.5rem;
}
.sections.contact-info .row {
    justify-content: center;
}
.sections.contact-info .icon-text-box {
    margin: 0;
    display: block;
}
.sections.contact-info .icon-text-box .info {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-page-form-section {
    position: relative;
}

.contact-page-form-section .line {
    position: absolute;
    top: 2px;
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.contact-page-form-section .line hr {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
}

.contact-page-form-section h2 {
    color: #0f2079;
    margin-bottom: 25px;
}

.contact-page-form-section form {
    padding-right: 2.5rem;
}

.contact-page-form-section .form-group {
    margin-bottom: 1.5rem;
}

.contact-page-form-section .form-group:last-of-type {
    margin-bottom: 0;
}

.contact-page-form-section input[type=text],
.contact-page-form-section input[type=email],
.contact-page-form-section input[type=tel] {
    border: 1px solid #dddddd;
    padding-left: 15px;
    padding-right: 15px;
    height: 70px;
}

.contact-page-form-section textarea {
    height: 110px;
    padding-top: 15px;
}

.contact-page-form-section .map-container {
    overflow: hidden;
    position: relative;
    height: 500px;
}

.contact-page-form-section .map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

@media screen and (min-width: 768px) {
    .contact-page-form-section .btn-captcha {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .contact-page-form-section .btn-captcha .g-recaptcha.wpcf7-recaptcha>div,
    .contact-page-form-section .btn-captcha input[type=submit] {
        height: 74px !important;
    }

    .contact-page-form-section .btn-captcha input[type=submit] {
        margin-left: 1.2rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact-page-form-section .btn-captcha {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.article-title-heading {
    margin-bottom: 30px;
	text-align: center;
}

.article-title-heading h2 {
    color: #0f2079;
    margin-bottom: 0;
}

.article-row .col-lg-4 {
    margin-bottom: 50px;
}

.article-row .col-lg-4:last-of-type {
    margin-bottom: 0;
}

.article-row .article-box a {
    display: block;
}

.article-row .article-box .img-box {
    margin-bottom: 25px;
}

.article-row .article-box .details span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 8px;
}

.article-row .article-box .details h6 {
    color: #0f2079;
}

.article-row .article-box .details p,
.article-row .article-box .details span {
    color: #444;
}

.article-row .article-box .details button {
    margin-top: 18px;
    font-size: 14px;
}

.blog-single {
    margin-top: 98px;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.blog-single .heading-box {
    margin-bottom: 50px;
}

.blog-single .heading-box h1 {
    color: #0f2079;
}

.blog-single .heading-box span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}

.blog-single .heading-box p {
    font-size: 20px;
}

.blog-single .heading-box img {
    margin-top: 35px;
}

.blog-single .main-content h2,
.blog-single .main-content h3,
.blog-single .main-content h4,
.blog-single .main-content h5,
.blog-single .main-content h6 {
    margin-bottom: 0;
}

.blog-single .social-icons {
    margin-top: 60px;
}

.blog-single .social-icons a {
    margin-right: 5px;
}

.related-blog {
    position: relative;
    padding-top: 4.5rem;
    padding-bottom: 5rem;
}

.related-blog .line {
    position: absolute;
    top: 2px;
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.related-blog .line hr {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
}

.custom-pagination {
    margin-top: 80px;
}

.custom-pagination ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-pagination ul li {
    margin-top: 15px;
    margin-left: 8px;
    margin-right: 8px;
}

.custom-pagination ul li a {
    border-radius: 50%;
    color: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
}

.custom-pagination ul li a:hover {
    color: #444;
}

.custom-pagination ul li.active a {
    background-color: #ac3440;
    color: #fff;
}

.custom-pagination ul li.active a:hover {
    color: #fff;
}

.custom-pagination ul li.prev a,
.custom-pagination ul li.next a {
    color: #ac3440;
}

.custom-pagination ul li.prev a i,
.custom-pagination ul li.next a i {
    line-height: normal;
}

.custom-pagination ul li.prev {
    margin-right: 25px;
}

.custom-pagination ul li.next {
    margin-left: 20px;
}

.custom-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.custom-breadcrumbs a,
.custom-breadcrumbs span,
.custom-breadcrumbs i {
    color: #444;
    font-size: 14px;
}


.custom-breadcrumbs i {
    color: #15bcce;
    margin-left: 18px;
    margin-right: 18px;
}

@media screen and (min-width: 576px) {
    .article-row .col-lg-4:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .article-row .col-lg-4:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
}

.sitemap-section .sitemap-box {
    margin-bottom: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #cccccc;
}

.sitemap-section .sitemap-box:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sitemap-section .sitemap-box p {
    font-weight: bold;
    font-size: 20px;
}

.sitemap-section .sitemap-box .single-links,
.sitemap-section .sitemap-box .multiple-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sitemap-section .sitemap-box .single-links p {
    margin-right: 60px;
}

.sitemap-section .sitemap-box .multiple-links .box1 {
    width: 13%;
}

.sitemap-section .sitemap-box .multiple-links .box2 {
    width: 87%;
}

.sitemap-section .sitemap-box .multiple-links .box2 .category-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}

.sitemap-section .sitemap-box .multiple-links .box2 .category-boxes:last-of-type {
    margin-bottom: 0;
}

.sitemap-section .sitemap-box .multiple-links .box2 .category-boxes p {
    font-weight: 400;
}

.sitemap-section .sitemap-box .multiple-links .box2 .category-boxes p a {
    color: inherit;
}

.sitemap-section .sitemap-box .multiple-links .box2 .category-boxes .category-box1,
.sitemap-section .sitemap-box .multiple-links .box2 .category-boxes .category-box2 {
    padding-left: 15px;
    padding-right: 15px;
}

.sitemap-section .sitemap-box .multiple-links .box2 .category-boxes .category-box1 {
    width: 22%;
}

.sitemap-section .sitemap-box .multiple-links .box2 .category-boxes .category-box2 {
    width: 78%;
}

.sitemap-section .sitemap-box .multiple-links .box2 .category-boxes .category-box2 p {
    margin-bottom: 20px;
}

.sitemap-section .sitemap-box .multiple-links .box2 .category-boxes .category-box2 p:last-of-type {
    margin-bottom: 0;
}

.privacy-policy-section .spacer,
.terms-conditions-section .spacer {
    height: 60px;
}

@media screen and (max-width: 1440px) {
    .inner-banner {
        height: 20rem;
    }
}
@media (min-height: 900px ) and (max-height: 1500px) {
    .page-id-83 .sections {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }     
}
@media (min-height: 900px ) and (max-height: 1500px) and (max-width: 1199px) {
    .page-id-49 .sections {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }  
    .page-id-83 .sections {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }   
    .woocommerce-lost-password .sections {
        padding-top: 18rem;
        padding-bottom: 18.5rem
    }  
}

@media (min-height: 900px ) and (max-height: 1500px) and (max-width: 991px) { 
    .woocommerce-lost-password .sections {
        padding-top: 10rem;
        padding-bottom: 10rem
    }  
}

@media screen and (max-width: 1199px) {
    .sections {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .inner-banner {
        margin-top: 75px;
    }
    .sections.contact-info {
        padding-bottom: 3rem;
    }
    .contact-page-form-section h2 {
        font-size: 26px;
    }

    .contact-page-form-section form {
        padding-right: 0;
    }

    .contact-page-form-section .line,
    .related-blog .line {
        width: 720px;
    }

    .sitemap-section .sitemap-box p {
        font-size: 16px;
    }

    .sitemap-section .sitemap-box .single-links p {
        margin-right: 40px;
    }

    .sitemap-section .sitemap-box .multiple-links .box1 {
        width: 17%;
    }

    .sitemap-section .sitemap-box .multiple-links .box2 {
        width: 83%;
    }

    .sitemap-section .sitemap-box .multiple-links .box2 .category-boxes .category-box1 {
        width: 28%;
    }

    .sitemap-section .sitemap-box .multiple-links .box2 .category-boxes .category-box2 {
        width: 72%;
    }

    input[type=submit],
    button {
        font-size: 15px;
    }

    .article-title-heading h2 {
        font-size: 26px;
    }

    .blog-single {
        margin-top: 70px;
    }
}

@media screen and (max-width: 991px) {
    .inner-banner {
        height: 15rem;
    }

    .inner-banner .inner-banner-box {
        text-align: center;
    }

    .inner-banner .inner-banner-box p {
        width: 100%;
    }

    .icon-text-section .icon-text-box .icon .icon-circle {
        width: 50px;
        height: 50px;
        padding: 20px;
    }

    .alternate-temp-row {
        margin-bottom: 3rem;
    }

    .alternate-temp-row .box-left {
        padding-right: 0;
    }

    .alternate-temp-row .box-right {
        padding-left: 0;
    }

    .alternate-temp-row .img-box {
        text-align: center;
        margin-top: 20px;
    }

    .contact-page-form-section .col-lg-6:first-of-type {
        margin-bottom: 50px;
    }

    .contact-page-form-section .line,
    .related-blog .line {
        width: 720px;
    }

    .sitemap-section .sitemap-box {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .privacy-policy-section .spacer,
    .terms-conditions-section .spacer {
        height: 30px;
    }

    .article-title-heading {
        margin-bottom: 15px;
    }

    .article-row .article-box .img-box {
        margin-bottom: 10px;
    }

    .blog-single .heading-box {
        margin-bottom: 20px;
    }

    .blog-single .heading-box span {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .blog-single .heading-box p {
        font-size: 15px;
    }

    .blog-single .heading-box img {
        margin-top: 20px;
    }

    .blog-single .social-icons {
        margin-top: 35px;
    }

    .blog-single .social-icons a img {
        max-width: 12%;
    }

    .custom-pagination {
        margin-top: 40px;
    }

    .custom-pagination ul li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .icon-text-section .col-lg-4:last-of-type {
        margin-bottom: 0;
    }

    .contact-page-form-section h2 {
        font-size: 23px;
        margin-bottom: 15px;
    }

    .contact-page-form-section .btn-captcha {
        text-align: center;
    }

    .contact-page-form-section .btn-captcha .g-recaptcha.wpcf7-recaptcha>div {
        margin-left: auto;
        margin-right: auto;
    }

    .contact-page-form-section .btn-captcha input[type=submit] {
        margin-top: 1.2rem;
    }

    .contact-page-form-section input[type=text],
    .contact-page-form-section input[type=email],
    .contact-page-form-section input[type=tel] {
        height: 50px;
    }

    .contact-page-form-section input,
    .contact-page-form-section input::-webkit-input-placeholder,
    .contact-page-form-section .form-control,
    .contact-page-form-section .form-control::-webkit-input-placeholder {
        font-size: 14px;
    }

    .contact-page-form-section input,
    .contact-page-form-section input::-moz-placeholder,
    .contact-page-form-section .form-control,
    .contact-page-form-section .form-control::-moz-placeholder {
        font-size: 14px;
    }

    .contact-page-form-section input,
    .contact-page-form-section input::-ms-input-placeholder,
    .contact-page-form-section .form-control,
    .contact-page-form-section .form-control::-ms-input-placeholder {
        font-size: 14px;
    }

    .contact-page-form-section input,
    .contact-page-form-section input::placeholder,
    .contact-page-form-section .form-control,
    .contact-page-form-section .form-control::placeholder {
        font-size: 14px;
    }

    .contact-page-form-section .map-container {
        height: 300px;
    }

    .sitemap-section .sitemap-box p {
        font-size: 14px;
    }

    .sitemap-section .sitemap-box .multiple-links .box1 {
        width: 20%;
    }

    .sitemap-section .sitemap-box .multiple-links .box2 {
        width: 80%;
    }

    .sitemap-section .sitemap-box .multiple-links .box2 .category-boxes .category-box1 {
        width: 37%;
    }

    .sitemap-section .sitemap-box .multiple-links .box2 .category-boxes .category-box2 {
        width: 63%;
    }

    .contact-page-form-section .line,
    .related-blog .line {
        width: 540px;
    }

    .article-title-heading h2 {
        font-size: 23px;
    }

    .article-row .col-lg-4 {
        margin-bottom: 35px;
    }

    .article-row .article-box .details button {
        margin-top: 10px;
    }

    input[type=submit],
    button {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {

    .contact-page-form-section .line,
    .related-blog .line {
        width: 100%;
    }

    .sitemap-section .sitemap-box p {
        font-size: 14px;
    }

    .sitemap-section .sitemap-box .multiple-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sitemap-section .sitemap-box .multiple-links .box1,
    .sitemap-section .sitemap-box .multiple-links .box2 {
        width: 100%;
    }

    .sitemap-section .sitemap-box .multiple-links .box1 {
        margin-bottom: 10px;
    }

    .sitemap-section .sitemap-box .multiple-links .box2 .category-boxes .category-box1 {
        width: 37%;
    }

    .sitemap-section .sitemap-box .multiple-links .box2 .category-boxes .category-box2 {
        width: 63%;
    }

    .custom-pagination {
        margin-top: 30px;
    }

    .custom-pagination ul li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .custom-pagination ul li a {
        width: 25px;
        height: 25px;
        font-size: 15px;
    }

    .custom-pagination ul li.prev {
        margin-right: 15px;
    }

    .custom-pagination ul li.next {
        margin-left: 10px;
    }
}

@media screen and (max-width: 359px) {
    .icon-text-section .icon-text-box .icon, .icon-text-section .icon-text-box .text {
        padding-left: 10px;
        padding-right: 10px;
    }
    .icon-text-section .icon-text-box .icon .icon-circle {
        width: 45px;
        height: 45px;
        padding: 12px;
    }

    .icon-text-section .icon-text-box .text p {
        font-size: 14px;
    }
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #15BCCE;
    color: #15BCCE;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
div.wpcf7-spam-blocked {
    border: 2px solid #ff0000;
    color: #ff0000;
}

.thankyou-404 {
    position: relative;
    padding-top: 25rem;
    padding-bottom: 25rem;
    height: calc(var(--vh, 1vh) * 100 - 283px);
    margin-top: 97px;
}

.thankyou-404 .container-fluid {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 5rem;
    padding-right: 5rem;
}

.thankyou-404 .thankyou-404-box {
    background-color: #fff;
    width: 670px;
    padding: 30px 40px 40px 40px;
}

.thankyou-404 .thankyou-404-box h1 {
    color: #15bcce;
}

.thankyou-404 .thankyou-404-box h1 {
    margin-bottom: 10px;
}

.thankyou-404 .thankyou-404-box a button {
    margin-top: 25px;
}

@media screen and (min-width: 1600px) {
     .page-id-62 .thankyou-404 .thankyou-404-box p br {
        display: none;
     }
}
@media screen and (min-width: 576px) {
    .error404 .thankyou-404 .thankyou-404-box p br {
        display: none;
    }
}
@media screen and (max-width: 1440px) {
    .thankyou-404 .thankyou-404-box {
        width: auto;
        display: inline-block;
    }
}

@media screen and (max-width: 1370px) {
    .thankyou-404 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }

    .thankyou-404 .container-fluid {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media screen and (max-width: 1199px) {
    .thankyou-404 {
        height: calc(var(--vh, 1vh) * 100 - 285px);
        margin-top: 69px;
    }

    .thankyou-404 .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .thankyou-404 .thankyou-404-box {
        background-color: rgba(255, 255, 255, 0.75);
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 65%;
    }

    .thankyou-404 .thankyou-404-box a button {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .thankyou-404 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }

    .thankyou-404 .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .thankyou-404 .thankyou-404-box {
        padding: 20px 15px 25px 15px;
    }

    .thankyou-404 .thankyou-404-box h1 {
        font-size: 25px;
    }

    .thankyou-404 .thankyou-404-box p {
        font-size: 14px;
    }

    .thankyou-404 .thankyou-404-box a button {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {

    .thankyou-404 .thankyou-404-box {
        width: auto;
    }
}

/* 7/19/2021 */
@media (min-width: 1200px) and (min-height: 900px) and (max-width: 1600px) {
	.page-id-51 .blog-list,
	.page-id-81 .sections {
		height: calc(var(--vh, 1vh) * 100 - 310px);
		display: flex;
		align-items: center;
	}
}
@media (min-width: 576px) and (max-width: 1199px) {
	.page-id-51 .blog-list,
	.page-id-81 .sections {
		height: calc(var(--vh, 1vh) * 100 - 580px);
		display: flex;
		align-items: center;
	}
}