@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@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: 'IvyMode';
    src: url(../font/IvyMode-Light.woff);
}

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;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.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;
}

.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;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    font-family: "Montserrat", sans-serif;
    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;
}

p {
    font-weight: 500;
    line-height: 27px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: 'IvyMode';
    font-size: 72px;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'IvyMode';
    font-size: 72px;
    line-height: 1.2;
    color: #222222;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: 'IvyMode';
    font-size: 42px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

h4 {
    font-family: 'IvyMode';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'IvyMode';
    font-size: 31px;
    line-height: 1;
    color: #222222;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'IvyMode';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/select.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 1rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */


/*---------------------------------------------------- Carousel Section 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;
}


/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */


/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.btn-img {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-btn {
    background-image: -webkit-linear-gradient(-50deg, #a91500 0%, rgb(255, 80, 55) 100%);
    border-radius: 45px;
    padding: 0px 6px 0px 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", serif;
    height: 58px;
    border: 1px solid #fff;
    width: max-content;
    box-shadow: 0px 11px 14px 0px rgba(34, 34, 34, 0.23);
}

.p-btn img {
    width: auto;
    transition: 0.6s;
}

.p-btn:hover img {
    transform: rotate(360deg);
}

.p-btn:hover {
    background-color: transparent;
    background-image: none;
    border-color: red;
}

.p-btn:hover span {
    color: #000;
}

.p-btn:hover .btn-img {
    background: #c0250f;
}

.p-btn:hover .btn-img img {
    filter: brightness(18.4);
}

.p-btn span {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}


/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */


/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 0 0 0px;
    z-index: 1;
    position: relative;
}

.menuSec ul li a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    border-radius: 50%;
    width: 0%;
    content: ".";
    color: transparent;
    background: #ffff;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.5s ease-in-out;
    z-index: 1;
}

.menuSec ul li a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    border-radius: unset;
    width: 100%;
    content: "";
    color: transparent;
    background-color: #ffff;
    height: 0%;
    transform: translateX(-50%);
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.menuSec ul li a:hover::before {
    height: 100%;
    transition: 0.5s ease-in-out;
}

.menuSec ul li a:hover:after {
    width: 100%;
    transition: 0.5s ease-in-out;
}

.menuSec ul li a:hover {
    box-shadow: 0 0 10px 0 #0000002e;
}

.menuSec ul li a.active::before {
    height: 100%;
    transition: 0.5s ease-in-out;
}

.menuSec ul li a.active:after {
    width: 60%;
    transition: 0.5s ease-in-out;
}

.menuSec ul li a.active {
    box-shadow: 0 0 10px 0 #0000002e;
    transition-delay: 0.9s;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    text-align: left;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

ul.menu-navsitelink {
    margin-left: -20px;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 0;
}

.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: #b81f09;
}

.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;
}

.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;
}

.menuSec .p-btn {
    margin-left: -30px;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    width: 100%;
}


/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */


/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

section.banner-sec {
    align-content: center;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

section.banner-sec:before {
    background-image: url(../images/banner.jpg);
    width: 91%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    border-bottom-right-radius: 130px;
    background-position: left;
}

section.banner-sec .row {
    align-items: center;
}

.banner-image img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 13px;
    border-bottom-left-radius: 120px;
}

.banner-image {
    margin-right: -262px;
}

.banner-txt p {
    color: #fff;
    margin-bottom: 22px;
}

.banner-txt h1 {
    margin-bottom: 20px;
    font-size: 60px;
}

.banner-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

section.banner-sec:after {
    content: '';
    position: absolute;
    bottom: 12.1%;
    left: 0;
    background: #d35d4c;
    width: 80%;
    height: 1px;
}

.banner-slider .slick-slide {
    margin: 0 auto;
}

.banner-slider button.slick-prev {
    top: 187%;
    left: 170%;
}

.banner-slider button.slick-next {
    top: 187%;
    left: 179%;
}

.banner-slider ul.slick-dots {
    bottom: -250px;
    left: 340px;
}

