/*
Theme Name:   Woodmart Child
Description:  Woodmart Child Theme
Author:       XTemos
Author URI:   http://xtemos.com
Template:     woodmart
Version:      1.0.0
Text Domain:  woodmart
*/

#ro-nec {
    margin-bottom: 45px;
}

.whb-general-header {
    border-radius: 15px;
}

.wd-header-nav ul#menu-nav-mn1 li.nav-btn a span {
    background-color: #30b564;
    padding: 14px 20px !important;
    border-radius: 5px;
    margin-left: -20px;
}

#ro-nec .nec-btn {
    background-color: #30b564 !important;
    padding: 12px 24px !important;
}

#ro-nec .n2-ss-section-main-content {
    padding-left: 195px !important;
}

#ro-nec #n2-ss-2-arrow-previous,
#ro-nec #n2-ss-2-arrow-next {
    transition: 0.5s;
    padding: 0px !important;
    margin: 0px !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #fff;
    transition: 0.5s;
}

#ro-nec #n2-ss-2-arrow-previous:hover,
#ro-nec #n2-ss-2-arrow-next:hover {
    border-color: #30b564;
}

#ro-nec #n2-ss-2-arrow-previous img,
#ro-nec #n2-ss-2-arrow-next img {
    display: none;
}

#ro-nec #n2-ss-2-arrow-previous {
    background-image: url('https://devu11.onlinetestingserver.com/airsea/wp-content/uploads/2022/01/arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

#ro-nec #n2-ss-2-arrow-next {
    background-image: url('https://devu11.onlinetestingserver.com/airsea/wp-content/uploads/2022/01/downarrowdownloadicon-1320185738770602413.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

#ro-nec #n2-ss-2-arrow-previous:hover {
    background-image: url('  https://devu11.onlinetestingserver.com/airsea/wp-content/uploads/2022/01/downarrow-hover.png  ');
}

#ro-nec #n2-ss-2-arrow-next:hover {
    background-image: url(' https://devu11.onlinetestingserver.com/airsea/wp-content/uploads/2022/01/downarrow2-hover.png ');
}

#ro-nec a.nec-btn,
#ro-ab #abbtn a,
#ro-ser .cola2 .info-box-wrapper .woodmart-button-wrapper a,
#ro-bl #blbtn a {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

#ro-nec a.nec-btn div:before,
#ro-ab #abbtn a:before,
#ro-ser .cola2 .info-box-wrapper .woodmart-button-wrapper a:before,
#ro-bl #blbtn a:before {
    transition: 0.5s;
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    background-color: #000;
    z-index: -1;
    left: 0px;
    top: 0px;
}

#ro-nec a.nec-btn:hover div:before,
#ro-ab #abbtn a:hover:before,
#ro-ser .cola2 .info-box-wrapper .woodmart-button-wrapper a:hover:before,
#ro-bl #blbtn a:hover:before {
    height: 100%;
}


/* -------------------------------------    -------------------------------------    -------------------------------------    -------------------------------------     */

#ro-ab .ab-txt h2 {
    font-family: mkpro;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0px !important;
    text-transform: uppercase;
}

#ro-ab .ab-txt p {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: block;
}

#ro-ab img {
    transition: 0.5s;
}

#ro-ab img:hover {
    transform: translateY(-10px);
    filter: brightness(0.8) drop-shadow(2px 4px 6px black);
}

#ro-ab #abbtn a,
#ro-ser .cola2 .info-box-wrapper .woodmart-button-wrapper a,
#ro-bl #blbtn a {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 500;
    background-color: #30b564;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 14px 24px !important;
    text-transform: capitalize;
}

#ro-ab #abbtn a {
    margin-bottom: 45px;
}

#ro-ab .in-box {
    display: flex;
    align-items: center;
}

#ro-ab .in-box .info-box-icon {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ro-ab .in-box .info-box-content h6 {
    font-family: 'mkpro';
    color: #0b2937;
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 0px !important;
}

