body{
    font-family: 'Font Awesome 5 Brands' !important;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;

}
:root {
    --main-color: #1f58a1;
    --main-light-color: #74c482;
    --second-color: #f5811d;
    --second-light-color: #ffdd79;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

a {
    display: inline-block;
    color: #212529;
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--main-color);
}

ul {
    padding-left: 0;
    list-style: none;
}

.default-list,
.list-style-2 {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}


.default-list li,
.list-style-2 li {
    position: relative;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 5px;
    padding-left: 25px;
    transition: all ease-in 0.2s;
    cursor: context-menu;
}

.default-list li:before {
    content: '\f35a';
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    color: var(--main-color);
}

.default-list li:hover,
.list-style-2 li:hover {
    padding-left: 40px;
    color: var(--main-color);
}

.list-style-2 li:before {
    content: '\f046';
    position: absolute;
    left: 0;
    font-family: fontAwesome;
}

.default-list p {
    padding-left: 25px;
}



/* index_test_css */

html {
    scroll-behavior: smooth;
}

.slider-inner.firstchild {
    width: 100%;
    position: relative;
}

.slider-inner.firstchild .slider-content {
    left: 0%;
    max-width: 70%;
    padding: 100px 71px;
}

.slider-inner.firstchild form#book-appointment {
    float: right;
    width: 29%;
    margin-right: 5%;
}



.slider-inner {
    background-size: cover;
    background-position: center;
}

form#book-appointment textarea.form-control {
    height: 80px;
}

.swiper-slide.swiper-slide-active .slider-inner .slider-content .safe_mtp_img .safe_mtp_icons img {
    max-width: 62px;
}

.swiper-slide.swiper-slide-active .slider-inner .slider-content .safe_mtp_img .safe_mtp_icons p {
    font-size: 9px;
    text-align: center;
    margin-top: 10px;
}

.swiper-slide.swiper-slide-active .slider-inner .slider-content .safe_mtp_img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 0px;
}

.swiper-slide.swiper-slide-active .slider-inner .slider-content.slider-content-right .safe_mtp_img {
    justify-content: flex-end;
}

.swiper-slide.swiper-slide-active .slider-inner .slider-content .safe_mtp_img .safe_mtp_icons {
    text-align: center;
    margin-right: 20px;
}


.title-bar.Appointment_title_bar {
    margin-bottom: 0;
}

section#new_appointment_form {
    padding-top: 100px
}

.wrapper section.blog-section {
    padding-bottom: 20px;
}

.appointment_form_wrap form {
    width: 60%;
    margin: 35px auto 40px;
}

@media screen and (max-width: 768px) {
    .slider-home-section .slider-inner.firstchild {
        padding-left: 10px;
        padding-right: 10px;
    }


    /* .crisp-slider .swiper-wrapper .swiper-slide.swiper-slide-active .slider-inner.firstchild .slider-content .safe_mtp_img{
display: block;
} */

    .slider-home-section .slider-inner.firstchild .slider-content {
        position: relative !important;
        width: 100%;
        max-width: 100%;
        padding: 10px 20px;
    }

    .swiper-slide.swiper-slide-active .slider-inner .slider-content .safe_mtp_img .safe_mtp_icons {
        margin: 0 5px;
    }

    .slider-home-section .slider-inner.firstchild .slider-content .slider-heading {
        margin-bottom: 0px;
        font-size: 19px;
        text-align: center;
        line-height: 30px
    }

    .slider-inner .slider-content .slider-heading.Exclusive_heading {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }

    .swiper-slide .slider-inner .slider-content .slider-heading {
        font-size: 21px;
        line-height: 30px;
        text-align: center;
    }

    .slider-home-section .slider-content p {
        width: 96% !important;
        text-align: center !important;
    }


    .slider-home-section .slider-inner.firstchild .safe_mtp_img {
        display: none;
    }


    .swiper-slide.swiper-slide-active .slider-inner .slider-content .safe_mtp_img .safe_mtp_icons img {
        max-width: 40px;
        max-height: 40px;
    }

    .slider-home-section .swiper-slide.swiper-slide-active .slider-inner .slider-content .safe_mtp_img {
        flex-wrap: wrap;
        justify-content: center;
    }

    .slider-home-section .slider-content {
        text-align: center;
        top: 25px;
    }


    .container-fluid.mob.mb-3 {
        display: none;
    }

    .swiper-slide.swiper-slide-active .slider-inner {
        background: #f7fcff !important;
    }


    .slider-home-section .slider-inner.firstchild form#book-appointment {
        width: 100% !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
        padding: 10px !important;
    }


    .slider-home-section .slider-inner.firstchild #book-appointment h4 {
        font-size: 18px !important;
    }

    .slider-home-section .slider-inner.firstchild form#book-appointment input {
        font-size: 12px !important;
        margin-top: 10px !important;
        height: 35px;
    }

    .slider-home-section .slider-inner.firstchild textarea.form-control {
        height: 35px !important;
        font-size: 12px;

    }

    button.btn.btn-primary.mt-3 {
        font-size: 16px;
    }




    .slider-inner {
        height: 70vh !important;
    }

    .appointment_form_sec .appointment_form_wrap form#bottom-appointment-form {
        width: 100%;
        padding: 0;
    }

}