.banner-slider button.slick-prev:before,
.banner-slider button.slick-next:before {
    content: '';
    background-image: url(../images/ban-slid-btn.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 45px;
    height: 45px;
    display: block;
    transition: 0.5s ease all;
    border: 1px solid transparent;
}

.banner-slider button.slick-next:before {
    transform: rotate(180deg);
}

.banner-slider ul.slick-dots li.slick-active button:before {
    color: #fff !important;
    opacity: 1 !important;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slider .slick-active {
    opacity: 1;
}

.banner-slider .slick-dots li button:before {
    color: #fff;
}

.banner-slider button.slick-prev:hover:before,
.banner-slider button.slick-next:hover:before {
    border: 1px solid #fff;
    border-radius: 50%;
}

.banner-image.iner img {
    height: 530px;
    object-position: top;
}

section.banner-sec.inner:before {
    height: 76%;
}

.banner-iner-text p {
    color: #fff;
}

.banner-iner-text {
    margin-top: 150px;
}

.banner-iner-text.carer h1 {
    margin-bottom: 25px;
}

section.banner-sec.inner .row {
    align-items: unset;
}

section.banner-sec.inner:after {
    bottom: 0;
    background: none;
}


/* section.banner-sec.inner {
    margin-bottom: 100px;
} */


/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.about-image {
    margin-left: -250px;
    margin-top: -199px;
    position: relative;
    z-index: 1;
}

.about-image img {
    width: 85%;
    height: 990px;
    object-fit: cover;
    border-radius: 10px;
    object-position: left;
}

section.about-us-sec {
    padding: 100px 0;
}

section.about-us-sec.iner .about-image img {
    height: 740px;
    object-position: center;
}

section.about-us-sec.iner .about-image {
    margin-top: 0;
}

.about-us-sec.iner {
    padding-top: 30px;
    padding-bottom: 30px;
}

section.about-us-sec.iner .about-text {
    margin-top: 12px;
}

.about-text p {
    margin-bottom: 21px;
    color: #7a7a7a;
    /* width: 90%; */
}

.about-main ul li p {
    width: 90%;
}

.about-us-sec.iner .about-main ul {
    margin-top: 40px;
}

.about-text h2 {
    margin-bottom: 17px;
    font-size: 40px;
}

.about-main ul {
    padding: 50px 50px 10px;
    background: #fff;
    border-radius: 12px;
    margin-left: -300px;
    margin-top: 30px;
    position: relative;
    display: flex;
    align-items: start;
    gap: 10px;
    width: 160%;
    z-index: 1;
}

.about-main ul:before {
    content: '';
    position: absolute;
    top: 65px;
    left: 47.4%;
    bottom: 0;
    background: #e5e5e5;
    width: 2px;
    height: 200px;
    margin: 0 auto;
}

.about-main ul li h5 {
    margin-bottom: 10px;
}

.about-main ul li p {
    margin: unset;
}

.about-text {
    margin-left: -60px;
}

.core-values ul li {
    list-style: disc;
    margin-bottom: 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #000;
}

.core-values h3 {
    margin-bottom: 15px;
}

.core-values {
    margin-top: 50px;
}

.core-values ul li strong {
    font-size: 17px;
}


/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Service Section Start ------------------------------------------------------------- */

.serv-head {
    text-align: center;
}

.serv-head p {
    width: 56%;
    margin: 0 auto;
}

.serv-head h2 {
    margin-bottom: 3px;
}

.serv-img img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(57%) saturate(6258%) hue-rotate(7deg) brightness(92%) contrast(102%);
}

.serv-img {
    margin: 0 auto;
    text-align: center;
    height: 100px;
    align-content: center;
}

section.service-sec.innner {
    margin-bottom: 130px;
}

.serv-main {
    width: 97%;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    padding: 14px 14px 26px;
    border-radius: 10px;
    border-bottom-right-radius: 80px;
}

.serv-head.iner h2 {
    font-size: 62px;
    margin-bottom: 10px;
}

.serv-head.iner p {
    width: 100%;
    margin-bottom: 22px;
}

.serv-text h4 {
    margin: 23px 0 10px;
    font-size: 22px;
}

.serv-text p {
    margin-bottom: 15px;
    font-size: 13px;
    height: 120px;
}

section.service-sec .row {
    margin-bottom: 60px;
}

section.service-sec {
    margin-bottom: 100px;
}


/*---------------------------------------------------- Service Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Testimonial Section Start ------------------------------------------------------------- */

section.Testimonial-Sec {
    padding-bottom: 100px;
}

.testi-head {
    text-align: center;
    margin-bottom: 50px;
}

.testi-head p {
    width: 56%;
    margin: 0 auto;
}

.testi-head h2 {
    margin-bottom: 8px;
}

ul.stars li:last-child i {
    opacity: 50%;
}

section.Testimonial-Sec .slick-slide.slick-current.slick-active .testi-main {
    background-image: -webkit-linear-gradient(-50deg, rgb(169, 21, 0) 0%, rgb(255, 80, 55) 100%);
}

section.Testimonial-Sec .slick-slide.slick-current.slick-active .testi-main:before {
    background: #fff;
}

section.Testimonial-Sec .slick-slide {
    opacity: 1;
}

section.Testimonial-Sec .slick-slide.slick-current.slick-active .testi-main .user-review:before {
    background: #fff;
}

section.Testimonial-Sec .slick-slide.slick-current.slick-active .testi-main ul.stars li i {
    color: #ffff;
}

section.Testimonial-Sec .slick-slide.slick-current.slick-active .testi-main img.testi-back {
    filter: invert(1);
}

section.Testimonial-Sec .slick-slide.slick-current.slick-active .testi-main p {
    color: #fff;
}

section.Testimonial-Sec .slick-slide.slick-current.slick-active .testi-main h4 {
    color: #fff;
}

section.Testimonial-Sec .slick-slide.slick-current.slick-active .testi-main span {
    color: #fff;
}

img.testi-back {
    width: 45%;
    position: absolute;
    top: 20%;
    left: 45%;
}

.testi-main {
    background: #fff;
    padding: 30px 50px 35px;
    border: 1px solid #dedede;
    position: relative;
    border-radius: 10px;
    transition: 0.5s ease all;
}

.user-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

ul.stars {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-main p {
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 400;
}

.user-review img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
}

.user-review:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #c1272d;
    width: 110px;
    height: 110px;
    z-index: -1;
    border-radius: 50%;
}

