@media only screen and (min-width: 320px) and (max-width: 767px) {
    section.contact-row:before {
        width: 100%;
    }
    header.header-row {
        padding: 0;
    }
    .navbar-dark .navbar-brand {
        width: 70%;
    }
    .navbar-dark .navbar-brand img {
        width: 100%;
        height: auto;
    }
    .navbar-dark .navbar-toggler {
        border: 1px solid #000;
    }
    .navbar-dark .navbar-toggler-icon {
        filter: invert(1);
    }
    .navbar-nav {
        background: #dd2b34;
        margin: 0 !important;
        padding: 20px 0;
        display: block;
        text-align: center;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
        font-size: 14px;
        margin: 0 0 10px;
        border-bottom: 1px solid #fff;
        padding-bottom: 5px;
    }
    .navbar-expand-lg .navbar-nav .nav-link.w-btn {
        border-bottom: 0;
        margin: 0;
        width: 40%;
        margin: auto;
        font-size: 16px;
    }
    section.banner-row {
        padding: 50px 0;
        text-align: center;
    }
    .banner-sec h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .banner-sec h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-sec p {
        font-size: 14px;
        line-height: 24px;
    }
    .w-btn {
        margin: 0 3px 20px;
        font-size: 14px;
        padding: 14px 26px;
    }
    section.donation-row {
        padding: 50px 0;
    }
    .donation-sec {
        padding: 20px 15px;
    }
    .donation-sec h3 {
        font-size: 16px;
    }
    .donation-sec h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .doantion-goal-sec {
        margin-bottom: 10px;
    }
    .donation-sec p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .donation-sec a {
        font-size: 14px;
    }
    section.about-page {
        text-align: center;
    }
    section.about-page h4 {
        font-size: 18px;
    }
    .about-page h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .about-page h2 {
        font-size: 27px;
        line-height: 38px;
        margin-bottom: 10px !important;
    }
    .about-page p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .about-page .row.mb-5 {
        margin-bottom: 20px !important;
    }
    .about-counter-sec {
        margin-bottom: 20px;
        padding: 20px 10px !important;
    }
    .about-counter-sec h2 {
        font-size: 35px;
    }
    .about-counter-sec p {
        font-size: 16px;
        margin: 0;
    }
    section.services-row {
        padding: 50px 10px;
        text-align: center;
    }
    .services-head {
        margin-bottom: 20px;
    }
    .w-sec h3 {
        color: #DB2F34;
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
        text-transform: capitalize;
        margin-bottom: 10px;
    }
    .w-sec h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .services-head h2 {
        width: 100%;
    }
    #slider-wrapper .slick-list {
        padding: 0 !important;
    }
    .services-sec {
        padding: 20px;
        flex-direction: column;
    }
    .services-sec .lft-sec img {
        height: 300px;
    }
    .services-sec .lft-sec {
        width: 100%;
        margin-bottom: 15px;
    }
    .services-sec .rgt-sec {
        margin: 0;
        width: 100%;
    }
    .services-sec .lft-sec span {
        top: 10px;
        left: 10px;
        font-size: 16px;
        line-height: 25px;
        padding: 10px 15px;
    }
    .services-sec .lft-sec span:before {
        width: 8px;
        height: 8px;
        margin-right: 5px;
    }
    .services-sec .rgt-sec h3 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .services-sec .rgt-sec h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .services-sec .rgt-sec p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .services-sec .rgt-sec .clr-btn {
        padding: 14px 26px;
    }
    .services-sec .rgt-sec .btns .w-btn {
        padding: 14px 26px;
        margin: 0;
    }
    section.cta-row {
        padding: 50px 0;
        text-align: center;
    }
    .cta-head img {
        width: 100%;
    }
    .cta-head {
        margin-bottom: 30px;
    }
    .cta-inner-row {
        padding: 20px 10px;
    }
    .cta-sec h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .cta-sec form {
        width: 100%;
    }
    .cta-sec .form-group {
        margin-bottom: 10px;
    }
    .cta-sec .form-group input {
        padding-left: 20px;
        height: 55px;
        font-size: 14px;
    }
    .cta-sec .clr-btn {
        margin: 0;
        font-size: 15px;
        padding: 14px 40px;
    }
    section.contact-row {
        padding: 50px 0;
    }
    .contact-sec h2 {
        margin-bottom: 20px;
    }
    .contact-sec form {
        width: 100%;
    }
    .contact-sec .form-group {
        margin-bottom: 15px;
    }
    .contact-sec .form-group input, .contact-sec .form-group select {
        font-size: 14px;
        height: 55px;
        padding-left: 20px;
    }
    .contact-sec .checkbox-container label {
        font-size: 14px;
        margin-left: 10px;
    }
    .contact-sec .checkbox-container input[type="checkbox"] {
        width: 20px;
        height: 15px;
    }
    .contact-sec .checkbox-container {
        margin-bottom: 10px;
    }
    .contact-sec .w-btn {
        height: 55px;
        font-size: 18px;
    }
    footer.footer-row {
        padding: 50px 0 0;
    }
    .footer-sec img:first-child {
        height: auto;
        margin-bottom: 20px;
    }
    .footer-sec ul {
        margin-bottom: 10px;
    }
    .footer-sec ul li {
        margin: 0 5px;
    }
    .footer-sec ul li a {
        font-size: 15px;
    }
    .footer-sec p {
        font-size: 14px;
        width: 100%;
        margin-bottom: 15px;
    }
    .footer-sec ul.details {
        margin-bottom: 30px;
    }
    .footer-sec ul.details li {
        margin: 0 0 10px;
        display: block;
    }
    .footer-sec ul.details li a {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .footer-sec ul.details li a img {
        margin: 0 auto 10px;
    }
    .copyright-row {
        padding: 5px 0;
    }
    .copyright-sec p {
        font-size: 14px;
    }
    section.inner-banner-row::after {
        height: 100%;
    }
    section.login-row {
        padding: 50px 0;
    }
    .register-sec h2 {
        margin-bottom: 15px;
    }
    .login-sec .form-group {
        margin-bottom: 15px;
    }
    .login-sec .form-group label {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .login-sec .form-group input {
        height: 50px;
        font-size: 14px;
        padding-left: 15px;
    }
    .login-sec button.w-btn {
        padding: 14px 35px;
        margin-bottom: 15px;
    }
    .login-sec p {
        font-size: 14px;
        margin: 0 0 10px;
        line-height: 26px;
    }
    section.single-service-section {
        text-align: center;
    }
    .service-content h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px !important;
    }
    .service-description.mt-4 {
        padding: 0;
        margin-top: 0 !important;
        font-size: 14px;
    }
    .service-content ul {
        margin: 0 0 10px;
    }
    .service-content ul li {
        text-align: left;
    }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
    section.contact-row:before {
        width: 100%;
    }
    header.header-row {
        padding: 0;
    }
    .navbar-dark .navbar-brand {
        width: 45%;
    }
    .navbar-dark .navbar-brand img {
        width: 100%;
        height: auto;
    }
    .navbar-dark .navbar-toggler {
        border: 1px solid #000;
    }
    .navbar-dark .navbar-toggler-icon {
        filter: invert(1);
    }
    .navbar-nav {
        background: #dd2b34;
        margin: 0 !important;
        padding: 20px 0;
        display: block;
        text-align: center;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
        font-size: 16px;
        margin: 0 0 10px;
        border-bottom: 1px solid #fff;
        padding-bottom: 8px;
    }
    .navbar-expand-lg .navbar-nav .nav-link.w-btn {
        border-bottom: 0;
        margin: 0;
        width: 20%;
        margin: auto;
        font-size: 16px;
    }
    section.banner-row {
        padding: 50px 50px;
        text-align: center;
    }
    .banner-sec h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .banner-sec h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .banner-sec p {
        font-size: 15px;
        line-height: 26px;
    }
    .w-btn {
        margin: 0 3px 20px;
        font-size: 14px;
        padding: 15px 35px;
    }
    section.donation-row {
        padding: 60px 40px;
    }
    .donation-sec {
        padding: 30px 24px;
    }
    .donation-sec h3 {
        font-size: 17px;
    }
    .donation-sec h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .doantion-goal-sec {
        margin-bottom: 20px;
    }
    .donation-sec p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .donation-sec a {
        font-size: 15px;
    }
    section.about-page {
        text-align: center;
    }
    section.about-page h4 {
        font-size: 20px;
    }
    .about-page h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .about-page h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px !important;
    }
    .about-page p {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .about-page .row.mb-5 {
        margin-bottom: 30px !important;
    }
    .about-counter-sec {
        margin-bottom: 20px;
        padding: 20px 10px !important;
    }
    .about-counter-sec h2 {
        font-size: 35px;
        margin-bottom: 0 !important;
    }
    .about-counter-sec p {
        font-size: 16px;
        margin: 0;
    }
    section.services-row {
        padding: 60px 0px;
        text-align: center;
    }
    .services-head {
        margin-bottom: 30px;
    }
    .w-sec h3 {
        color: #DB2F34;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        text-transform: capitalize;
        margin-bottom: 10px;
    }
    .w-sec h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .services-head h2 {
        width: 90%;
    }
    #slider-wrapper .slick-list {
        padding: 0 !important;
    }
    .services-sec {
        padding: 20px 25px;
        flex-direction: column;
    }
    .services-sec .lft-sec img {
        height: 300px;
    }
    .services-sec .lft-sec {
        width: 100%;
        margin-bottom: 15px;
    }
    .services-sec .rgt-sec {
        margin: 0;
        width: 100%;
    }
    .services-sec .lft-sec span {
        top: 10px;
        left: 10px;
        font-size: 16px;
        line-height: 25px;
        padding: 10px 15px;
    }
    .services-sec .lft-sec span:before {
        width: 8px;
        height: 8px;
        margin-right: 5px;
    }
    .services-sec .rgt-sec h3 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .services-sec .rgt-sec h2 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .services-sec .rgt-sec p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 20px;
        overflow-y: scroll;
        height: 100px;
    }
    .services-sec .rgt-sec .clr-btn {
        padding: 14px 26px;
    }
    .services-sec .rgt-sec .btns .w-btn {
        padding: 14px 26px;
        margin: 0;
    }
    section.cta-row {
        padding: 60px 70px;
        text-align: center;
    }
    .cta-head img {
        width: 70%;
    }
    .cta-head {
        margin-bottom: 30px;
    }
    .cta-inner-row {
        padding: 50px 60px;
    }
    .cta-sec h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .cta-sec form {
        width: 80%;
        margin: 0 auto;
    }
    .cta-sec .form-group {
        margin-bottom: 12px;
    }
    .cta-sec .form-group input {
        padding-left: 25px;
        height: 58px;
        font-size: 15px;
    }
    .cta-sec .clr-btn {
        margin: 0;
        font-size: 16px;
        padding: 15px 50px;
    }
    section.contact-row {
        padding: 60px 0;
    }
    .contact-sec h2 {
        margin-bottom: 30px;
    }
    .contact-sec form {
        width: 75%;
    }
    .contact-sec .form-group {
        margin-bottom: 17px;
    }
    .contact-sec .form-group input, .contact-sec .form-group select {
        font-size: 15px;
        height: 60px;
        padding-left: 25px;
    }
    .contact-sec .checkbox-container label {
        font-size: 15px;
        margin-left: 15px;
    }
    .contact-sec .checkbox-container input[type="checkbox"] {
        width: 20px;
        height: 15px;
    }
    .contact-sec .checkbox-container {
        margin-bottom: 15px;
    }
    .contact-sec .w-btn {
        height: 60px;
        font-size: 18px;
        margin: 0;
    }
    footer.footer-row {
        padding: 60px 0 0;
    }
    .footer-sec img:first-child {
        height: auto;
        margin-bottom: 25px;
        width: 60%;
    }
    .footer-sec ul {
        margin-bottom: 20px;
    }
    .footer-sec ul li {
        margin: 0 10px;
    }
    .footer-sec ul li a {
        font-size: 16px;
    }
    .footer-sec p {
        font-size: 15px;
        width: 90%;
        margin-bottom: 20px;
    }
    .footer-sec ul.details {
        margin-bottom: 50px;
    }
    .footer-sec ul.details li {
        margin: 0 0 10px;
        display: block;
    }
    .footer-sec ul.details li a {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .footer-sec ul.details li a img {
        margin: 0 auto 10px;
    }
    .copyright-row {
        padding: 7px 0;
    }
    .copyright-sec p {
        font-size: 15px;
    }
    .slide {
        border-left-width: 5px;
        border-right-width: 5px;
    }
    .slick-dots {
        margin-top: 20px;
    }
    section.inner-banner-row {
        padding: 80px 0;
    }
    section.inner-banner-row::after {
        height: 100%;
    }
    section.login-row {
        padding: 60px 0;
    }
    .register-sec h2 {
        margin-bottom: 20px;
    }
    .login-sec .form-group {
        margin-bottom: 18px;
    }
    .login-sec .form-group label {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .login-sec .form-group input {
        height: 55px;
        font-size: 15px;
        padding-left: 18px;
    }
    .login-sec button.w-btn {
        padding: 15px 50px;
        margin-bottom: 20px;
    }
    .login-sec p {
        font-size: 15px;
        margin: 0 0 15px;
        line-height: 26px;
    }
    section.single-service-section {
        text-align: center;
    }
    .service-content h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px !important;
    }
    .service-description.mt-4 {
        padding: 0;
        margin-top: 0 !important;
        font-size: 15px;
    }
    .service-content ul {
        margin: 0 0 10px;
    }
    .service-content ul li {
        text-align: left;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) { 
    header.header-row {
        padding: 0 20px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        margin: 0 4px;
    }
    .navbar-dark .navbar-brand {
        width: 24%;
    }
    .navbar-dark .navbar-brand img {
        height: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link.w-btn {
        padding: 12px 30px;
    }
    section.banner-row {
        padding: 50px 59px 50px 30px;
    }
    .banner-sec h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .banner-sec h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .banner-sec p {
        font-size: 15px;
    }
    .w-btn {
        padding: 15px 30px;
    }
    section.banner-row:before, section.banner-row:after {
        height: 74%;
    }
    section.donation-row {
        padding: 70px 30px;
    }
    .donation-sec {
        padding: 30px 24px;
    }
    .donation-sec h3 {
        font-size: 16px;
    }
    .donation-sec h3:before {
        width: 7px;
        height: 7px;
        margin-right: 5px;
    }
    .donation-sec h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .doantion-goal-sec {
        margin-bottom: 15px;
    }
    .donation-sec p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .about-page h2 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 12px !important;
    }
    .about-page p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .about-counter-sec h2 {
        font-size: 50px;
        margin: 0 0 5px !important;
    }
    .about-counter-sec p {
        font-size: 16px;
        margin: 0;
    }
    section.services-row {
        padding: 60px 0;
    }
    .w-sec h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .services-head h2 {
        width: 80%;
    }
    .services-head {
        margin-bottom: 30px;
    }
    .services-sec .rgt-sec {
        margin-left: 40px;
    }
    .services-sec .lft-sec span {
        top: 15px;
        left: 15px;
        font-size: 17px;
        padding: 8px 12px;
    }
    .services-sec .rgt-sec h3 {
        font-size: 19px;
        margin-bottom: 5px;
    }
    .services-sec .rgt-sec h2 {
        font-size: 23px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .services-sec .rgt-sec p {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .services-sec .rgt-sec .clr-btn {
        padding: 15px 30px;
        margin-left: 10px;
    }
    .services-sec .lft-sec img {
        height: 580px;
    }
    .slick-dots {
        margin-top: 30px;
    }
    section.cta-row {
        padding: 80px 90px 55px;
    }
    .cta-head {
        margin-bottom: 30px;
    }
    .cta-head img {
        width: 45%;
    }
    .cta-inner-row {
        padding: 70px 50px;
    }
    .cta-sec h2 {
        font-size: 36px;
        line-height: 55px;
    }
    .cta-sec form {
        width: 100%;
    }
    .cta-sec .form-group input {
        height: 55px;
        padding-left: 30px;
        font-size: 15px;
    }
    .cta-sec .clr-btn {
        padding: 15px 50px;
        font-size: 16px;
    }
    section.contact-row {
        padding: 70px 0;
    }
    .contact-sec h2 {
        margin-bottom: 20px;
    }
    .contact-sec form {
        width: 70%;
    }
    .contact-sec .form-group {
        margin-bottom: 15px;
    }
    .contact-sec .form-group input, .contact-sec .form-group select {
        height: 60px;
        font-size: 15px;
        padding-left: 25px;
    }
    .contact-sec .checkbox-container label {
        font-size: 15px;
        margin-left: 12px;
    }
    .contact-sec .w-btn {
        height: 60px;
        font-size: 18px;
    }
    .footer-sec img:first-child {
        height: 80px;
        margin-bottom: 20px;
    }
    .footer-sec ul li {
        margin: 0 10px;
    }
    .footer-sec ul li a {
        font-size: 15px;
    }
    .footer-sec ul {
        margin-bottom: 10px;
    }
    .footer-sec p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .footer-sec ul.details {
        margin-bottom: 50px;
    }
    .footer-sec ul.details li {
        margin: 0 10px;
    }
    .copyright-sec p {
        font-size: 15px;
    }
    section.inner-banner-row {
        padding: 80px 0;
    }
    section.inner-banner-row::after {
        height: 100%;
    }
    section.login-row {
        padding: 70px 0;
    }
    .login-sec p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .login-sec .form-group {
        margin-bottom: 15px;
    }
    .login-sec .form-group label {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .login-sec .form-group input {
        height: 50px;
    }
    .login-sec button.w-btn {
        margin-bottom: 0;
        padding: 15px 40px;
    }
    .service-content h2 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 10px !important;
    }
    .service-description.mt-4 {
        padding: 0;
        margin-top: 0 !important;
        font-size: 15px;
    }
    .service-content ul {
        margin: 0 0 10px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1600px) { 
    header.header-row {
        padding: 0 70px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
        margin: 0 5px;
    }
    .navbar-dark .navbar-brand {
        width: 30%;
    }
    .navbar-dark .navbar-brand img {
        height: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link.w-btn {
        padding: 15px 35px;
    }
    section.banner-row {
        padding: 50px 59px 50px 80px;
    }
    .banner-sec h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 8px;
    }
    .banner-sec h1 {
        font-size: 50px;
        line-height: 65px;
    }
    .banner-sec p {
        font-size: 16px;
    }
    .w-btn {
        padding: 15px 35px;
    }
    section.banner-row:before, section.banner-row:after {
        height: 74%;
    }
    section.donation-row {
        padding: 80px 70px;
    }
    .donation-sec {
        padding: 30px 15px;
    }
    .donation-sec h3 {
        font-size: 16px;
    }
    .donation-sec h3:before {
        width: 7px;
        height: 7px;
        margin-right: 5px;
    }
    .donation-sec h2 {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .doantion-goal-sec {
        margin-bottom: 15px;
    }
    .donation-sec p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .about-page h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 15px !important;
    }
    .about-page p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .about-counter-sec h2 {
        font-size: 50px;
        margin: 0 0 5px !important;
    }
    .about-counter-sec p {
        font-size: 18px;
        margin: 0;
    }
    section.services-row {
        padding: 70px 0 60px;
    }
    .w-sec h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .services-head h2 {
        width: 60%;
    }
    .services-head {
        margin-bottom: 30px;
    }
    .services-sec .rgt-sec {
        margin-left: 40px;
    }
    .services-sec .lft-sec span {
        top: 15px;
        left: 15px;
        font-size: 17px;
        padding: 8px 12px;
    }
    .services-sec .rgt-sec h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .services-sec .rgt-sec h2 {
        font-size: 27px;
        line-height: 40px;
        margin-bottom: 12px;
    }
    .services-sec .rgt-sec p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .services-sec .rgt-sec .clr-btn {
        padding: 15px 30px;
        margin-left: 10px;
    }
    .services-sec .lft-sec img {
        height: 500px;
    }
    .slick-dots {
        margin-top: 30px;
    }
    section.cta-row {
        padding: 100px 100px 55px;
    }
    .cta-head {
        margin-bottom: 40px;
    }
    .cta-head img {
        width: 50%;
    }
    .cta-inner-row {
        padding: 70px 90px;
    }
    .cta-sec h2 {
        font-size: 45px;
        line-height: 60px;
    }
    .cta-sec form {
        width: 80%;
    }
    .cta-sec .form-group input {
        height: 55px;
        padding-left: 30px;
        font-size: 16px;
    }
    .cta-sec .clr-btn {
        padding: 15px 50px;
        font-size: 16px;
    }
    section.contact-row {
        padding: 90px 0;
    }
    .contact-sec h2 {
        margin-bottom: 30px;
    }
    .contact-sec form {
        width: 70%;
    }
    .contact-sec .form-group {
        margin-bottom: 18px;
    }
    .contact-sec .form-group input, .contact-sec .form-group select {
        height: 60px;
        font-size: 16px;
        padding-left: 30px;
    }
    .contact-sec .checkbox-container label {
        font-size: 16px;
        margin-left: 15px;
    }
    .contact-sec .w-btn {
        height: 60px;
        font-size: 18px;
    }
    .footer-sec img:first-child {
        height: 90px;
        margin-bottom: 25px;
    }
    .footer-sec ul li {
        margin: 0 10px;
    }
    .footer-sec ul li a {
        font-size: 16px;
    }
    .footer-sec ul {
        margin-bottom: 20px;
    }
    .footer-sec p {
        font-size: 16px;
        margin-bottom: 22px;
    }
    .footer-sec ul.details {
        margin-bottom: 55px;
    }
    .footer-sec ul.details li {
        margin: 0 15px;
    }
    .copyright-sec p {
        font-size: 16px;
    }
    section.inner-banner-row {
        padding: 100px 0;
    }
    section.inner-banner-row::after {
        height: 100%;
    }
    section.login-row {
        padding: 70px 0;
    }
    .login-sec p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .login-sec .form-group {
        margin-bottom: 20px;
    }
    .login-sec .form-group label {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .login-sec .form-group input {
        height: 50px;
    }
    .login-sec button.w-btn {
        margin-bottom: 0;
        padding: 15px 50px;
    }
    .service-content h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px !important;
    }
    .service-description.mt-4 {
        padding: 0;
        margin-top: 0 !important;
        font-size: 16px;
    }
    .service-content ul {
        margin: 0 0 15px;
    }
}