@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    font-family: 'novarese';
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'zin';
    src: url(../fonts/Zin-Demo.otf);
}

@font-face {
    font-family: 'novarese';
    src: url(../fonts/Novarese-Book.ttf);
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 100px 0;
}

.all-section-btm {
    padding: 0 0 100px;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'zin';
    font-size: 85px;
    color: #000f63;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: capitalize;
}

h2 {
    font-family: 'zin';
    font-size: 50px;
    color: #000f63;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: capitalize;
}

h3 {
    font-family: 'zin';
    font-size: 30px;
    color: #000f63;
    font-weight: 600;
    margin: 0 0 0px;
    text-transform: capitalize;
}

h4 {
    font-family: 'zin';
    font-size: 20px;
    color: #000f63;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: capitalize;
}

h5 {
    font-family: 'zin';
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 30px;
    text-transform: capitalize;
}

h6 {
    font-family: 'zin';
    font-size: 18px;
    color: #000f63;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: capitalize;
}

p {
    color: #303031;
    font-size: 14px;
    font-family: 'novarese';
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

.d_block {
    display: block;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'novarese';
    font-weight: 400;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 50px;
    overflow: hidden;
    /* Important for diagonal & shine */
    transition: all 0.5s ease;
    z-index: 1;
}

/* Diagonal layers */
.menuSec ul li a::before,
.menuSec ul li a::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 130%;
    top: -15%;
    background: rgba(95, 151, 208, 0.8);
    /* soft diagonal color */
    z-index: -1;
    transform: skewX(-25deg);
    transition: all 0.5s ease;
}

.menuSec ul li a::before {
    left: -70%;
}

.menuSec ul li a::after {
    left: 110%;
}

.menuSec ul li a:hover::before,
.menuSec ul li a:active::before {
    left: -10%;
}

.menuSec ul li a:hover::after,
.menuSec ul li a:active::after {
    left: 50%;
}

.menuSec ul li a .shine {
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: all 0.75s ease;
    z-index: 2;
    pointer-events: none;
}

.menuSec ul li a:hover .shine,
.menuSec ul li a:active .shine {
    left: 130%;
}

.menuSec ul li a:hover,
.menuSec ul li a:active {
    color: #ffffff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*header css start */

/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/

.container-fluid {
    padding: 0 7%;
}

.image-shine {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.image-shine img {
    display: block;
    width: 100%;
}

.image-shine::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: 0.75s ease;
    pointer-events: none;
}

.image-shine:hover::after {
    left: 125%;
}

.themebtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(238, 197, 144, 1) 0%, rgba(161, 113, 61, 1) 100%);
    padding: 15px 40px;
    border-radius: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    z-index: 1;
}

.themebtn:before,
.themebtn:after {
    width: 60%;
    height: 130%;
    content: "";
    position: absolute;
    top: -15%;
    background: #5f97d0;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    transform: skewX(-25deg);
}

.themebtn:before {
    left: -70%;
}

.themebtn:after {
    left: 110%;
}

.themebtn:hover:before {
    left: -10%;
}

.themebtn:hover:after {
    left: 50%;
}

.themebtn span {
    position: relative;
    z-index: 2;
}

.themebtn .shine {
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: all 0.75s ease;
    z-index: 2;
}

.themebtn:hover .shine {
    left: 130%;
}

/* header */

.headerbtn {
    text-align: end;
}

.menuSection {
    position: absolute;
    width: 100%;
    padding: 10px 0;
    z-index: 99;
}

/* header */

/* banner */

.main_slider {
    position: relative;
    overflow: hidden;
}