ul.stars li i {
    color: #fd8f00;
    font-size: 20px;
}

.testi-main span {
    font-family: 'Montserrat';
    font-size: 13px;
}

section.Testimonial-Sec button.slick-next.slick-arrow::before {
    content: '';
    position: absolute;
    top: -18px;
    left: -4px;
    background-image: url(../images/testi-arrow-1.png);
    width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

section.Testimonial-Sec button.slick-prev.slick-arrow::before {
    content: '';
    position: absolute;
    top: -30px;
    left: -45px;
    background-image: url(../images/testi-arrow-1.png);
    width: 70px;
    height: 80px;
    background-repeat: no-repeat;
}

section.Testimonial-Sec button.slick-next.slick-arrow:hover:before {
    filter: brightness(0) saturate(100%) invert(9%) sepia(87%) saturate(7495%) hue-rotate(23deg) brightness(90%) contrast(98%);
}

section.Testimonial-Sec button.slick-prev.slick-arrow:hover:before {
    filter: brightness(0) saturate(100%) invert(9%) sepia(87%) saturate(7495%) hue-rotate(23deg) brightness(90%) contrast(98%);
}


/*---------------------------------------------------- Testimonial Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.footer-links.footer-links-contact li {
    gap: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.footer-links.footer-links-contact li a {
    color: #ffffff78;
    font-family: 'Montserrat';
    font-size: 14px;
}

.phone-name p {
    color: #ffffff78;
}

.footer-links.footer-links-contact li i {
    color: white;
}

footer {
    background-color: #212121;
}

.bar {
    display: block;
    margin: 0 0 10px 0;
    color: #ffffff;
    padding: 4px 0 0px 0;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    z-index: 999999999;
    margin-bottom: 50px;
}

.ftr_box {
    position: relative;
    padding: 14px 22px 22px 15px;
}

.ftr_box.qlk:before {
    content: '';
    position: absolute;
    top: 0;
    left: -59px;
    background: #4b4d4d;
    width: 1px;
    height: 562px;
}

.ftr_box::before {
    /* position: absolute; */
    height: 80%;
    width: 1px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.ftr_box1::after {
    /* position: absolute; */
    /* height: 100%; */
    width: 1px;
    /* content: ''; */
    /* background-color: #20a4b2; */
    bottom: 0;
    right: 0;
}

.ftr_logo p {
    width: 85%;
    margin: 0 0 30px 0px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    opacity: 50%;
}

.ftr_logo h5 {
    color: #fff;
}

ul.footer_social {
    display: flex;
    align-items: center;
    gap: 15px;
}

ul.footer_social li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #889495;
    transition: 0.3s ease-in-out;
}