#ro-ab .in-box .info-box-content h6 strong {
    font-size: 24px;
    line-height: 34px;
}

#ro-ab .in-box .info-box-content p {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #666666;
    display: block;
}

#ro-ab .in-box .info-box-icon {
    transition: 0.5s;
    /* or: Xms */
    animation-iteration-count: infinite;
    animation-direction: alternate;
    /* or: normal */
    animation-timing-function: ease-out;
    /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    animation-fill-mode: forwards;
    /* or: backwards, both, none */
    animation-delay: 0s;
    /* or: Xms */
    animation-name: icoo;
}

@keyframes icoo {
    0% {
        background-color: #30b564;
    }
    25% {
        background-color: #0b2937;
    }
    50% {
        background-color: #30b564;
    }
    75% {
        background-color: #0b2937;
    }
    100% {
        background-color: #30b564;
    }
}

#ro-ab .in-box:hover .info-box-icon {
    animation-name: icohov;
    transition: 0.5s;
    animation-duration: 1s;
}

@keyframes icohov {
    100% {
        background-color: #30b564;
    }
}

#ro-ab .anim1 .info-box-icon {
    animation-duration: 7s;
}

#ro-ab .anim2 .info-box-icon {
    animation-duration: 8s;
}

#ro-ab .anim3 .info-box-icon {
    animation-duration: 4s;
}

#ro-ab .anim4 .info-box-icon {
    animation-duration: 10s;
}


/* -------------------------------------    -------------------------------------    -------------------------------------    -------------------------------------     */

#ro-ser .vc_column-inner {
    padding: 0px !important;
}

#ro-ser .cola2 .info-box-wrapper {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ro-ser .wpb_single_image {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

#ro-ser .imgg .vc_single_image-wrapper,
#ro-ser .imgg figure.wpb_wrapper,
#ro-ser .imgg img {
    width: 100%;
}

#ro-ser .cola2 .info-box-wrapper h2 {
    font-family: mkpro;
    position: relative;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0px !important;
    text-transform: uppercase;
}

#ro-ser .cola2 .info-box-wrapper h2:before {
    position: absolute;
    content: '';
    top: -27px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background-color: #fff;
    width: 160px;
    height: 4px;
}

#ro-ser .cola2 .info-box-wrapper .woodmart-button-wrapper a {
    padding: 16px 41px !important;
    margin-top: 30px;
}

#ro-ser .ser-box22 {
    transition: 0.5s;
    margin-left: 295px;
    padding-left: 50px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

#ro-ser .ser-box22:before,
#ro-ser .ser-box22:after {
    transition: 0.5s;
    position: absolute;
    content: '';
    left: -3px;
}

#ro-ser .ser-box22:before {
    background-color: #f3e3e3;
    z-index: 1;
    width: 4px;
    height: 700px;
    left: -3px;
    top: -180px;
}

#ro-ser .ser-box22:after {
    background-color: #30b564;
    z-index: 9;
    width: 4px;
    height: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

#ro-ser .ser-box22:hover:after {
    height: 190px;
}

#ro-ser .ser-box22 .info-box-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

#ro-ser .ser-box22:hover .info-box-icon {
    background-color: #30b564;
}

#ro-ser .ser-box22:hover img {
    transition: 0.5s;
}

#ro-ser .ser-box22:hover img {
    filter: brightness(1) invert(1);
}

#ro-ser .ser-box22 h4 {
    transition: 0.5s;
    font-family: 'mkpro';
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px !important;
}

#ro-ser .ser-box22:hover h4 {
    color: #30b564;
}

#ro-ser .ser-box22 p {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

#ro-ser .ser-box22 h6 {
    font-family: lato;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0px !important;
}


/* -------------------------------------    -------------------------------------    -------------------------------------    -------------------------------------     */

#ro-bl {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

#ro-bl .bl-txt h2 {
    font-family: mkpro;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    text-align: center;
}

