@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 {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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;
}

img {
    max-width: 100%;
}

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;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 600;
    line-height: 1.8;
    font-family: 'montserrat-regular';
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Kenyan-Coffee-Rg';
    src: url(../fonts/Kenyan-Coffee-Rg.otf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-regular';
    src: url(../fonts/montserrat-regular\ .ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-light';
    src: url(../fonts/montserrat-light.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url(../fonts/Montserrat-SemiBold.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 400;
    font-style: normal
}
/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.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: 'Kenyan-Coffee-Rg';
    font-size: 102.99px;
    line-height: 110px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Kenyan-Coffee-Rg';
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 15px;
}

h3 {
    font-family: 'Kenyan-Coffee-Rg';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Kenyan-Coffee-Rg';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Kenyan-Coffee-Rg';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Kenyan-Coffee-Rg';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 18px 0;
}
.Service_btn.header {
    margin: 0;
}

.Service_btn.header a {
    width: 182px;
}
.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: unset;
    /* display: inline-block; */
    /* text-decoration: none; */
    color: #393939;
    padding: 10px 7px;
    font-size: 13px;
    font-family: montserrat-light;
    font-weight: 600;
}

.menuSec ul li a:after {
    /* content: ''; */
    /* position: absolute; */
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.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;
}

.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;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.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;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.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*/
.banner_text.wow.fadeInLeft {
    padding-left: 72px;
}
.banner_text.inner-banner p {
    margin: 0 auto;
}
.banner_text.inner-banner h2 {
    margin: 0;
    font-size: 90px;
    color: #203433;
}
.banner_text.inner-banner.wow.fadeInLeft {
    text-align: center;
}
.carousel-item.inner-banner.active img {
    height: 75vh;
}
.carousel-item.active img {
    width: 100%;
    height: 100vh;
}

.banner_text h1 {
    color: #203433;
}
.banner_text p {
    width: 77%;
    color: #203433;
    font-size: 14.99px;
}
.banner_text  a {
  background-color: rgb(42, 42, 42);
  width: 242px;
  height: 54px;
  display: flex;
  align-items: center;
  gap: 29px;
  color: #fff;
  border-radius: 43px;
  justify-content: end;
  font-size: 14px;
  text-transform: uppercase;
}
.banner_text a img {
    height: auto !important;
    width: auto !important;
    background: #4dc0b8;
    padding: 18px;
    border-radius: 50px;
}
.about_sec {
    padding: 100px 0;
    /* position: relative; */
    z-index: 1;
}

.about {
    background: #f5f9f9;
    padding: 100px;
    border-radius: 23px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.about_mg {
    position: absolute;
    top: 0;
    z-index: -1;
}
/* .about::before {
   
    background-image: url(../images/about_back.png);
    background-repeat: no-repeat;
    background-size: cover;
content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    z-index: -2;


} */
 .about_img img {
    height: 533px;
    object-fit: cover;
    border-radius: 24px;
    width: 95%;
}
.about_text {
    background: #ffff;
    box-shadow: 0 0 1px 0 #7c7c7c;
    border-radius: 16px;
    padding: 42px 50px;
}

.about_text p {
    font-size: 13px;
    font-weight: 700;
}

.about_text  a {
  background-color: rgb(42, 42, 42);
  width: 175px;
  height: 54px;
  display: flex;
  align-items: center;
  gap: 29px;
  color: #fff;
  border-radius: 43px;
  justify-content: end;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px;
}
.about_text a img {
    height: auto;
    width: auto !important;
    background: #4dc0b8;
    padding: 18px;
    border-radius: 50px;

}
.about_text h2 {
    color: #000;
    font-size: 80px;
}
.about-sec_2 {
    padding-top: 100px;
    padding-bottom: 0;
}
.about_para p {
    font-size: 30px;
    font-family: 'Kenyan-Coffee-Rg';
    font-weight: 400;
    line-height: 40px;
}
.about_para p span {
    color: #4dc0b8;
}
.about_para {
    position: relative;
    z-index: 1;
}

.about_para img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.service_content h2 {
    text-align: center;
    color: #000;
}
.Service {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.Service::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background: #f1f5f5;
    z-index: -1;
    top: 0;
}
.services_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid #0000001f;
    margin-top: 20px;
    padding-left: 45px;
}
.Financing_content h2 {
    text-align: center;
    font-size: 88px;
    color: #000;
}
.servi-box {
    background: #fff;
    box-shadow: 0 0 1px 0;
    padding: 20px;
    border-radius: 30px;
}
.services_img img {
    height: 636px;
    width: 100%;
    object-fit: cover;
    border-radius: 36px;
    padding: 18px;
}

.services_img {
    position: relative;
    z-index: 1;
}

.services_img::before {
    width: 100%;
    height: 636px;
    background: #4dbfb7;
    position: absolute;
    content: '';
    border-radius: 21px;
    z-index: -1;
    left: 0;
    top: 0;
}
.services_text h5 {
    display: flex;
    height: 61px;
    width: 61px;
    justify-content: center;
    align-items: center;
    background: #f5f9f9;
    font-size: 39px;
    color: #4dbfb7;
}


.Service_btn  a {
  background-color: rgb(42, 42, 42);
  width: 183px;
  height: 54px;
  display: flex;
  align-items: center;
  gap: 29px;
  color: #fff;
  border-radius: 43px;
  justify-content: end;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px;
}
.Service_btn a img {
    height: auto;
    width: auto !important;
    background: #4dc0b8;
    padding: 18px;
    border-radius: 50px;
}
.Service_btn {
    margin-top: 26px;
    margin-left: 40px;
}
.Reviews{
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
.reivwies-left {
    text-align: end;
    padding-top: 75px;
    width: 94%;
}
.Reviews-center i {
    color: #f39f1e;
}
.Reviews-center {
    text-align: center;
}
.Peterson_img {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.Peterson_img h5 {
    margin: 0;
    color: #000;
    font-size: 24px;
}

.Peterson_img p {
    font-size: 12px;
    margin: 0;
}

.Peterson_img img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 50%;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 8px 0 #52a9b7;
}
.reivwies-right {
    text-align: start;
    padding-top: 75px;
    padding-left: 24px;
}

.Peterson_img.right {
    justify-content: start;
}
.Reviews-center h2 {
    color: #000;
}

.Reviews-center h6 {
    font-size: 37px;
    color: #4ba5b4;
    margin-bottom: 6px;
}
.reivwies-left-bottom {
    text-align: end;
    width: 87%;
}

.reivwies-right-bottom {
    text-align: start;
    width: 72%;
    margin-left: 70px;
}

.reivwies-left-bottom p {
    padding-left: 100px;
}

.reivwies-right-bottom p {
    padding-right: 0;
    width: 95%;
}
.review-crcile {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 87px;
    margin: auto;
    text-align: center;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.review-crcile img {
    width: 588px;
    height: 366px;
}

.Reviews p {
    color: #c8c8c8;
}
.blog_sec{
    background-image: url(../images/blog-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.blog_sec::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #ddf0f185;
}
.blog_img {
    position: absolute;
    left: 0;
    bottom: -24px;
}

.blog_img img {
    width: 89%;
    height: 556px;
}

.blog_text {
    background: #fff;
    padding: 36px;
    box-shadow: 0 0 4px 0 #7c7c7c;
    border-radius: 20px;
    width: 86%;
}

.Service_btn.blog_btn {
    margin-left: 0;
}

.blog_text ul li {
    display: flex;
    gap: 4%;
}

.blog_text ul li h5 {
    margin: 0;
    color: #000;
}

.blog_text ul li i {
    color: #40cdc3;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    background: #ebf9f8;
    border-radius: 5px;
}

.blog_text ul li p {
    color: #7c7c7c;
}
h3.blog_headig {
    font-size: 50px;
    color: #203433;
    font-weight: 400;
}
.blog_text p {
    color: #7c7c7c;
}

/* .contact_home */
/* Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.contact_home {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}



.contact_home_form form input {
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #7c7c7c;
    border-radius: 5px;
    background: #f5fbfb;
}
.contact_home_form form input::placeholder{
    color: #777979;
}
.contact_home_form form {
    padding: 50px;
    border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 30px 79px 0px rgba(16, 16, 16, 0.23);
}
.contact_home_form form textarea::placeholder{
    color: #777979;
}
.contact_home_form form  textarea{
    width: 100%;
    height: 250px;
    border-radius: 5px;
    padding: 10px;
    background: #f5fbfb;
}


.contact_home_form button {
  background-color: rgb(42, 42, 42);
  width: 181px;
  height: 55px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: #fff;
  border-radius: 43px;
  justify-content: end;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px;
}
.contact_home_form button img {
    height: auto;
    width: auto !important;
    background: #4dc0b8;
    padding: 18px;
    border-radius: 50px;
}
.contact_home_txt h3 {
    font-size: 73px;
    font-weight: 400;
    color: #203433;
    margin-bottom: 0;
    margin-top: 60px;
}
.contact_home_img {
    position: absolute;
    top: 273px;
    z-index: -1;
    left: 0;
    width: 91%;
    right: 0;
    margin: 0 auto;
}

.contact_home_img img {
    border-radius: 20px;
    width: 100%;
    height: 541px;
    object-fit: cover;
}



/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.footer-btm {
    background: #030b12;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid #1b2228;
}

.footer-contact p {
    color: #ffffff;
    margin-bottom: 22px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    width: 90%;
    font-weight: 400;
    opacity: 60%;
}

.socialMediaIcons i {
    font-size: 16px;
    border: 1px solid #fff;
    width: 37px;
    height: 37px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
    transition: 0.7s all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-links ul a:hover {
    opacity: 100%;
}

.news-letter ul li:hover {
    opacity: 100%;
}

.footerSec {
    background: #030b12;
    padding-top: 50px;
}

.foot-links h5 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 25px;
}

.news-letter ul li {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 8px;
    border-bottom: 2px solid #353c41;
    padding-bottom: 20px;
    opacity: 60%;
    color: #fff;
    font-size: 15px;
    width: 80%;
    transition: 1s all;
}

.news-letter ul {
    color: white;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 21px;
}

.footer_logo img {
    position: sticky;
    z-index: 9999999;
    margin-top: 25px;
    width: 64%;
}

.footer_logo::before {
    background: #ef82b5;
    position: absolute;
    content: '';
    width: 100vw;
    height: 100%;
    right: 35%;
    top: 17px;
    z-index: 5;
    border-radius: 0px 12px 12px 0px;
    bottom: 0;
    margin: auto;
}

.footer_logo {
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}

.news-letter h5 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 25px;
}

.foot-links ul {
    /* display: flex; */
    /* flex-direction: column; */
    gap: 14px;
    font-size: 12px;
    column-count: 2;
}

.copy-txt p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    opacity: 60%;
}

.socialMediaIcons i:hover {
    background: #4dc0b8;
    border: unset;
}

.foot-links ul a {
    font-size: 15px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 60%;
    transition: 1s all;
    font-weight: 200;
}

.news-letter ul a {
    font-size: 15px;
    color: #ffffff;
}

.footer-contact h5 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 22px;
    margin-top: 25px;
}

.socialMediaIcons {
    display: flex;
    align-items: center;
    gap: 7px;
}

.news-letter p {
    color: #fff;
    font-size: 14px;
    opacity: 60%;
    margin-bottom: 10px;
    margin-top: -5px;
}

.news-letter input {
    width: 100%;
    height: 55px;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 15px;
    font-family: 'Roboto';
}

.news-letter button {
    width: 170px;
    height: 52px;
    border-radius: 10px;
    border: unset;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    background: #3cbcb2;
}

.foot-links {
    /* margin-left: 50px; */
}

.news-letter {
    margin-left: 0;
}

.news-letter.vtb {
    margin: unset;
}

.news-letter ul li:Last-child {
    border: unset;
}

.news-letter ul li img {
    width: 20px;
    height: auto;
    object-fit: scale-down;
}


/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */
.contact_sec {
  padding: 100px 0;
}
.contact_detail h1 {
  font-size: 75px;
  /* font-family: "deluce"; */
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom: 0px;
}
.contact_detail p {
  font-size: 15px;
  /* font-family: "montserrat.medium"; */
  color: #979797;
  /* margin-bottom: 30px; */
}
.contact_detail {
  padding: 50px 0;
}
.contact_card {
  border: 1px solid #60c6bf;
  padding: 34px;
  height: 100%;
  border-radius: 10px;
}
.contact_card h2 {
  font-size: 34px;
  margin-bottom: 10px;
  padding-top: 13px;
}
.contact_card p {
  font-size: 15px;
  /* font-family: "montserrat.medium"; */
  color: #979797;
  margin: 0;
  font-weight: 700;
}
.contact_card p a {
  text-decoration: none;
  color: #979797;
  margin: 0;
}
.contact_heading h1 {
  font-size: 74px;
  /* font-family: "deluce"; */
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
.contact_heading p {
  font-size: 15px;
  /* font-family: "montserrat.medium"; */
  color: #979797;
  margin-bottom: 30px;
}
.contact_form input,
.contact_form textarea {
  width: 100%;
  border: 1px solid #979797;
  padding: 12px 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "montserrat.medium";
  color: #000;
  text-transform: capitalize;
}
.contact_form button {
    background-color: rgb(42, 42, 42);width: 183px;height: 54px;display: flex;align-items: center;gap: 29px;color: #fff;border-radius: 43px;justify-content: end;font-size: 14px;text-transform: uppercase;padding: 5px;margin: 0 auto;
}
.contact_form {
  padding: 100px 0;
}
.contact_form button img {
      height: auto;
      width: auto !important;
      background: #4dc0b8;
      padding: 18px;
      border-radius: 50px;
}
.Invisalign_sec{
    padding: 100px 0 ;
}


.Invisalign_img a{background-color: rgb(42, 42, 42);width: 244px;height: 54px;display: flex;align-items: center;gap: 29px;color: #fff;border-radius: 43px;justify-content: end;font-size: 14px;text-transform: uppercase;padding: 5px;/* margin: 0 auto; */}
.Invisalign_img a img{
       height: auto;
       width: auto !important;
       background: #4dc0b8;
       padding: 18px;
       border-radius: 50px;
       box-shadow: unset;
}
.Invisalign_img_angel img {
    height: auto !important;
    width: auto !important;
    box-shadow: unset !important;
    background: unset !important;
    padding: 51px !important;
}

.Invisalign_img {
    position: relative;
    z-index: 1;
}

.Invisalign_img_angel {
    position: absolute;
    top: 47%;
    left: -52px;
}

.Invisalign_img img {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 4px 0;
    padding: 28px;
    border-radius: 22px;
    height: 701px;
    object-fit: cover;
}
.Invisalign_img h3 {
    padding-top: 19px;
    font-size: 59px;
    font-weight: 400;
}
.Membership {
    padding: 100px 0;
}

.Membership_content h2 {
    text-align: center;
}

.Business {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-bottom: 30px;
}

.Business h5 {
    margin: 0;
    font-family: 'Montserrat-SemiBold';
    font-size: 25px;
}

.Business h6 {
    margin: 0;
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #7c7c7c;
}
.Membership_plan {
    background: #ffffff;
    padding: 31px;
    box-shadow: 0 0 27px 7px #f6fafa;
    border-radius: 17px;
}

.Membership_plan ul li {
    padding-bottom: 26px;
}

.Membership_plan h4 {
    font-size: 34px;
    color: #4dbfb7;
    padding: 15px 5px;
    font-family: Montserrat-SemiBold;
    position: relative;
    z-index: 1;
}

.Membership_plan h4:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 72px;
    background: #f6fafa;
    left: -34px;
    top: 0;
    z-index: -1;
}
.insurances-img img {
    width: 560px;
    height: 560px;
    object-fit: cover;
    border-radius: 50%;
    border: 30px solid #fff;
    animation: wobble-hor-bottom 7s linear infinite both;
}

.insurances-img {
    position: relative;
    text-align: center;
    height: 600px;
    width: 600px;
    display: grid;
    place-content: center;
    margin: 0 30px 0 auto;
}

.insurances-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    width: 360px;
    height: 654px;
    background-color: #4dbfb7;
    border-radius: 30rem 0rem 0rem 30rem;
    z-index: -1;
    margin: auto;
}
.insurances-sec {
 padding-bottom: 100px;
    padding-top: 100px;
}
.services_img.Financing img {
    height: 514px;
}

.services_img.Financing::before {
    height: 518px;
}
.learning {
    display: flex;
    align-items: center;
    gap: 41px;
}

.learning img {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4dbfb7;
    padding: 15px;
    border-radius: 24px;
}

.learning h5 {
    font-family: unset;
    margin: 0;
}

.learning p {
    margin: 0;
}
.Services_sec {
    padding: 100px 0;
}

.Services_sec .row {
    align-items: center;
}

.Services_sec_content h2 {
    text-align: center;
    color: #000;
    font-size: 93px;
    margin: 0;
}



.Services_sec_img img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    padding: 20px;
    border-radius: 39px;
}

