@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: 400;
    font-size: 14px;
    line-height: 21px;
}


/***** 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: 'Brunson';
    src: url(../fonts/Brunson.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-medium';
    src: url(../fonts/montserrat-medium.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: #ff7b5f;
    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: 'Brunson';
    font-size: 60px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Brunson';
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Brunson';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Brunson';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Brunson';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Brunson';
    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: 15px 0;
}
section.main_slider {
    position: relative;
    z-index: 1;
}



.menuSec .container-fluid {
    padding: 0 5%;
}
.menuSec img {
    margin: 0;
}

.menuSec ul {
    /* position: relative; */
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    justify-content: start;
    align-items: center;
    font-weight: 500;
    display: flex;
    gap: 82px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: flex;
    text-decoration: none;
    color: #3d3d3d;
    /* padding: 10px 26px; */
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.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;
}
.header_btn a {
    display: flex;
    justify-content: end;
    width: 200px;
    height: 60px;
    align-items: center;
    gap: 27px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fbf5f4;
    background: #ff7b5f;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 13px;
}
.menuSec a img {
    width: 120px;
    height: 60px;
}
.header_btn a img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 63px !important;
    width: 63px !important;
    background: #fff;
    padding: 25px;
    border-radius: 50px;
}
.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: #ff937d;
}

.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 */


.carousel-item.active {
    height: 109vh;
    width: 100%;
    margin-bottom: 59px;
}

/* 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: rgb(255 255 255 / 10%);
    z-index: 1;
}
.banner_text:before {
    /* position: absolute; */
    content: '';
    width: 675px;
    height: 706px;
    top: 96px;
    left: 72px;
    background: #ff7b5f;
    margin: auto 0;
    z-index: -1;
    border-radius: 15px;
    overflow: hidden;
}
.banner-back-2 {
    position: absolute;
    z-index: -1;
    top: 97px;
    left: 28.7%;
}
.banner-back-1 img {
    height: 225px;
    width: 419px;
}

.banner-back-2 img {
    height: 248px;
    width: 311px;
}
.banner-back-1 {
    position: absolute;
    z-index: -1;
    bottom: 5px;
    left: 73px;
}
.banner_text a:hover {
    color:#fff;
}

.banner_text a {
    display: flex;
    width: 265px;
    justify-content: end;
    gap: 33px;
    align-items: center;
    height: 60px;
    border: 1px solid #ffff;
    color: #fff;
    border-radius: 37px;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
    overflow: hidden;
}

.banner_text a img {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 60px;
    width: 60px;
    padding: 24px;
    border-radius: 50px;
}
.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_img {
    position: relative;
    z-index: 1;
}
.banner_img img {
    /* position: absolute; */
    bottom: 0;
    z-index: 1;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
}.banner_img.wow.bounceIn {
    /* position: relative; */
    /* z-index: 1; */
}
.banner-reviews {
    position: absolute;
    z-index: 99;
    /* background: #ffffff; */
    /* height: 116px; */
    /* width: 307px; */
    /* display: flex; */
    /* justify-content: center; */
    /* border-radius: 13px; */
    /* align-items: center; */
    bottom: -2px;
    right: 0;
}

.banner-reviews img {
    height: 49px;
    width: 50px;
    border-radius: 51px;
    /* display: inline-flex; */
}

header {
    position: absolute;
    width: 100%;
    z-index: 99;
    margin: auto;
}

.banner_text.wow.fadeInLeft {
    /* padding: 30px 30px; */
}
.banner_sec .row {
    position: relative;
    z-index: 1;
}
.mouse {
    position: absolute;
    height: 55px;
    width: 56px;
    background: #ff7b5f;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    bottom: -21px;
    left: 0;
    /* top: 0; */
    right: 0;
    margin: 0 auto;
    z-index: 2;
    box-shadow: 0 0 0 14px #fff;
}
/*banner css end*/
.about_img {
    text-align: end;
}
.about_sec {
    padding: 100px 0;
}

.about_img img {
    height: 579px;
    width: 100%;
    object-fit: cover;
    border-radius: 22px;
}
.about_text h2 {
    color: #211a17;
    margin: 0;
    padding-top: 25px;
}

.about_text h4 {
    color: #ff7b5f;
}
.about_text p {
    color: #9e9e9e;
    font-size: 14px;
    width: 86%;
    line-height: 23px;
    font-weight: 500;
}
.banner_text p {
    width: 98%;
    color: #fcd5c9;
}
.Our_mission_back {
    position: absolute;
    z-index: -1;
    bottom: -44px;
    right: -68px;
    transform: rotate(-40deg);
    height: 230px;
    width: 398px;
}
.Our_mission {
    background: #ff7b5f;
    padding: 68px 64px 71px 87px;
    width: 119%;
    margin-left: -84px;
    border-radius: 15px;
    /* border: 8px solid #fff; */
    margin-top: 48px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 0 0px 10px #ffff;
}
.Our_mission:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 83%;
    background: #ffffff3d;
    left: 40px;
    top: 0;
}