.bnr_bg img {
    height: 900px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.banner_text p {
    margin-bottom: 20px;
    width: 70%;
}

.banner_img {
    position: absolute;
    bottom: 0px;
    right: 10%;
    width: fit-content;
    height: 100vh;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_slider::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    background: url(../images/banner-shape.png);
    background-repeat: no-repeat;
    z-index: 99;
    background-size: contain;
    width: 100%;
    height: 264px;
}

.body_wrapper {
    background: url(../images/bg.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

/* banner *

/* Why Optimal Health Doctor is Differen */

.strategy_heading {
    text-align: center;
    margin-bottom: 50px;
}

.strategy_heading p {
    width: 53%;
    margin: 0 auto;
}

.funfact_box {
    text-align: left;
    background: transparent;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #cbcbcc;
    transition: all .3s ease-in;
}

.funfact_icon {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(238, 197, 144, 1) 0%, rgba(161, 113, 61, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border: transparent;
    position: relative;
    z-index: 1;
}

.funfact_icon img {
    height: 25px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(268deg) brightness(106%) contrast(103%);
    width: auto;
    object-fit: contain;
}

.funfact_box h4 {
    margin: 20px 0;
}

.funfact {
    position: relative;
    z-index: 1;
}

.funfact_icon::before {
    position: absolute;
    content: '';
    background: #000f63;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    border-radius: 10px;
    z-index: -1;
    transition: all 500ms ease;
}

.funfact_box:hover .funfact_icon::before {
    transform: scale(1, 1);
}

.funfact_box:hover .funfact_icon img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(222%) hue-rotate(343deg) brightness(117%) contrast(100%);
}

.funfact_box:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-15px);
    background: linear-gradient(90deg, rgba(238, 197, 144, 1) 0%, rgba(161, 113, 61, 1) 100%);
    border: 1px solid #000f63;
}

.funfact_box:hover h4 {
    color: #fff;
}

.funfact_box:hover p {
    color: #ffffff9a;
}

.funfact_box p {
    width: 80%;
}

.drhealth {
    position: relative;
}

.drhealth::before {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    background: url(../images/dr-sec-shape.png);
    background-repeat: no-repeat;
    z-index: 99;
    background-size: contain;
    width: 250px;
    height: 115px;

}

/* Why Optimal Health Doctor is Differen */

/* How Can We Help You Today? */

.services_value_right {
    text-align: end;
}

.services {
    position: relative;
    padding: 80px 0 100px;
}

.serv_row_mb {
    margin-bottom: 50px;
}

.ser_img img {
    border-radius: 15px;
    height: 330px;
    width: 100%;
    object-fit: cover;
}

.service_cards {
    background: transparent;
    border-radius: 15px;
    transition: all .3s ease-in;
    border: 1px solid #cbcbcc;
}

.ser_txt {
    padding: 30px;
    transition: all .3s ease-in;
}

.ser_txt a {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    border-bottom: 1px solid #000000;
    text-transform: capitalize;
    line-height: 20px;
    margin-top: 15px;
    display: inline-block;
    transition: all .3s ease-in;
}

.ser_txt p {
    width: 90%;
    transition: all .3s ease-in;
}

.ser_txt h3 {
    margin-bottom: 10px;
    transition: all .3s ease-in;
}

.ser_txt a:hover {
    color: #000f63;
    border-bottom: #000f63;
}

.service_cards:hover .ser_txt p {
    color: #ffffffa4;
}

.service_cards:hover {
    background: linear-gradient(90deg, rgba(238, 197, 144, 1) 0%, rgba(161, 113, 61, 1) 100%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-15px);
}

.services::before {
    content: '';
    position: absolute;
    bottom: -40px;
    right: 0;
    background: url(../images/service-sec-shape.png);
    background-repeat: no-repeat;
    z-index: 99;
    background-size: contain;
    width: 250px;
    height: 115px;
}

/* How Can We Help You Today? */

/* Personalised Care Packages */

.price_main h3 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #ffffff;
}

.price_main h4 {
    font-size: 36px;
    color: #ffffff;
}

.price_main h4 span {
    font-size: 12px;
    font-family: 'novarese';
}

.price_main h5 {
    font-size: 18px;
    margin-bottom: 0;
    padding: 10px 0;
    color: #ffffff;
}

.price_top {
    padding: 30px 0;
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(98, 151, 207, 1) 0%, rgba(0, 14, 102, 1) 100%);
}

.price_top_wrap {
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(238, 197, 144, 1) 0%, rgba(161, 113, 61, 1) 100%);
}

.price_main ul li {
    font-size: 14px;
    font-family: 'novarese';
    color: #000000;
    padding-left: 40px;
    position: relative;
    margin: 0 0 20px;
    transition: all .3s ease-in;
}

.price_main ul li::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background: url(../images/checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    z-index: 1;
}

.pricing_btm {
    padding: 30px 30px;
}