.Services_sec_img {
    position: relative;
    z-index: 1;
}

.Services_sec_img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 385px;
    background: #ffffff;
    z-index: -1;
    box-shadow: 0 0 3px 0 #7c7c7c;
    border-radius: 16px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.Services_sec_icon {
    position: absolute;
    width: 95px;
    height: 95px;
    background: #4dbfb7;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -19px;
    left: -16px;
    border-radius: 50px;
    box-shadow: 0 0 0 4px #fff;
}

.Services_sec_icon img {
    height: auto;
    width: auto;
    padding: 0;
}
.angel img {
    width: auto;
    height: auto;
    padding: 22px;
}

.angel {
    position: absolute;
    bottom: -26px;
    left: -25px;
}
.Services_sec_text h3 {
    font-size: 50px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 15px;
}

.Services_sec_text p {
    width: 90%;
    line-height: 30px;
    color: #767676;
}
.Services_sec_icon.right {
    right: -20px;
    left: unset;
}

.angel.right {
    right: -30px;
    left: unset;
    transform: rotate(
270deg);
}


.Patient_sec {
    padding: 100px 0;
}

.Patient_img img {
    width: 100%;
    height: 651px;
    object-fit: cover;
    border-radius: 27px;
    margin: 0 auto;
}

.Patient_img {
    position: relative;
    z-index: 1;
    margin: auto;
    align-content: center;
    box-shadow: 0 0 3px 0;
    padding: 24px;
    border-radius: 15px;
}


