@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200; 300; 400; 500; 600; 700&display=swap');
.our-services-counter1 h5,
.our-services-counter1 p,
.our-services-sec .our-services-sec-card p,
.our-services-sec h3,
.site-header__title {
    font-family: Montserrat, sans-serif
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif
}

html {
    scroll-behavior: smooth
}

img {
    max-width: 100%;
    height: 100%;
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600
}

a:hover {
    text-decoration: none
}

.landing-form-section {
    padding: 45px 0;
    background: #8b8b8b1f
}

.landing-form-section-frm {
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    margin: 0 40px
}

.landing-form-section-frm h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px
}

.landing-form-section-frm .form-group label {
    font-size: 14px;
    font-weight: 500
}

.landing-form-section-frm .form-group .form-check-label {
    font-size: 12px
}

.landing-form-section-frm .form-group .form-control {
    font-size: 14px
}

.landing-form-section-frm .btn {
    font-size: 14px;
    margin: auto;
    display: block;
    text-transform: uppercase;
    padding: 6px 40px;
    background: #34c780;
    border-color: #34c780
}

.landing-form-section-img {
    padding-top: 30px
}

.landing-form-section-img h1 {
    font-size: 28px
}

.landing-form-section-img h1 span,
.landing-section1 .landing-section1-txt h6 span,
.landing-section2 h3 span,
.landing-section3 h3 span {
    color: #2eb273
}

.landing-form-section-img .landing-form-section-img1 .img1 {
    position: absolute;
    left: 0;
    width: 200px;
    height: auto
}

.grow {
    animation: 2s infinite grow
}

@keyframes grow {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.landing-form-section-img .landing-form-section-img1 .img2 {
    position: absolute;
    right: 25px;
    width: 200px;
    height: auto;
    transition: transform .5s;
    filter: brightness(.5)
}

@keyframes heartbeat {
    0%,
    100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
}

.landing-form-section-img .landing-form-section-img1 .img3 {
    position: absolute;
    left: 20px;
    top: 285px;
    width: 125px;
    height: auto
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-10px)
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-10px)
    }
}

.landing-form-section-img .landing-form-section-img1 .img4 {
    position: absolute;
    right: 25px;
    top: 250px;
    width: 200px;
    height: auto;
    filter: brightness(.3)
}

@-webkit-keyframes movers {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateX(20px)
    }
}

@keyframes movers {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateX(4px)
    }
}

.landing-form-section-img .landing-form-section-img1 .img5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 375px;
    width: 200px;
    height: auto
}

@keyframes turn {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 90px
    }
}

.landing-form-section-img .landing-form-section-img1 .img6 {
    position: absolute;
    right: 30px;
    bottom: 105px;
    width: 175px;
    height: auto
}

.landing-form-section-img p {
    margin-bottom: 40px
}

.landing-section1 {
    padding: 50px 0 10px
}

.landing-section1 h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px
}

.landing-section1 .landing-section1-txt h6 {
    margin-bottom: 14px;
    align-items: center;
    display: flex
}

.landing-section1 .landing-section1-txt h6 img {
    width: 22px;
    margin-right: 6px
}

.landing-section1 .landing-section1-txt p {
    color: #585858
}

.landing-section1 .landing-section1-txt h4 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px
}

.landing-section1 .landing-section1-txt1 {
    height: 100%;
    display: flex;
    align-items: center
}

.landing-section1 .landing-section1-img {
    width: 450px;
    margin: 0 auto 40px
}

.landing-section2 {
    padding: 50px 0
}

.landing-section2 h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 15px
}

.landing-section2 p {
    color: #585858;
    text-align: center;
    padding: 0 190px
}

.landing-section2 .landing-section2-txt {
    padding-bottom: 0
}

.landing-section2 .landing-section2-txt h4 {
    font-size: 16px;
    font-weight: 700
}

.landing-section2 .landing-section2-txt ul {
    padding-left: 32px
}

.landing-section2 .landing-section2-txt ul li {
    margin-bottom: 5px;
    font-size: 15px
}

.landing-section3 {
    padding: 50px 0 10px;
    background: #8b8b8b1f
}

.landing-section3 h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 6px
}

.landing-section3 p {
    color: #000;
    text-align: center;
    padding: 0 190px 15px;
    font-size: 20px
}

.landing-section3 .landing-section3-card {
    display: flex;
    margin-bottom: 15px;
    gap: 15px
}