.price_main {
    background: #c2d4ffad;
    border-radius: 30px;
    width: 370px;
}

.pricing_btm>span {
    font-size: 14px;
    font-family: 'novarese';
    color: #000000;
    transition: all .3s ease-in;
    display: block;
    margin-bottom: 20px;
}

.pricing_section {
    position: relative;
}

.pricing_section::before {
    content: '';
    position: absolute;
    bottom: 130px;
    left: 0;
    background: url(../images/pricing-shape.png);
    background-repeat: no-repeat;
    z-index: 99;
    background-size: contain;
    width: 190px;
    height: 80px;
}

/* Personalised Care Packages */

/* Dermatology & Minor Surgery */

.wcu_main {
    text-align: center;
    background: transparent;
    border-radius: 20px;
    padding: 30px 20px;
    border: 1px solid #cbcbcc;
    transition: all .3s ease-in;
    margin-top: 20px;
}

.wcu_main h4 {
    font-size: 18px;
}

.wcu_icon {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(238, 197, 144, 1) 0%, rgba(161, 113, 61, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border: transparent;
    position: relative;
    z-index: 1;
    margin: 0 auto 20px;
}

.wcu_icon img {
    height: 25px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(268deg) brightness(106%) contrast(103%);
    width: auto;
    object-fit: contain;
}

.wcu_icon::before {
    position: absolute;
    content: '';
    background: #000f63;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    border-radius: 10px;
    z-index: -1;
    transition: all 500ms ease;
}

.wcu_main:hover .wcu_icon img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(222%) hue-rotate(343deg) brightness(117%) contrast(100%);
}

.wcu_main:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-15px);
    background: linear-gradient(90deg, rgba(238, 197, 144, 1) 0%, rgba(161, 113, 61, 1) 100%);
    border: 1px solid #000f63;
}

.wcu_main:hover .wcu_icon::before {
    transform: scale(1, 1);
}

.wcu_main:hover h4 {
    color: #fff;
}

.wcu_txt p {
    margin-bottom: 20px;
}

.wcu_img img {
    width: 100%;
    object-fit: cover;
    height: 580px;
    border-radius: 20px;
}

.wcu_txt {
    padding: 0 80px 0 30px;
}

/* Dermatology & Minor Surgery */

/* Contact us */

.contact_left p {
    margin-bottom: 20px;
}

.contact_left form input,
.contact_left form textarea {
    height: 60px;
    font-size: 14px;
    padding: 15px 30px;
    border: 1px solid #0000003b;
    background: transparent;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
    border-radius: 50px;
    font-family: 'novarese';
    width: 100%;
}

.contact_left form textarea {
    resize: none;
    height: 120px;
    border-radius: 20px;
}

.contact_left form button {
    border: none;
}

.contact_map {
    padding-left: 30px;
}

.contact_map iframe {
    border-radius: 20px;
    width: 100%;
    height: 450px;
    filter: grayscale(100%);
}

.contact {
    position: relative;
}

.contact::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    background: url(../images/contact-shape.png);
    background-repeat: no-repeat;
    z-index: 99;
    background-size: contain;
    width: 190px;
    height: 65px;
}

/* Contact us */

/* footer */

/* .footerSec::before {
    content: '';
    position: absolute;
    top: -60%;
    right: 0;
    background: url(../images/footer-shape.png);
    background-repeat: no-repeat;
    z-index: 99;
    background-size: cover;
    width: 100%;
    height: 300px;
} */

.footerSec {
    padding: 280px 0 0px;
    background: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* margin-top: 100px; */
}

.footer_btm {
    border-top: 1px solid #98b8d863;
    padding: 20px 0;
    margin-top: 50px;
}

.copy_txt p {
    text-align: center;
    color: #ffffff;
}

.footerSec ul li a {
    font-family: 'novarese';
    font-size: 14px;
    color: #abbfd9;
    transition: all .3s ease-in;
}

.footerSec ul li a:hover {
    color: #ffffff;
    transform: translateX(10px);
}

.footerSec ul li {
    margin-bottom: 20px;
}

.ftr_logo p {
    margin-top: 20px;
    color: #b3c9e2;
    width: 80%;
}

.legal_links,
.quick_links,
.cont_links {
    padding-left: 150px;
    margin-top: 40px;
}

/* footer */