.guides h2 {
    color: #000;
    text-transform: uppercase;
    padding-top: 50px;
    margin-bottom: 5px;
}

.guides {
    padding-bottom: 51px;
}

.guides p {
    color: #2f2f2f;
}

.useful_Links h2 {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
}

.useful_Links p {
    color: #2f2f2f;
}

.useful_Links {
    padding-bottom: 50px;
}

.useful_Links a {
    color: #5cc4bd;
    text-decoration: underline;
    line-height: 2;
    font-weight: 400;
}

.checklists h2 {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
}

.checklists p {
    color: #2f2f2f;
    padding-bottom: 30px;
    margin: 0;
}

.checklists ul li img {
    margin-right: 11px;
}

.checklists ul li {
    padding-bottom: 15px;
}

.helpful_forms h2 {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
}

.helpful_forms p {
    color: #2f2f2f;
}

.helpful_forms a {
    color: #000;
    text-decoration: underline;
    line-height: 2;
    font-size: 16px;
}

.helpful_forms a i {
    color: #4fbfb8;
    font-size: 20px;
    padding-left: 5px;
}
.angels img {
    height: auto;
    width: auto;
    padding: 24px;
}

.angels {
    position: absolute;
    left: -27px;
    bottom: -28px;
}
.Emergency {
    padding: 100px 0;
}