.Our_mission:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 64px;
    background: #ffffff;
    left: 40px;
    top: 204px;
    z-index: 7;
}
.Our_mission h3 {
    color: #fff;
    margin: 0;
    padding-bottom: 11px;
    font-weight: 300;
}

.Our_mission p {
    color: #fcd5c9;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    width: 96%;
}

.Our_mission a {
    display: flex;
    justify-content: end;
    width: 192px;
    height: 60px;
    align-items: center;
    gap: 27px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.Our_mission a img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    background: #fff;
    padding: 25px;
    border-radius: 50px;
}
.clinic-table-sec{
  /* padding:60px 0; */
  background:#f5f5f5;
  border: 1px solid #d4d2d2;
  border-radius: 12px;
  width: 100%;
}

.clinic-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  border-radius:12px;
  overflow:hidden;
  font-family:Arial, sans-serif;
}

.clinic-table thead{
  background:#f46f52;
}

.clinic-table thead th{
  color:#fff;
  padding: 18px;
  font-size: 30px;
  text-align:center;
  letter-spacing:1px;
  font-family: 'Brunson';
  font-weight: 300;
}

.clinic-table tbody td{
  padding:18px;
  text-align:center;
  font-size: 15px;
  color: #383533;
  font-weight: 600;
}

.clinic-table tbody tr:nth-child(odd){
  background:#ffffff;
}

.clinic-table tbody tr:nth-child(even){
  background:#ffe5df;
}

.clinic-table tbody tr td{
  border: 1px solid #d4d2d2;
}

.clinic-table tbody tr:last-child td{
  border-bottom:none;
}
.Clinics_sec {
    padding: 0  0 100px 0;
}

.Clinics_content {
    text-align: center;
    padding-bottom: 36px;
}

.Clinics_content h2 {
    margin: 0;
    padding-bottom: 8px;
    color: #231c17;
    font-size: 50px;
}

.Clinics_content p {
    width: 80%;
    margin: 0 auto;
    color: #949494;
    font-weight: 500;
}
.Clinics_content h2 span {
    color: #ff7b5f;
}
.clinic_btn a{
   display: flex;
   justify-content: end;
   width: 226px;
   height: 60px;
   align-items: center;
   gap: 19px;
   border: 1px solid #fff;
   border-radius: 50px;
   color: #fff;
   margin: 0 auto;
   background: #f46f52;
   text-transform: uppercase;
   font-size: 14px;
}
.clinic_btn a img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    background: #fff;
    padding: 25px;
    border-radius: 50px;
}
.clinic_btn {
    margin-top: 22px;
}



/*Testimonial css Starts*/

    section.testimonial-sec {
        padding: 0px 63px 80px;
    }

    .testimonial-card-user-txt h5 {
        color: #241c17;
        font-size: 23px;
        /* line-height: 42px; */
        margin: 0;
    }

    .testimonial-card-user-txt h6 {
        font-size: 15px;
        /* line-height: 30px; */
        color: #909090;
        font-family: 'Montserrat-medium';
        font-weight: 300;
        border-bottom: 1px solid #d5d5d5;
        display: inline-flex;
        margin: 0;
    }
        

    .testimonial-card-txt p {
        color: #b8b8b8;
        font-size: 14px;
        line-height: 26px;
        margin: 30px 0;
        width: 90%;
        font-weight: 500;
    }
.testimonial-card {
    width: 100%;
    padding: 0px 0 0 31px;
}
    .testimonial-card-reviews-main {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 30px;
        padding: 0 0 20px 0;
    }

    .testimonial-card-reviews-start ul {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 5px;
    }

    .testimonial-card-reviews-start ul li a i {
        color: #f39f1e;
    }

    .testimonial-card-reviews-img img {
        display: flex;
        align-items: center;
        justify-content: start;
        height: 50px;
        width: 50px;
        border-radius: 100px;
        object-fit: cover;
        box-shadow: 0 0 20px 0 #00000036;
    }

    section.testimonial-sec .slick-active {
        opacity: 1;
    }
.testimonial-heading.heading.wow.bounceIn {
    text-align: center;
}