#ro-bl .bl-box h3 {
    font-family: 'mkpro';
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px !important;
}

#ro-bl .bl-box p {
    font-family: 'Montserrat';
    font-weight: 200;
    font-size: 14px;
    line-height: 22px;
    padding: 0px 16px !important;
}

#ro-bl #blbtn {
    margin: auto;
    display: table;
}

#ro-bl #blbtn a {
    padding: 13px 32px !important;
}

#ro-bl .woodmart-info-box {
    transition: 0.5s;
}

#ro-bl .woodmart-info-box:hover {
    transform: translateY(-10px);
}


/* -------------------------------------    -------------------------------------    -------------------------------------    -------------------------------------     */

#ro-re .blue .vc_single_image-wrapper,
#ro-re .blue figure.wpb_wrapper,
#ro-re .blue img {
    width: 100%;
}

#ro-re .owl-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 81%;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

#ro-re .owl-carousel .owl-stage-outer .info-box-wrapper {
    background-color: rgb(11 41 55 / 90%);
    color: #fff !important;
    padding: 143px 50px !important;
    width: 90%;
}

#ro-re .owl-carousel .owl-stage-outer .info-box-wrapper h4 {
    font-family: 'mkpro';
    font-size: 30px;
    line-height: 40px;
    color: #fff !important;
    text-transform: uppercase;
}

#ro-re .owl-carousel .owl-stage-outer .info-box-wrapper p {
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
}

#ro-re .owl-carousel .owl-stage-outer .info-box-wrapper h6 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-top: 30px;
    margin-bottom: 17px;
    border-left: solid 3px #b8161c;
    padding-left: 11px;
}

#ro-re .owl-carousel .owl-stage-outer .info-box-wrapper h6 strong {
    font-size: 12px !important;
    line-height: 22px !important;
    font-weight: 100;
}

#ro-re .owl-carousel .owl-stage-outer .info-box-wrapper p img.quote {
    position: absolute;
    bottom: -47px;
    left: 320px;
}

#ro-re .owl-carousel .owl-stage-outer .info-box-wrapper img.quote p {
    position: relative;
}

#ro-re .owl-carousel .owl-dots span {
    background-color: #dddddd;
    width: 15px;
    height: 15px;
    border: none !important;
    transform: none !important;
}

#ro-re .owl-carousel .owl-dot.active span {
    background-color: #30b564;
}

#ro-re .coll2 {
    padding-left: 21px;
}

#ro-re .re-txt h2 {
    font-family: mkpro;
    font-size: 57px;
    line-height: 70px;
    margin-bottom: -20px !important;
    text-transform: uppercase;
}

#ro-re .screen-reader-response {
    display: none !important;
}

#ro-re .wpcf7-response-output {
    margin-top: 15px;
}

#ro-re .form .col-md-12 {
    display: flex;
    justify-content: space-between;
    padding: 0px !important;
    margin-bottom: 16px;
}

#ro-re .form .vc_col-sm-6 {
    padding: 0px !important;
    width: 48%;
}

#ro-re .form .col-md-12 span {
    width: 100%;
}

#ro-re .form .col-md-12 span span {
    font-size: 16px;
    background-color: #30b564;
    color: #fff;
    text-align: center;
    padding: 6px 0px;
}

#ro-re .form .num {
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    padding: 0px 0px 0px 30px;
    background-size: auto;
    background-position: 9px 23px;
    background-repeat: no-repeat;
    height: 59px;
}

#ro-re .form .col-md-12 textarea {
    resize: none;
    padding: 18px 29px !important;
}

#ro-re #wpcf7-f47-p2-o1 {
    width: 571px;
}

#ro-re .form .col-md-12.boo {
    display: block;
}

#ro-re .form .col-md-12 input#btn {
    width: 100%;
    background-color: #30b564;
    color: #fff !important;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    border-radius: 6px;
}

#ro-re .screen-reader-response {
    display: none !important;
}