.landing-section3 .landing-section3-card .landing-section3-img {
    width: 50px;
    height: 100%
}

.landing-section3 .landing-section3-card .landing-section3-img img {
    width: 100%;
    height: 100%
}

.landing-section3 .landing-section3-card .landing-section3-txt h4 {
    font-size: 18px;
    margin-bottom: 6px
}

.landing-section3 .landing-section3-card .landing-section3-txt p {
    padding: 0;
    font-size: 15px;
    text-align: left;
    color: #585858
}

.landing-section4 {
    padding-bottom: 40px;
    padding-top: 50px
}

.landing-section4 h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 15px
}

.landing-section4 p {
    color: #000;
    text-align: center;
    font-size: 17px;
    margin-bottom: 25px
}

.landing-section4-img ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    padding-left: 0
}

.landing-section4-img ul li img {
    border: 1px solid #dedede;
    border-radius: 6px
}

.our-services-sec {
    background-image: url(../img/services-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0
}

.our-services-sec h3 {
    color: #fff;
    font-size: 38px;
    text-align: center;
    margin-bottom: 30px
}

.our-services-sec .our-services-sec-card {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    transition-duration: .3s
}

.our-services-sec .our-services-sec-card:hover {
    transform: translateY(-10px)
}

.our-services-sec .our-services-sec-card img {
    width: 175px;
    margin: 0 auto 10px
}

.our-services-sec .our-services-sec-card p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000
}

.our-services-counter {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.our-services-counter1,
.quick-assistance-head {
    text-align: center
}

.our-services-counter1:not(:last-child) {
    border-right: 2px solid #fff;
    padding-right: 35px;
    margin-right: 35px
}

.our-services-counter1 h5 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 24px
}

.our-services-counter1 p {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500
}

.our-services-sec .slick-initialized .slick-slide {
    margin: 10px
}

.our-services-sec .Our_services {
    margin-bottom: 0
}

.our-services-sec .slick-next,
.our-services-sec .slick-prev {
    z-index: 5;
    top: 45%
}

.our-services-sec .slick-next {
    right: -20px
}

.landing-section4-img .slick-prev,
.our-services-sec .slick-prev {
    left: -25px
}

.our-services-sec .slick-next:before,
.our-services-sec .slick-prev:before {
    color: #fff;
    font-size: 26px
}

.testimonials-wrapper .section-title {
    text-align: center;
    margin: 0 0 40px
}

.testimonials-wrapper .separator::after {
    background: #666;
    content: "";
    height: 5px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 30px
}

.testimonials-wrapper .separator {
    background-color: #ccc;
    border: 1px solid #ccc;
    display: block;
    height: 5px;
    margin: 0 auto;
    position: relative;
    width: 60px
}

.testimonials-wrapper .title-border-left::after {
    content: "";
    position: absolute;
    width: 50px;
    border: 1px solid #033d75
}

.footer-social-ico,
.testimonials-wrapper .owl-dots {
    display: none
}

.testimonials-wrapper {
    padding: 50px 0;
    position: relative;
    background: #f4f4f4
}

.testimonials-wrapper .section-title h2 {
    margin: 0 0 10px;
    color: #003b66;
    font-size: 36px
}

.testimonials-wrapper .section-title h2 span {
    color: #34c780
}

.testimonials-wrapper .owl-nav {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 99;
    width: 100%
}