.swiper-slide.swiper-slide-next,
.swiper-slide {
    width: 375px;
}

.slider-inner {
    height: 81vh;
}

.slider-inner.firstchild {
    background-repeat: no-repeat;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #eb7727;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #fde2d2;
}

section.slider-home-section {
    padding-top: 70px;
}

.slider-inner.firstchild .slider-content .slider-heading,
.slider-inner .slider-content .slider-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    margin-bottom: 25px;

}

.slider-content a.default-btn {
    font-family: 'Poppins', sans-serif;
}



/* index_test_css_end */

/* ======================================================== 
                        Default BTN      
======================================================== */

.default-btn,
.default-btn:focus {
    min-width: 185px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.default-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 30px;
    background-color: #f5811d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.default-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid var(--main-color);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.default-btn:hover {
    color: var(--main-color);
}

.default-btn:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}

.default-btn:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* ======================================================== 
                        Alignments      
======================================================== */
.about-inner-content p {
    text-align: justify;
}

/* ======================================================== 
                        Title Bar        
======================================================== */

.title-bar {
    margin-bottom: 30px;
}

.title-bar h2,
.title-bar h3 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
}

.title-bar p {
    font-size: 20px;
}

.title-bar h2:before,
.title-bar h2:after,
.title-bar h3:before,
.title-bar h3:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    left: calc(50% - 50px);
    bottom: 15px;
    background-color: var(--main-color);
}

.title-bar h2:after,
.title-bar h3:after {
    width: 80px;
    left: calc(50% - 40px);
    bottom: 10px;
}

/* ======================================================== 
                        Image Shap       
======================================================== */

.shap-left {
    position: relative;
    padding-left: 40px;
    z-index: 9;
}

.shap-right {
    position: relative;
    padding-right: 40px;
    z-index: 9;
}

.shap-left:after,
.shap-right:after {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    right: 40px;
    bottom: -40px;
    background-color: #74c482;
    border-radius: 10px;
    z-index: -1;
}

.shap-right:after {
    left: 40px;
    right: 0;
    background-color: #f5811d;
}

.shap-left img,
.shap-right img {
    border-radius: 10px;
}

/* ======================================================== 
                        Header Bar       
======================================================== */

header {
    background-color: #f4f9ff;
    padding: 15px 20px;
}

.top-bar {
    padding: 10px 0;
}

.site-branding img {
    height: 64px;
    width: auto;
}

.top-bar .top-bar-col {
    position: relative;
    margin-right: 29px;
}

.top-bar .top-bar-col>span {
    width: 36px;
    height: 36px;
    border: 1px solid #bfbfbf;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    color: var(--main-color);
    top: calc(50% - 18px);
}