#ro-re .wpcf7-response-output {
    width: fit-content;
}


/* -------------------------------------    -------------------------------------    -------------------------------------    -------------------------------------     */

footer.footer-container #newsletterwidgetminimal-2 h5 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'mkpro';
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 22px;
}

footer.footer-container #newsletterwidgetminimal-2 {
    border: none !important;
    width: 75%;
    margin: auto;
}

footer.footer-container #newsletterwidgetminimal-2 form.tnp-form {
    display: flex;
    height: 52px;
    overflow: hidden;
    border-radius: 6px;
}

footer.footer-container #newsletterwidgetminimal-2 form.tnp-form input.tnp-submit {
    background-color: #30b564;
    width: 40%;
    border-radius: 0px !important;
}

footer.footer-container #newsletterwidgetminimal-2 form.tnp-form input.tnp-email,
footer.footer-container #newsletterwidgetminimal-2 form.tnp-form input.tnp-email::placeholder {
    border-radius: 0px !important;
    height: 100%;
    color: #000 !important;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
}

footer.footer-container #nav_menu-2 ul#menu-ftr-icons {
    display: flex;
    justify-content: center;
    margin-top: 21px;
}

footer.footer-container #nav_menu-2 ul#menu-ftr-icons li a i {
    color: #fff;
    font-size: 25px;
    margin: 0px 10px !important;
    transition: 0.5s;
}

footer.footer-container #nav_menu-2 ul#menu-ftr-icons li a:hover i {
    color: #30b564;
}

.copyrights-wrapper .col-left.set-cont-mb-s {
    font-family: 'Poppins';
    font-size: 16px;
    padding: 0px !important;
    margin: 0px !important;
}