.testimonials-wrapper .owl-next,
.testimonials-wrapper .owl-prev {
    position: relative;
    height: 38px;
    width: 38px;
    line-height: 33px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-left: 10px;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.testimonials-wrapper.style-two .owl-next,
.testimonials-wrapper.style-two .owl-prev {
    color: #444;
    border-color: #444
}

.testimonials-wrapper .owl-carousel .owl-stage-outer {
    padding-top: 50px
}

.testimonials-wrapper .testimonial-block,
.testimonials-wrapper .testimonial-block .inner-box .content {
    position: relative
}

.testimonials-wrapper .testimonial-block .inner-box {
    position: relative;
    padding: 65px 30px 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
    margin: 0 14px 20px
}

.testimonials-wrapper .testimonial-block .inner-box .image {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block left: 0;
    top: -50px;
    right: 0;
    left: 0;
    margin: 0 auto
}

.testimonials-wrapper .testimonial-block .inner-box .content i {
    position: absolute;
    right: 0;
    top: -35px;
    font-size: 30px;
    font-style: italic;
    color: #da5e00
}

.testimonials-wrapper .testimonial-block .inner-box .content .author-info {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #fff
}

.testimonials-wrapper .testimonial-block .inner-box .content .author-info h5 {
    margin-bottom: 4px;
    font-size: 18px;
    color: #000
}

.testimonials-wrapper .testimonial-block .inner-box .content .author-info p {
    font-size: 12px;
    margin-bottom: 0;
    color: #000
}

.testimonials-wrapper .testimonial-block .inner-box .content span {
    position: relative;
    color: #aaa;
    font-size: 14px
}

.testimonials-wrapper .testimonial-block .inner-box .content .text {
    position: relative;
    margin-top: 0;
    color: #000;
    font-size: 15px;
    margin-bottom: 15px
}

.testimonials-wrapper .owl-nav .owl-next {
    right: auto
}

.testimonials-wrapper .owl-carousel .owl-item img {
    background: #333
}

.testimonials-wrapper .owl-theme .owl-nav [class*=owl-] {
    color: #000;
    background: #c6c6c6;
    border-radius: 50%;
    font-size: 35px;
    opacity: 1;
    line-height: 0
}

.testimonials-wrapper .owl-theme .owl-nav .owl-next span,
.testimonials-wrapper .owl-theme .owl-nav .owl-prev span {
    height: 6px;
    display: block
}

.testimonials-wrapper .owl-theme .owl-nav [class*=owl-]:hover {
    border-color: #fff !important;
    color: #fff !important;
    background: #34c780
}

.testimonials-wrapper .owl-theme .owl-nav .owl-next {
    right: -55px;
    position: absolute
}

.testimonials-wrapper .owl-theme .owl-nav .owl-prev {
    left: -55px;
    position: absolute
}

.quick-assistance-sec {
    background-image: url(../img/quick-assistance.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 0
}

.quick-assistance-sec .quick-assistance-head .form-inline {
    justify-content: center
}

.quick-assistance-sec .quick-assistance-head .form-inline .btn {
    padding: 12px 25px;
    background: #26b16e;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px
}

.quick-assistance-sec .quick-assistance-head .form-control {
    margin-right: 8px;
    height: 45px;
    width: 350px;
    background: #fff;
    font-size: 14px;
    border-radius: 8px
}

.quick-assistance-sec .quick-assistance-head h3 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    position: relative;
    left: 0;
    right: 0;
    display: inline-block;
    font-family: Montserrat, sans-serif
}

.footer .footer-txt p,
.footer .footer-txt1 ul li a {
    color: #fff;
    font-size: 15px
}

.quick-assistance-sec .quick-assistance-head h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 0;
    width: 190px;
    height: 3px;
    margin: auto;
    background-color: #55e6a5
}

.header-nav {
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
    display: block;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .24) 0 2px 5px;
    height: 70px;
    line-height: 70px
}

.header-nav .header-nav-img {
    width: 250px;
    display: inline-table
}

.header-nav .header-nav-div,
.sub-nav .sub-navss {
    display: flex;
    justify-content: space-between
}

.site-header__title {
    font-size: 3.25rem
}

.main-content i {
    font-size: 80px
}

.main-content__body {
    margin: 10px 0 0;
    line-height: 1.4;
    font-size: 1.25rem
}

.main-content .btns {
    padding: 16px 40px;
    background: #24b663;
    border: 0;
    color: #fff;
    border-radius: 8px;
    margin-top: 18px
}

.site-header {
    padding-top: 0;
    margin: 0 auto;
    max-width: 820px
}

.main-content__checkmark {
    font-size: 4.0625rem;
    line-height: 1;
    color: #24b663
}

.site-header__title {
    margin: 0;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.main-content {
    margin: 0 auto;
    max-width: 820px;
    text-align: center
}

.main-content1 {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 120px 0
}

.login-form-img {
    height: 100vh
}

.landing-section4-img .slick-initialized .slick-slide {
    margin: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    height: 69px
}

.landing-section4-img .slick-next,
.landing-section4-img .slick-prev {
    z-index: 5
}

.landing-section4-img .slick-next {
    right: -25px
}

.landing-section4-img .slick-next:before,
.landing-section4-img .slick-prev:before {
    color: #000;
    font-size: 26px
}

.youtube-videos {
    padding: 60px 0 50px
}

.youtube-videos .video-card {
    clear: both;
    text-align: center
}

.youtube-videos .video-card-top {
    border-radius: 10px;
    border-top: 10px solid #f20e0e;
    box-shadow: 16px 13px 42px -17px rgba(0, 0, 0, .69);
    width: 100%
}

.youtube-videos .fluid-vid {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3), 0 9px 30px 1px rgba(0, 0, 0, .1);
    width: 100%
}