ul.footer_social li a:hover i {
    transition: 0.3s ease-in-out;
    color: #fff;
}

ul.footer_social li a:hover {
    transition: 0.3s ease-in-out;
    border: unset;
    background-image: -webkit-linear-gradient(-50deg, rgb(169, 21, 0) 0%, rgb(255, 80, 55) 100%);
}

ul.footer_social li a i {
    color: #fff;
    font-size: 15px;
    color: #889495;
    transition: 0.3s ease-in-out;
}

ul.services a {
    font-size: 14px;
    margin: 0 0 25px 0;
    transition: 0.3s ease-in-out;
}

.ftr_box a {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #ffffff78;
    display: block;
    width: fit-content;
}

.footer-links.footer-links-contact ul li img {
    object-fit: scale-down;
    width: auto;
}

.copy_right p {
    margin: 0;
    text-align: center;
    color: #b6b6ad;
    font-weight: 400;
}

.banner_main_box::before {
    position: absolute;
    width: 37%;
    height: 220px;
    right: -20%;
    bottom: 0;
    content: '';
    background: #d12128;
}

ul.our-happy-box-ul img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 1px 1px 7px 4px #00000029;
}

.ftr_logo a {
    font-family: "VintageKing";
    font-size: 22px;
    text-align: left;
    display: flex;
    align-items: self-start;
    justify-content: left;
    width: fit-content;
    color: #fff;
    line-height: 40px;
}

.ftr-right-bar {
    position: relative;
    z-index: 2;
}