.testimonial-heading.heading h2 {
    color: #231b18;
    margin: 0;
    padding-bottom: 10px;
}
.testimonial-heading.heading h2 span {
    color: #f46f52;
}
.testimonial-heading.heading p {
    width: 100%;
    /* margin: 0 auto; */
    color: #929292;
    font-weight: 500;
}

.testimonial-heading.heading {
    padding-bottom: 48px;
}
/*Testimonial css Ends*/


.why_chose_us {
    padding-bottom: 100px;
}

.why_chose_us_text h2 {
    color: #221a16;
    font-size: 50px;
    margin: 0;
}

.why_chose_us_text h4 {
    font-size: 30px;
    color: #f46f52;
}

.why_chose_us_text ul li i {
    color: #f46f52;
    padding-right: 14px;
}

.why_chose_us_text a {
    display: flex;
    justify-content: end;
    width: 185px;
    height: 60px;
    align-items: center;
    gap: 23px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    /* margin: 0 auto; */
    background: #f46f52;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.why_chose_us_text a img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    background: #fff;
    padding: 24px;
    border-radius: 50px;
}

.why_chose_us_text p {
    width: 105%;
    line-height: 23px;
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 500;
}
.why_img-1 img {
    height: 250px;
    width: 250px;
    object-fit: cover;
    border-radius: 20px;
}

.why_img-1 {
    text-align: end;
    padding-bottom: 25px;
}

.why_img-2 img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 19px;
}

.why_img-2 {
    /* text-align: end; */
}

.why_img-3 {
    align-items: center !important;
    width: 429px;
}

.why_img-3 img {
    width: 309px;
    height: 421px;
    object-fit: cover;
    border-radius: 20px;
}

.why_chose_us .row {
    align-items: center;
    justify-content: center;
}
.why_chose_us_text {
    /* padding-left: 72px; */
    width: 99%;
}

.why_chose_us_text ul li img {
    padding-right: 10px;
}

/*Footer Start*/

.heading-ft-contact h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #1b1b1b;
}
.heading-ft-contact h2 span {
    color: #fc7a5e;
}
.ft-contact ul li img {width: 55px;height: 55px;object-fit: contain;padding: 16px 5px;border-radius: 50%;background: #000000;transition: 0.8s;}
.ft-contact ul li img:hover {
    background: #eb7359;
}

.ft-contact ul li p {
    font-family: 'Montserrat-medium';
    font-size: 14px;
    font-weight: 500;
    color: #231c19;
    margin-bottom: 0px;
}

.ft-contact ul li  a {
    font-size: 14px;
    font-weight: 500;
    color: #231b18;
}

.ft-contact ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ft-contact ul li span {
    display: block;
    color: #29292b;
    font-size: 14px;
    font-weight: 500;
}




.ft-contact {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 40px;
}

.heading-ft-contact {
    margin-bottom: 30px;
}

.ft-contacts-main-sec {padding: 100px 0px 0px;}

footer {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 31px;
    background: #221b17;
}
.ft-logo-main p {
    /* font-family: 'Montserrat'; */
    font-size: 14px;
    color: #c4c2bf;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 7px;
}

.ft-links h3 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 300;
}

.ft-links ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #dcd8d5;
    text-transform: uppercase;
}

.ft-links ul {
    column-count: 2;
}

.ft-links ul li {
    padding-bottom: 29px;
}

.ft-links {
    margin: 0 0px 20px 0px;
    /* border-left: 1px solid #ffffff57; */
    padding: 15px 0px 10px 75px;
}

.ft-social ul li {
    border: 1px solid #ffffff7d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.ft-social ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ft-social ul li a {
    color: #ffffff94;
    font-size: 11px;
}

.ft-social ul li:hover {
    /* background-image: -webkit-linear-gradient(0deg, rgb(14, 123, 187) 0%, rgb(18, 37, 92) 100%); */
    transition: 0.9s;
    border: unset;
    background: #ffffff;
}

.ft-social ul li:hover a {
    color: #000000;
}
.ft-form-field button {
    display: flex;
    justify-content: end;
    width: 198px;
    height: 60px;
    align-items: center;
    gap: 27px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    /* margin: 0 auto; */
    background: #f46f52;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
}

.ft-form-field button img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    background: #fff;
    padding: 24px;
    border-radius: 50px;
}
.ft-form-main h2 {
    font-size: 35px;
    margin-bottom: 17px;
    line-height: 31px;
    color: #1c1c1c;
}
.ft-form-main h2 span {
    color: #ff7b5f;
}
.ft-form-main p {
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin-bottom: 22px;
}
.why_chose_us_text ul li {
    color: #484848;
    padding-bottom: 11px;
}