.fluid-vid iframe,
.youtube-videos .fluid-vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.footer {
    background: #2eb273;
    padding: 20px 0 15px
}

.footer .footer-txt p {
    margin-bottom: 0
}

.footer .footer-txt1 ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
    justify-content: end
}

.faq-section .question,
.sub-nav .sub-nav-left {
    align-items: center;
    display: flex
}

.footer .footer-txt1 ul li {
    line-height: 15px
}

.footer .footer-txt1 ul li:not(:last-child) {
    border-right: 2px solid #fff;
    padding-right: 10px;
    margin-right: 10px
}

.faq-section {
    padding: 50px 0 40px
}

.faq-section h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600
}

.faq-section .contain {
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, .25);
    margin: 20px 0
}

.faq-section .question {
    font-size: 16px;
    font-weight: 500;
    padding: 20px 80px 16px 20px;
    position: relative;
    cursor: pointer
}

.faq-section .question::after {
    content: "\002B";
    font-size: 30px;
    position: absolute;
    right: 20px;
    transition: .2s
}

.faq-section .question.active::after {
    transform: rotate(45deg)
}

.faq-section .answercont {
    max-height: 0;
    overflow: hidden;
    transition: .3s
}

.faq-section .answer {
    padding: 0 20px 20px;
    line-height: 27px
}

.sub-nav {
    padding: 6px 32px 6px 48px;
    background: #f1f1f1
}

.sub-nav .sub-nav-left .sub-nav-left1 {
    display: flex
}

.sub-nav .sub-nav-left .sub-nav-left1 p {
    margin-bottom: 0;
    font-size: 12px
}

.sub-nav .sub-nav-left .sub-nav-left1 a {
    font-size: 12px;
    color: #000;
    line-height: 12px
}

.sub-nav .sub-nav-left .sub-nav-left1 ul {
    display: flex;
    margin-left: 0
}

.sub-nav .sub-nav-left .sub-nav-left1 li {
    font-size: 12px;
    display: flex;
    align-items: center;
    line-height: 12px
}

.sub-nav .sub-nav-left .sub-nav-left1 li:hover a,
.sub-nav .sub-nav-right ul li:hover a {
    color: #34c680
}

.sub-nav .sub-nav-left .sub-nav-left1 li a {
    height: unset;
    width: unset;
    background: unset;
    line-height: 12px;
    margin-left: 4px
}

.sub-nav .sub-nav-left .sub-nav-left1 li:not(:last-child) {
    border-right: 2px solid #000;
    padding-right: 8px;
    margin-right: 12px
}

.sub-nav .sub-nav-left ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px
}

.sub-nav .sub-nav-left ul li a {
    margin-right: 6px;
    border-radius: 50%;
    padding: 0;
    background: #000;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 20px;
    display: block
}

.sub-nav .sub-nav-left ul li img {
    width: 14px;
    height: 14px
}

.sub-nav .sub-nav-right ul {
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 5px;
    padding-right: 12px
}

.sub-nav .sub-nav-right ul li {
    line-height: 12px
}

.sub-nav .sub-nav-right ul li:not(:last-child) {
    border-right: 2px solid #000;
    padding-right: 10px;
    margin-right: 10px
}

.sub-nav .sub-nav-right ul li a {
    font-size: 13px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 3px 20px
}

.about-section {
    padding-top: 50px;
    padding-bottom: 30px;
    background: #28a7451f
}

.about-section h3 {
    font-weight: 600;
    margin-bottom: 10px
}

.about-section p {
    line-height: 30px
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100
}

.my-float {
    margin-top: 10px
}

.fluid-vid {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-color: #000;
    background-size: cover;
    background-position: center;
    cursor: pointer
}

.fluid-vid .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    pointer-events: none
}