.ftr-right-bar::before {
    position: absolute;
    top: 0;
    left: -25px;
    width: 104.3%;
    height: 11%;
    content: '';
    z-index: 2;
    background-image: -webkit-linear-gradient(-50deg, rgb(169, 21, 0) 0%, #ff5037 100%);
}

.footer-links.footer-links-contact a {
    margin: 0px 0;
}

ul.services a:hover {
    padding: 0 0 0 6px;
    transition: 0.3s ease-in-out;
    background-image: -webkit-linear-gradient(-50deg, rgb(169, 21, 0) 0%, rgb(255, 80, 55) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.quick a {
    transition: 0.3s ease-in-out;
    margin-bottom: 25px;
}

ul.quick a:hover {
    padding: 0 0 0 15px;
    transition: 0.3s ease-in-out;
    background-image: -webkit-linear-gradient(-50deg, rgb(169, 21, 0) 0%, rgb(255, 80, 55) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.img-back-ft {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding-top: 80px;
}

footer .row {
    border: 1px solid #4b4d4d;
}

.ftr_logo {
    position: relative;
    z-index: 2;
    border-right: 1px solid #4b4d4d;
    padding: 37px 0px 75px 35px;
}

.ftr_logo a img {
    margin-bottom: 17px;
    width: 130px;
}

.ft-btm-links ul {
    display: flex;
    justify-content: end;
    margin-right: 62px;
    gap: 40px;
    margin-bottom: 0px;
}

.ft-btm-links ul li a {
    color: #b6b6ad;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
}

.container-fluid.p-0 {
    padding: 18px 0px !important;
}

.ftr_logo:before {
    height: 290px;
    width: 1px;
    background-color: #4b4d4d;
    bottom: -38px;
    left: -10px;
    z-index: -1;
}

.ftr_logo:after {
    position: absolute;
    height: 1px;
    width: 410px;
    background-color: #4b4d4d;
    top: 0;
    left: -10px;
    z-index: -1;
}

.row.e {
    border: unset;
    width: 100%;
}

.ftr-right-bar .row {
    border: unset;
}

.ftr_box.ftr_box1 {
    padding: 14px 40px 20px 10px;
    border-right: unset;
    margin-left: -20px;
}

.ftr_box.qlk {
    margin-left: 34px;
}

.ftr_box.srgt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 82%;
    background: #4b4d4d;
    width: 1px;
    height: 100%;
}

.ftr-right-bar:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 240px;
    width: 1px;
    height: 100%;
    background: #4b4d4d;
}

.footer-links.footer-links-contact li p {
    color: #fff;
    opacity: 40%;
}


/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Why Choose Section Start ------------------------------------------------------------- */

section.why-choose-sec {
    margin-bottom: 100px;
    position: relative;
}

.why-choose-head-txt {
    margin: 40px 0 30px;
    padding: 10px 30px 10px 0px;
}

.why-choose-side-txt p {
    color: #fff;
    opacity: 70%;
    /* margin-bottom: 30px; */
}

.why-choose-side-txt ul li {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}

.why-choose-img {
    margin-left: -250px;
}

.why-choose-img img {
    width: 100%;
    height: 780px;
    object-fit: cover;
    border-radius: 10px;
    border-bottom-right-radius: 140px;
    object-position: -70px 0px;
}

.why-choose-side-txt {
    margin-left: 80px;
    margin-top: 50px;
}

.why-choose-head-txt h2 {
    margin-bottom: 12px;
}

section.why-choose-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/why-choose-back.png);
    width: 90%;
    height: 105%;
    z-index: -1;
    right: 0;
    margin: auto;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.why-choose-side-txt ul li img {
    width: 20px;
    height: 20px;
}

section.why-choose-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 51%;
    height: 37%;
    z-index: -1;
    right: 0;
    border-bottom-right-radius: 12px;
}

.contact-form-home {
    padding: 40px 45px;
    background: #fff;
    border-radius: 10px;
    /* margin-left: -240px; */
    margin-top: 30px;
    box-shadow: 0 0 10px #dadada;
    margin-bottom: 60px;
    text-align: center;
}

.contact-form-home button.p-btn {
    margin: 0 auto;
}

.grp-inpt-fme:before {
    content: '';
    position: absolute;
    top: 0;
    left: 45px;
    background-image: url(../images/cnt-line.png);
    width: 20px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}

.grp-inpt-fme input {
    width: 100%;
    height: 50px;
    border: 1px solid #ededed;
    padding: 12px 12px 12px 60px;
    font-size: 13px;
    border-radius: 4px;
    background: #f5f5f5;
    font-family: "Montserrat", sans-serif;
}

.grp-inpt-fme {
    position: relative;
}

.grp-inpt-fme i {
    position: absolute;
    top: 15px;
    left: 16px;
    font-size: 18px;
}

.contact-form-home h3 {
    margin-bottom: 18px;
}

.contact-form-home textarea {
    width: 100%;
    resize: none;
    padding: 12px;
    height: 110px;
    border-radius: 6px;
    background: #f5f5f5;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    margin-bottom: 12px;
    border: 1px solid #ededed;
    margin-top: 17px;
}

.contact-form-home textarea::placeholder,
.contact-form-home input::placeholder {
    text-transform: uppercase;
    color: #222222;
    font-weight: 500;
}


/* INNER ABOUT PAGE WHY CHOOSE CSS  */

.why-chose-points .why-choose-side-txt {
    margin: 0;
    margin-left: 0;
}

.why-chose-points p {
    color: #000;
}

.why-chose-points .why-choose-side-txt ul li {
    color: #000;
}

.why-chose-points .why-choose-side-txt ul li img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(93%) saturate(3688%) hue-rotate(339deg) brightness(99%) contrast(101%);
}

section.whychose-iner-sec {
    padding: 100px 0;
}

.whychose-iner-main-head h2 {
    font-size: 56px;
    margin-bottom: 10px;
}

.why-chse-iner-image img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: -10px -70px;
    border-top-left-radius: 130px;
}

.why-chse-iner-image {
    width: 100%;
    margin: 0 0 0 auto;
    margin-right: -240px;
}

.why-chose-points {
    padding: 50px;
    background: #fff;
    border-radius: 12px;
    margin-top: -300px;
    margin-left: 10px;
    width: 92%;
}

.whychose-iner-main-head {
    margin-top: 70px;
}


/*---------------------------------------------------- Why Choose Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Request Care Section Start ------------------------------------------------------------- */

section.request-care-sec {
    margin-bottom: 100px;
}

.request-care-sec input {
    width: 100%;
    height: 63px;
    padding: 12px 20px 12px 30px;
    border: 1px solid #00000036;
    margin-bottom: 20px;
    border-radius: 60px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #000;
}

.request-care-sec h2 {
    text-align: center;
    font-size: 60px;
    margin-bottom: 50px;
}

section.request-care-sec textarea {
    width: 100%;
    height: 180px;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #00000036;
    margin-bottom: 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #000;
    resize: none;
}

