@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Baskervville:ital,wght@0,400..700;1,400..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/*  font-family: "Nunito", sans-serif; */

/*   font-family: "Jost", sans-serif; */

/*  font-family: "Baskervville", serif; */

@font-face {
    font-family: "shine-in-valentine";
    src: url("../fonts/shine-in-valentine.ttf");
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "shine-in-valentine";
    text-transform: capitalize;
}

p,
ul {
    font-family: "Nunito", sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

span,
input,
textarea,
a,
button {
    font-family: "Jost", sans-serif;
    margin: 0;
    padding: 0;
}

a:hover {
    color: inherit;
}

body {
    overflow-x: hidden;
    font-family: "shine-in-valentine";
}


main {
    /* overflow: hidden; */
}

a,
button,
input,
textarea:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.form-group input[type="number"] {
    -moz-appearance: textfield;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

/*Website Custom Style Css For Single Items Start Here*/

/*Heading & Para Style Css*/
.heading-one {
    font-size: 57px;
    line-height: 63px;
}

.heading-two {
    font-size: 54px;
    line-height: 60px;
}

.heading-three {
    font-size: 46px;
    line-height: 52px;
}

.heading-four {
    font-size: 38px;
    line-height: 44px;
}

.heading-five {
    font-size: 24px;
    line-height: 30px;
}

.heading-six {
    font-size: 20px;
    line-height: 26px;
}

p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
}

li {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 5px;
}

/*Heading & Para Style Css*/

/*Buttons Style Css*/
.website-main-buttons {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
}

.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn {
    font-size: 17px;
    line-height: 27px;
    width: 192px;
    height: 45px;
    border-radius: 12px;
    padding: 10px 10px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
    position: relative;
    text-transform: capitalize;
    border: 2px solid rgb(255, 202, 175);
    font-weight: 500;
    letter-spacing: 1px;
}

/*Buttons Style Css*/

/*Website Custom Style Css For Single Items End Here*/

/*Header Css Start Here*/
header {
    background: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease-in-out;

}

.top-header {
    border-bottom: 1px solid #DBDBDB82;
    padding: 15px 0;
    margin: 0;
}


.top-header .call-inner-button {
    display: flex;
    justify-content: end;
    align-items: center;
}

.top-header .call-inner-button .website-main-buttons {
    margin: 0;
}

.top-header .call-inner-button .website-main-buttons button.popup-btn,
.top-header .call-inner-button .website-main-buttons button.chat-btn {
    background: transparent;
    border: 0;
    width: 240px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    height: 0;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    border-radius: 0;
    display: block;
}


.top-header .call-inner-button .website-main-buttons button:first-child {
    border-right: 2px Solid #fff;
    position: relative;
    top: 10%;
}

.top-header .call-inner-button .website-main-buttons button i {
    margin: 0 5px 0 0;
    font-size: 14px;
    font-weight: 400;
}



header nav.navbar {
    padding: 12px 0;
    align-items: center;
    position: inherit;
    margin: 0;
}

header nav.navbar .navbar-brand {
    padding: 0px 0;
    margin: 0;
}

header nav.navbar .navbar-brand .logo {
    width: 210px;
    margin: 0;
    transition: all 0.5s ease-in-out;
    display: block;
}

header .navbar-collapse .navbar-main-nav {
    display: flex;
    align-items: center;
    width: 100%;
}

header .navbar-main-nav .navbar-main-center {
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

header nav.navbar .navbar-brand .heading-four {
    color: #fff;
    font-size: 34px;
    padding: 0;
    margin: 0;
}


header nav.navbar .website-main-buttons button.popup-btn {
    background: linear-gradient(241.351deg, rgb(161, 85, 88) 0%, rgb(161, 85, 88) 2%, rgb(79, 13, 3) 100%);
    color: #fff;
    width: 160px;
}

header nav.navbar .website-main-buttons {
    margin: 0;
}


header .navbar-toggler {
    background-color: #fff;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

header .navbar-expand-lg .navbar-collapse {
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

header .navbar-collapse .navbar-main-nav {
    display: flex;
    align-items: center;
}

header .navbar-main-nav ul.navbar-nav {
    width: 100%;
    justify-content: center;
}

header .navbar-main-nav ul.navbar-nav li.nav-item {
    margin: 0 10px 0;
}

header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    padding: 5px 5px 16px 0;
    margin: 0;
}

header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link.active {
    border-bottom: 3px solid #fff;
}

header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #378511;
    height: 3px;
    z-index: -1;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}



header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #fff;
}




header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown {
    position: inherit;
}

header .navbar-nav .nav-item.dropdown .dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 5px;
    border: none;
    display: block;
}

header .navbar-nav .nav-item ul.dropdown-menu {
    display: block;
    border: none;
    padding: 0px;
    background: white;
    backdrop-filter: blur(20.3px);
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    border-radius: 0 0 15px 15px;
    border: none;
    opacity: 0;
    visibility: hidden;
    top: 80px;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.8s ease-in-out;
    float: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: 300px;
}

header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 80px;
    transform: scaleY(1);
}

header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
    left: auto;
}

header .navbar-nav .nav-item ul.dropdown-menu li {
    padding: 0;
    margin: 0;
    width: 100%;
}

header .navbar-nav .nav-item ul.dropdown-menu li:last-child {
    border-right: none;
}

header .navbar-nav .nav-item ul.dropdown-menu li span {
    background: #E90041;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 7px 10px;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: center;
    display: block;
}

header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double {
    display: flex;
    flex-wrap: wrap;
}

header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a {
    width: 50%;
    border-right: 1px solid #f3f3f3;
}