.top-bar .top-bar-col>span i {
    transform: rotate(-45deg);
}

.top-bar .top-bar-col li {
    list-style: none;
}

.top-bar .top-bar-col h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 0;
}

.top-bar .top-bar-col p {
    margin: 0;
    color: #707070;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
}

.top-bar .top-bar-col a {
    color: #707070;
}

.nav-menu {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.nav-menu .menu-inner {
    background-color: var(--main-color);
    border-radius: 50px;
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    padding-left: 65px;
    z-index: 10;
    /* border: 1px solid #f1f1f1; */
}

.nav-menu .menu-inner ul {
    margin: 0;
}

.nav-menu .menu-inner ul>li {
    display: inline-block;
    position: relative;
}

.nav-menu .menu-inner ul li {
    font-family: 'Poppins', sans-serif;
}

.nav-menu .menu-inner ul>li>a {
    padding: 14px 15px;
    color: #fff;
    display: block;
}

.nav-menu .menu-inner ul>li>a:hover,
.nav-menu .menu-inner ul li.active>a {
    color: var(--second-light-color);
}

.nav-menu .menu-inner ul .appointment-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.nav-menu .menu-inner ul .appointment-btn a {
    background-color: var(--second-color);
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    font-weight: 600;
}

.nav-menu .menu-inner ul .appointment-btn a:hover {
    background-color: #fff;
    color: var(--second-color);
}

.nav-menu .menu-inner ul .dpd-menu {
    position: relative;
}

.nav-menu .menu-inner ul .dpd-menu ul {
    position: absolute;
    width: 240px;
    background: #fff;
    padding: 10px 0;
}

.nav-menu .menu-inner ul .dpd-menu ul li a {
    color: #000;
    padding: 10px 20px;
}

.nav-menu .menu-inner ul .dpd-menu ul li a:hover {
    color: var(--main-color);
}


/* ======================================================== 
                        Slider Home      
======================================================== */

.crisp-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    text-align: center;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: left;
    padding: 100px 100px;
    max-width: 1000px;
}

.slider-content-right {
    max-width: 100%;
    width: 100%;
    text-align: right;
}

.slider-content-right p {
    font-size: 18px;
}

.slider-content span {
    font-style: italic;
    font-weight: 700;
}

.slider-content .slider-heading {
    font-weight: 700;
    font-size: 50px;
    color: #000;
    line-height: 50px;
    margin-bottom: 3%;
}

.slider-content .slider-heading {
    font-weight: 700;
    font-size: 50px;
    color: #000;
    line-height: 50px;
    margin-bottom: 1%;
}

.crisp-slider .default-btn,
.crisp-slider .default-btn:focus {
    height: 45px;
    line-height: 45px;
    padding: 0px 25px;
}

/* .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 40%;
    left: unset;
    right: 40px;
    width: 10px;
} */

.swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    border-radius: 2px;
    background: var(--main-color);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: var(--second-color);
}

.dr-warning {
    background-color: red;
    padding: 0px 0;
}

.dr-warning p {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    margin-right: 30px;
    padding-left: 30px;
    margin-bottom: 0;
    color: #fff;
}

/* ======================================================== 
                        About Us         
======================================================== */

.about-us-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-inner-content h4 {
    color: var(--main-color);
}

.about-inner-content h1,
.about-inner-content h2 {
    font-weight: 700;
}

.about-inner-content h1 span,
.about-inner-content h2 span {
    color: var(--main-color);
}

.about-inner-content h3 {
    font-size: 20px;
    color: var(--main-color);
}

/* ======================================================== 
                        approved Abortion Centre         
======================================================== */

.approved-abortion-centre-sc {
    padding: 0 20px 50px;
}

.approved-abortion-centre-sc .plainless-heading {
    font-size: 50px;
    font-weight: 800;
    color: #147e8b;
}