.How_it_work_content p {
    color: #929292;
    font-weight: 500;
}
.ft-form-field input {
    border: 1px solid #00000040;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 24px;
    border-radius: 5px;
    /* font-family: 'Montserrat'; */
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.ft-form-field  textarea {
    border: 1px solid #00000040;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 14px;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    height: 150px;
    font-weight: 500;
}

.ft-form-main {
    background: #fff;
    padding: 30px 30px;
    margin-top: -200px;
    margin-left: -17px;
    box-shadow: 0px 0px 111px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px 10px 27px 0;
}

.ft-bottom p {
    text-align: start;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #fff;
    margin-bottom: unset;
    padding: 30px 0px;
    width: 98.6%;
    opacity: 1;
    padding-left: 222px;
    font-weight: 500;
}
.ft-logo-main {
    margin-top: 60px;
}
footer .row {
    align-items: center;
}
.ft-social h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 14px;
    margin-top: 20px;
}
.ft-form-field  button.theme_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}


.ft-form-field  button.theme_btn .side-btn-img {position: absolute;right: 5px;}
/*Footer End*/


.process-sec{
padding:70px 0;
background:#f2f2f2;
}

.process-row{
display:flex;
gap:25px;
justify-content:center;
flex-wrap:wrap;
}
.How_it_work_content {
    width: 45%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

.How_it_work_content h2 {
    color: #231b18;
    margin: 0;
    padding-bottom: 12px;
    font-size: 50px;
}
.How_it_work_content h2 span {
    color: #fc7a5e;
}
.process-card
{position:relative;
    width: 304px;
    padding:35px 25px;
    background: #ffffff;
    border-radius:18px;
    transition:0.4s;
    cursor:pointer;
    box-shadow: 0 0 11px 0 #cfcfcf;
}


.process-card .icon{
font-size:24px;
margin-bottom:15px;
}
.icon img {
    height: 31px;
    width: 31px;
    /* object-fit: cover; */
}
.process-card h3{font-size: 26px;margin-bottom:10px;font-weight: 400;color: #141929;}

.process-card p{font-size:14px;color:#666;line-height:1.6;transition:0.4s;font-weight: 500;}
.process-card:hover .number {
    
background-image: linear-gradient(0deg, #ff836a3b 26%, #ff8e7c 62%);
    
background-clip: text;
    
-webkit-background-clip: text;
    
-webkit-text-fill-color: transparent;
}
.process-card .number{position:absolute;top: 0px;right:25px;font-size: 50.97px;font-weight: 900;color:#dcdcdc;transition:0.4s;background-image: linear-gradient(0deg, #FFFFFF 26%, #dfdfdf 62%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;line-height: 83px;font-family: 'Brunson';}

/* HOVER EFFECT */

.process-card:hover{
background:#f46f52;
color:#fff;
}
.process-card:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(5deg) brightness(104%) contrast(101%);
}
.process-card:hover h3 {
    color: #fff;
}
.process-card:hover p{
color:#fff;
}

.process-card:hover .number{
color:rgba(255,255,255,0.25);
}

.banner-reviews{display:flex;align-items:center;gap: 0px;background:#fff;padding:8px 15px;border-radius: 15px;margin-right: 0;height: 97px;width: 311px;}

.review-users{
display:flex;
}

.review-users img{width: 70px;height: 70px;border-radius:50%;border:3px solid #fff;margin-left: -24px;object-fit: cover;}

.review-users img:first-child{
margin-left:0;
}

.review-rating{display:flex;align-items: center;gap:3px;font-size:14px;padding-left: 21px;}

.review-rating span{font-weight: 600;margin-right: 4px;color: #000;}

.review-rating i{color:#ffb400;font-size: 9px;margin-right: -5px;}

.review-rating p{/* margin-left:8px; */font-size:12px;color:#666;margin: 0;font-weight: 500;}




.theme-btn {
    position: relative;
    z-index: 2;
    border: 0;
    transition: 0.5s;
    overflow: hidden;
}

.theme-btn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 50px;
    left: 0;
    /* right: 0; */
    /* bottom: 0; */
    /* top: 0; */
    margin: auto;
    background: #000;
    border-radius: 50px;
    z-index: -1;
    transition: 0.5s all;
}

.theme-btn:hover::before {
    width: 100%;
    height: 100%;
}

.ft-logo-main a img {
    width: 120px;
    height: 60px;
}
/* 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;
}

.banner_text{
    background-image: url(../images/banner-text.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 170px 25px;
    background-position: center;
    border-radius: 16px;
    height: 90%;
    position: relative;
    bottom: -85px;
}
.banner_sec {
    padding: 10px 50px;
}