section.request-care-sec select {
    width: 100%;
    height: 64px;
    border-radius: 50px;
    border: 1px solid #00000036;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.request-care-sec button {
    width: 100%;
    padding: 18px;
    border-radius: 40px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    background-image: -webkit-linear-gradient(-50deg, rgb(169, 21, 0) 0%, #ff5037 100%);
    color: #fff;
    border: unset;
}

.request-care-sec input::placeholder {
    color: #898989;
}

section.request-care-sec textarea::placeholder {
    color: #898989;
}


/*---------------------------------------------------- Request Care Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Service Detail Section Start ------------------------------------------------------------- */

section.service-detail-sec {
    margin-bottom: 120px;
}

.serv-detail-img img {
    object-position: left;
    width: 100%;
    height: 490px;
    object-fit: cover;
    border-radius: 10px;
    border-bottom-right-radius: 80px;
}

.service-detail-text {
    margin-left: 40px;
}

.service-detail-text h2 {
    font-size: 62px;
    margin-bottom: 10px;
}

.service-detail-text p {
    margin-bottom: 15px;
}

.serv-detil-lst-txt {
    margin-top: 40px;
}

.serv-detail-img {
    margin-right: 10px;
}

section.service-detail-sec p {
    line-height: 29px;
}


/*---------------------------------------------------- Service Detail Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Job Applicaion Section Start ------------------------------------------------------------- */

.job-app-head {
    text-align: center;
    margin-bottom: 50px;
}

.job-app-sec input {
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 25px;
    border: 1px solid #00000036;
}

section.job-app-sec {
    margin-bottom: 100px;
}

.job-app-sec select {
    width: 100%;
    height: 60px;
    border-radius: 40px;
    margin-bottom: 21px;
    border: 1px solid #00000036;
}

.job-app-head p {
    width: 60%;
    margin: 0 auto;
}

section.job-app-sec button {
    margin: 0 auto;
}

.job-app-head h2 {
    font-size: 62px;
    margin-bottom: 12px;
}

.job-app-sec .upload-container {
    text-align: center;
    /* border: 1px solid #00000036; */
    /* padding: 40px; */
    border-radius: 30px;
    width: 100%;
    cursor: pointer;
    /* margin-bottom: 20px; */
    /* margin-top: 10px; */
}

.upload-main-container-frt {
    border: 1px solid #00000036;
    padding: 40px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.job-app-sec .upload-container:hover {
    border-color: #c0250e;
}

.job-app-sec .upload-icon {
    font-size: 50px;
    color: #f05a28;
    margin-bottom: 10px;
}

.job-app-sec .upload-text {
    font-size: 25px;
    margin-bottom: 8px;
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat';
}

.job-app-sec .upload-subtext {
    font-size: 13px;
    color: #8a8a8a;
    margin-bottom: 30px;
    font-family: 'Montserrat';
}

.job-app-sec .divider {
    display: flex;
    align-items: center;
    width: 30%;
    margin: 20px auto 30px;
    font-family: 'Montserrat';
    font-size: 21px;
    color: #000;
    font-weight: 400;
}

.job-app-sec .divider::before,
.job-app-sec .divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.job-app-sec .divider:not(:empty)::before {
    margin-right: 0.5em;
}

.job-app-sec .divider:not(:empty)::after {
    margin-left: .5em;
}

.job-app-sec .upload-btn {
    background: #e5e5e5;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #000;
}

.job-app-sec .upload-btn:hover {
    background: #eee;
}

.job-app-sec input[type="file"] {
    display: none;
}

.resum-label-job {
    border: 1px solid #ddd;
    width: max-content;
    margin: 0 auto;
    padding: 5px 23px;
    background: #e5e5e5;
}


/*---------------------------------------------------- Job Applicaion Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Contact Inner Section Start ----------------------------------------------------------- */

.contact_detail_box figure img {
    margin: auto;
    height: 55px;
    width: 55px;
    object-fit: cover;
}

.contact_detail_box h2 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.contact_detail_box p {
    width: 80%;
    margin: 0 auto;
}

.contact_detail_box {
    padding: 40px 20px;
    transition: 0.5s;
    border: 1px solid #d8e7fc;
    border-radius: 70px;
}

.contact_detail_box:hover img {
    filter: brightness(0) invert(1);
}

.contact_detail_box:hover h4 {
    color: #fff;
    background-image: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset;
}

.contact_detail_box:hover p {
    color: #fff;
}

.contact_detail_box:hover {
    transform: translate(0px, -2px);
    background-image: -webkit-linear-gradient(-50deg, rgb(169, 21, 0) 0%, #ff5037 100%);
}

.contact_form {
    padding-bottom: 7%;
}

section.contact_form button {
    margin: 0 auto;
}

.contact_form label {
    font-size: 15px;
    margin-bottom: 10px;
}

.section_head h2 {
    font-size: 60px;
    margin-bottom: 5px;
}

.contact_page {
    padding-bottom: 100px;
}

.contact_form input {
    height: 60px;
    width: 100%;
    border: 2px solid #e4e4e4;
    margin-bottom: 25px;
    border-radius: 50px;
    padding: 0 15px;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

.contact_form textarea {
    height: 180px;
    margin-bottom: 30px;
    width: 100%;
    border: 2px solid #e4e4e4;
    border-radius: 30px;
    padding: 15px 15px;
    resize: none;
}

.section_head {
    margin-bottom: 50px;
}

.section_head p {
    width: 65%;
    margin: 0 auto;
}

.contact_detail_box p span {
    display: block;
}

.contact_page h4 {
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
    background-image: -webkit-linear-gradient(-50deg, rgb(169, 21, 0) 0%, rgb(255, 80, 55) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 22px;
}

.contact_detail_box a {
    display: block;
    font-size: 16px !important;
}

img.logo-header {
    width: 100px;
}

.upload-main-container-frt .col-lg-4 {
    margin-bottom: 70px;
}


/*---------------------------------------------------- Contact Inner Section End ----------------------------------------------------------- */

.serv-head.iner strong {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.wth-txt h6 {
    font-family: 'Montserrat';
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
}

.about-main ul li {
    width: 100%;
}

.whychose-iner-sec h6 {
    color: #000;
}

.banner-iner-text.jb h1 {
    font-size: 67px;
}

.banner-iner-text.jb p {
    width: 88%;
    line-height: 28px;
    margin-top: 5px;
}

.banner-sec.inner.jb:before {
    height: 77%;
}

.serv-new-line-ad ul li {
    margin-bottom: 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #000;
    list-style: disc;
}

.serv-new-line-ad ul {
    margin-left: 28px;
}

.serv-new-line-ad h3 {
    margin-bottom: 20px;
}

.serv-new-line-ad {
    margin-top: 55px;
}

ul.clean-list li {
    margin-bottom: 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #000;
    list-style: disc;
}

ul.clean-list {
    margin-left: 28px;
    margin-top: 20px;
}

.core-values ul {
    margin-left: 27px;
}

.serv-mak-dif {
    text-align: center;
    margin-top: 60px;
}

.serv-mak-dif p {
    margin: 13px 0;
    font-size: 15px;
}

.cntc-serv-dif {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.cntc-serv-dif i {
    color: #000;
    font-size: 18px;
}

.txt-cnt-difmak-cnt {
    font-family: 'Montserrat';
    font-size: 15px;
    color: #000;
    opacity: 80%;
    font-weight: 500;
}

.checklist-adres-job .form-group {
    margin-bottom: 20px;
}

.checklist-adres-job .yes-no-options label {
    margin-right: 20px;
    cursor: pointer;
}

.checklist-adres-job .hidden-field {
    display: none;
    margin-top: 10px;
}

label.employlead {
    font-weight: 500;
    color: #000;
    font-family: "Montserrat", sans-serif;
    margin: 0px 0px 13px 20px;
    font-size: 15px;
}

.checklist-adres-job label {
    font-size: 15px !important;
}

.yes-no-options input {
    width: 30px;
    margin: unset;
    height: 20px;
    padding: unset;
}

.yes-no-options label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.career-sec {
    margin-bottom: 100px;
}

.career-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 22px;
}

.carer-main p {
    line-height: 32px;
}

.carer-main h2 {
    font-size: 45px;
    margin: 0px 0 12px;
}

.dsp-content {
    margin-top: 12px;
}

.dsp-content p {
    margin: 0 0 12px;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.career-sec h3 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 500;
}

.key-responsiblity ul li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 13px;
}

.carer-main .qualification-dsp ul li p {
    margin: unset;
}

.key-responsiblity ul li p {
    margin: unset;
}

.check-key-carer {
    background: #dc3821;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
}

.carer-main .requirements {
    margin: 20px 0 25px;
}

.carer-main .qualification-dsp ul li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 13px;
}

.carer-main .qualification-dsp ul {
    margin: 20px 0;
}

.carer-main .qualification-dsp ul li i {
    color: #fdb435;
    font-size: 17px;
}

.carer-main h6 {
    font-weight: 500;
    color: #000;
    font-size: 24px;
    margin-top: 16px;
}

.resources-main ul li {
    padding: 16px 30px;
    border: 1px solid red;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: 1s all;
    background-image: -webkit-linear-gradient(-50deg, rgb(169 21 0 / 0%) 0%, rgb(255 80 55 / 0%) 100%);
}

.resources-main ul li a {
    display: grid;
    align-items: center;
    transition: 0.5s all;
    background-image: -webkit-linear-gradient(-50deg, #a91500 0%, #ff5037 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
}

.resources-main ul li:hover {
    background-image: -webkit-linear-gradient(-50deg, rgb(169, 21, 0) 0%, rgb(255, 80, 55) 100%);
}

.resources-main ul li:hover a {
    background-image: -webkit-linear-gradient(#fff 100%);
}

.resources-main ul li:hover a span {
    color: #fff;
    background-image: -webkit-linear-gradient(#fff 100%);
}

.resources-main ul li a span {
    transition: 0.5s all;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-50deg, #000 0%, #000 100%);
    font-weight: 400;
}

section.resources-sec {
    margin-bottom: 100px;
}

.employe-main img {
    width: 160px;
}

figure {
    margin: unset;
}

.employe-main a {
    text-align: center;
    padding: 35px 28px 25px;
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
    min-height: 242px;
}

.employe-main a:hover:before,
.employe-main a:hover:after {
    border-color: #af1904;
}

.employe-main a:before,
.employe-main a:after {
    content: "";
    border-radius: 25px;
    border: 8px solid #f0462e;
    clip-path: polygon(65% 0, 100% 0, 100% 35%, 35% 100%, 0 100%, 0 65%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.employe-main a:after {
    border-width: 3px;
    clip-path: polygon(0 0, 60% 0, 55% 5%, 96% 44%, 100% 40%, 100% 100%, 40% 100%, 43% 95%, 5% 55%, 0 60%);
    top: 3px;
    bottom: 3px;
    right: 3px;
    left: 3px;
}

.employe-main {
    width: 70%;
    margin: 0 auto 50px;
}

section.employee-sec {
    margin-bottom: 100px;
}

.why-choose-side-txt h2 {
    font-size: 56px;
    margin-bottom: 40px;
    color: #fff;
}

.education-box label {
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    gap: 10px;
}

.education-box input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    cursor: pointer;
}

.acedmic-level-job .education-box label input {
    margin: unset;
}

.acedmic-level-job .education-box {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-left: 20px;
    margin-bottom: 22px;
    margin-top: 15px;
}

.job-app-sec h6 {
    font-weight: 500;
    color: #000;
    font-family: "Montserrat", sans-serif;
    margin: 0px 0px 13px 18px;
    font-size: 18px;
}

.job-question {
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.job-question .q-options {
    width: 24%;
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    align-items: center;
}

.q-options label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--muted);
    cursor: pointer;
    user-select: none;
    margin: unset !important;
}

.q-options input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #0b74ff;
    cursor: pointer;
    margin: unset;
}

.job-list {
    margin: 20px 0;
}

.job-app-sec h5 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    font-family: "Montserrat", sans-serif;
    margin: 10px 0px 30px 18px;
}

.job-app-sec label {
    margin: 0 0 6px 20px;
    color: #000;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.employer-3 {
    margin-bottom: 0px;
}

.employer-1 {
    margin-bottom: 20px;
}

.employer-2 {
    margin-bottom: 20px;
}

.employer-2 h6,
.employer-1 h6,
.employer-3 h6 {
    margin-bottom: 30px;
}

.whychose-iner-sec .why-choose-side-txt h2 {
    color: #000;
}

a.email-ftr-lst {
    margin-right: -35px !important;
    font-size: 13px !important;
}

.about-text p b {
    color: #393939de;
}

.about-text a {
    margin-top: 20px;
}