.Emergency_text h2 {
    color: #203433;
    margin: 0;
}

.Emergency_text h4 {
    font-size: 40px;
    color: #4dbfb7;
}

.Dental_Emergency h3 {
    font-weight: 400;
}

.Dental_Emergency ul {
    column-count: 3;
}

.Dental_Emergency ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
    font-weight: 500;
}

.Dental_Emergency ul li i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 25px;
    background-color: #ebf9f8;
    color: #42c6bc;
}

.headphones {
    display: flex;
    align-items: center;
    gap: 19px;
    margin: 0 auto;
    justify-content: center;
}

.headphones_box {
    background: #ffffff;
    padding: 51px;
    width: 75%;
    margin: 0 auto;
    box-shadow: 0 0 79px 0 #cccbcb;
    border-radius: 20px;
}

.headphones h5 {
    font-size: 28px;
    font-family: Roboto-Regular;
    margin-bottom: 5px;
}

.headphones a {
    font-size: 34px;
    font-family: 'Montserrat-SemiBold';
    font-weight: 600;
    color: #000;
}

.Emergency_text p {
    padding-bottom: 40px;
}
.Arrive_sec {
    padding: 0 0 100px 0;
}

.Arrive_img img {
    height: 432px;
    width: 100%;
    border-radius: 21px;
    object-fit: cover;
}