/* (max-width:1024px) */
@media only screen and (max-width:1024px) {
    .our-services-sec h3 {
        font-size: 32px;
        margin-bottom: 20px
    }
    .testimonials-wrapper .owl-theme .owl-nav .owl-prev {
        left: -40px
    }
    .testimonials-wrapper .owl-theme .owl-nav .owl-next {
        right: -40px
    }
    .testimonials-wrapper .section-title h2 {
        margin: 0;
        font-size: 32px
    }
    .testimonials-wrapper {
        padding: 40px 0
    }
    .testimonials-wrapper .section-title {
        margin: 0 0 30px
    }
    .landing-form-section-img .landing-form-section-img1 .img1,
    .landing-form-section-img .landing-form-section-img1 .img2,
    .landing-form-section-img .landing-form-section-img1 .img3,
    .landing-form-section-img .landing-form-section-img1 .img4,
    .landing-form-section-img .landing-form-section-img1 .img5 {
        width: 150px
    }
    .landing-form-section-img .landing-form-section-img1 .img3 {
        top: 270px
    }
    .landing-form-section-img .landing-form-section-img1 .img4 {
        top: 245px
    }
    .landing-section1 h3 {
        font-size: 26px
    }
    .landing-section1 .landing-section1-img {
        width: 400px
    }
    .landing-section2 h3,
    .landing-section3 h3,
    .quick-assistance-sec .quick-assistance-head h3 {
        font-size: 28px
    }
    .landing-section2 p,
    .landing-section4 p {
        margin-bottom: 30px
    }
    .landing-section2 .landing-section2-txt h4 {
        font-size: 18px
    }
    .landing-section3 p {
        padding: 0 190px 25px
    }
    .our-services-sec .our-services-sec-card p {
        font-size: 16px
    }
    .landing-section2 {
        padding: 50px 0 10px
    }
    .landing-form-section-frm h4 {
        font-size: 17px
    }
    .landing-form-section-frm {
        padding: 22px;
        margin: 0 15px
    }
}
/* end (max-width:1024px) */

/* (max-width:991px) */
@media only screen and (max-width:991px) {
    .testimonials-wrapper .owl-dots {
        display: block
    }
    .our-services-sec h3 {
        font-size: 32px
    }
    .our-services-sec .our-services-sec-card img {
        margin-bottom: 10px;
        width: 70px
    }
    .our-services-sec .our-services-sec-card {
        padding: 30px 30px 25px
    }
    .our-services-sec {
        padding: 40px 0
    }
    .our-services-sec .our-services-sec-card p {
        font-size: 16px
    }
    .testimonials-wrapper .section-title h2 {
        font-size: 30px
    }
    .testimonials-wrapper {
        padding: 40px 0 30px
    }
    .landing-section1 .landing-section1-img {
        width: 100%
    }
    .landing-section1 h3,
    .landing-section4-img .slick-slider {
        margin-bottom: 0
    }
    .landing-form-section-frm h4,
    .landing-section1 .landing-section1-txt h4 {
        font-size: 20px
    }
    .quick-assistance-sec .quick-assistance-head .form-control {
        width: 260px
    }
    .landing-section2 p {
        padding: 0;
        margin-bottom: 20px
    }
    .landing-form-section-img,
    .landing-section2-img {
        display: none
    }
    .landing-section3 p {
        padding: 0 0 25px
    }
    .landing-section4 h3 {
        font-size: 22px;
        margin-bottom: 15px
    }
    .landing-section1 {
        padding: 50px 0 5px
    }
    .quick-assistance-sec {
        padding: 60px 0
    }
    .landing-form-section-frm {
        padding: 35px
    }
    .quick-assistance-sec .quick-assistance-head .form-inline .btn {
        margin-top: 15px
    }
}
/* end (max-width:991px) */