.approved-abortion-centre-sc .five-minutes-heading {
    font-size: 90px;
    font-weight: 800;
    color: #404040;
    line-height: 1.1;
}

.five-minutes-heading {
    font-size: 5rem;
    margin: 0.5em 0;
}

.slider-heading h4,
.slider-heading h6 {
    font-size: 2.3rem;
}

.slider-heading h3 {
    font-size: 4rem;
}

.approved-abortion-centre-sc h4 {
    font-size: 50px;
    font-weight: 700;
    color: #404040;
}

.approved-abortion-centre-sc h5 {
    font-size: 29px;
    font-weight: 400;
}

.approved-abortion-centre-sc .painless-box {
    text-align: center;
    margin-top: 20px;
}

.approved-abortion-centre-sc .painless-box figure {
    text-align: center;
}

.approved-abortion-centre-sc .painless-box figure img {
    max-width: 75%;
    transition: all ease-in-out 0.3s;
}

.approved-abortion-centre-sc .painless-box p {
    font-size: 14px;
}

.approved-abortion-centre-sc .painless-box:hover figure img {
    max-width: 60%;
}


/* ======================================================== 
                        Our Services     
======================================================== */

.services-section {
    padding: 50px 20px;
    background-color: #d4ffd9;
}

.services-section p {
    font-size: 18px;
    font-weight: 600;

}

.service-inner-col h2,
.service-inner-col h3 {
    position: relative;
    padding-bottom: 20px;
}

.service-inner-col h2:before,
.service-inner-col h3:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background: var(--main-color);
    bottom: 11px;

}

/* .services-section .feature-block {
    padding: 30px 20px;
    background-color: #f4f9ff;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    height: 100%;
}

.services-section .feature-block:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.06);
}

.services-section .feature-block h3 {
    font-size: 20px;
    margin-top: 20px;
    position: relative;
    padding-bottom: 30px;
}

.services-section .feature-block h3:before, .services-section .feature-block h3:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    left: calc(50% - 50px);
    bottom: 15px;
    background-color: var(--main-color);
}

.services-section .feature-block h3:after {
    width: 80px;
    left: calc(50% - 40px);
    bottom: 10px;
} */

/* ======================================================== 
                        Under Abortion   
======================================================== */

.understand-abortion-section {
    margin: 60px 0;
}

/* .understand-abortion-section p:after {
    content: '';
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px dotted #ddd;
} */

.understand-abortion-section .box-pr {
    background: #d4ffd9;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.abortion-are-required-section {
    background-color: #ecfaff;
    padding-top: 50px;
}

.abortion-required-tab ul.nav {
    text-align: center;
    justify-content: center;
}

.abortion-required-tab ul.nav li {
    display: inline-block;
    margin: 0 7px;
}

.abortion-required-tab ul.nav li a {
    display: block;
    background: var(--main-color);
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    min-width: 170px;
}

.abortion-required-tab .tab-content {
    background: #cef2ff;
    padding: 30px;
    margin-top: 20px;
}

.about-contact {
    background-color: var(--second-light-color);
    position: relative;
    padding: 30px;
    padding-left: 28px;
    padding-right: 55px;
    margin-right: 105px;
    border-radius: 10px;
    color: #000;
    width: calc(100% - 40px) !important;
}

.about-contact:before {
    content: '\f2a0';
    position: absolute;
    right: -40px;
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    line-height: 70px;
    background-color: var(--second-light-color);
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    border: 5px solid #000;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
}

.about-contact a:hover,
.about-contact a:focus {
    color: #000;
}

.about-contact p {
    font-size: 24px;
    font-weight: 700;
}

.about-contact h4 {
    font-size: 36px;
    font-weight: 700;
}

.about-contact:hover {
    background-color: var(--main-light-color);
}

.about-contact:hover:before {
    background-color: var(--main-light-color);
}

/* ======================================================== 
                        Testimonials     
======================================================== */