.Arrive_text h2 {
    color: #203433;
}

.Arrive_text ul li {
    display: flex;
    gap: 16px;
}

.Arrive_text ul {
    column-count: 2;
}

.Arrive_text ul li i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 55px;
    background: #ebf9f8;
    color: #42c6c2;
}

.Arrive_text ul li h6 {
    margin: 0;
}
.Arrive_text a {
    background-color: rgb(42, 42, 42);
    width: 242px;
    height: 54px;
    display: flex;
    align-items: center;
    gap: 29px;
    color: #fff;
    border-radius: 43px;
    justify-content: end;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px;
}
.Arrive_text a img {
    height: auto !important;
    width: auto !important;
    background: #4dc0b8;
    padding: 18px;
    border-radius: 50px;
}
.Immediate_text {
    text-align: center;
}

.information {
    padding: 100px 0;
    background: #f6fafa;
}

.Immediate_text h2 {
    font-size: 80px;
    color: #000;
    font-weight: 400;
}

.vision {
    padding: 30px 0 50px;
}

.vision_img img {
    width: 100%;
    height: 436px;
    object-fit: cover;
    border-radius: 26px;
}

.vision_text p {
    /* padding-bottom: 34px; */
    font-size: 16px;
}
.vision .row {
    align-items: center;
}
.vision_text h1 {
    font-weight: 100;
    /* padding-top: 80px; */
    font-size: 70px;
}

.vision_img {
    position: relative;
}

.vision_img::before {
    position: absolute;
    content: '';
    top: -15px;
    left: -13px;
    width: 400px;
    height: 468px;
    background: #4dbfb7;
    z-index: -1;
    border-radius: 22px;
}

.vision_img.mission::before {
    left: 140px;
}
.theme-btn {
    position: relative;
    z-index: 2;
    border: 0;
}

.theme-btn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #4db5ae;
    border-radius: 5px;
    z-index: -1;
    transition: .5s all;
    border-radius: 50px;
    color: #fff;
}

.theme-btn:hover::before {
    width: 100%;
    height: 100%;
}
.theme-btn:hover {
    color: #fff;
}
.theme-btn1 {
    position: relative;
    z-index: 2;
    border: 0;
}

.theme-btn1::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #000000;
    border-radius: 5px;
    z-index: -1;
    transition: .5s all;
    border-radius: 10px;
    color: #fff;
}

.theme-btn1:hover::before {
    width: 100%;
    height: 100%;
}
.theme-btn1:hover {
    color: #fff;
}
.foot-links ul li {
    padding-bottom: 12px;
}