/* (max-width:768px) */
@media only screen and (max-width:768px) {
    .our-services-sec h3,
    .testimonials-wrapper .section-title h2 {
        font-size: 28px
    }
    .our-services-sec .our-services-sec-card p {
        font-size: 16px
    }
    .our-services-sec .our-services-sec-card img {
        width: 80px
    }
    .our-services-sec .our-services-sec-card {
        margin-bottom: 30px
    }
    .testimonials-wrapper {
        padding: 35px 0 25px
    }
    .quick-assistance-sec .quick-assistance-head h3 {
        font-size: 24px
    }
    .landing-section2 {
        padding: 40px 0 10px
    }
    .landing-section3 {
        padding: 35px 0 10px
    }
    .landing-section3 p {
        padding: 0 0 10px
    }
    .landing-section3 h3 {
        font-size: 26px;
        margin-bottom: 3px
    }
    .landing-section3 .landing-section3-card .landing-section3-txt h4 {
        font-size: 16px;
        margin-bottom: 2px
    }
    .landing-section3 .landing-section3-card .landing-section3-img {
        width: 40px;
        height: 100%
    }
    .landing-section4 h3 {
        margin-bottom: 10px
    }
    .landing-section2 h3 {
        font-size: 26px
    }
    .landing-form-section-frm h4 {
        font-size: 22px
    }
    .landing-section1 .landing-section1-txt h4 {
        font-size: 18px
    }
    .youtube-videos {
        padding: 50px 0 45px
    }
    .sub-nav .sub-nav-left2 {
        display: none
    }
    .footer-social-ico {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 12px
    }
    .footer-social-ico ul {
        list-style: none;
        display: flex;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 20px
    }
    .footer-social-ico ul li img {
        width: 14px;
        height: 14px
    }
    .footer-social-ico ul li a {
        margin-right: 6px;
        border-radius: 50%;
        padding: 0;
        background: #000;
        height: 22px;
        width: 22px;
        text-align: center;
        line-height: 20px;
        display: block
    }
}
/* end (max-width:768px) */

/* (max-width:767px) */
@media only screen and (max-width:767px) {
    .our-services-sec .our-services-sec-card img {
        margin-bottom: 10px;
        width: 175px
    }
    .landing-section1,
    .our-services-sec {
        padding: 40px 0 20px
    }
    .header-nav .header-nav-div .btn,
    .our-services-sec .our-services-sec-card p {
        font-size: 14px
    }
    .our-services-sec .our-services-sec-card {
        padding: 20px 15px;
        margin-bottom: 15px
    }
    .our-services-sec h3 {
        margin-bottom: 15px;
        font-size: 26px
    }
    .testimonials-wrapper .section-title h2 {
        font-size: 26px
    }
    .testimonials-wrapper .section-title {
        margin: 0 0 20px
    }
    .landing-section1 h3,
    .quick-assistance-sec .quick-assistance-head h3 {
        font-size: 22px
    }
    .landing-section1 .landing-section1-img {
        width: 65%;
        margin-bottom: 15px
    }
    .landing-section1 .row:not(:last-child) {
        border-bottom: 1px dashed #585858;
        margin-bottom: 40px
    }
    .quick-assistance-sec .quick-assistance-head .form-control {
        width: 235px;
        font-size: 13px;
        margin-right: 12px
    }
    .quick-assistance-sec {
        padding: 50px 0
    }
    .landing-form-section-frm h4,
    .landing-section4 h3 {
        font-size: 20px
    }
    .youtube-videos .fluid-vid {
        margin-bottom: 30px
    }
    .youtube-videos {
        padding: 50px 0 30px
    }
    .landing-section4-img .slick-next,
    .landing-section4-img .slick-prev {
        display: none !important
    }
    .landing-section4 {
        padding-bottom: 30px
    }
    .footer .footer-txt p {
        text-align: center
    }
    .footer .footer-txt1 ul {
        justify-content: center;
        margin-top: 10px
    }
    .faq-section {
        padding: 0 0 15px
    }
    .faq-section h3 {
        margin-bottom: 10px;
        font-size: 22px
    }
    .about-section-img {
        width: 375px;
        margin: 0 auto 15px
    }
    .about-section {
        padding-top: 35px;
        padding-bottom: 25px
    }
}
/* end (max-width:767px) */