.testimonial-section {
    background-color: #d4ffd9;
    padding: 50px 0 40px;
}

.testimonial-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

.testimonial-slider .swiper-inner {
    padding: 30px 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.29);
}

.testimonial-slider .swiper-inner .quote-icon {
    font-size: 30px;
    color: var(--second-color);
    display: inline-block;
    margin-bottom: 5px;
}

.testimonial-slider .swiper-inner figure img {
    width: 85px;
    height: 85px;
    border-radius: 100px;
    object-fit: cover;
    border: 4px solid #eee;
}

.testimonial-slider .swiper-inner h4 {
    font-size: 18px;
}

/* ======================================================== 
                        Quick Links   
======================================================== */

.quick-links-sec {
    padding: 50px 0 30px;
    background: #ecf9ff;
}

.quick-links-inner {
    margin-top: 20px;
}

.quick-links-inner ul li {
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
}

.quick-links-inner ul li+li {
    border-top: 1px solid #e6e6e6;
}

.quick-links-inner ul li:before {
    content: '\f054';
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 free';
    font-weight: 600;
    font-size: 10px;
    top: 11px;

}

/* ======================================================== 
                        Footer   
======================================================== */

footer {
    background-color: #cef2ff;
    padding: 50px 0 0;
}

footer .footer-logo {
    margin-bottom: 15px;
}

footer .footer-logo img {
    max-height: 65px;
}

.social-media-icon a {
    background: #f5811d;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    margin-right: 6px;
}

.social-media-icon a:hover {
    background-color: var(--second-color);
}

footer .inner-ftc h3 {
    font-size: 22px;
    font-weight: 600;
}

footer .useful-links li+li {
    border-top: 1px solid #c9f1ff;
}

footer .useful-links li a {
    display: block;
    padding: 4px 0px
}

.contact-info-ft ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.contact-info-ft ul li:before {
    content: '\f3c5';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    left: 0px;
    top: 0px;
    font-size: 18px;
    color: #f5811d;
}

.contact-info-ft ul li.contact-number:before {
    content: '\f2a0';
}

.contact-info-ft ul li.email-address:before {
    content: '\f2b6';
    font-weight: normal;
}

footer .contact-info-ft ul li a {
    margin-right: 10px;
}

footer .footer-bottom {
    padding-top: 30px;
}

footer .footer-bottom a {
    color: var(--second-color)
}

.page-title-bar-sec {
    background-color: #83d48c;
    padding: 70px 0 20px;
    text-align: center;
}

.page-title-bar-sec .page-title-bar h1 {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.page-title-bar-sec .page-title-bar p {
    font-size: 20px;
    font-weight: 500;
}

.page-title-bar .breadcrumb {
    display: inline-block;
    padding: 4px 20px;
}

.page-title-bar .breadcrumb li {
    display: inline-block;
    margin: 0 5px;
}

.page-title-bar .breadcrumb li a {
    display: block;
    color: var(--main-color);
    font-weight: 600;
}

.vision-mission-sec {
    padding-bottom: 50px;
}

.vision-mission-inner {
    background: #d4ffd9;
    padding: 20px;
    padding-left: 160px;
    position: relative;
    border-radius: 0 40px;
}

.vision-mission-inner figure {
    width: 120px;
    position: absolute;
    left: 20px;
}

.contact-form-sec {
    padding: 50px 0;
}

.contact-form-inner .form-control {
    min-height: 48px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.contact-form-inner .btn {
    border-radius: 0;
    background-color: var(--main-color);
    padding: 8px 30px;
}

.contact-form-inner h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.service-inner-sec {
    padding: 50px 0;
}

.service-inner-sec figure {
    text-align: center;
}

.call-and-whatsapp-bar {
    margin-bottom: 20px;
}

.call-and-whatsapp-bar a {
    display: block;
    background: #012f96;
    margin-bottom: 10px;
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
}

.call-and-whatsapp-bar .whatsapp-icon {
    background-color: #00a32c;
}

.call-and-whatsapp-bar .email-a-icon {
    background-color: #42b3dc;
}

.inquiry-form {
    background: #cef2ff;
    padding: 25px;
}

.inquiry-form h3 {
    font-weight: 400;
    margin-bottom: 20px;
}

.inquiry-form h3 span {
    font-weight: 700;
}

.inquiry-form .form-control {
    min-height: 44px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.sticky {
    position: sticky;
    top: 30px;
}

.appointment-form-sec .call-and-whatsapp-bar {
    margin-top: 53px;
}

thead {
    background-color: #ddd;
    padding: 5px;
}

td {
    vertical-align: top;
    padding: 10px;
    ;
}

tr {
    border-bottom: 1px solid #ddd;
}

table {
    margin-bottom: 20px;
}


.blog-section {
    padding: 50px 0 20px;
}

.blog-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 3px;
    padding-bottom: 20px;
}

.blog-section .blog-inner-col,
.box {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
    padding: 15px;
    margin-bottom: 30px;
    text-align: left;
}

.blog-section .blog-inner-col figure {
    margin-top: 0;
    overflow: hidden;
}

.blog-section .blog-inner-col figure img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.5s;
}

.blog-section .blog-inner-col:hover figure img {
    -webkit-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg);
}