.copyrights-wrapper.copyrights-centered {
    padding: 10px 0px !important;
    border-color: #808080 !important;
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {
    #ro-nec {
        padding-top: 50px;
        background-color: #010101;
    }
    #ro-ab .ab-txt h2 {
        margin-top: 61px;
    }
    #ro-ab #abbtn a {
        margin-bottom: 5px;
    }
    #ro-ser .ser-box22 {
        margin-left: 196px;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper {
        padding: 73px 27px !important;
        width: 110%;
    }
    #ro-re .owl-carousel .owl-dots {
        transform: translateX(50px);
    }
    footer.footer-container #newsletterwidgetminimal-2 form.tnp-form {
        display: flex;
        height: 52px;
        overflow: hidden;
        border-radius: 6px;
        margin: auto;
        width: 70%;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1440px) {
    #ro-nec .n2-ss-section-main-content {
        padding-left: 115px !important;
    }
    #ro-ser .ser-box22 {
        margin-left: 119px;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper {
        padding: 73px 27px !important;
        width: 100%;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper p br {
        display: none;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper p {
        font-size: 11px;
        line-height: 17px;
        font-weight: 500;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper p img.quote {
        bottom: -47px;
        left: 250px;
    }
    #ro-re .form .col-md-12 span textarea {
        resize: none;
        padding: 18px 29px !important;
        min-height: 140px;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1366px) {
    #ro-nec .n2-ss-section-main-content {
        padding-left: 85px !important;
    }
    #ro-ser .ser-box22 {
        margin-left: 88px;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1340px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1320px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1280px) {
    #ro-nec .n2-ss-section-main-content {
        padding-left: 35px !important;
    }
    #ro-ser .ser-box22 {
        margin-left: 48px;
    }
    #ro-ser .cola2 .info-box-wrapper {
        transform: scale(.7);
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper {
        padding: 53px 27px !important;
        width: 100%;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper p img.quote {
        bottom: -27px;
        left: 220px;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1024px) {
    #ro-nec {
        padding-top: 50px;
        background-color: #010101;
    }
    #ro-nec .nec-hdr {
        font-size: 40px !important;
        line-height: 45px !important;
    }
    #ro-nec .nec-p p {
        font-size: 12px !important;
        margin-top: -11px;
    }
    #ro-nec .nec-btn {
        padding: 8px 14px !important;
        font-size: 16px !important;
        margin-top: -10px;
    }
    #ro-ab .ab-txt h2 {
        font-size: 40px;
        line-height: 50px;
    }
    #ro-ab .ab-txt p {
        font-size: 12px;
        line-height: 16px;
    }
    #ro-ab #abbtn a {
        font-size: 14px;
        padding: 11px 19px !important;
        margin-top: -19px;
    }
    .box-icon-align-left {
        transform: scale(0.8);
        margin-left: -25px;
    }
    #ro-ser .ser-box22 {
        margin-left: -32px;
        margin-bottom: 0px !important;
    }
    #ro-bl {
        padding-top: 5px !important;
        padding-bottom: 35px !important;
    }
    #ro-bl #blbtn a {
        padding: 10px 29px !important;
        font-size: 16px;
    }
    #ro-re .re-txt h2 {
        font-size: 37px;
        line-height: 50px;
        margin-bottom: -30px !important;
        text-transform: uppercase;
    }
    #ro-re #wpcf7-f47-p2-o1 {
        width: 431px;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper h4 {
        font-size: 20px;
        line-height: 18px;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper p {
        font-size: 9px;
        line-height: 13px;
        font-weight: 500;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper p img.quote {
        bottom: -27px;
        left: 130px;
    }
    #ro-re .owl-carousel {
        margin-top: 21px;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 800px) {
    #ro-nec .n2-ss-section-main-content {
        padding-left: 5px !important;
    }
    #ro-nec .nec-hdr {
        font-size: 25px !important;
        line-height: 27px !important;
    }
    #ro-nec .nec-p p {
        font-size: 10px !important;
        margin-top: -13px;
        padding-right: 55%;
    }
    #ro-nec .nec-p p br {
        display: none;
    }
    #ro-nec .nec-btn {
        padding: 8px 13px !important;
        font-size: 13px !important;
        margin-top: -10px;
    }
    #ro-ser .ser-box22 p {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 2px;
    }
    #ro-ser .cola2 .info-box-wrapper {
        transform: scale(.5);
    }
    #ro-ser .cola2 .info-box-wrapper .woodmart-button-wrapper a {
        font-size: 34px;
        padding: 27px 40px !important;
        margin-top: 11px;
    }
    #ro-bl .bl-box p {
        font-size: 12px;
        line-height: 14px;
        padding: 0px 16px !important;
    }
    #ro-bl .bl-txt h2 {
        font-size: 40px;
        line-height: 20px;
    }
    #ro-re .vc_col-sm-6 {
        width: 100%;
        padding: 0px!important;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper {
        padding: 90px 27px !important;
        width: 100%;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper h4 {
        font-size: 25px;
        line-height: 35px;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper p {
        font-size: 13px;
        line-height: 24px;
        font-weight: 500;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper p img.quote {
        bottom: -27px;
        left: 270px;
    }
    #ro-re .re-txt h2 {
        text-align: center;
    }
    #ro-re #wpcf7-f47-p2-o1 {
        margin: auto;
    }
    footer.footer-container #newsletterwidgetminimal-2 h5 {
        font-size: 25px;
        line-height: 15px;
        margin-bottom: 22px;
    }
    footer.footer-container #newsletterwidgetminimal-2 form.tnp-form {
        display: flex;
        height: 52px;
        overflow: hidden;
        border-radius: 6px;
        margin: auto;
        width: 90%;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 768px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 480px) {
    #ro-nec {
        margin-bottom: -40px !important;
    }
    #ro-nec .nec-p {
        display: none !important;
    }
    #ro-nec .nec-hdr {
        font-size: 19px !important;
        line-height: 23px !important;
        margin-top: -20px !important;
        margin-bottom: -10px;
    }
    #ro-nec .nec-btn {
        padding: 8px 13px !important;
        font-size: 11px !important;
    }
    .box-icon-align-left {
        transform: scale(1);
        margin-left: 0px;
    }
    #ro-ab img {
        transform: scale(0.8);
    }
    #ro-ab .ab-txt h2 {
        margin-top: -59px;
    }
    #ro-ser .cola1 {
        padding: 20px 0px !important;
    }
    #ro-bl .bl-box p {
        font-size: 12px;
        line-height: 21px;
        padding: 0px 62px !important;
        margin-bottom: 20px;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper {
        padding: 22px 27px !important;
        width: 100%;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper h4 {
        font-size: 21px;
        line-height: 29px;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper p {
        font-size: 9px;
        line-height: 14px;
        font-weight: 500;
        margin-bottom: 0px !important;
    }
    #ro-re .owl-carousel .owl-dots {
        display: none !important;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper p img.quote {
        bottom: 3px;
        left: 150px;
        transform: scale(0.7);
    }
    #ro-re .form .col-md-12 {
        margin-bottom: 0px;
        flex-direction: column;
    }
    #ro-re .form .vc_col-sm-6 {
        padding: 0px !important;
        width: 100%;
        margin-bottom: 16px;
    }
    #ro-re .form .col-md-12 input#btn {
        margin-top: 16px;
    }
    #ro-re #wpcf7-f47-p2-o1 {
        width: 90%;
    }
    footer.footer-container #newsletterwidgetminimal-2 {
        border: none !important;
        width: 100%;
        margin: auto;
    }
    footer.footer-container #newsletterwidgetminimal-2 h5 {
        font-size: 19px;
        line-height: 17px;
        margin-bottom: 22px;
    }
    .copyrights-wrapper .col-left.set-cont-mb-s {
        font-family: 'Poppins';
        font-size: 9px;
        padding: 0px !important;
        margin: 0px !important;
    }
    .copyrights-wrapper .min-footer {
        margin: 0px !important;
        padding: 7px !important;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 414px) {
    #ro-nec .nec-hdr {
        font-size: 16px !important;
        line-height: 22px !important;
        margin-top: -20px !important;
    }
    #ro-nec .nec-btn {
        padding: 8px 13px !important;
        font-size: 9px !important;
    }
    #ro-bl .bl-box p {
        font-size: 12px;
        line-height: 21px;
        padding: 0px 12px !important;
        margin-bottom: 20px;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper {
        padding: 30px 27px !important;
        width: 100%;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper h6 {
        font-size: 11px;
        line-height: 16px;
        margin-top: 18px;
        margin-bottom: 7px;
        padding-left: 11px;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper h4 {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 0px !important;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper p {
        font-size: 7px;
        line-height: 12px;
        font-weight: 500;
        margin-bottom: 0px !important;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper h6 strong {
        font-size: 9px !important;
        line-height: 12px !important;
        font-weight: 100;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper p img.quote {
        bottom: -7px;
        left: 127px;
        transform: scale(0.7);
    }
    footer.footer-container #newsletterwidgetminimal-2 form.tnp-form {
        display: flex;
        height: 52px;
        overflow: hidden;
        border-radius: 6px;
        margin: auto;
        width: 100%;
    }
    footer.footer-container #newsletterwidgetminimal-2 form.tnp-form input.tnp-submit {
        background-color: #30b564;
        width: 40%;
        border-radius: 0px !important;
        font-size: 11px;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 375px) {
    #ro-re .owl-carousel {
        width: 90%;
        height: 81%;
        margin-top: 0px;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper {
        padding: 16px 27px !important;
        width: 100%;
    }
    #ro-re .owl-carousel .owl-stage-outer .info-box-wrapper h4 {
        font-size: 11px;
        line-height: 20px;
        margin-bottom: 0px !important;
    }
    #ro-re .re-txt h2 {
        font-size: 25px;
        line-height: 50px;
        margin-bottom: -30px !important;
        text-transform: uppercase;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 360px) {}