/* (max-width:575px) */
@media only screen and (max-width:575px) {
    .our-services-sec h3 {
        margin-bottom: 10px;
        font-size: 24px
    }
    .our-services-sec .our-services-sec-card {
        margin-bottom: 25px
    }
    .our-services-sec {
        padding: 30px 0 15px
    }
    .testimonials-wrapper {
        padding: 30px 0 25px
    }
    .landing-section4-img .slick-next,
    .landing-section4-img .slick-prev,
    .testimonials-wrapper .owl-theme .owl-nav .owl-next,
    .testimonials-wrapper .owl-theme .owl-nav .owl-prev {
        display: none
    }
    .testimonials-wrapper .section-title {
        margin: 0 0 22px
    }
    .landing-form-section {
        padding: 35px 0
    }
    .landing-section1 .landing-section1-img {
        width: 55%;
        margin-bottom: 20px
    }
    .landing-section1 .landing-section1-txt h6 {
        justify-content: center;
        margin-bottom: 10px
    }
    .landing-section1 .landing-section1-txt1 {
        text-align: center
    }
    .landing-section1 .landing-section1-txt h4 {
        margin-bottom: 6px
    }
    .landing-section4 h3,
    .quick-assistance-sec .quick-assistance-head h3 {
        font-size: 20px
    }
    .float,
    .landing-section2 h3 {
        font-size: 22px
    }
    .landing-section2 {
        padding: 30px 0 10px
    }
    .landing-section2 .landing-section2-txt h4 {
        font-size: 16px
    }
    .landing-section3 h3 {
        font-size: 22px;
        margin-bottom: 3px
    }
    .landing-section3 p {
        font-size: 16px;
        padding: 0 0 5px
    }
    .landing-section3 .landing-section3-card {
        margin-bottom: 10px
    }
    .faq-section .question,
    .landing-section4 p {
        font-size: 15px
    }
    .landing-section4 {
        padding-bottom: 40px
    }
    .landing-section4-img ul li {
        margin: 0 3px
    }
    .about-section-img {
        width: 325px;
        margin: 0 auto 10px
    }
    .float {
        width: 40px;
        height: 40px;
        right: 25px
    }
    .faq-section .answer {
        line-height: 26px;
        font-size: 15px
    }
    .faq-section h3 {
        margin-bottom: 8px;
        font-size: 20px
    }
    .youtube-videos {
        padding: 40px 0 20px
    }
    .sub-nav {
        padding: 8px 0
    }
    .main-content i {
        font-size: 65px;
    }
    .main-content__body{
        font-size: 18px;
    }
    .main-content .btns{
        padding: 12px 35px;
        font-size: 14px;
    }
}
/* end (max-width:575px) */

/* (max-width:479px) */
@media only screen and (max-width:479px) {
    .our-services-sec h3 {
        font-size: 20px;
        margin-bottom: 8px
    }
    .our-services-sec .our-services-sec-card {
        margin-bottom: 15px
    }
    .our-services-sec .our-services-sec-card img {
        width: 130px;
        margin-bottom: 5px
    }
    .our-services-sec {
        padding: 30px 0 15px
    }
    .our-services-sec .our-services-sec-card p {
        font-size: 15px
    }
    .testimonials-wrapper .section-title h2 {
        font-size: 20px
    }
    .testimonials-wrapper .section-title {
        margin: 0 0 15px
    }
    .testimonials-wrapper .testimonial-block .inner-box .content .author-info h5 {
        font-size: 16px
    }
    .footer .footer-txt p,
    .footer .footer-txt1 ul li a,
    .testimonials-wrapper .testimonial-block .inner-box .content .text {
        font-size: 14px
    }
    .testimonials-wrapper .testimonial-block .inner-box {
        padding: 65px 22px 30px
    }
    .landing-form-section-frm h4,
    .landing-section1 h3,
    .landing-section4 h3,
    .quick-assistance-sec .quick-assistance-head h3 {
        font-size: 18px
    }
    .header-nav .header-nav-div .btn,
    .header-nav-div .btn,
    .landing-form-section-frm .btn {
        font-size: 12px
    }
    .landing-form-section-frm .form-group {
        margin-bottom: 6px
    }
    .landing-form-section-frm .form-check {
        margin-top: 8px
    }
    .landing-form-section {
        padding: 30px 0
    }
    .landing-section1 .landing-section1-img {
        width: 50%;
        margin-bottom: 25px
    }
    .landing-section1 .row:not(:last-child) {
        margin-bottom: 30px
    }
    .quick-assistance-sec .quick-assistance-head .form-control {
        width: 200px;
        height: 36px
    }
    .quick-assistance-sec .quick-assistance-head .form-inline .btn {
        padding: 6px 25px;
        font-size: 12px;
        margin-top: 12px
    }
    .quick-assistance-sec {
        padding: 35px 0
    }
    .landing-section2 h3 {
        font-size: 20px;
        margin-bottom: 10px
    }
    .landing-section2 .landing-section2-txt {
        padding-bottom: 0
    }
    .landing-section3 h3 {
        font-size: 20px;
        margin-bottom: 3px
    }
    .header-nav .header-nav-img {
        width: 155px
    }
    .header-nav {
        height: 60px;
        line-height: 60px
    }
    .landing-form-section-frm {
        margin: 0 20px;
        padding: 25px
    }
    .landing-section4 {
        padding-top: 35px;
        padding-bottom: 30px
    }
    .landing-form-section-frm .form-group label {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 5px
    }
    .landing-form-section-frm .form-group .form-control {
        font-size: 13px
    }
    .about-section-img {
        width: 285px
    }
    .about-section p {
        line-height: 28px;
        font-size: 15px
    }
    .faq-section h3 {
        margin-bottom: 6px;
        font-size: 18px
    }
    .faq-section .contain {
        margin: 15px 0
    }
    .faq-section .question::after {
        font-size: 25px
    }
    .youtube-videos .fluid-vid {
        margin-bottom: 22px
    }
    .main-content__body {
        font-size: 16px;
        padding: 0 10px;
    }
    .main-content .btns {
        padding: 12px 30px;
        font-size: 12px;
    }
    .main-content1{
        padding: 90px 0;
    }
}
/* end (max-width:479px) */