header .navbar-nav .nav-item ul.dropdown-menu li a {
    color: #000;
    font-size: 17px;
    line-height: 27px;
    padding: 8px 10px;
    margin: 0;
    border-radius: 0;
    text-align: left;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

header .navbar-nav .nav-item ul.dropdown-menu li:nth-last-child(1) a {
    border-radius: 0 0 15px 15px;
}

header .navbar-nav .nav-item ul.dropdown-menu li a i {
    color: #E90041;
    font-size: 12px;
    font-weight: 700;
    margin: 0 5px 0 0;
}

header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:focus,
header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:hover {
    background: linear-gradient(45deg, #a50808, #700000);
    color: #fff;
}

header .social-icon-dv {
    display: flex;
    align-items: center;
    gap: 35px;
}

header .social-icon-dv a {
    color: #fff;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}

header .social-icon-dv a:hover {
    color: #000;
}

/*Header Css End Here*/

/**************************************************************************
 --------------------- Home Page Folds Css Start Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Css Start Here*/
section.banner-main-sec {
    padding: 180px 0px;
    background: url(../images/banner-main-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

section.banner-main-sec::before {
    content: '';
    background: rgba(12, 0, 0, 0.35);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
}

.banner-main-sec .banner-image-dv .heading-one {
    color: white;
    position: relative;
    font-size: 90px;
    line-height: 98px;
    padding: 20px 0 20px 30px;
}


.banner-main-sec .banner-image-dv .heading-one::before {
    content: "";
    width: 110px;
    background: rgb(255, 255, 255);
    height: 5px;
    transition: all 0.3s ease-in-out;
    display: block;
    position: absolute;
    transform: rotate(90deg) !important;
    top: 50%;
    left: -9%;
    border-radius: 15px;

}

.banner-main-sec .banner-image-dv span {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 15px 0;
    color: rgb(249, 238, 227);
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    text-shadow: rgba(11, 12, 5, 0.26) 3px 3px 2px;
    line-height: 39px;
    opacity: 1;
    display: block;
}


.banner-main-sec .banner-image-dv span.text {
    margin: 0;
}


section.banner-main-sec .website-main-buttons .popup-btn {
    background: linear-gradient(241.351deg, rgb(161, 85, 88) 0%, rgb(161, 85, 88) 2%, rgb(79, 13, 3) 100%);
    color: #fff;
}

section.banner-main-sec .website-main-buttons .popup-btn:hover {}

.banner-main-sec .banner-image-dv p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
}


.banner-main-sec .banner-inner-image img {
    position: relative;
    animation: jump 2s ease-in-out infinite;
}


@keyframes jump {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

/*Banner Main Section Section Css End Here*/

/* sec client details start here */
section.sec-client-details {
    background: #FFF7EA;
    padding: 50px 0 130px;
    position: relative;
}


.sec-client-details .client-inner-image {
    background: #FFF7EDFA;
    padding: 30px 30px;
    border-radius: 5px;
    box-shadow: 4px 4px 15px 3px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    position: relative;
    margin: -200px 0 0 0;
    z-index: 1;
    top: -43%;
    left: 10%;
}

.sec-client-details .client-info span {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(111.00000000000001, 67, 54.000000000000014, 0.22);
    color: #A1744A;
}

.sec-client-details .client-info .heading-two {
    font-family: "shine-in-valentine";
    font-size: 60px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 54px;
    letter-spacing: 3.4px;
    text-shadow: 1px 1px 5px #F5F5F5;
    color: #5E1A13;
    padding: 12px 0 25px;
}

.sec-client-details .website-main-buttons .popup-btn {
    background: linear-gradient(241.351deg, rgb(161, 85, 88) 0%, rgb(161, 85, 88) 2%, rgb(79, 13, 3) 100%);
    color: #fff;
    width: 315px;
    font-size: 16px;
    height: 50px;
}

/* sec client details end here */
/* sec about author css start here */
section.sec-about-author {
    background: linear-gradient(rgba(12, 0, 0, 0.35)), url(../images/banner-main-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0px;
    position: relative;
    z-index: 1;
}


.sec-about-author::before {
    background: url(../images/shape.svg);
    position: absolute;
    content: "";
    width: 100%;
    height: 10%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}


.sec-about-author::after {
    background: url(../images/shape-down.svg);
    position: absolute;
    content: "";
    width: 100%;
    height: 10%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}


.sec-about-author .author-info {
    text-align: center;
}

.sec-about-author .author-info span {
    font-family: "Jost", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(111.00000000000001, 67, 54.000000000000014, 0.22);
    color: #FFFFFF;
    margin: 0 0 15px;
    display: block;
}

.sec-about-author .author-info .heading-two {
    font-size: 60px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 54px;
    letter-spacing: 3.4px;
    text-shadow: 1px 1px 5px #5E1A13;
    color: #FFFFFF;
    margin: 0 0 25px;
}

.sec-about-author .author-info p {
    color: #FFFFFF;
    font-weight: 500;
}


.sec-about-author .author-info .website-main-buttons {
    justify-content: center;
}


.sec-about-author .author-info .website-main-buttons .popup-btn {
    background: linear-gradient(241.351deg, rgb(161, 85, 88) 0%, rgb(161, 85, 88) 2%, rgb(79, 13, 3) 100%);
    color: #fff;
    width: 315px;
    font-size: 16px;
    height: 50px;
}




/* sec about author css end here */
/* sec book details start here */
section.sec-book-details {
    background: #FFF7EA;
    padding: 80px 0 100px;
    position: relative;
}


.sec-book-details .book-info span {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(111.00000000000001, 67, 54.000000000000014, 0.22);
    color: #A1744A;
}

.sec-book-details .book-info .heading-two {
    font-family: "shine-in-valentine";
    font-size: 60px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 54px;
    letter-spacing: 3.4px;
    text-shadow: 1px 1px 5px #F5F5F5;
    color: #5E1A13;
    padding: 12px 0 25px;
}

.sec-book-details .website-main-buttons .popup-btn {
    background: linear-gradient(241.351deg, rgb(161, 85, 88) 0%, rgb(161, 85, 88) 2%, rgb(79, 13, 3) 100%);
    color: #fff;
    width: 315px;
    font-size: 16px;
    height: 50px;
}


/* sec book details end here */
/* sec blog wrap start here */

section.sec-blogs-wrap {
    background: linear-gradient(rgba(12, 0, 0, 0.35)), url(../images/banner-main-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0px;
    position: relative;
    z-index: 1;
}


.sec-blogs-wrap::before {
    background: url(../images/shape.svg);
    position: absolute;
    content: "";
    width: 100%;
    height: 6%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}


.sec-blogs-wrap::after {
    background: url(../images/shape-down.svg);
    position: absolute;
    content: "";
    width: 100%;
    height: 6%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}


.sec-blogs-wrap .blog-info {
    text-align: center;
}

.sec-blogs-wrap .blog-info span {
    font-family: "Jost", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(111.00000000000001, 67, 54.000000000000014, 0.22);
    color: #FFFFFF;
    margin: 0 0 15px;
    display: block;
}

.sec-blogs-wrap .blog-info .heading-two {
    font-size: 60px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 54px;
    letter-spacing: 3.4px;
    text-shadow: 1px 1px 5px #5E1A13;
    color: #FFFFFF;
    margin: 0 0 40px;
}


.sec-blogs-wrap .blog-inner-box {
    background: #fff;
    padding: 25px 25px;
}


.sec-blogs-wrap .blog-inner-box span {
    font-family: "Baskervville", serif;
    font-size: 22px;
    display: block;
    font-weight: 600;
    color: #000;
    margin: 10px 0;
}


.sec-blogs-wrap .blog-inner-box .heading-six {
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.sec-blogs-wrap .blog-inner-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 0;
    margin: 0;
}


.sec-blogs-wrap .website-main-buttons a.read-more-btn {
    font-weight: 500;
    background: transparent;
    color: #78402e;
    width: 230px;
    font-size: 20px;
    height: 10px;
    border: 0;
    justify-content: left;
    padding: 0;
    margin: 0;
}


.sec-blogs-wrap .website-main-buttons a.read-more-btn i {
    font-size: 12px;
    margin: 0 12px 0;
    font-weight: 600;
}


/* sec blog wrap end here */
/* sec testimonails start here */

section.sec-testimonails {
    padding: 50px 0;
    background: #fff7ea;
}

.sec-testimonails .testi-title {
    text-align: center;
}

.sec-testimonails .testi-title span {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(111.00000000000001, 67, 54.000000000000014, 0.22);
    color: #A1744A;
}


.sec-testimonails .testi-title .heading-two {
    font-size: 60px;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 3.4px;
    text-shadow: 1px 1px 5px #F5F5F5;
    color: #5E1A13;
    padding: 12px 0 35px;
}


.sec-testimonails .testimonails-details-box {
    padding: 25px 25px;
    border-radius: 10px;
    background: #46140e;
    text-align: center;
    position: relative;
    margin: 0 12px 0;
}

.sec-testimonails .testimonails-details-box::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    left: 50%;
    bottom: -7px;
    z-index: 1;
    background: #46140e;
    transform: rotate(45deg);
}


.sec-testimonails .testimonails-details-box p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
}

.sec-testimonails .testi-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
}


.sec-testimonails .testi-inner-image img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
}


.sec-testimonails .testi-inner .testi-name p {
    font-size: 25px;
    padding: 0;
    margin: 0 10px 0;
    font-weight: 600;
    font-family: "Jost", sans-serif;
}


.sec-testimonails .slick-dots {
    text-align: center;
    padding: 15px 0;
}

.sec-testimonails .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.sec-testimonails .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
}


/* sec testimonails end here */

/**************************************************************************
 --------------------- Home Page Folds Css End Here -----------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 --------------------- Family Tree Css Start Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/

section.family-tree-sec {
    padding: 50px 0px;
}

.family-tree-sec .family-tree {
    display: flex;
    align-items: center;
    column-gap: 33px;
    justify-content: center;
}

.family-tree-sec .family-tree .family-tree-list {
    height: 1000px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    /* width: 100%; */
    position: relative;
}

.family-tree-sec .family-tree .family-tree-list>li::before {
    content: '';
    background: #777;
    width: 17px;
    position: absolute;
    height: 1px;
    border-radius: 10px;
    right: auto;
    top: 50%;
    left: -17px;
}

.family-tree-sec .family-tree .family-tree-list>li {
    position: relative;
    margin-bottom: 0px;
}

.family-tree-sec .family-tree .family-tree-list.second-tree-list {}

.family-tree-sec .family-tree .family-tree-list.second-tree-list::before {
    content: '';
    background: #777;
    width: 1px;
    position: absolute;
    height: 500px;
    left: -17px;
    top: 250px;
    overflow: hidden;
}

.family-tree-sec .family-tree .family-tree-list.first-tree-list {}

.family-tree-sec .family-tree .family-tree-list.first-tree-list>li::before {
    display: none;
}

.family-tree-sec .family-tree .family-tree-list.third-tree-list {}

.family-tree-sec .family-tree .family-tree-list.third-tree-list::before {
    content: '';
    background: #777;
    width: 1px;
    position: absolute;
    height: 250px;
    left: -17px;
    top: 125px;
    overflow: hidden;
}

.family-tree-sec .family-tree .family-tree-list.fourth-tree-list {}

.family-tree-sec .family-tree .family-tree-list.fourth-tree-list::before {
    content: '';
    background: #777;
    width: 1px;
    position: absolute;
    height: 126px;
    left: -17px;
    top: 63px;
    overflow: hidden;
}

.family-tree-sec .family-tree .family-tree-list.fourth-tree-list .card-main::before {
    display: none;
}

.family-tree-sec .family-tree .family-tree-list li {}

.family-tree-sec .family-tree .family-tree-list li .card-main {
    width: min-content;
    position: relative;
}

.family-tree-sec .family-tree .family-tree-list li .card-main:before {
    content: '';
    background: #777;
    width: 17px;
    position: absolute;
    height: 1px;
    border-radius: 10px;
    right: -17px;
    top: 50%;
}

.family-tree-sec .family-tree .family-tree-list.second-tree-list li.second-tree-cards {}

.family-tree-sec .family-tree .family-tree-list.second-tree-list li.second-tree-cards::after {
    content: '';
    background: #777;
    width: 1px;
    position: absolute;
    height: 250px;
    right: -17px;
    top: -69px;
    overflow: hidden;
}

.family-tree-sec .family-tree .family-tree-list.third-tree-list li.third-tree-cards {}

.family-tree-sec .family-tree .family-tree-list.third-tree-list li.third-tree-cards::after {
    content: '';
    background: #777;
    width: 1px;
    position: absolute;
    height: 125px;
    right: -17px;
    top: -5px;
    overflow: hidden;
}

.family-tree-sec .family-tree .family-tree-list li .card-main .card-first-content {
    background: #E0E0F7;
    border-radius: 10px;
    border: 1px solid black;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 230px;
}

.family-tree-sec .family-tree .family-tree-list li .card-main .card-first-content img {
    border-radius: 10px;
}

.family-tree-sec .family-tree .family-tree-list li .card-main .card-first-content .card-content {}

.family-tree-sec .family-tree .family-tree-list li .card-main .card-first-content .card-content h5 {
    font-family: 'Baskervville';
    font-size: 15px;
    line-height: 22px;
    color: black;
    margin-bottom: 0px;
    font-weight: 500;
}

.family-tree-sec .family-tree .family-tree-list li .card-main .card-first-content .card-content p {
    text-align: center;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 19px;
    position: relative;
    z-index: 1;
}

.family-tree-sec .family-tree .family-tree-list li .card-main .card-first-content .card-content p::before {
    content: '';
    background: url(../images/tng_female.gif);
    background-repeat: no-repeat;
    background-position: 15% 25%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.family-tree-sec .family-tree .family-tree-list li .card-main .card-content-popup {
    background: #dddddd;
    box-shadow: 1px 1px 3px 0px #666;
    border-radius: 8px;
    width: 280px;
    display: none;
    position: absolute;
    left: 230px;
    top: 0px;
    z-index: 999;
}

.family-tree-sec .family-tree .family-tree-list li .card-main:hover .card-content-popup {
    display: block;
}

.family-tree-sec .family-tree .family-tree-list li .card-main .card-content-popup .card-content-popup-inner {
    padding: 3px;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-radius: 10px;
}

.family-tree-sec .family-tree .family-tree-list li .card-main .card-content-popup .card-content-popup-inner .familybirth-dead {
    background: #f9f9f9;
    padding: 7px;
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-radius: 7px;
}

.card-main .card-content-popup .card-content-popup-inner .familybirth-dead h5 {
    font-family: 'Baskervville';
    font-size: 16px;
    line-height: 23px;
    color: black;
    margin-bottom: 5px;
    font-weight: 500;
}

.card-main .card-content-popup .card-content-popup-inner .familybirth-dead ul {}

.card-main .card-content-popup .card-content-popup-inner .familybirth-dead ul li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
}

.card-content-popup .card-content-popup-inner .familychildren-details {
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    background-color: #f9f9f9;
    padding: 7px;
    border-radius: 7px;
    margin-top: 3px;
}

.card-content-popup .card-content-popup-inner .familychildren-details h5 {
    font-family: 'Baskervville';
    font-size: 16px;
    line-height: 23px;
    color: black;
    margin-bottom: 5px;
    font-weight: 500;
}

.card-content-popup .card-content-popup-inner .familychildren-details h5 a {
    font-family: 'Baskervville';
    font-size: 13px;
    line-height: 20px;
    color: blue;
    font-weight: 600;
}

.card-content-popup .card-content-popup-inner .familychildren-details .familydetails-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-content-popup .card-content-popup-inner .familychildren-details .familydetails-inner .familydetails-inner-left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.card-content-popup .card-content-popup-inner .familychildren-details .familydetails-inner .familydetails-inner-left h6 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Baskervville';
    color: black;
}