.blog-section .date {
    color: var(--second-color);
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: normal;
}


.blog-section .blog-inner-col h3 {
    font-size: 18px;
}

.blog-section .blog-inner-col p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slider-inner.firstchild {
    background-position-x: center !important;
    background-repeat: no-repeat !important;
}

.plainless-heading h2 {
    font-size: 3rem;
}

.slider-content h5 {
    font-size: 1rem;
}

.whatsapp-float {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: 18px;
    left: 20px;
    width: 80%;
    height: 40px;
    background: #f5811d;
    border-radius: 30px;
    top: 85%;
    z-index: 99999;
}

.whatsapp-float i {
    background-color: #00a32c;
    color: #fff;
    border-radius: 100%;
    padding: 0.2em 0.3em;
    border: 1px solid #fff;
}

.whatsapp-float a {

    font-size: 18px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

/* Chat Icon */

.chat-icon {
    transition: all .8s;
    -webkit-transition: all .8s;
    text-align: center;
    position: fixed;
    right: 5.5rem;
    bottom: 2rem;
    z-index: 20;
    transform: translateY(10rem)
}

.chat-icon.show {
    transform: translateY(0)
}

.hero-scroll-wrapper {
    position: absolute;
    right: 7.5rem;
    bottom: -2rem
}

.hero-scroll {
    transition: all .3s;
    -webkit-transition: all .3s;
    position: relative;
    background-color: #35d766;
    border: 1px solid #7dffa5;
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    display: inline-block;
    margin-left: .5rem
}

.hero-scroll-icon {
    position: absolute;
    top: 49%;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    text-decoration: none;
    color: #ecfff1;
    font-size: 3rem;
    overflow: hidden;
    left: 0;
    right: 0
}

.chat-icon .hero-scroll-icon {
    font-size: 1.6rem;
}

.chat-icon .hero-scroll-icon svg {
    width: 40px;
}

.chat-notification {
    background-color: var(--main-color);
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: 3px;
    right: 0
}

.hero-scroll-icon .fa {
    transition: all .3s;
    -webkit-transition: all .3s;
    display: block
}

.hero-scroll-icon .fa:last-child {
    opacity: 0;
    transform: translateY(-1.5rem)
}

.hero-scroll:hover {
    box-shadow: 0 0 .7rem .1rem #73ec98
}

.hero-scroll:hover .fa:first-child {
    transform: translateY(-1rem);
    opacity: 0
}

.hero-scroll:hover .fa:last-child {
    transform: translateY(-3rem);
    opacity: 1
}

.chat-icon .hero-scroll .fa {
    transform: translateY(0) !important;
    opacity: 1 !important;
    font-size: 1em;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}