/* (max-width:425px) */
@media only screen and (max-width:425px) {
    .our-services-sec h3 {
        font-size: 20px;
        margin-bottom: 10px
    }
    .our-services-sec .our-services-sec-card img {
        width: 125px
    }
    .our-services-sec .our-services-sec-card {
        padding: 20px 25px;
        margin-bottom: 15px
    }
    .faq-section .question,
    .landing-section1 .landing-section1-txt h6 span,
    .landing-section1 .landing-section1-txt p,
    .landing-section3 .landing-section3-card .landing-section3-txt h4,
    .our-services-sec .our-services-sec-card p {
        font-size: 14px
    }
    .our-services-sec .slick-initialized .slick-slide {
        margin: 8px
    }
    .testimonials-wrapper .section-title h2 {
        font-size: 20px
    }
    .testimonials-wrapper .testimonial-block .inner-box {
        padding: 50px 15px 20px
    }
    .testimonials-wrapper .testimonial-block .inner-box .image {
        width: 75px;
        height: 75px;
        top: -35px
    }
    .testimonials-wrapper .section-title {
        margin: 0 0 5px
    }
    .landing-section4 p,
    .testimonials-wrapper .testimonial-block .inner-box .content .text {
        margin-bottom: 10px
    }
    .landing-section1 .landing-section1-txt h4,
    .landing-section1 h3,
    .landing-section4 h3,
    .quick-assistance-sec .quick-assistance-head h3,
    .testimonials-wrapper .testimonial-block .inner-box .content .author-info h5 {
        font-size: 16px
    }
    .testimonials-wrapper {
        padding: 25px 0 15px
    }
    .landing-form-section-frm h4 {
        font-size: 16px;
        margin-bottom: 15px
    }
    .landing-form-section-frm {
        padding: 25px;
        margin: 0
    }
    .landing-section1 .landing-section1-txt h6 img {
        width: 20px
    }
    .landing-section1 .landing-section1-txt h6 {
        margin-bottom: 6px
    }
    .landing-section1 .landing-section1-img {
        margin-bottom: 20px
    }
    .quick-assistance-sec .quick-assistance-head .form-control {
        font-size: 12px;
        height: 38px;
        width: 100%;
        margin-bottom: 15px
    }
    .quick-assistance-head {
        padding: 0 30px
    }
    .quick-assistance-sec .quick-assistance-head .form-inline .btn {
        margin-top: 5px
    }
    .landing-section2 h3 {
        font-size: 18px;
        margin-bottom: 8px
    }
    .landing-section2 p {
        font-size: 15px;
        margin-bottom: 15px
    }
    .header-nav .header-nav-img {
        width: 145px
    }
    .header-nav {
        height: 55px;
        line-height: 55px
    }
    .landing-form-section {
        padding: 25px 0
    }
    .landing-section4 {
        padding-top: 30px;
        padding-bottom: 20px
    }
    .landing-section3 {
        padding: 30px 0 10px
    }
    .youtube-videos {
        padding: 40px 0 5px
    }
    .landing-section3 p {
        margin-bottom: 8px;
        font-size: 15px
    }
    .about-section-img {
        width: 250px
    }
    .about-section {
        padding-top: 25px;
        padding-bottom: 15px
    }
    .landing-section1 {
        padding: 35px 0 20px
    }
    .faq-section .answer {
        line-height: 24px;
        font-size: 14px
    }
    .main-content__body {
        font-size: 15px;
        padding: 0 25px;
    }
    .main-content .btns {
        padding: 12px 30px;
        font-size: 11px;
    }
}
/* end (max-width:425px) */