.card-content-popup .card-content-popup-inner .familychildren-details .familydetails-inner .familydetails-inner-left a {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Baskervville';
    color: blue;
}

.card-content-popup .card-content-popup-inner .familychildren-details .familydetails-inner .familydetails-inner-right {}

.card-content-popup .card-content-popup-inner .familychildren-details .familydetails-inner .familydetails-inner-right img {
    width: 100%;
}

.card-content-popup .card-content-popup-inner .familychildren-details ul {
    padding-left: 2rem;
    list-style: disc;
}

.card-content-popup .card-content-popup-inner .familychildren-details ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    position: relative;
}

.card-content-popup .card-content-popup-inner .familychildren-details ul li a {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Baskervville';
    color: blue;
}

.card-content-popup .card-content-popup-inner .familychildren-details ul li a img {
    width: auto;
}

.card-content-popup .card-content-popup-inner .familychildren-details ul li:before {
    content: 'â€¢';
    position: absolute;
    left: -20px;
    top: -5px;
}

/**************************************************************************
 --------------------- Family Tree Css End Here --------------------------
 --------------------------------------------------------------------------
**************************************************************************/


/* Footer Css Start Here */
footer.footer-main-sec {
    background: url(../images/banner-main-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 10;
}

.footer-main-sec::before {
    content: '';
    background: linear-gradient(151deg, #000000 32%, #251500 68%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
}


.footer-main-sec .footer-top {
    padding: 60px 0;
}


.footer-top .footer-links-area {
    margin: 0 0 20px;
    height: 100%;
}

.footer-top .footer-links-area.footer-links-area-last {
    border-right: none;
}

.footer-links-area .heading-six {
    color: #fff;
    margin: 0 0 40px 0;
    font-size: 22px;
    font-family: "Baskervville", serif;
    line-height: 32px;
    position: relative;
    text-transform: uppercase;
}


.footer-links-area .heading-six::before {
    position: absolute;
    width: 153px;
    height: 2px;
    content: "";
    left: 0;
    right: 0;
    bottom: -12px;
    background: #fff;
}

.footer-links-area .heading-six.cnt::before {
    width: 285px;

}

.footer-links-area ul.social_links {
    display: flex;
}

.footer-links-area li a i {
    background: #D8A68C;
    padding: 12px;
    border-radius: 20px;
    margin: 0 5px 0 0;
    color: #fff;
    font-size: 12px;
}


.footer-top .footer-links-area a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 12px 0;
}


.footer-links-area .footer-services-nav-links {
    display: flex;
    justify-content: space-between;
}

.footer-services-nav-links ul.footer-nav-links {
    margin: 0 20px 0 0;
}

.footer-links-area ul.footer-nav-links li {
    margin: 0 0 10px 0;
}

.footer-links-area ul.footer-nav-links a {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    transition: all 0.3s ease-in-out;
    display: block;
}

.footer-links-area ul.footer-nav-links a:hover {
    color: #fff;
}

.footer-top .footer-links-area p {
    color: white;
    font-size: 16px;
    line-height: 23px;
}

.footer-top .footer-links-area .fot-btn {
    border-bottom: 1px solid #f6c293;
    width: max-content;
}

.footer-top .footer-links-area .fot-btn a {
    color: #f6c293;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-top .footer-links-area .fot-btn a i {}

.footer-main-sec .footer-bottom {
    padding: 15px 0px 25px;
    background: #000;
}

.footer-bottom .footer-copyright {
    text-align: center;
}

.footer-copyright p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

.footer-main-sec .footer-bottom ul.footer-nav-links {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.footer-main-sec .footer-bottom ul.footer-nav-links li:nth-child(1) {
    border-right: 1px solid white;
    padding-right: 20px;
}

.footer-main-sec .footer-bottom ul.footer-nav-links li a {
    color: white;
    font-size: 14px;
    line-height: 21px;
}

.footer-main-sec .footer-bottom .footer-payment-img {
    display: flex;
    justify-content: center;
}

.footer-main-sec .footer-bottom .footer-payment-img img {
    width: 70%;
}

.footer-main-sec .footer-bottom ul.footer-nav-links {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.footer-main-sec .footer-bottom ul.footer-nav-links li:nth-child(1) {
    border-right: 1px solid white;
    padding-right: 20px;
}

.footer-main-sec .footer-bottom ul.footer-nav-links li a {
    color: white;
    font-size: 14px;
    line-height: 21px;
}


.footer-main-sec .footer-logo-area .heading-four {
    color: #fff;
    font-size: 42px;
    line-height: 52px;
    margin: 0 0 15px;
}

.footer-main-sec .footer-logo-area p {
    color: #fff;
    line-height: 27px;
}

.footer-main-sec .footer-logo-area .website-main-buttons a.read-more-btn {
    background: linear-gradient(241.351deg, rgb(161, 85, 88) 0%, rgb(161, 85, 88) 2%, rgb(79, 13, 3) 100%);
    color: #fff;
    width: 199px;
    height: 55px;
}

.footer-main-sec .footer-logo-area .website-main-buttons a.read-more-btn i {
    font-size: 16px;
    margin: 0 8px;
}


/* Footer Css End Here */


.banner-image-dv.about-author,
.banner-image-dv.about-book {
    text-align: center;
}


.banner-image-dv.about-author .heading-one::before,
.banner-image-dv.about-book .heading-one::before {
    display: none;
}


section.sec-blogs-wrap.main {
    background: 0;
}

.sec-blogs-wrap.main::before,
.sec-blogs-wrap.main::after {
    display: none;
}

.sec-blogs-wrap.main .blog-info span,
.sec-blogs-wrap.main .blog-info .heading-two {
    color: #000;
    text-shadow: none;
}

.sec-blogs-wrap.main .blog-inner-box {
    background: #efefef;
}



/* family tree tabs section start here */


section.family-tree-main-wrap {
    padding: 150px 0;
}

.family-tree-main-wrap .family-inner-tabs .nav-tabs {
    border: 1px solid #fcfcfc;
    background: #e9ecef;
    padding: 5px 5px;
}

.family-tree-main-wrap .family-inner-tabs .nav-tabs .nav-link {
    color: #495057;
    border: none;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 0.75rem 1.25rem;
    transition: 0.3s ease-in-out;
}

.family-tree-main-wrap .family-inner-tabs .nav-tabs .nav-link:hover {
    background-color: #e2e6ea;
    border-color: transparent;
}

.family-tree-main-wrap .family-inner-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background: linear-gradient(241.351deg, rgb(161, 85, 88) 0%, rgb(161, 85, 88) 2%, rgb(79, 13, 3) 100%);
    border-color: #dee2e6 #dee2e6 #ffffff;
    font-weight: bold;
}


.family-tree-main-wrap .family-inner-tabs .profile-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.family-tree-main-wrap .family-inner-tabs .profile-table th,
.family-tree-main-wrap .family-inner-tabs .profile-table td {
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    text-align: left;
    vertical-align: top;
    font-family: "Nunito", sans-serif !important;
}

.family-tree-main-wrap .family-inner-tabs .profile-table td span.text-muted {
    border-left: 1px solid #e0e0e0;
    padding: 12px;
}


.family-tree-main-wrap .family-inner-tabs .profile-table th {
    background-color: #f8f8f8;
    color: #333;
    font-family: 'Baskervville' !important;
}

.family-tree-main-wrap .family-inner-tabs .profile-table td ul {
    overflow: auto;
    min-height: 120px;
    max-height: 120px;
}

.family-tree-main-wrap .family-inner-tabs .profile-table td ul li p{
       font-family: "Jost", sans-serif;
}

.family-tree-main-wrap .family-inner-tabs .profile-table td {
    background-color: #fcfcfc;
    color: #555;
}

.family-tree-main-wrap .family-inner-tabs .profile-table tr:nth-child(even) th,
.family-tree-main-wrap .family-inner-tabs .profile-table tr:nth-child(even) td {
    background-color: #fcfcfc;

}

.family-tree-main-wrap .family-inner-tabs .profile-table a {
    color: #601c15;
    text-decoration: underline !important;
}

.family-tree-main-wrap .family-inner-tabs .profile-table a:hover {
    text-decoration: underline;
}

.family-tree-main-wrap .family-inner-tabs .tab-pane {
    padding: 0;
    margin: 12px 0 0;
}






/* family tree tabs section end here */


@media only screen and (min-width:1400px) and (max-width:1600px) {


    /**************************************************************************
 --------------------- Family Tree Css Start Here --------------------------
 --------------------------------------------------------------------------
**************************************************************************/


    .family-tree-sec .family-tree {
        justify-content: left
    }


    /**************************************************************************
 --------------------- Family Tree Css End Here --------------------------
 --------------------------------------------------------------------------
**************************************************************************/

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /*Website Custom Style Responsive Css For Single Items Start Here*/

    /*Heading & Para Style Responsive Css*/
    .heading-one {
        font-size: 48px;
        line-height: 54px;
    }

    .heading-two {
        font-size: 42px;
        line-height: 48px;
    }

    .heading-three {
        font-size: 36px;
        line-height: 42px;
    }

    .heading-four {
        font-size: 30px;
        line-height: 36px;
    }

    .heading-five {
        font-size: 20px;
        line-height: 26px;
    }

    .heading-six {
        font-size: 18px;
        line-height: 24px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    li {
        font-size: 16px;
        line-height: 22px;
    }

    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        padding: 10px 5px;
        margin: 0 5px 5px;
    }

    /*Buttons Style Responsive Css*/

    /*Website Custom Style Responsive Css For Single Items End Here*/

    /*Header Responsive Css Start Here*/
    header nav.navbar .navbar-brand .logo {
        width: 120px;
    }

    header .navbar-expand-lg .navbar-collapse {
        margin: 0 0 0 10px;
    }

    header .navbar-main-nav ul.navbar-nav {
        margin: 0;
    }

    header .navbar-main-nav ul.navbar-nav li.nav-item {
        margin: 0 5px 0;
    }

    header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 16px;
        line-height: 22px;
    }

    header nav.navbar .navbar-brand .heading-four {
        font-size: 25px;
        line-height: 32px;
    }

    /*Header Responsive Css End Here*/


    .sec-client-details .client-info .heading-two {
        font-size: 40px;
    }

    section.sec-client-details {
        padding: 50px 0;
    }

    .banner-main-sec .banner-image-dv span {
        font-size: 20px;
    }

    .banner-main-sec .banner-image-dv .heading-one {
        font-size: 50px;
    }


    .sec-about-author .author-info .heading-two {
        font-size: 40px;
    }

    .sec-blogs-wrap::after,
    .sec-blogs-wrap::before,
    .sec-about-author::before,
    .sec-about-author::after {
        display: none;
    }


    section.sec-book-details,
    section.sec-blogs-wrap {
        padding: 50px 0;
    }

    .sec-testimonails .testi-title .heading-two {
        font-size: 40px;
        line-height: 48px;
    }

    .family-tree-sec .family-tree {
        justify-content: left;
        overflow-x: auto;
    }


    .footer-links-area .heading-six {
        font-size: 16px;
        line-height: 26px;
    }

    .footer-links-area .heading-six.cnt::before {
        width: 180px;
    }


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /*Website Custom Style Responsive Css For Single Items Start Here*/

    /*Heading & Para Style Responsive Css*/
    .heading-one {
        font-size: 48px;
        line-height: 54px;
    }

    .heading-two {
        font-size: 42px;
        line-height: 48px;
    }

    .heading-three {
        font-size: 36px;
        line-height: 42px;
    }

    .heading-four {
        font-size: 30px;
        line-height: 36px;
    }

    .heading-five {
        font-size: 20px;
        line-height: 26px;
    }

    .heading-six {
        font-size: 18px;
        line-height: 24px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    li {
        font-size: 16px;
        line-height: 22px;
    }

    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        padding: 10px 5px;
        margin: 0 5px 5px;
    }

    /*Buttons Style Responsive Css*/

    /*Website Custom Style Responsive Css For Single Items End Here*/

    /*Header Responsive Css Start Here*/
    header nav.navbar .navbar-brand .logo {
        width: 120px;
    }

    header .navbar-expand-lg .navbar-collapse {
        margin: 0 0 0 10px;
    }

    header .navbar-main-nav ul.navbar-nav {
        margin: 0;
    }

    header .navbar-main-nav ul.navbar-nav li.nav-item {
        margin: 0 5px 0;
    }

    header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 16px;
        line-height: 22px;
    }

    header nav.navbar .navbar-brand .heading-four {
        font-size: 25px;
        line-height: 32px;
    }

    /*Header Responsive Css End Here*/


    .sec-client-details .client-info .heading-two {
        font-size: 40px;
    }

    section.sec-client-details {
        padding: 50px 0;
    }

    .banner-main-sec .banner-image-dv span {
        font-size: 20px;
    }

    .banner-main-sec .banner-image-dv .heading-one {
        font-size: 50px;
    }


    .sec-about-author .author-info .heading-two {
        font-size: 40px;
    }

    .sec-blogs-wrap::after,
    .sec-blogs-wrap::before,
    .sec-about-author::before,
    .sec-about-author::after {
        display: none;
    }


    section.sec-book-details,
    section.sec-blogs-wrap {
        padding: 50px 0;
    }

    .sec-testimonails .testi-title .heading-two {
        font-size: 40px;
        line-height: 48px;

    }

    .family-tree-sec .family-tree {
        justify-content: left;
        overflow-x: auto;
    }


    .footer-links-area .heading-six {
        font-size: 16px;
        line-height: 26px;
    }

    .footer-links-area .heading-six.cnt::before {
        width: 180px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*Website Custom Style Responsive Css For Single Items Start Here*/

    /*Heading & Para Style Responsive Css*/
    .heading-one {
        font-size: 38px;
        line-height: 45px;
    }

    .heading-two {
        font-size: 32px;
        line-height: 38px;
    }

    .heading-three {
        font-size: 30px;
        line-height: 37px;
    }

    .heading-four {
        font-size: 30px;
        line-height: 36px;
    }

    .heading-five {
        font-size: 20px;
        line-height: 26px;
    }

    .heading-six {
        font-size: 18px;
        line-height: 24px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    li {
        font-size: 16px;
        line-height: 22px;
    }

    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        font-size: 14px;
        width: 150px;
        padding: 10px 5px;
        margin: 0 5px 5px;
    }

    /*Buttons Style Responsive Css*/

    /*Website Custom Style Responsive Css For Single Items End Here*/

    /*Header Responsive Css Start Here*/

    .top-header {
        padding: 0;
    }

    header .navbar-expand-lg .navbar-collapse {
        margin: 10px 10px 0;
        background: black;
        padding: 20px 15px;
    }

    header nav.navbar .navbar-brand .heading-four {
        font-size: 20px;
    }

    header .navbar-collapse .navbar-main-nav {
        flex-direction: column;
        justify-content: center;
    }

    header .navbar-main-nav ul.navbar-nav {
        margin: 0;
    }

    header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        padding: 7px 0px;
        border-bottom: 1px solid #fff;
    }

    .top-header,
    .top-header .call-inner-button .website-main-buttons button.popup-btn,
    .top-header .call-inner-button .website-main-buttons button.chat-btn {
        display: none;
    }


    header nav.navbar .website-main-buttons {
        margin: 20px 0 0;
    }



    header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown {
        position: relative;
    }

    header .navbar-nav .nav-item ul.dropdown-menu {
        top: 0;
        left: 0;
        display: none;
    }

    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
        display: grid;
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
        display: grid;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li {
        border-right: none;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li span {
        font-size: 16px;
        line-height: 22px;
        padding: 5px 10px;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double {
        min-height: 150px;
        max-height: 150px;
        overflow-y: auto;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a {
        width: 100%;
        border-right: none;
    }

    header .social-icon-dv {
        justify-content: center;
        margin: 20px 0px;
    }

    /*Header Responsive Css End Here*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/


    section.banner-main-sec {
        padding: 80px 0px;
    }

    .banner-image-dv {
        text-align: center;
        margin: 20px 0 0 0;
    }

    .banner-main-sec .banner-image-dv .heading-one {
        font-size: 30px;
        padding: 0;
        line-height: 38px;
    }

    .banner-main-sec .banner-image-dv span {
        font-size: 16px;
    }

    .banner-main-sec .banner-image-dv .heading-one::before {
        display: none;
    }

    section.sec-client-details {
        padding: 50px 0;
    }

    .client-info {
        text-align: center;
    }

    .sec-client-details .client-info .heading-two {
        font-size: 25px;
        line-height: 32px;
    }


    .sec-client-details .client-inner-image {
        margin: 12px 0 0 0;
        left: 0;

    }


    .sec-about-author .author-info .heading-two {
        font-size: 30px;
    }


    .sec-blogs-wrap::before,
    .sec-about-author::after,
    .sec-about-author::before,
    .sec-blogs-wrap::after {
        display: none;
    }

    section.sec-blogs-wrap,
    section.sec-about-author {
        padding: 50px 0;
    }


    .book-info {
        text-align: center;
    }

    .sec-book-details .book-info .heading-two {
        font-size: 30px;
        line-height: 38px;
    }


    .sec-testimonails .testi-title .heading-two {
        font-size: 30px;
        line-height: 38px;

    }

    .sec-blogs-wrap .blog-inner-box {
        margin: 0 0 15px;
    }

    .sec-blogs-wrap .website-main-buttons a.read-more-btn {
        font-size: 15px;
    }

    section.sec-book-details {
        padding: 50px 0;
    }

    .sec-blogs-wrap .blog-info .heading-two {
        font-size: 30px;
        line-height: 38px;
    }

    .family-tree-sec .family-tree {
        justify-content: left;
        overflow-x: auto;
    }

    /*Footer Responsive Css Start Here*/


    .footer-links-area .footer-services-nav-links {
        flex-direction: column;
        justify-content: center;
    }

    .footer-services-nav-links ul.footer-nav-links {
        margin: 0;
    }

    .footer-top .footer-links-area .fot-btn {
        margin: 0 auto;
    }

    .footer-main-sec .footer-bottom .footer-copyright {
        margin-bottom: 15px;
    }

    .footer-main-sec .footer-bottom .footer-payment-img {
        margin-bottom: 15px;
    }

    .footer-main-sec .footer-bottom ul.footer-nav-links {
        justify-content: center;
    }

    .footer-main-sec .footer-bottom {
        padding: 10px 0;
    }



    .footer-copyright p {
        font-size: 16px;
    }

    .footer-links-area .heading-six::before {
        display: none;
    }

    .footer-links-area .heading-six {
        font-size: 18px;
        margin: 15px 0;
    }

    .footer-links-area .heading-six.cnt::before {
        display: none;
    }

    .footer-main-sec .footer-logo-area .website-main-buttons a.read-more-btn {
        width: 170px;
        height: 48px;
    }


    .footer-main-sec .footer-logo-area .heading-four {
        font-size: 30px;
    }


    .footer-main-sec .footer-top {
        padding: 30px 0;
    }


    .footer-logo-area .website-main-buttons {

        justify-content: left;
    }

    /*Footer Responsive Css End Here*/
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /*Website Custom Style Responsive Css For Single Items Start Here*/

    /*Heading & Para Style Responsive Css*/
    .heading-one {
        font-size: 38px;
        line-height: 45px;
    }

    .heading-two {
        font-size: 32px;
        line-height: 38px;
    }

    .heading-three {
        font-size: 30px;
        line-height: 37px;
    }

    .heading-four {
        font-size: 30px;
        line-height: 36px;
    }

    .heading-five {
        font-size: 20px;
        line-height: 26px;
    }

    .heading-six {
        font-size: 18px;
        line-height: 24px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    li {
        font-size: 16px;
        line-height: 22px;
    }

    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        font-size: 14px;
        width: 150px;
        padding: 10px 5px;
        margin: 0 5px 5px;
    }

    /*Buttons Style Responsive Css*/

    /*Website Custom Style Responsive Css For Single Items End Here*/

    /*Header Responsive Css Start Here*/

    .top-header {
        padding: 0;
    }

    header .navbar-expand-lg .navbar-collapse {
        margin: 10px 10px 0;
        background: black;
        padding: 20px 15px;
    }

    header nav.navbar .navbar-brand .heading-four {
        font-size: 25px;
    }

    header .navbar-collapse .navbar-main-nav {
        flex-direction: column;
        justify-content: center;
    }

    header .navbar-main-nav ul.navbar-nav {
        margin: 0;
    }

    header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        padding: 7px 0px;
        border-bottom: 1px solid #fff;
    }

    .top-header,
    .top-header .call-inner-button .website-main-buttons button.popup-btn,
    .top-header .call-inner-button .website-main-buttons button.chat-btn {
        display: none;
    }


    header nav.navbar .website-main-buttons {
        margin: 20px 0 0;
    }



    header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown {
        position: relative;
    }

    header .navbar-nav .nav-item ul.dropdown-menu {
        top: 0;
        left: 0;
        display: none;
    }

    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
        display: grid;
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
        display: grid;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li {
        border-right: none;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li span {
        font-size: 16px;
        line-height: 22px;
        padding: 5px 10px;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double {
        min-height: 150px;
        max-height: 150px;
        overflow-y: auto;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a {
        width: 100%;
        border-right: none;
    }

    header .social-icon-dv {
        justify-content: center;
        margin: 20px 0px;
    }

    /*Header Responsive Css End Here*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/


    section.banner-main-sec {
        padding: 80px 0px;
    }

    .banner-image-dv {
        text-align: center;
        margin: 20px 0 0 0;
    }

    .banner-main-sec .banner-image-dv .heading-one {
        font-size: 40px;
        padding: 0;
        line-height: 48px;
    }

    .banner-main-sec .banner-image-dv span {
        font-size: 20px;
        line-height: 30px;
    }

    .banner-main-sec .banner-image-dv .heading-one::before {
        display: none;
    }

    section.sec-client-details {
        padding: 50px 0;
    }

    .client-info {
        text-align: center;
    }

    .sec-client-details .client-info .heading-two {
        font-size: 30px;
        line-height: 40px;
    }


    .sec-client-details .client-inner-image {
        margin: 30px 0 0 0;
        left: 0;
        padding: 10px 10px;
    }


    .sec-about-author .author-info .heading-two {
        font-size: 30px;
    }


    .sec-blogs-wrap::before,
    .sec-about-author::after,
    .sec-about-author::before,
    .sec-blogs-wrap::after {
        display: none;
    }

    section.sec-blogs-wrap,
    section.sec-about-author {
        padding: 50px 0;
    }


    .book-info {
        text-align: center;
    }

    .sec-book-details .book-info .heading-two {
        font-size: 30px;
        line-height: 38px;
    }


    .sec-testimonails .testi-title .heading-two {
        font-size: 30px;
        line-height: 38px;

    }

    .sec-blogs-wrap .blog-inner-box {
        margin: 0 0 15px;
    }

    .sec-blogs-wrap .website-main-buttons a.read-more-btn {
        font-size: 15px;
    }

    section.sec-book-details {
        padding: 50px 0;
    }

    .sec-blogs-wrap .blog-info .heading-two {
        font-size: 30px;
        line-height: 38px;
    }

    .family-tree-sec .family-tree {
        justify-content: left;
        overflow-x: auto;
    }


    /*Footer Responsive Css Start Here*/
    .footer-top .footer-links-area {
        text-align: center;
    }

    .footer-links-area .footer-services-nav-links {
        flex-direction: column;
        justify-content: center;
    }

    .footer-services-nav-links ul.footer-nav-links {
        margin: 0;
    }

    .footer-top .footer-links-area .fot-btn {
        margin: 0 auto;
    }

    .footer-main-sec .footer-bottom .footer-copyright {
        margin-bottom: 15px;
    }

    .footer-main-sec .footer-bottom .footer-payment-img {
        margin-bottom: 15px;
    }

    .footer-main-sec .footer-bottom ul.footer-nav-links {
        justify-content: center;
    }

    .footer-main-sec .footer-bottom {
        padding: 10px 0;
    }

    .footer-links-area ul.social_links {
        justify-content: center;
    }

    .footer-copyright p {
        font-size: 16px;
    }

    .footer-logo-area {
        text-align: center;
    }



    .footer-links-area .heading-six::before {
        left: 22%;
    }

    .footer-links-area .heading-six {
        font-size: 18px;
    }

    .footer-links-area .heading-six.cnt::before {
        width: 170px;
    }

    .footer-main-sec .footer-logo-area .website-main-buttons a.read-more-btn {
        width: 170px;
        height: 48px;
    }


    .footer-main-sec .footer-logo-area .heading-four {
        font-size: 30px;
    }


    .footer-main-sec .footer-top {
        padding: 30px 0;
    }

    /*Footer Responsive Css End Here*/
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
    /*Website Custom Style Responsive Css For Single Items Start Here*/

    /*Heading & Para Style Responsive Css*/
    .heading-one {
        font-size: 38px;
        line-height: 45px;
    }

    .heading-two {
        font-size: 32px;
        line-height: 38px;
    }

    .heading-three {
        font-size: 30px;
        line-height: 37px;
    }

    .heading-four {
        font-size: 30px;
        line-height: 36px;
    }

    .heading-five {
        font-size: 20px;
        line-height: 26px;
    }

    .heading-six {
        font-size: 18px;
        line-height: 24px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    li {
        font-size: 16px;
        line-height: 22px;
    }

    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        font-size: 14px;
        width: 150px;
        padding: 10px 5px;
        margin: 0 5px 5px;
    }

    /*Buttons Style Responsive Css*/

    /*Website Custom Style Responsive Css For Single Items End Here*/

    /*Header Responsive Css Start Here*/

    .top-header {
        padding: 0;
    }

    header .navbar-expand-lg .navbar-collapse {
        margin: 10px 10px 0;
        background: black;
        padding: 20px 15px;
    }

    header nav.navbar .navbar-brand .heading-four {
        font-size: 20px;
    }

    header .navbar-collapse .navbar-main-nav {
        flex-direction: column;
        justify-content: center;
    }

    header .navbar-main-nav ul.navbar-nav {
        margin: 0;
    }

    header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        padding: 7px 0px;
        border-bottom: 1px solid #fff;
    }

    .top-header,
    .top-header .call-inner-button .website-main-buttons button.popup-btn,
    .top-header .call-inner-button .website-main-buttons button.chat-btn {
        display: none;
    }


    header nav.navbar .website-main-buttons {
        margin: 20px 0 0;
    }



    header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown {
        position: relative;
    }

    header .navbar-nav .nav-item ul.dropdown-menu {
        top: 0;
        left: 0;
        display: none;
    }

    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
        display: grid;
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
        display: grid;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li {
        border-right: none;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li span {
        font-size: 16px;
        line-height: 22px;
        padding: 5px 10px;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double {
        min-height: 150px;
        max-height: 150px;
        overflow-y: auto;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a {
        width: 100%;
        border-right: none;
    }

    header .social-icon-dv {
        justify-content: center;
        margin: 20px 0px;
    }



    /*Header Responsive Css End Here*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/


    .banner-image-dv.about-author,
    .banner-image-dv.about-book {
        text-align: center;
    }


    .banner-image-dv.about-author .heading-one::before,
    .banner-image-dv.about-book .heading-one::before {
        display: none;
    }



    section.banner-main-sec {
        padding: 80px 0px;
    }

    .banner-image-dv {
        text-align: center;
        margin: 20px 0 0 0;
    }

    .banner-main-sec .banner-image-dv .heading-one {
        font-size: 30px;
        padding: 0;
        line-height: 38px;
    }

    .banner-main-sec .banner-image-dv span {
        font-size: 16px;
    }

    .banner-main-sec .banner-image-dv .heading-one::before {
        display: none;
    }

    section.sec-client-details {
        padding: 50px 0;
    }

    .client-info {
        text-align: center;
    }

    .sec-client-details .client-info .heading-two {
        font-size: 25px;
        line-height: 32px;
    }


    .sec-client-details .client-inner-image {
        margin: 12px 0 0 0;
        left: 0;

    }


    .sec-about-author .author-info .heading-two {
        font-size: 30px;
    }


    .sec-blogs-wrap::before,
    .sec-about-author::after,
    .sec-about-author::before,
    .sec-blogs-wrap::after {
        display: none;
    }

    section.sec-blogs-wrap,
    section.sec-about-author {
        padding: 50px 0;
    }


    .book-info {
        text-align: center;
    }

    .sec-book-details .book-info .heading-two {
        font-size: 30px;
        line-height: 38px;
    }


    .sec-testimonails .testi-title .heading-two {
        font-size: 30px;
        line-height: 38px;

    }

    .sec-blogs-wrap .blog-inner-box {
        margin: 0 0 15px;
    }

    .sec-blogs-wrap .website-main-buttons a.read-more-btn {
        font-size: 15px;
    }

    section.sec-book-details {
        padding: 50px 0;
    }

    .sec-blogs-wrap .blog-info .heading-two {
        font-size: 30px;
        line-height: 38px;
    }


    .sec-testimonails .slick-dots li button {
        width: 8px;
        height: 8px;
    }

    .sec-testimonails .testimonails-details-box {
        padding: 15px 15px;

    }

    .family-tree-sec .family-tree {
        justify-content: left;
        overflow-x: auto;
    }


    /*Footer Responsive Css Start Here*/
    .footer-top .footer-links-area {
        text-align: center;
    }

    .footer-links-area .footer-services-nav-links {
        flex-direction: column;
        justify-content: center;
    }

    .footer-services-nav-links ul.footer-nav-links {
        margin: 0;
    }

    .footer-top .footer-links-area .fot-btn {
        margin: 0 auto;
    }

    .footer-main-sec .footer-bottom .footer-copyright {
        margin-bottom: 15px;
    }

    .footer-main-sec .footer-bottom .footer-payment-img {
        margin-bottom: 15px;
    }

    .footer-main-sec .footer-bottom ul.footer-nav-links {
        justify-content: center;
    }

    .footer-main-sec .footer-bottom {
        padding: 10px 0;
    }

    .footer-links-area ul.social_links {
        justify-content: center;
    }

    .footer-copyright p {
        font-size: 16px;
    }

    .footer-logo-area {
        text-align: center;
    }



    .footer-links-area .heading-six::before {
        left: 22%;
    }

    .footer-links-area .heading-six {
        font-size: 18px;
    }

    .footer-links-area .heading-six.cnt::before {
        width: 170px;
    }

    .footer-main-sec .footer-logo-area .website-main-buttons a.read-more-btn {
        width: 170px;
        height: 48px;
    }


    .footer-main-sec .footer-logo-area .heading-four {
        font-size: 30px;
    }


    .footer-main-sec .footer-top {
        padding: 30px 0;
    }

    /*Footer Responsive Css End Here*/
}