@import url("https://fonts.googleapis.com/css2?family=Passions+Conflict&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Playfair+Display&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Red+Hat+Display&family=Syne:wght@800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter&family=Mulish:wght@400;500;700&family=Plus+Jakarta+Sans:wght@500&family=Poppins:wght@700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');


body {
    overflow-x: hidden !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Source Sans Pro;
    /* border: 1px solid black; */
}

a {
    text-decoration: none;
}

h2,
h3,
h4 {
    font-weight: 900;
}

h3 {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 700;
}

/* ======================================Header======================================  */

/* .OverHidden {
  overflow-x: hidden;
  overflow-y: hidden;
} */


.OverHidden::-webkit-scrollbar {
    overflow-x: hidden;
}

.thm-text-color {
    color: #2b4990;
}

/* back to top button */
#back-to-top-button {
    display: inline-block;
    background-color: #007bc1;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
}

    #back-to-top-button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #back-to-top-button:hover {
        cursor: pointer;
        background-color: #2b4990;
    }

    #back-to-top-button:active {
        background-color: #2b4990;
    }

    #back-to-top-button.show {
        opacity: 1;
        visibility: visible;
    }

/* back to top button */

.fixed-top_sec {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: aliceblue;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.navbar .navbar-nav .nav-item .nav-link i {
    font-size: 15px;
    position: relative;
    top: 2px;
    left: 5px;
}

.fixed-top-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
    
}

.fixed-top-nav {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

    .fixed-top-nav .navbar {
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
        z-index: 2;
    }

.navbar .navbar-brand {
    width: 190px;
}

    .navbar .navbar-brand img {
        width: 100%;
    }

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 8px 6px;
    font-size: 18px;
    font-family: "Source Sans 3";
    font-weight: 600;
    color: #344a74;
    position: relative;
    height: 72px;
    display: flex;
    align-items: center;
}

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
        color: rgba(0, 0, 0, 1);
    }

.Navbar_container {
    padding: 0px 35px;
}

.LoginandRegister a {
    color: #000;
    background: transparent;
    padding: 7px 10px;
    border: 1px solid #000;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 5px;
    margin-right: 15px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

.LoginandRegisterMobile {
    padding: 10px 0px;
}

    .LoginandRegisterMobile a {
        background: transparent;
        padding: 10px 17px;
        display: inline-block;
        border-radius: 5px;
        font-family: Montserrat;
        transition: 0.3s;
        background-color: #1266ac;
        border: none;
        color: white !important;
        margin-right: 0px;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
    }

.LoginandRegister .Register:hover {
    background-color: #212462;
    border: 1px solid #2b4990;
    color: white;
}

.LoginandRegister .Login {
    /*background-color: #2b4990;*/
    background: linear-gradient(to right, #4177D5 4%, #3746A9 50%, #333399 76%);
    /*background-color: #1266ac;*/
    border: none;
    color: white;
    margin-right: 0px;
}

    .LoginandRegister .Login:hover {
        background: #212462;
        color: #fff;
    }



.site-nav--is-megamenu .nav-link:after {
    content: "";
    display: block;
    width: 100%;
    border: 2px solid #344a74;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .3s ease-in-out 0s;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    z-index: 99;
}

.site-nav__item:hover .nav-link:after {
    visibility: visible;
    transform: scaleX(1);
}


/* ======================================Header======================================  */

/* ======================================Counter_section====================================== */

.Counter_section {
    background-color: rgba(43, 73, 145, 1);
    padding: 80px 0px;
}

.Counter_Card_Num h4,
.Counter_Card_Num span {
    font-family: Montserrat;
    font-size: 46px;
    font-weight: 600;
    color: white;
    margin-bottom: 0px;
}

.Counter_Card_Num {
    display: flex;
    align-items: center;
}

.Counter_Card .Slash {
    margin: 0 10px;
    /* border-left: 2px solid #2d4a8d; */
    border-left: 2px solid white;
    height: 45px;
}

.Counter_Card {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .Counter_Card .Counter_Name {
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 600;
        color: white;
        text-transform: uppercase;
    }

/* ======================================Counter_section====================================== */


/* ======================================Client_Slider_Section======================================  */

.Client_Slider_Section {
    background: linear-gradient(264.72deg, #1266AC 4.23%, #2B4991 47.52%, #000000 99.68%);
    padding: 45px 0px;
}

.Client_Slider_Inner .splide .splide__track .splide__list .splide__slide img {
    width: 132px;
}


/* ======================================Client_Slider_Section======================================  */

/* ======================================Global_Reach_section2====================================== */

.Global_Reach_section2 .Global_Reach_Box img {
    /*box-shadow: 5px 5px 4px 0px rgba(247, 165, 167, 1);*/
    border-radius: 0px 15px 15px 0px;
}

.Global_Reach_section2 .Global_Reach_text {
    margin-left: 35px;
    margin-right: 83px;
}

/* ======================================Global_Reach_section2====================================== */

/* ======================================Hero_Home_section======================================  */
.bottombord {
    border-bottom: 1.4px solid #888888;
    padding: 0px 6px;
}

/*.Hero_section {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, -49) 80%),*/
    /* Adjust transparency */
    /*url("../asset/images/newphotos/img14.jpg");*/
    /* Background image */
    /*background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 0px 0px 15px 15px;*/
    /* min-height: 490px; */
    /*min-height: 100vh;
    display: flex;
    align-items: center;
    z-index: 1;
}*/

.Hero_section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
    z-index: 1;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3); /* Optional: makes text more readable */
    z-index: 1;
}

.Hero_section .container {
    position: relative;
    z-index: 2;
}




.lottie {
    width: 50%;
}

.banner_animation {
    height: 100%;
}



/* .Hero_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../asset/images/RectangleNewbg.png);
  background-size: cover;
  border-radius: 0px 0px 15px 15px;
  z-index: 1;
  opacity: .9;
} */


.Hero_Jobs_image {
    height: 100%;
    background-color: white;
    border-radius: 5px;
}

    .Hero_Jobs_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
        padding: 4px;
    }

.Hero_section .job-heading {
    position: relative;
}

.Hero_jobs {
    position: relative;
    z-index: 1;
    padding-left: 50px;
}

    .Hero_jobs h2 {
        font-family: Montserrat;
        font-size: 50px;
        font-weight: 700;
        line-height: 60.95px;
        /*background: rgba(43, 73, 145, 1);*/
        background-color: white;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .Hero_jobs h4 {
        /*color: rgba(69, 69, 69, 1);*/
        color: rgb(197 197 197);
        font-family: Source Sans Pro;
        font-size: 18px;
        font-weight: 500;
        line-height: 30.17px;
        margin: 20px 0px;
    }

.Hero_section svg {
    position: absolute;
    left: 6px;
    top: 33px;
    z-index: -1;
    width: 60%;
}

@media (max-width: 920px) {

    .Hero_section .job-heading svg {
        width: 100%;
        top: 100px;
    }
}

@media (max-width: 560px) {
    .Hero_section .job-heading svg {
        top: 50px;
    }
}

@media (max-width: 430px) {
    .Hero_section .job-heading svg {
        top: 40px;
    }
}

@media (max-width: 395px) {
    .Hero_section .job-heading svg {
        top: 35px;
    }
}

@media (max-width: 360px) {
    .Hero_section .job-heading svg {
        top: 60px !important;
        width: 85% !important;
    }
}

@media (max-width: 300px) {
    .Hero_section .job-heading svg {
        top: 20px;
    }
}



.RegisterAndApply a {
    /*background: rgba(18, 102, 172, 1);*/
    background: #2B4990;
    padding: 14px 25px 14px 25px;
    border-radius: 5px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    border: none;
    color: rgba(255, 255, 255, 1);
    transition: all 0.2s ease-out;
}

    .RegisterAndApply a:hover {
        background: #212462;
    }


.RegisterAndApply .RegisterBtn {
    background: rgba(32, 36, 39, 1);
    color: rgba(255, 255, 255, 1);
}

.RegisterAndApply button:hover {
    background: transparent;
    color: black;
    border: 1px solid black;
}

.RegisterAndApply {
    display: flex;
    column-gap: 20px;
}

.Bank ul li:nth-child(3) img {
    opacity: 0.5;
}

.scrollpara p {
    font-family: Source Sans Pro;
    font-size: 17px;
    font-weight: 400;
    color: #666666;
}

.scrollarrow {
    text-align: end;
    cursor: pointer;
}

    .scrollarrow span {
        font-family: Source Sans Pro;
        font-size: 17px;
        font-weight: 400;
        display: inline-block;
        color: #666666;
        margin-right: 15px;
    }

/* ======================================Navbar_DropDown======================================  */

.site-nav--has-dropdown:hover .site-nav__dropdown,
.site-nav--has-dropdown a:hover .site-nav__dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
    top: 60px;
    transition: all 0s cubic-bezier(0.2, 0.06, 0.05, 0.95);
}


/* .site-nav--has-dropdown:hover .megamenu,
.site-nav--has-dropdown a:hover .megamenu {
  display: block;
  opacity: 1;
  transition-delay: 0s;
} */

/* .megamenu {
  padding: 39px 0;
  line-height: 1.8;
  transform: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
  transition-delay: 0.3s;
} */

.site-nav__dropdown {
    position: absolute;
    padding: 39px 0;
    line-height: 1.8;
    left: 0;
    margin: 0px 0px;
    z-index: 5;
    /* display: block; */
    /* display: none; */
    top: -9999px;
    opacity: 0;
    visibility: hidden;
    background-color: #d9ebf5;
    min-width: calc(100%);
    transition: all 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
    transform: translate3d(0, -12px, 0);
    margin-top: 20px;
    border-radius: 0px;
}

    .site-nav__dropdown .H5Underline a {
        font-family: "Source Sans 3";
        font-weight: 600;
        color: #344a74;
        font-size: 35px;
        display: inline-block;
    }


    .site-nav__dropdown .Dropdownnavitem h5 a {
        color: #202427;
        font-size: 18px;
        font-weight: 600;
        position: relative;
        border-radius: 30px;
        padding: 0px 0px;
        transition: all .5s ease;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .site-nav__dropdown .Dropdownnavitem h5 a::before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            width: 50px;
            bottom: 0;
            /*background-color: #2e4a80;*/
            border: 2px solid #2e4a80;
            border-radius: 30px;
            height: 100%;
            transition: all .5s ease-in-out;
            opacity: 0;
        }

        .site-nav__dropdown .Dropdownnavitem h5 a:hover {
            /*color: white;*/
            color: #2e4a80;
        }

            .site-nav__dropdown .Dropdownnavitem h5 a:hover:before {
                width: 100%;
                opacity: 1;
            }

        .site-nav__dropdown .Dropdownnavitem h5 a i {
            font-size: 25px;
            /*background-color: #202427;
            color: #ece8e8;*/
            color: #202427;
            border: 2px solid #000;
            border-radius: 100px;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .site-nav__dropdown .Dropdownnavitem h5 a:hover i {
            /*background-color: #2e4a80;*/
            border: none;
            transition: all .10s ease-in-out;
        }




/* .site-nav__dropdown .Dropdownnavitem ul li {
  list-style: none;
} */

/* .site-nav__dropdown .Dropdownnavitem a {
  font-size: 14px !important;
  text-transform: capitalize !important;
  color: #25649a !important;
} */
/* 
.Dropdownnav.site-nav__dropdown.megamenu h3 a {
  color: #2e4a80;
  font-size: 22px;
  text-transform: capitalize;
  border-bottom: 2px solid #344a74;
  padding: 0px 20px 6px 0px;
  font-weight: 700;
} */

/* .Dropdownnavitem .H5Underline {
  text-transform: capitalize;
  border-bottom: 2px solid #344a74;
  padding: 0px 20px 6px 0px;
  font-weight: 700;
} */

/* .Dropdownnavitem .H5Underline a {
  color: #2e4a80 !important;
  font-size: 22px !important;
} */

/* .Dropdownnavitem .H5Underline {
  text-transform: capitalize;
  border-bottom: 2px solid #344a74;
  padding: 0px 20px 6px 0px;
  font-weight: 700;
} */

/* .Dropdownnavitem .H5Underline a {
  color: #2e4a80;
  font-size: 22px;
  text-transform: capitalize;
  padding: 0px 20px 6px 0px;
  font-weight: 700;
} */

.H2UnderlineRemove {
    border-bottom: none !important;
}

.DropDown_Image img {
    width: 50%;
    border-radius: 10px;
    padding: 5px;
}

.DropDown_Image .button {
    border: none;
    padding: 5px 24px;
    background-color: #2e4a80 !important;
    color: white;
    text-transform: capitalize;
    margin-top: 20px;
    border-radius: 5px;
}


.site-nav__dropdownService {
    padding: 39px 0;
}

.H5Underline {
    text-align: center;
}

/* .DropdownnavitemService {
  padding: 10px 40px 50px;
} */

/* ======================================Navbar_DropDown======================================  */

/* ======================================mobile_view======================================  */

.offcanvas-header .offcanvas-title {
    width: 160px;
}

    .offcanvas-header .offcanvas-title img {
        width: 100%;
    }

#MobileViewNavoffcanvas .offcanvas {
    width: 85% !important;
}

.header-sticky-wrapper {
    background-color: #ffffffff;
    position: relative;
    z-index: 28;
}

.ICON {
    font-size: 25px;
    background-color: #202427;
    color: #ece8e8;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

    .ICON i {
        font-size: 20px;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.TextSize a h4 {
    font-size: 20px;
    text-transform: capitalize;
}



/* ======================================mobile_view======================================  */

.page-width .fa-bars {
    font-size: 30px;
}

.page-width img {
    width: 100%;
}

.site-header {
    padding-right: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-width {
    max-width: 100%;
    text-align: center;
}

.MobileIcon a {
    width: 160px;
    display: inline-block;
}

.site-header {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.offcanvas .offcanvas-body .accordion .accordion-button {
    padding: 0px 0 !important;
    display: inline-block;
    width: 20%;
    line-height: 48px;
    font-size: unset;
    text-align: center;
    border: 1px solid black;
    margin: 5px 0px;
}

.offcanvas .offcanvas-body .mobile-links-border a {
    padding: 0px 0;
    color: #2e4a80;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    box-shadow: none;
    outline: 0;
    border-top: none;
}

.offcanvas .offcanvas-body .mobile-links-border a {
    line-height: 50px;
    width: auto;
    display: inline-block;
}

.offcanvas .offcanvas-body .accordion .accordion-button span {
    line-height: 50px;
    width: auto;
    display: inline-block;
}

.offcanvas-body .accordion-item .accordion-header button {
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 50px;
    background: none;
    border: none;
    border-bottom: 0.5px solid #ccc;
}

    .offcanvas-body .accordion-item .accordion-header button .button-text {
        width: 100%;
        text-align: left;
        padding: 0px 0;
        color: #2e4a80;
        font-size: 1.1rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        box-shadow: none;
        outline: 0;
        border-top: none;
    }


.offcanvas .offcanvas-body a {
    color: #2e4a80;
}

.accordion-button::after {
    flex-shrink: 0;
    background-size: 30px;
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-right: 0px;
    background-image: url(../asset/images/png-transparent-arrow-removebg-preview.png) !important;
    margin-left: unset;
}

.offcanvas .offcanvas-body .accordion-button:not(.collapsed) {
    background: transparent;
}

.MobileAccordioninner .accordion-body .accordion a {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.MobileAccordioninner .accordion a h4 {
    margin-bottom: 0px;
}

#MobileViewNavoffcanvas .accordion-body {
    padding: 20px 10px;
}


/* ======================================mobile_view======================================  */

/* ======================================mobile_view======================================  */

/* ======================================Hero_Home_section======================================  */

/* ======================================Hero_Card_Section======================================  */

.padd {
    padding: 80px 0px;
}

.UX {
    background: rgba(255, 255, 255, 1);
    box-shadow: 20px 20px 60px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 35px;
    right: 0;
    padding: 10px 20px 10px 10px;
    column-gap: 20px;
}

.UXBtn a {
    background: rgba(0, 123, 193, 1);
    color: rgba(255, 255, 255, 1);
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 4px;
}

.UXText span {
    display: block;
}

    .UXText span:first-child {
        font-family: Source Sans Pro;
        font-size: 17px;
        font-weight: 700;
        color: rgba(43, 73, 144, 1);
    }

    .UXText span:last-child {
        font-family: Source Sans Pro;
        font-size: 13px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(43, 73, 144, 1);
        opacity: 50%;
    }

.Title_New,
.Hero_Slider_Title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

    .Title_New h3 {
        color: rgba(255, 255, 255, 1);
    }
        /*.Title_New h3 {
        color: rgba(255, 255, 255, 1);
        margin-bottom: 25px;
        font-family: Montserrat;
        font-size: 45px;
        font-weight: 700;
        line-height: 54.86px;
    }
*/
        .Title_New1 h3, .Hero_Slider_Title h3 {
        color: rgba(42, 74, 144, 1);
    }


    /*.Title_New h3 {
        color: white;
        
    }



.Title_New h3 {
    color: white;
    margin-bottom: 25px;
    font-family: Montserrat;
    font-size: 45px;
    font-weight: 700;
    line-height: 54.86px;
}

.Title_New1 h3 {
    color: #2b4991;
    margin-bottom: 25px;
    font-family: Montserrat;
    font-size: 45px;
    font-weight: 700;
    line-height: 54.86px;
}*/


            .Title_New h3::after,
            .Global_Reach_text h3::after,
            .Hero_Slider_Title h3::after {
                content: "";
                position: absolute;
                bottom: -5px;
                left: 50%;
                width: 215px;
                height: 5px;
                background: linear-gradient(90deg, #EC1D23 0%, #F7A5A7 100%);
                border-radius: 5px;
                transform: translateX(-50%);
            }

.Global_Reach_text h3::after {
    width: 285px;
    transform: none;
    left: 0;
    height: 4px;
    bottom: -12px;
}


.Hero_Card_Section {
    background: linear-gradient(264.72deg, #1266AC 4.23%, #2B4991 99.68%);
    padding: 65px 0px 90px 0px;
    margin-top: -30px;
    position: relative;
}

.Vectorimage1 img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 310px;
}

.Featured_Card {
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding: 20px;
    z-index: 1;
    position: relative;
}

.Featured_Card_Head_left {
    display: flex;
    column-gap: 15px;
    align-items: center;
}

.Featured_Card_Head_left_Text_Icon {
    display: flex;
    column-gap: 8px;
}

.Featured_Card_Head_left_image img {
    width: 50px;
    height: 50px;
}

.Featured_Card_Head_left_Text h6 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 17.07px;
    margin-bottom: 5px;
}

.Featured_Card_Icon span {
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 500;
    line-height: 7.31px;
}

.Featured_Card_Icon {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

    .Featured_Card_Icon img {
        height: 20px;
        width: 20px;
    }

.Featured_Card_Head_Right .Hour {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    color: rgba(18, 102, 172, 1);
    margin: 0px;
}

.Featured_Card_Head_Right p span {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

.Featured_Card_Head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 12px;
}
.job-description-preview {
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    max-height: 120px;
    margin-bottom: 1rem;
}

    .job-description-preview span,
    .job-description-preview p {
        all: unset;
        font-size: inherit;
        display: inline;
    }
    
.Featured_Card_Btn {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.Featured_Card_BtnAll_arrow a img {
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in-out;
    width: 10px;
}

.Featured_Card_BtnAll_arrow a {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 12.19px;
    border: none;
    background: none;
    color: rgba(32, 36, 39, 1);
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.Featured_Card p {
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.08px;
    color: rgba(96, 96, 96, 1);
}

.Featured_Card_Btn button {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    border: none;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
}

.Featured_Card_Btn .FirstBtn {
    background: rgba(255, 207, 197, 1)
}

.Featured_Card_Btn .SecondBtn {
    background: rgba(197, 227, 255, 1);
}

.Featured_Card_Btn .ThirdBtn {
    background: rgba(242, 238, 254, 1);
}



/* ======================================Hero_Card_Section======================================  */

/* ======================================Global_Reach_section======================================  */

.Global_Reach_section {
    padding: 100px 0px;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    margin-top: -30px;
    margin-bottom: -30px;
    position: relative;
    z-index: 1;
}





.Global_Reach_text h3 {
    color: #2b4991;
    margin-bottom: 25px;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 700;
    line-height: 54.86px;
}

.Global_Reach_text p {
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #2a4a90;
}

.Global_Reach_text {
    margin-left: 85px;
    margin-right: 15px;
}

.Global_Reach_Box_Inner h4 {
    font-family: Montserrat;
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    color: #2b4991;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}


.Global_Reach_Box_Inner .NumberIncrement span {
    font-size: 50px;
    color: #2b4991;
}

.Global_Reach_Box img {
    width: 100%;
    /*box-shadow: -5px 5px 4px 0px rgba(236, 29, 35, 1);*/
    border-radius: 15px 0px 0px 15px;
}

.Global_Reach_text {
    position: relative;
}



/* ======================================Global_Reach_section======================================  */

/* ======================================Hero_Slider_Card_Section====================================== */

.Hero_Slider_Title {
    text-align: left;
}

    .Hero_Slider_Title h3 {
        color: rgba(255, 255, 255, 1);
    }

        .Hero_Slider_Title h3::after {
            left: 0%;
            transform: unset;
            width: 238px;
            bottom: -10px;
        }

#Hero_Slider_Card .owl-item .item {
    /* margin-right: 13px !important; */
    /* margin-right: 30px !important; */
    margin-right: 40px !important;
}

.secondbord p {
    padding: 20px 0px 32px 0px;
    margin: 0;
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #ffffff;
}

#Hero_Slider_Card .owl-carousel {
    position: relative;
}

    #Hero_Slider_Card .owl-carousel .owl-dots {
        display: none;
    }

    #Hero_Slider_Card .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        right: 80px;
        top: -60px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        outline: none;
        display: block !important;
    }

    #Hero_Slider_Card .owl-carousel .owl-nav .owl-next {
        position: absolute;
        right: 20px;
        top: -60px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        outline: none;
        display: block !important;
    }

    #Hero_Slider_Card .owl-carousel .owl-nav .owl-prev span {
        display: inline-block;
        height: 33px;
        width: 33px;
        position: absolute;
        left: 20px;
        top: -38px;
        background-image: url("../asset/images/gg_arrow-up-o\ \(1\).svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999px;
        overflow: hidden;
        transform: rotate(180deg);
    }

    #Hero_Slider_Card .owl-carousel .owl-nav .owl-next span {
        display: inline-block;
        height: 33px;
        width: 33px;
        position: absolute;
        left: 5px;
        top: -38px;
        background-image: url("../asset/images/gg_arrow-up-o\ \(1\).svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999px;
        overflow: hidden;
    }

#Hero_Slider_Card_About .owl-carousel .owl-nav .owl-next span {
    display: inline-block;
    height: 33px;
    width: 33px;
    position: absolute;
    left: 5px;
    top: -10px;
    background-image: url("../asset/images/Vector\ \(2\).png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
}

.Hero_Slider_Card_Section {
    /*padding: 82px 46px 82px 46px !important;
    background: linear-gradient(264.72deg, #1266AC 4.23%, #2B4991 99.68%);*/
    padding: 82px 46px 82px 46px;
    background: linear-gradient(264.72deg, #1266AC 4.23%, #2B4991 99.68%);
}

#Hero_Slider_Card .Hero_Slider_Card .Hero_Slider_Card_image img {
    /* border-radius: 5px; */
    /*position: relative;
    filter: blur(5px) grayscale();
    transition: filter .5s;*/
}

#Hero_Slider_Card .owl-item.active.center .Hero_Slider_Card_image img {
    filter: blur(0px) grayscale(0);
    transition: filter .5s;
}

/* #Hero_Slider_Card .Hero_Slider_Card .Hero_Slider_Card_Text {
  margin-top: 20px;
  padding-right: 6%;
} */

#Hero_Slider_Card .Hero_Slider_Card .Hero_Slider_Card_Text h4 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    line-height: 48px;
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
    position: relative;
    left: 0;
    padding: 0 0px;
    transition: all 0.5s ease-in-out;
    bottom: 10%;
}

#Hero_Slider_Card .owl-item.active.center .Hero_Slider_Card_Text h4 {
    position: absolute;
    padding: 0px 15px;
    bottom: 32%;
    left: 7px;
    transition: all 0.3s ease-in-out, opacity 0.3s ease;
    /* Separate transition for opacity */
}

.About_Hero_Slider_Card_Section .Hero_Slider_Card .Hero_Slider_Card_Text h4 {
    color: black !important;
}

#Hero_Slider_Card .Hero_Slider_Card .Hero_Slider_Card_Text p {
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 400;
    line-height: 27px;
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.Hero_Slider_Card_Section .secondbord {
    margin-bottom: 60px;
}

.Hero_Slider_Card_image {
    position: relative;
    overflow: hidden;
    /* border-radius: 5px; */
}

#Hero_Slider_Card .Hero_Slider_Card_image::after {
    content: "";
    background: linear-gradient(-180deg, rgba(15, 25, 65, 0) 33%, rgb(15, 25, 65) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 5px; */
    transition: 0.4s;
}

.Hero_Slider_Card {
    position: relative;
}

#Hero_Slider_Card .owl-item.active.center .Hero_Slider_Card_image::after {
    opacity: 1;
}

#Hero_Slider_Card .owl-item.active.center .Hero_Slider_Card_Text h4,
#Hero_Slider_Card .owl-item.active.center .Hero_Slider_Card_Text p {
    opacity: 1;
}



.About_Hero_Slider_Card_Section .secondbord p {
    color: black;
    border-top: 1.4px solid #888888;
    margin-right: 12px;
}

.About_Hero_Slider_Card_Section .Hero_Slider_Card_image::after {
    content: none !important;
}

.About_Hero_Slider_Card_Section {
    background: none;
}

/* ======================================Hero_Slider_Card_Section====================================== */

/* ======================================Journey_Start_section====================================== */

.Journey_Start_main {
    background: linear-gradient(145deg, #202427 37%, #2B4991);
    border-radius: 5px;
}

.Journey_Start_main_image {
    /*padding-top: 20px;*/
}

    .Journey_Start_main_image img {
        /* width: 100%; */
        width: 371px;
        height: 212px;
    }

.Journey_Start_main_text h4 {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    color: white;
    margin-bottom: 28px;
    /*  margin-top: 10px; */
}

.Journey_Start_main_btn a {
    padding: 10px;
    border-radius: 5px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: -0.16px;
    text-transform: capitalize;
    outline: none;
    /* background: linear-gradient(282.4deg, #E2FAFF 27.24%, #FFFFFF 82.57%); */
    /*background-color: #fda401;*/
    background-color: #d9d6d1;
    color: #243049;
    transition: all 0.5s ease;
}

    .Journey_Start_main_btn a:hover {
        /*background: #EC1D23;*/
        background-color: white;
        color: #243049;
    }

.Journey_Start_main_btn {
    display: flex;
    align-items: center;
    column-gap: 27px;
}

/* ======================================Journey_Start_section====================================== */


/* ======================================About_WelcomeSection====================================== */

.About_WelcomeSection {
    background: linear-gradient(280.7deg, #1266AC 0%, #1F579E 26.62%, #2B4991 50.29%, #000000 100.56%);
}

.About_WelcomeSection_Image img {
    width: 100%;
}

.About_WelcomeSection_text p {
    font-family: Source Sans Pro;
    font-size:18px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(252, 252, 252, 1);
}

.About_WelcomeSection_text button {
    border: 1px solid black;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: white;
}

.About_WelcomeSection_text {
    padding: 0px 15px 0px 80px;
}

.About_WelcomeSection .Title_New {
    text-align: left;
}

    .About_WelcomeSection .Title_New h3::after {
        left: 0;
        transform: unset;
        width: 187px;
    }

.About_WelcomeSection .About_WelcomeSection_text2 {
    text-align: right;
    padding: 0px 80px 0px 15px;
}

    .About_WelcomeSection .About_WelcomeSection_text2 .Title_New {
        text-align: right;
    }

        .About_WelcomeSection .About_WelcomeSection_text2 .Title_New h3::after {
            left: unset;
            right: 0;
        }

/* ======================================About_WelcomeSection====================================== */

/* ======================================For_Talents_Section====================================== */

.find_jobs_btn_Second {
    color: #1266ac;
    font-size: 14px;
}

/* ======================================For_Talents_Section====================================== */

/* ======================================Bootcamp_section======================================  */

.Bootcamp_section .Title_New h3::after {
    bottom: -10px;
    width: 85px;
}

.Bootcamp_section .BothTitlePara p {
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #2a4a90;
}

.Bootcamp_section {
    padding: 50px 0px 65px;
    position: relative;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    margin-top: -30px;
    z-index: 1;
}


    .Bootcamp_section .Bootcamp_card .iconandname img {
        width: 56px;
        height: 56px;
        border-radius: 100px;
        margin-right: 15px;
    }

    .Bootcamp_section .title {
        padding-bottom: 50px;
    }

.title h3 {
    font-size: 40px;
}

.Bootcamp_section .Bootcamp_card .iconandname {
    display: flex;
    align-items: center;
}

    .Bootcamp_section .Bootcamp_card .iconandname .iconname .name {
        font-family: Source Sans Pro;
        font-size: 20px;
        font-weight: 500;
        line-height: 33px;
        display: block;
        color: rgba(17, 17, 17, 1);
    }

    .Bootcamp_section .Bootcamp_card .iconandname .iconname span {
        font-family: Source Sans Pro;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        color: rgba(102, 102, 102, 1);
        display: block;
    }

.Bootcamp_section .Bootcamp_card {
    border-radius: 5px;
    padding: 32px 32px 2px 32px;
    height: 100%;
    background: rgba(231, 233, 233, 1);
}

    .Bootcamp_section .Bootcamp_card p {
        margin-bottom: 0px;
        padding-top: 90px;
        font-family: Source Sans Pro;
        font-size: 19px;
        font-weight: 400;
        line-height: 33px;
        color: rgba(102, 102, 102, 1);
    }

.Third_Bootcamp_card p {
    padding-top: 70px !important;
}

.forth_bootcamp_card p {
    padding-top: 40px !important;
    padding-bottom: 10px;
}


.fifth_bootcamp_card p {
    padding-top: 124px !important;
}

.Large_Bootcamp_card {
    background: #111111 !important;
    color: white;
}

.Large_Bootcamp_card {
    background: rgb(43, 73, 144);
    background: linear-gradient(200deg, rgba(43, 73, 144, 1) 0%, rgba(0, 0, 0, 1) 100%) !important;
    color: white;
    position: relative;
}

    .Large_Bootcamp_card p {
        font-family: Source Sans Pro !important;
        font-size: 25px !important;
        font-weight: 400 !important;
        line-height: 42px !important;
        padding-top: 125px !important;
        padding-bottom: 10px;
        color: rgba(255, 255, 255, 1) !important;
    }

.Bootcamp_section .card-body {
    padding: 16px;
}

.Bootcamp_Card {
    color: #000000;
    padding-bottom: 20px;
}

.Bootcamp_section .card-body h5 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    width: 75%;
    height: 45px;
}

.Bootcamp_section .card-text {
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.63px;
    margin-top: 15px;
}

.Bootcamp_Card .BlogCardSpan1 {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.5px;
    color: rgba(0, 0, 0, 1);
}

.Bootcamp_Card .BlogCardSpan2 {
    padding: 5px 10px;
    border-radius: 5px;
    background: rgba(166, 167, 169, 1);
    font-family: Source Sans Pro;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.08px;
    color: rgba(255, 255, 255, 1);
}

.BlogCard_New img {
    width: 100%;
}

.BlogCard_New {
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    border: 0.5px solid #c7c3c3af;
    height: 100%;
    transition: all 0.2s ease-out;
    transform: translateY(0px) translateZ(0) !important;
}



    .BlogCard_New:hover {
        background: rgb(255, 255, 255);
        transform: translateY(20px) translateZ(0) !important;
    }

        .BlogCard_New:hover .card-body h5,
        .BlogCard_New:hover .card-body .card-text,
        .BlogCard_New:hover .card-body .BlogCardSpan1 {
            color: rgba(42, 74, 144, 1);
        }


        .BlogCard_New:hover .card-body .BlogCardSpan2 {
            background-color: rgba(42, 74, 144, 1);
        }


/* ======================================Bootcamp_section======================================  */

/* ======================================Footer_Section======================================  */

.Footer_Section {
    color: #fff;
    font-size: 14px;
}

.FooterNewsLetter {
    padding: 50px 0;
    background: #0d2735;
}

.InputForm {
    padding: 6px 10px;
    border-radius: 50px;
    background-color: white;
    position: relative;
    margin-top: 25px;
}

    .InputForm input {
        width: 100%;
        padding: 4px 0px;
        background-color: white;
        border: none;
        outline: none;
        padding-left: 10px;
    }

.InputButton button {
    border: 0;
    padding: 10px;
    border-radius: 5px;
    background: #68a4c4;
    margin: 3px;
    width: 100%;
    font-size: 16px;
    margin-top: 25px;
}

.FooterMiddleSection {
    background: #0d2735;
    border-top: 1px solid #17455e;
    border-bottom: 1px solid #123649;
    padding: 60px 0 30px 0;
}

    .FooterMiddleSection h4 {
        color: #a2cce3;
        font-size: 18px;
        font-weight: 600;
        padding-bottom: 12px;
    }

    .FooterMiddleSection ul {
        padding: 0px;
        margin: 0;
        list-style: none;
    }

        .FooterMiddleSection ul li {
            text-decoration: none;
            padding-bottom: 10px;
        }

            .FooterMiddleSection ul li i {
                padding-right: 2px;
                color: #a2cce3;
                margin-bottom: 3px;
            }

            .FooterMiddleSection ul li a {
                text-decoration: none;
                color: white;
                font-size: 15px;
                margin-left: 5px;
            }

                .FooterMiddleSection ul li a:hover {
                    color: #a2cce3;
                }

.footerthird p {
    margin-bottom: 5px;
}

.PhoneEmail {
    margin-top: 22px;
}

    .PhoneEmail span {
        font-weight: bold;
    }

.LinkIcon a {
    color: white;
    font-size: 18px;
    background: #1e4356;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    line-height: 2;
}

    .LinkIcon a:hover {
        background: #68a4c4;
        color: #fff;
    }

.Last_Footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

    .Last_Footer button {
        font-family: Source Sans Pro;
        font-size: 14px;
        font-weight: 400;
        line-height: 18.2px;
        color: rgba(255, 255, 255, 1);
        border: 1px solid rgba(255, 255, 255, 1);
        padding: 5px 10px 5px 10px;
        border-radius: 5px;
        background: none;
    }

    .Last_Footer .button {
        padding: 7px 20px;
        border: none;
        border-radius: 5px;
        /*background-color: #2b4990;*/
        background: linear-gradient(to right, #4177D5 4%, #3746A9 50%, #333399 76%);
        color: #ffffffff;
        text-transform: capitalize;
        font-family: Source Sans Pro;
        font-size: 14px;
        font-weight: 400;
        line-height: 23.4px;
    }

        .Last_Footer .button:hover {
            background: #212462;
            color: #fff;
            -webkit-transition: all 1s ease;
            transition: all 0.5s ease;
        }

.Last_Footer_Number {
    display: flex;
    column-gap: 7px;
}

.Footernavbar_outer .Last_Footer p strong {
    font-weight: 500;
}

.Last_Footer_Number span {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 6px;
    height: 24px;
    margin-bottom: 0px;
}

    .Last_Footer_Number span:last-child {
        border: none;
        border-radius: unset;
    }


/* ======================================Footer_Section======================================  */

/* ======================================Expertises_Slider_section====================================== */

.Expertises_Slider_section {
    background: rgba(255, 255, 255, 1);
    padding: 70px 0px 35px 0px;
    position: relative;
    border-radius: 15px;
    margin-top: -15px;
    margin-bottom: -15px;
    z-index: 1;
}

    .Expertises_Slider_section .Title_New h3::after {
        width: 440px;
        bottom: -20px;
    }

    .Expertises_Slider_section .owl-carousel .owl-item.active.center .item .Expertises_Slider_Card {
        background: linear-gradient(257.69deg, #F7A5A7 46.25%, #FFFFFF 97.4%);
    }

.Expertises_Slider_Card {
    border-radius: 15px 15px 0px 15px;
    background: rgba(43, 73, 145, 1);
}



.Expertises_Slider_Card_text {
    padding-left: 50px;
    margin-top: 25px;
}

.Expertises_Slider_section .owl-carousel .owl-item.active.center .item .Expertises_Slider_Card h4,
.Expertises_Slider_section .owl-carousel .owl-item.active.center .item .Expertises_Slider_Card p {
    color: #000;
}

.Expertises_Slider_Card_Image {
    height: 100%;
}

    .Expertises_Slider_Card_Image img {
        /* height: 100%; */
        min-height: 400px;
        object-fit: cover;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

.Expertises_Slider_Card h4 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    line-height: 36.4px;
    margin-bottom: 15px;
    /*padding-left: 50px;*/
    padding-top: 47px;
    color: white;
}

.Expertises_Slider_Card_text p {
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: white;
}

.Expertises_Slider_Main {
    padding-top: 50px;
}

.Both_Expertises_Slider_button {
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-left: 80px;
}

    .Both_Expertises_Slider_button button {
        width: 36px;
        height: 36px;
        border: none;
        background: none;
    }

    .Both_Expertises_Slider_button .paginationnum {
        font-size: 32px;
        font-weight: 600;
        margin: 0px 10px;
        color: rgba(125, 125, 125, 1);
    }

        .Both_Expertises_Slider_button .paginationnum span {
            font-family: Montserrat;
        }


#current-page {
    color: black;
}


/* ======================================Expertises_Slider_section====================================== */

/* ======================================Second_Footer_Section====================================== */

.Second_Footer_Section .Second_Footer_Section_Image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.Footernavbar_outer {
    padding: 32px 25px 15px 25px;
    /*background: linear-gradient(180deg, #1266AC 0%, #2A4A90 100%);*/
    border-radius: 5px;
}

.Footernavbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Second_Footer_Section {
    /*background: linear-gradient(180.1deg, #FFFFFF 0.09%, rgba(17, 111, 164, 0.75) 99.9%, rgba(10, 65, 96, 0.84) 99.91%);*/
    background: linear-gradient(180.1deg, #FFFFFF 2.09%, #000c2a 66.9%);
    padding-top: 60px;
    padding-bottom: 70px;
    position: relative;
    /* z-index: -2; */
}

.Second_Footer_Section_content h3 {
    font-family: Montserrat;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin-bottom: 35px;
}

.Second_Footer_search {
    padding: 25px 15px 25px 30px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    margin: 40px 0px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Second_Footer_search2 {
    margin-left: 30px;
    margin-right: 30px;
}


.Second_Footer_search input {
    width: 80%;
    padding: 4px 0px;
    background: transparent;
    border: none;
    outline: none;
    padding-left: 10px;
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 400;
}

    .Second_Footer_search input::placeholder {
        color: #535353 !important;
    }


    .Second_Footer_search input::placeholder {
        color: white;
    }

.Second_Footer_search button {
    /* padding: 10px 24px 10px 24px; */
    padding: 7px 20px 7px 20px;
    border: none;
    border-radius: 5px;
    /*background-color: #2b4990;*/
    background: linear-gradient(to right, #4177D5 4%, #3746A9 50%, #333399 76%);
    color: #ffffffff;
    text-transform: capitalize;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
}

    .Second_Footer_search button:hover {
        background: #212462;
        color: #fff;
        -webkit-transition: all 1s ease;
        transition: all 0.5s ease;
    }


.Footernavbar .footerlogo {
    width: 246px;
}

.Footernavbar a img {
    width: 100%;
}

.MainFoooternav ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .MainFoooternav ul li a {
        color: #ffffff;
        font-family: Source Sans Pro;
        font-size: 18px;
        font-weight: 500;
    }

.Footernavbar p {
    margin-bottom: 0px;
    color: #ffffff;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 500;
}

.FooterSocial_Icon {
    display: flex;
    column-gap: 20px;
}


    .FooterSocial_Icon a i {
        font-size: 17px;
        border: 2px solid rgba(255, 255, 255, 1);
        color: white;
        padding: 5px;
        border-radius: 100px;
        width: 39px;
        height: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
        transition-duration: 0.8s;
        transition-property: transform;
    }

        .FooterSocial_Icon a i:hover {
            transform: rotate(360deg);
            border: none;
            background-color: white;
            color: black;
        }

.Footernavbar_outer p {
    margin: 0;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

/* ======================================Second_Footer_Section====================================== */

/* ======================================Hero_About_section====================================== */

.Hero_About_section {
    background-image: url(../asset/images/bg-down.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .Hero_About_section::before {
        content: "";
        background: linear-gradient(to right, rgb(17 18 18 / 80%), rgb(30 31 31 / 60%));
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

.Hero_About_heading {
    text-align: center;
    color: white;
    z-index: 2;
    position: relative;
}

    .Hero_About_heading h2 {
        font-size: 73px;
    }

/* ======================================Hero_About_section====================================== */

/* ======================================Hero_Service_section====================================== */

.Hero_Service_section {
    background-image: url(../asset/images/bg-down.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

/* ======================================Hero_Service_section====================================== */

/* ======================================Hero_Employee_section====================================== */

.Hero_Employee_section {
    background-image: url(../asset/images/bg-down.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

/* ======================================Hero_Employee_section====================================== */

/* ======================================About_Para_section======================================  */

.About_Para_section .About_Para_Inner_Section p {
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: bold;
    line-height: 52.8px;
    text-align: center;
    color: #2a4a90;
}

.About_Para_section {
    padding: 100px 0px;
    background: rgba(255, 255, 255, 1);
    position: relative;
    border-radius: 15px;
    margin-top: -15px;
    margin-bottom: -60px;
}

.About_Para_Inner_Section {
    padding: 0px 10px;
}

/* ======================================About_Para_section======================================  */

/* ======================================Chairman_section_Main======================================  */

.Chairman_section_Main {
    background: rgba(255, 255, 255, 1);
    position: relative;
    border-radius: 15px;
    margin-top: -30px;
    margin-bottom: -30px;
    z-index: 1;
}


.Chairman_section,
.Chairman_section2 {
    position: relative;
    /* height: 555px; */
    padding: 115px 0px;
}

    .Chairman_section .Chairman_Image1,
    .Chairman_section2 .Chairman_Image2 {
        position: absolute;
        width: 541px;
        height: 541px;
        bottom: 0;
        left: 0;
    }


.Chairman_Image .Chairman_Image1Main{
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 587px;
    height: 400px;
    border-radius: 0 20px 20px 0;
}

.Chairman_Image2_Inner .Chairman_Image2Main {
    position: absolute;
    width: 587px;
    height: 400px;
    bottom: 100px;
    left: unset;
    right: 0;
    z-index: 1;
    border-radius: 20px 0 0 20px;
}


.Chairman_Text p {
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-left: 125px;
    margin-bottom: 0px;
    text-align: justify;
    color: #2a4a90;
}

.Chairman_Text2 p {
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-right: 125px;
    margin-bottom: 0px;
    text-align: justify;
    color: #2a4a90;
}

    .Chairman_Text p span {
        font-weight: bold;
    }

.Chairman_Text2 p span {
    font-weight: bold;
}

    .Chairman_Text .Title_New h3 {
        text-align: right;
        color: rgba(43, 73, 145, 1);
    }

.Chairman_Text2 .Title_New h3 {
    text-align: left;
    color: rgba(43, 73, 145, 1);
}

.Chairman_Text .Title_New h3::after {
    right: 0;
    width: 445px;
    transform: unset;
    left: unset;
}

.Chairman_Text2 .Title_New h3::after {
    left: 0;
    width: 380px;
    transform: unset;
}

.Chairman_Text2 p {
    margin-left: 0px;
}

.Chairman_section2 .Chairman_Image2 {
    left: unset;
    right: 0;
}


.Title_New h3::after, .Chairman_Text h3::after, .Chairman_Text2 h3::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 215px;
    height: 5px;
    background: linear-gradient(90deg, #EC1D23 0%, #F7A5A7 100%);
    border-radius: 5px;
    transform: translateX(-50%);
}


/* ======================================Chairman_section_Main======================================  */

/* ======================================JobDetails_Main_Section====================================== */

.JobDetails_Main_Section {
    padding: 80px 0px 200px 0px;
    position: relative;
}


/* .JobDetails_Top_Image .MainJobDetails_Top_Image {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
} */

/* .JobDetails_Top_Image {
  position: relative;
} */
/* 
.MainJobDetails_icon {
  width: 59px;
  height: 59px;
  position: absolute;
  bottom: -30px;
  left: 35px;
} */

.Both_JobDetails_TextContent_title_Stick {
    padding: 27px;
    border-radius: 5px;
    /* background: rgba(255, 255, 255, 1); */
    /* border: 0.5px solid rgba(185, 185, 185, 1); */
    /* background: linear-gradient(270deg, #1266AC 0%, #2B4991 100%); */
    background-color: #E2FAFF;
    border: 0.5px solid rgba(185, 185, 185, 1);
    margin-bottom: 30px;
    position: sticky;
    top: 100px;
    z-index: 9;
}

.JobDetails_TextContent {
    padding: 50px 27px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    border: 0.5px solid rgba(185, 185, 185, 1);
}

.JobDetails_TextContent_title h6,
.JobDetails_Main_RightSide h6 {
    font-family: Source Sans Pro;
    font-size: 20px;
    font-weight: 600;
    line-height: 25.14px;
}

.Both_JobDetails_TextContent_title_Stick .JobDetails_TextContent_title h6 {
    margin-bottom: 20px;
    color: black;
}


.Both_JobDetails_TextContent_title_Stick .JobDetails_TextContent_Card {
    padding: 10px;
    border-radius: 5px;
    background: #FFCFC5;
    color: black;
    border: 0.5px solid rgba(173, 173, 173, 1);
}

    .Both_JobDetails_TextContent_title_Stick .JobDetails_TextContent_Card.JobDetails_TextContent_Card2 {
        background: #C5E3FF;
    }

    .Both_JobDetails_TextContent_title_Stick .JobDetails_TextContent_Card.JobDetails_TextContent_Card3 {
        background: #F2EEFE;
    }

    .Both_JobDetails_TextContent_title_Stick .JobDetails_TextContent_Card.JobDetails_TextContent_Card4 {
        background: #FFCFC5;
    }


.JobDetails_TextContent_Card span,
.JobOverview_mainContent .JobOverview .JobOverviewText span {
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.JobDetails_TextContent_Card span {
    color: black;
}

.JobDetails_TextContent_Card h5,
.JobOverview_mainContent .JobOverview .JobOverviewText h5 {
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.JobDetails_TextContent_inner_Main h6 {
    font-family: Source Sans Pro;
    font-size: 20px;
    font-weight: 600;
    line-height: 25.14px;
}

.JobDetails_TextContent_inner p,
.JobDetails_TextContent_inner ul li {
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.63px;
}

.JobDetails_TextContent_inner ul {
    padding-left: 25px;
}

.JobDetails_Main_RightSide {
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    border: 0.5px solid rgba(185, 185, 185, 1);
    padding: 21px 22px;
    position: sticky;
    top: 100px;
    z-index: 9;
}

.JobOverview_mainContent .JobOverview .JobOverviewIcon {
    /* background: rgba(43, 73, 145, 1); */
    width: 40px;
    height: 40px;
    /* border-radius: 100px; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.8s;
}


    .JobOverview_mainContent .JobOverview .JobOverviewIcon img {
        width: 17px;
        transition: transform 0.8s;
    }

    .JobOverview_mainContent .JobOverview .JobOverviewIcon:hover img {
        transform: rotateY(360deg);
    }

/* .JobOverview_mainContent .JobOverview .JobOverviewIcon:hover {
  background: rgba(247, 165, 167, 1);
  border: 1px solid black;
} */




.JobOverview_mainContent .JobOverview {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 20px;
}

.JobDetails_Main_RightSide h6 {
    margin-bottom: 35px;
}

.JobDetails_Main_RightSide .JobOverviewBtn button {
    padding: 8px 100px 8px 100px;
    border-radius: 5px;
    background: rgba(18, 102, 172, 1);
    font-family: Source Sans Pro;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    border: none;
    margin-top: 30px;
    width: 100%;
    transition: all 0.5s ease;
}

    .JobDetails_Main_RightSide .JobOverviewBtn button:hover {
        background: #212462;
        color: #fff;
    }

.JobOverview_mainContent {
    padding-left: 13px;
}

.JobDetails_Main_Section_Icon {
    position: absolute;
    bottom: -85px;
    right: 0;
    z-index: 1;
}

/* ======================================JobDetails_Main_Section====================================== */

/* ======================================Job_Filter_Section====================================== */

.Job_Filter_Section {
    padding: 100px 0px 50px;
}

.Job_Filter_main_Field input {
    width: 262px;
    height: 34px;
    padding: 5px 5px 5px 30px;
    border-radius: 2px;
    /* background: rgba(239, 239, 239, 1); */
    /* border: 0.2px solid rgba(0, 0, 0, 1); */ 
    border: 0.2px solid #c2bdbdaf;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-transform: capitalize;
    outline: none;
}

.Job_Filter_main {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
}

.Job_Filter_main_Field {
    position: relative;
}

    .Job_Filter_main_Field img {
        width: 24px;
        height: 24px;
        position: absolute;
        left: 3px;
        top: 5px;
    }

.Job_Filter_main_Field_btn button {
    width: 121px;
    min-height: 34px;
    padding: 5px 20px 5px 20px;
    border-radius: 2px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    background: rgba(18, 102, 172, 1);
    border: none;
    color: rgba(252, 252, 252, 1);
    transition: all 0.5s ease;
}

    .Job_Filter_main_Field_btn button:hover {
        background: #212462;
    }

/* ======================================Job_Filter_Section====================================== */

/* ======================================All_Jobs_Cards_Section====================================== */

.All_Jobs_Cards_Section {
    padding-bottom: 50px;
    padding-top: 100px;
}

.All_Jobs_Cards_main {
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    border: 0.5px solid #c2bdbdaf;
    padding: 12px;
    transition: all 0.2s ease-out;
    transform: translateY(0px) translateZ(0);
}

    .All_Jobs_Cards_main:hover {
        transform: translateY(10px) translateZ(0);
    }


    .All_Jobs_Cards_main .All_Jobs_Cards_main_top_text h6 {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 600;
        line-height: 17.07px;
        margin-bottom: 0px;
    }

    .All_Jobs_Cards_main .All_Jobs_Cards_main_top_text h5 {
        font-family: Montserrat;
        font-size: 10px;
        font-weight: 600;
        line-height: 9.75px;
        margin: 5px 0px 7px 0px;
    }

.All_Jobs_Cards_main_top_Btn button {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 600;
    border: none;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
    margin-right: 5px;
}

.All_Jobs_Cards_main_top_Btn .All_Jobs_firstbtn {
    background: rgba(255, 207, 197, 1);
}

.All_Jobs_Cards_main_top_Btn .All_Jobs_Secondbtn {
    background: rgba(197, 227, 255, 1);
}

.All_Jobs_Cards_main_top_Btn .All_Jobs_firstbtn_Thirdbtn {
    background: rgba(242, 238, 254, 1);
}

.All_Jobs_Cards_main_top {
    /*display: flex;*/
    column-gap: 15px;
}

.All_Jobs_Cards_main_Bottom_right p {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 12.19px;
    margin-bottom: 0px;
}

.All_Jobs_Cards_main_Bottom_right h6 {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 12.19px;
    margin-left: 10px;
    margin-bottom: 0px;
}

.All_Jobs_Cards_main_Bottom_right {
    display: flex;
}

    .All_Jobs_Cards_main_Bottom_right img {
        margin-right: 3px;
    }

.All_Jobs_Cards_main_Bottom_left a {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 12.19px;
    border: none;
    background: none;
    color: rgba(32, 36, 39, 1);
}

.All_Jobs_Cards_main_Bottom_left {
    display: flex;
    align-items: center;
    column-gap: 3px;
}


    .All_Jobs_Cards_main_Bottom_left img {
        width: 14px;
        height: 16px;
    }

.All_Jobs_Cards_main_Bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

/* ======================================All_Jobs_Cards_Section====================================== */

/* ======================================Faq_hero_section====================================== */

.Faq_hero_section {
    background: linear-gradient(282.4deg, #E2FAFF 27.24%, #FFFFFF 82.57%);
    padding: 70px 0px 0px;
    position: relative;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.Faq_hero_text2 h4 {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: rgba(69, 69, 69, 1);
    margin-bottom: 0px;
}

.Faq_hero_Image img {
    width: 100%;
}

.Faq_hero_text {
    margin-top: 30px;
}

.Faq_hero_text2 {
    margin-top: 110px;
}

/* ======================================Faq_hero_section====================================== */

/* ======================================Faq_Accordion_section====================================== */

.Faq_Accordion_section {
    padding: 60px 0px 0px;
    position: relative;
    margin-bottom: -15px;
    margin-top: -15px;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.Faq_Icon2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.Faq_Icon1 {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 1415px;
}

.Faq_Accordion_section .Accordion_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Accordion_Both_Content {
    margin: 10px 0 40px 0px;
    transition: 0.6s;
    cursor: pointer;
    padding: 22px 8px 22px 24px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    border: 0.5px solid rgba(0, 0, 0, 1);
    position: relative;
    z-index: 1;
}


.Faq_Accordion_section .Accordion_head h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.38px;
    margin-bottom: 0px;
    color: #2a4a90;
}

.Faq_Accordion_section .Accordion_head span i,
.Faq_Accordion_section .Accordion_head span {
    font-size: 16px;
    background-color: #fff;
    width: 26.25px;
    height: 26.25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Faq_Accordion_section .Accordion_panel p {
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.94px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #2a4a90;
}

.Faq_Accordion_section .Accordion_panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-out;
}

.Faq_Accordion_section .Accordion_head span {
    position: absolute;
    left: -13px;
    top: 20px;
}

    .Faq_Accordion_section .Accordion_head span img {
        transform: rotate(-90deg);
        transition: transform 0.3s ease-in-out;
        width: 12px;
    }

.Faq_Accordion_section .Accordion_head.active span i {
    transform: rotate(180deg);
}

.Faq_Accordion_section .Title_New h3::after {
    width: 107px;
    bottom: -20px;
}

.Faq_Accordion_section .Title_New {
    margin-bottom: 65px;
}

.JobSeeker_FaqsIcon1 {
    position: absolute;
    right: 0;
    top: 34px;
}

.JobSeeker_FaqsIcon2 {
    position: absolute;
    left: 0;
    top: 1135px;
}

/* ======================================Faq_Accordion_section======================================  */

/* ======================================About_Para_Down_section======================================  */

.About_Para_Down_section {
    padding: 150px 0px 70px 0px;
    background: rgba(39, 79, 150, 1);
}

.About_Para_Down_section2 {
    padding: 100px 0px 70px 0px;
    background: rgba(39, 79, 150, 1);
}



.About_Para_Down_Box_image img {
    width: 117px;
}

.About_Para_Down_Box {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    padding: 27px 15px 20px 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 1);
    height: 100%;
    margin: 0px 20px;
    transition: all 0.1s ease-out;
    position: relative;
    overflow: hidden;
}

    .About_Para_Down_Box:before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 0px;
        right: 0px;
        background: linear-gradient(0deg, #FFCCCD 18.33%, #FFFFFF 73.67%);
        height: 0px;
        width: 100%;
        transform: scale(1);
        transform-origin: 50% 50%;
        transition: height 0.4s ease-out;
    }

    .About_Para_Down_Box:hover:before {
        height: 100%;
    }

    .About_Para_Down_Box:hover {
        transform: translateY(-90px) translateZ(0) !important;
        transition: all 0.1s ease-out;
    }

        .About_Para_Down_Box:hover .About_Para_Down_Box_image {
            box-shadow: none;
        }

.About_Para_Down_Box_image {
    background: #ffffff1a;
    box-shadow: 0px 0px 10px 0px #00000040;
    padding: 30px;
    width: 220px;
    height: 220px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.4s ease-out;
}

.About_Para_Down_Box_Text p {
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    margin-bottom: 0px;
}

    .About_Para_Down_Box_Text p span {
        font-family: Source Sans Pro;
        font-size: 18px;
        font-weight: 700;
        color: rgba(32, 36, 39, 1);
    }

/* ======================================About_Para_Down_section======================================  */

/* ======================================Employer_Hero_section====================================== */

.EmployerSlider_Text h4,
.why-choose-us_Text h4 {
    font-family: Source Sans Pro;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    color: rgba(43, 73, 145, 1);
    margin-top: 0px;
    margin-bottom: 25px;
}

.why-choose-us_Earth .EarthVideo {
    width: 450px;
    height: 450px;
}

.EmployerSlider_Text {
    margin-left: 41px;
}

#EmployerSlider .owl-carousel .owl-nav .owl-prev span {
    display: inline-block;
    height: 33px;
    width: 18px;
    position: absolute;
    left: 20px;
    top: 4px;
    background-image: url(../asset/images/NewVector.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
}

#EmployerSlider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    bottom: 170px;
    left: -4%;
    outline: none;
}

#EmployerSlider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    bottom: 170px;
    right: -4%;
    outline: none;
}

    #EmployerSlider .owl-carousel .owl-nav .owl-next span {
        display: inline-block;
        height: 33px;
        width: 18px;
        font-size: 30px;
        position: absolute;
        left: -4px;
        top: 4px;
        background-image: url(../asset/images/NewVector1.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999px;
        overflow: hidden;
    }



/* ======================================Employer_Hero_section====================================== */

/* ======================================why-choose-us2_Section====================================== */

.why-choose-us_Section {
    padding: 40px 0px;
}

.why-choose-us2_Section {
    padding: 100px 0px 20px;
    background: rgba(255, 255, 255, 1);
    position: relative;
    border-radius: 15px;
    margin-top: -15px;
    margin-bottom: -15px;
    z-index: 1;
}

.Employer_why-choose-us2_Section .Title_New h3::after,
.why-choose-us_Section .Title_New h3::after {
    width: 197px;
    bottom: -20px;
}

.EmployerSlider {
    margin-top: 60px;
}


/* ======================================why-choose-us2_Section====================================== */



.shadowClass {
    background: linear-gradient(282.4deg, #E2FAFF 27.24%, #FFFFFF 82.57%);
    position: relative;
    margin-bottom: -15px;
    margin-top: -15px;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


/* ======================================Team_Slider_Section====================================== */

/* Progress bar container */
.progress-bar-container {
    width: 65%;
    height: 6px;
    position: relative;
    background-image: linear-gradient(to right, rgba(166, 167, 169, 1) 50%, transparent 50%);
    background-size: 21px 6px;
    margin: auto;
    border-radius: 100px;
}

.progress-bar {
    height: 6px;
    background-color: #333;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    border-radius: 100px;
}

/* ======================================Design2_About_section====================================== */

.Service_Hero_Section,
.Design2_About_section,
.Medic_Experts_Section,
.Blog_Hero_Section,
.Contactus_section {
    background: linear-gradient(282.4deg, #E2FAFF 27.24%, #FFFFFF 82.57%);
    padding: 100px 0px 106px 0px;
    position: relative;
    margin-bottom: -30px;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.Design2_About_section {
    min-height: 100vh;
}

.Service_Hero_Section {
    z-index: 1;
}

.Design2_About_section .Design2_About_section_Img_1 {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 60px;
    left: 35px;
    /* animation: float 4s ease-in-out infinite; */
}

/* @keyframes float {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(50px);
  }
} */

.Design2_About_section .Design2_About_section_Img_2 {
    width: 68px;
    position: absolute;
    bottom: 55px;
    left: 20%;
}


.Design2_About_section .Design2_About_section_Img_3 {
    width: 36px;
    position: absolute;
    left: 62%;
    bottom: 65px;
}


.Design2_About_section .Design2_About_section_Img_4 {
    width: 52px;
    position: absolute;
    right: 60px;
    bottom: 50px;
}


.Design2_About_section_text p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(69, 69, 69, 1);
}

.Design2_About_section_text h2,
.Resume_Hero_Content h2,
.Contactus_Text h2,
.Faq_hero_text h2 {
    font-family: Montserrat;
    font-size: 45px;
    font-weight: 700;
    line-height: 60.95px;
    /*background: linear-gradient(to right, #4588E5 0%, #333399 200%);*/
    background: linear-gradient(to right, #4177D5 4%, #3746A9 50%, #333399 76%);
    /*background: linear-gradient(90deg, #4588E5 0%, #333399 100%) !important;*/
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


    /*.Design2_About_section_text h2,
.Resume_Hero_Content h2,
.Contactus_Text h2,
.Faq_hero_text h2 {
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 700;
    line-height: 60.95px;
    background: linear-gradient(270deg, #1266AC 0%, #2B4991 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Design2_About_section_text h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}

    .Design2_About_section_text h2::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, #EC1D23 0%, #F7A5A7 100%);
        border-radius: 5px;
        transform: translateX(-50%);
    }

.Contactus_Text h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}

    .Contactus_Text h2::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, #EC1D23 0%, #F7A5A7 100%);
        border-radius: 5px;
        transform: translateX(-50%);
    }*/
    .Design2_About_section_text,
    .Contactus_Text {
        margin-left: 40px;
    }

.Contactus_Text {
    margin-left: 110px;
}

.Design2_About_section_Img img {
    width: 100%;
}

.Design2_About_section_Img {
    padding-right: 30px;
}

.Service_Hero_Section .Design2_About_section_text p {
    margin-bottom: 0px;
}

/* ======================================Design2_About_section====================================== */

/* ======================================Info_Form_section======================================  */

.Info_Form_section {
    /* background: rgba(247, 165, 167, 1); */
    background: #e7e7e7;
    /* padding: 150px 0px 109px 0px; */
    padding: 124px 0px 80px 0px;
}

.Info_Form_Main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0px 14px 0px 14px; */
    padding: 0px 0px 0px 0px;
}


.Info_Form_Field input,
.Info_Form_Field select {
    /* width: 250px; */
    width: 100%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    /* color: rgba(237, 237, 237, 1); */
    color: rgba(96, 96, 96, 1);
    /*border: 0.5px solid #c7c3c3af;*/
    border: 1px solid black !important;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    outline: none;
    appearance: none;
    text-transform: capitalize;
}

.Info_Form_Field,
.Info_Form_Field2 {
    position: relative;
    width: 100%;
    margin: 0px 15px;
}

.Info_Form_Main button {
    margin: 0px 15px;
}

.Info_Form_Field2::after,
.Resume_Form_Fieldselect::after {
    /* content: "▼"; */
    content: url(../asset/images/arrow3-down.svg);
    position: absolute;
    top: 60%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #555;
}

.Resume_Form_FieldRadio::after {
    content: none;
}

.Resume_Form_FieldRadio input[type="radio"] {
    appearance: none;
    height: 21px;
    width: 21px;
    border-radius: 100px;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border: 1px solid;
    border-color: rgb(235, 240, 247);
    background: rgb(235, 240, 247);
    /* background-color: #1266ac; */
    transition: all .3s ease;
    color: rgb(0, 0, 0);
    padding: unset;
    margin-right: 10px;
}

.Resume_Form_FieldRadio input[type=radio]:checked:after {
    transform: scale(.5);
    opacity: 1;
}

.Resume_Form_FieldRadio input[type=radio]:after {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    border-radius: 9999px;
    /* background: rgb(12, 33, 84); */
    background: #212462;
    opacity: 0;
    transform: scale(.7);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.TabContentMainallRadioMain {
    display: flex;
    align-items: center;
}

.Resume_Form_Fieldselect::after {
    transform: unset;
    top: 53%;
}

.Info_Form_Main button {
    width: 108px;
   /* margin-top: 10px;*/
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    background: rgba(43, 73, 145, 1);
    /* border: 0.5px solid rgba(0, 0, 0, 1); */
    border: 0.5px solid #5d5a5aaf;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    color: white;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    transition: background-color 0.3s
}

    .Info_Form_Main button:hover {
        background: #212462;
        color: #fff;
    }


.Info_Form_Field img {
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.Resume_Form_Fieldselectfile .FileInput {
    position: absolute;
    left: 0;
    top: 40px;
    opacity: 0;
    width: 100%;
    height: 60%;
    cursor: pointer;
    width: 100%;
    padding: unset;
    border-radius: unset;
    background-color: unset;
    border: unset;
    outline: none;
    font-family: unset;
    font-size: unset;
    font-weight: unset;
    line-height: unset;
    appearance: none;
    text-transform: unset;
    margin: unset;
    z-index: 1;
}

.FileFieldContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .FileFieldContent span {
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 400;
        color: rgba(166, 167, 169, 1);
    }

    .FileFieldContent button {
        width: 146px;
        height: 36px;
        padding: 5px;
        background: rgba(255, 255, 255, 1);
        border: 0.5px solid rgba(188, 188, 188, 1);
        border-radius: 5px;
        color: rgba(32, 36, 39, 1);
        text-transform: capitalize;
    }

.Resume_Form_FieldDate .picker__select--year,
.Resume_Form_FieldDate .picker__select--month {
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px;
    border-radius: unset;
    font-size: 21px;
    line-height: unset;
    appearance: auto;
    width: 22.5%;
}

.Resume_Form_FieldDate .picker--opened .picker__frame {
    top: auto;
    bottom: 30px;
}

/* ======================================Info_Form_section======================================  */

/* ======================================Medic_Experts_Section====================================== */

.Medic_Experts_Section {
    min-height: 485px;
}

.Medic_Experts_Img img {
    position: absolute;
    right: 80px;
    transform: scaleX(-1);
    bottom: 0;
    height: 70%;
}

/* ======================================Medic_Experts_Section====================================== */

/* ======================================Medical_About_Section====================================== */

.Medical_About_Section,
.Terms_Intro_Section {
    background: linear-gradient(264.72deg, #1266AC 4.23%, #2B4991 99.68%);
    padding: 100px 0px;
}

.Medical_About_Text .Title_New h3::after {
    width: 107px;
    bottom: -10px;
}

.Medical_About_Text p {
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0px;
    color: white;
}

/* ======================================Medical_About_Section====================================== */

/* ======================================Terms_Intro_Section====================================== */

.Terms_Intro_Inner .Title_New {
    text-align: start;
}

    .Terms_Intro_Inner .Title_New h3::after {
        transform: unset;
        left: 0;
        width: 262px;
        height: 4px;
    }

/* ======================================Terms_Intro_Section====================================== */

/* ======================================Terms_Para_Section====================================== */

.Terms_Para_Inner p,
.Terms_Intro_Inner p {
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(32, 36, 39, 1);
    margin-bottom: 30px;
}

.Terms_Intro_Inner p {
    color: white;
    margin-bottom: 0px;
}

.Terms_Para_Section {
    padding: 100px 0px;
    position: relative;
}

    .Terms_Para_Section .Terms_Para_SectionIcon1 {
        position: absolute;
        top: 0;
        right: 0;
    }

    .Terms_Para_Section .Terms_Para_SectionIcon2 {
        position: absolute;
        bottom: 0;
        left: 0;
    }


.Privacy_Policy_Para_Inner h5 {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    color: rgba(43, 73, 145, 1);
    margin-bottom: 18px;
}

.Privacy_Policy_Para_ICon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.Privacy_Policy_Para_ICon1 {
    position: absolute;
    top: 197px;
    right: 0;
}

/* ======================================Terms_Para_Section====================================== */

/* ======================================Service_Hero_Section====================================== */

.Service_Hero_About_section_Img img {
    position: absolute;
    right: 0;
    width: 276px;
    height: 331px;
    top: 166px;
}

/* ======================================Service_Hero_Section====================================== */

/* ======================================World_Map_section====================================== */

.World_Map_section .World_Map_Image img {
    width: 100%;
}

.World_Map_section {
    background: linear-gradient(264.72deg, #1266AC 4.23%, #2B4991 99.68%);
    padding: 125px 0px;
}

/*.World_Map_Text h3 {
    color: white;
    margin-bottom: 25px;
    font-family: Montserrat;
    font-size: 45px;
    font-weight: 700;
    line-height: 54.86px;
}*/

.World_Map_Text .Title_New {
    text-align: right;
}

    .World_Map_Text .Title_New h3::after {
        transform: unset;
        left: unset;
        right: 0;
        width: 191px;
    }

    .World_Map_Text .Title_New h3 {
        font-size: 40px;
        font-weight: 700;
        line-height: normal;
    }


.World_Map_Text p {
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    color: rgba(252, 252, 252, 1);
}

/* ======================================World_Map_section====================================== */

/* ======================================Design3_About_section====================================== */
.Design3_About_section_text p {
    font-size: 25px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.01em;
    color: #2a4a90;
}

.Design3_About_section_text h2 {
    font-family: Montserrat;
    font-size: 60px;
    font-weight: 600;
    line-height: 75px;
    margin-bottom: 30px;
}

.Design3_About_section_text {
    margin-left: 40px;
}

/* ======================================Design3_About_section====================================== */

/* ======================================Aboutimages_section====================================== */

.Aboutimagesinner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

/* ======================================Aboutimages_section====================================== */

/* ======================================About_Card_Section======================================  */

.About_card {
    background: rgba(255, 255, 255, 1);
    padding: 70px 0px 130px 0px;
    position: relative;
    border-radius: 15px;
    margin-top: -15px;
    margin-bottom: -15px;
}

.expertise_section {
    padding-bottom: 30px;
}

.About_card_title p {
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    /*color: rgba(32, 36, 39, 1);*/
    color: #2a4a90;
}

.main_About_card_image {
    width: 250px;
    padding-bottom: 20px;
}

    .main_About_card_image img {
        width: 100%;
        border-radius: 5px;
    }

.main_About_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.Valuescards {
    border-radius: 5px;
    padding: 70px 30px 15px 30px;
    text-align: center;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 1);
    border: 0.3px solid #a6a2a2d7;
    margin: 0px 5px;
    z-index: 1;
    position: relative;
}

    .Valuescards:hover {
        background: #d9ecf6;
    }

    .Valuescards h4 {
        color: #2a4a90;
        font-family: Montserrat;
        /* font-size: 30px; */
        font-size: 25px;
        font-weight: 700;
        line-height: 63px;
    }

    .Valuescards img {
        /* width: 45px; */
        width: 50px;
    }

.About_card .About_card_Outerimg1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* ======================================About_Card_Section======================================  */

/* ======================================Servicecard_section====================================== */

.Servicecardsection {
    background: linear-gradient(263.09deg, #1266AC 4.89%, #2B4991 99.59%);
    padding: 70px 0px 90px;
    position: relative;
}


.IndustriesCardOuter:hover .IndustriesCard::after,
.IndustriesCardOuter:hover .IndustriesCard::before {
    opacity: 1;
    transition: ease-in-out 0.3s;
}


.paddd {
    padding: 0px 50px;
}

.IndustriesCard img {
    width: 40px;
    height: 40px;
}

.IndustriesCard:hover img {
    animation: bounce-source 0.6s;
}

@keyframes bounce-source {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-6px);
    }

    40% {
        transform: translate(0);
    }

    60% {
        transform: translate(-3px);
    }

    80% {
        transform: translate(0);
    }
}

.ServiceNewImg {
    background: rgba(255, 255, 255, 1);
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.IndustriesCard p {
    font-family: Source Sans Pro;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 30px;
    width: 195px;
    color: rgba(255, 255, 255, 1);
}

.IndustriesCard {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
}

.ServiceGap {
    row-gap: 80px;
}

.Servicecardsection .Title_New h3 {
    color: white;
    margin-bottom: 50px;
}

    .Servicecardsection .Title_New h3::after {
        bottom: -12px;
        width: 221px;
    }

.Servicecardcontent {
    border-radius: 15px;
    background: rgba(255, 255, 255, 1);
    width: 300px;
    height: 400px;
    /*background: linear-gradient(0deg, #FFCCCD 18.33%, #FFFFFF 73.67%);*/
    background: linear-gradient(-58deg, #FFCCCD -17.67%, #FFFFFF 58.67%);
}

.ServicecardsectionSlider .owl-carousel .owl-item.active.center .item .Servicecardcontent {
    /*background: linear-gradient(0deg, #FFCCCD 18.33%, #FFFFFF 73.67%);*/
    background: red;
}

    .ServicecardsectionSlider .owl-carousel .owl-item.active.center .item .Servicecardcontent .Servicecardcontent_text h5 {
        color: white;
    }

    .ServicecardsectionSlider .owl-carousel .owl-item.active.center .item .Servicecardcontent .Servicecardcontent_text p {
        color: white;
    }


.Servicecardcontent .Servicecardcontent_text h5 {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: rgba(32, 36, 39, 1);
}

.Servicecardcontent .Servicecardcontent_text p {
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    color: rgba(0, 0, 0, 1);
    margin: 40px 0px 0px 0px;
}

.Servicecardcontent_text {
    padding: 30px 20px 62px 20px;
}



#ServicecardsectionSlider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding-top: 50px;
}

    #ServicecardsectionSlider .owl-dots .owl-dot {
        display: inline-block;
        border-radius: 100%;
        width: 15px;
        height: 15px;
        background: rgba(255, 255, 255, 0.5);
        animation-timing-function: ease-in-out;
        animation-duration: 500ms;
        transition: all 0.2s ease-out;
    }

        #ServicecardsectionSlider .owl-dots .owl-dot.active {
            background-color: #ffffff;
            width: 69px;
            height: 15px;
            border-radius: 50px;
        }

.ServicecardsectionSlider {
    background: linear-gradient(263.09deg, #1266AC 4.89%, #2B4991 99.59%);
    padding: 70px 0px 50px;
    position: relative;
}

    .ServicecardsectionSlider .Title_New h3::after {
        bottom: -20px;
        width: 162px;
    }

    .ServicecardsectionSlider .Title_New h3 {
        color: white;
        margin-bottom: 70px;
    }

.ServicecardsectionSliderIcon {
    position: absolute;
    left: 0;
    top: -15px;
}

/* ======================================Servicecard_section====================================== */

/* ======================================Design4_About_section====================================== */
.why-choose-us_Text p,
.EmployerSlider_Text p {
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: black;
    margin-bottom: 0px;
}

.why-choose-us_SectionTopBottom {
    margin: 100px 0px 120px 0px;
}

/* ======================================Design4_About_section====================================== */


/* ======================================Contactus_section======================================  */
.Contactus_section {
    min-height: 486px;
}

.Contactus_Image img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.Contactus_Text p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px; 
    color: rgba(69, 69, 69, 1);
}


/* ======================================Contactus_section======================================  */

/* ======================================Contactus_Input_section====================================== */

/* .Contactus_Input_Field_All input,
.Contactus_Input_Field_All textarea {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 30px;
  border: 1px solid lightgray;
  box-shadow: 0px 0px 4px 2px #00000040;
  padding: 11px 16px;
  display: inline-block;
  outline: none;
  font-size: 20px;
  font-weight: 400;
  resize: none;
  font-family: "Source Sans 3";
}

.Contactus_Input_Field_All input::placeholder,
.Contactus_Input_Field_All textarea::placeholder {
  color: #000000;
} */

/* ======================================Contactus_Input_section====================================== */

/* =================================Contactus_Input_section_Map====================================== */

.Contactus_Input_section {
    padding: 67px 0px 0px 0px !important;
    background: linear-gradient(264.72deg, #1266AC 4.23%, #2B4991 99.68%);

}

.Contactus_Map iframe {
    width: 100%;
    height: 563px;
}

.Contactus_Map {
    position: relative;
}

    .Contactus_Map img {
        width: 100%;
    }

    .Contactus_Map i {
        position: absolute;
        color: red;
        font-size: 60px;
        top: 280px;
        left: 350px;
    }

    .Contactus_Map a {
        position: absolute;
        top: 60px;
        left: 110px;
        color: #fff;
        letter-spacing: .5px;
        background-color: #173983;
        border-radius: 50px;
        padding: 15px 40px;
        text-decoration: none;
        transition: all .36s ease-in-out;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 14px;
    }


.Contactus_Input_InnerContent {
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    padding: 40px 40px;
}

    .Contactus_Input_InnerContent .Title_New {
        text-align: start;
    }


        .Contactus_Input_InnerContent .Title_New h3 {
            color: rgba(42, 74, 144, 1);
            font-weight: 600;
        }

            .Contactus_Input_InnerContent .Title_New h3::after {
                transform: unset;
                left: 0;
            }

.Contactus_Input_RightSide .Title_New h3::after {
    width: 90px;
}

.Contactus_Input_LeftSide .Title_New h3::after {
    width: 153px;
}


.Contactus_All_InputField input,
.Contactus_All_InputField textarea {
    width: 100%;
    padding: 12px 16px 12px 16px;
    outline: none;
    text-transform: capitalize;
    margin: 5px 0px;
    /* border: 1px solid rgba(91, 91, 91, 1); */
    border: 1px solid #5d5a5aaf;
    border-radius: 5px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    background: rgba(255, 255, 255, 1);
    resize: none;
}

.Contactus_Btn button {
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    background: rgba(32, 36, 39, 1);
    color: white;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.07px;
    border: none;
    outline: none;
    margin-top: 10px;
    transition: all 0.5s ease;
}

    .Contactus_Btn button:hover {
        background: #212462;
        color: #fff;
    }

.Contactus_Details_Text span {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 600;
    color: rgba(113, 113, 113, 1);
}

.Contactus_Details_Text p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    color: rgba(32, 36, 39, 1);
    margin-bottom: 0px;
}

.Contactus_Details_Image img {
    width: 30px;
    height: 30px;
}

.Contactus_Details {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 45px;
}

.Contactus_All_InputField textarea {
    height: 131px;
}

.Contactus_Details_outer {
    padding-left: 5px;
}

/*.Contactus_Input_InnerContent .Title_New h3 {
    color: rgba(42, 74, 144, 1);
}

.Title_New h3::after, .Global_Reach_text h3::after, .Hero_Slider_Title h3::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 215px;
    height: 5px;
    background: linear-gradient(90deg, #EC1D23 0%, #F7A5A7 100%);
    border-radius: 5px;
    transform: translateX(-50%);
}*/


/* =================================Contactus_Input_section_Map====================================== */


/* ======================================Healthcare_MedicSection====================================== */

.Healthcare_MedicSection {
    background: linear-gradient(264.72deg, #1266AC 4.23%, #2B4991 99.68%);
    padding: 70px 0px 90px;
}

.HealthCareCard img {
    width: 100%;
}

.Healthcare_MedicSectiontitle p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: white;
}

.Healthcare_MedicSectiontitle .Title_New h3::after {
    width: 563px;
    bottom: -10px;
}

/* ======================================Healthcare_MedicSection====================================== */

/* ======================================Healthcare_Clients_Slider====================================== */

.Healthcare_Headpara p {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0px;
}


.Healthcare_Clients_Slider .Title_New h3::after {
    width: 195px;
    bottom: -10px;
}

.Healthcare_Clients_Slider {
    background: rgba(255, 255, 255, 1);
    padding: 70px 0px 130px 0px;
    position: relative;
}

.Healthcare_Slider_Card {
    background: linear-gradient(282.4deg, #E2FAFF 27.24%, #FFFFFF 82.57%);
    border: 1px solid rgba(150, 150, 150, 1);
    border-radius: 5px;
    padding: 30px;
}

.Healthcare_Slider_Main {
    padding-top: 50px;
}

.Healthcare_Slider_Card_header_Image {
    width: 80px;
    height: 80px;
}

.Healthcare_Slider_Card_header_Text h6 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: rgba(9, 9, 20, 1);
    margin-bottom: 0px;
}

.Healthcare_Slider_Card_header_Text i {
    float: right;
    font-size: 16px;
}

.Healthcare_Slider_Card_header_Text p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    color: rgba(100, 116, 139, 1);
    margin-bottom: 0px;
}

.Healthcare_Slider_Card_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Healthcare_Slider_Card_Body p {
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0px;
    padding-top: 30px;
}

#Healthcare_Clients_Slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding-top: 50px;
}

    #Healthcare_Clients_Slider .owl-dots .owl-dot.active {
        background: rgba(18, 102, 172, 1);
        width: 87px;
        height: 10px;
        border-radius: 50px;
    }

    #Healthcare_Clients_Slider .owl-dots .owl-dot {
        display: inline-block;
        border-radius: 100%;
        width: 10px;
        height: 10px;
        background: rgba(217, 217, 217, 1);
        animation-timing-function: ease-in-out;
        animation-duration: 500ms;
        transition: all 0.2s ease-out;
    }

#Healthcare_Clients_Slider .owl-carousel .owl-nav .owl-next {
    border-radius: 50%;
    outline: none;
}

    #Healthcare_Clients_Slider .owl-carousel .owl-nav .owl-next span {
        display: inline-block;
        height: 50px;
        width: 50px;
        font-size: 30px;
        position: absolute;
        right: 32%;
        top: 53px;
        background-image: url(../asset/images/left-Arrow.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999px;
        overflow: hidden;
    }

#Healthcare_Clients_Slider .owl-carousel .owl-nav .owl-prev {
    border-radius: 50%;
    outline: none;
}

    #Healthcare_Clients_Slider .owl-carousel .owl-nav .owl-prev span {
        display: inline-block;
        height: 50px;
        width: 50px;
        position: absolute;
        left: 32%;
        top: 53px;
        background-image: url(../asset/images/Right-Arrow.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999px;
        overflow: hidden;
    }

#Healthcare_Clients_Slider .owl-nav {
    position: relative;
}

.Healthcare_Clients_Slider2 {
    background: rgba(255, 255, 255, 1);
    position: relative;
    border-radius: 15px;
    margin-top: -15px;
    margin-bottom: -15px;
}

/* ======================================Healthcare_Clients_Slider====================================== */


/* ======================================why-choose-us====================================== */

.why-choose-us_Earth img {
    width: 100%;
}

.why-choose-us_Section {
    padding: 70px 0px 100px;
    background: rgba(255, 255, 255, 1);
    position: relative;
    border-radius: 15px;
    margin-top: -15px;
    margin-bottom: -15px;
    z-index: 1;
}

.why-choose-us_Text1 {
    margin-bottom: 80px;
}

.SubmitHeading h3 {
    color: rgba(43, 73, 145, 1);
    text-align: center;
    margin-bottom: 45px;
}

.SubmitHeadingBtn a {
    padding: 10px 30px 10px 30px;
    border-radius: 5px;
    /* background: linear-gradient(282.4deg, #E2FAFF 27.24%, #FFFFFF 82.57%); */
    background-color: #2B4990;
    /* border: 0.5px solid rgba(0, 0, 0, 1); */
    /* border: 0.5px solid #5d5a5aaf; */
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 28.8px;
    /* color: rgba(43, 73, 145, 1); */
    color: white;
    transition: all 0.5s ease;
    display: inline-block;
}

    .SubmitHeadingBtn a:hover {
        background: #212462;
        color: white;
    }


.why-choose-us_Section .WhyIconimg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
}

/* ======================================why-choose-us====================================== */

.RecruitmentProcess_Section {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.45) 48.79%, rgba(0, 123, 193, 0.225) 100%);
    padding: 70px 0px;
}


.RecruitmentProcess_Heading h3 {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
    color: #2a4a90;
}

.RecruitmentProcess_Letter .Letter,
.RecruitmentProcess_Letter_Employer .Letter {
    width: 200px;
    height: 200px;
}

.Numbering h4,
.NumberingEmployer h4 {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 700;
    line-height: 80px;
    color: #2A4A90;
    display: inline-block;
}

.Numbering img {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 52px;
    bottom: 35px;
}

.Numbering4 img {
    left: 222px;
}

.Numbering2 img {
    left: 158px;
}

.Numbering3 img {
    left: 207px;
}


.Numbering,
.NumberingEmployer {
    position: relative;
}

.RecruitmentProcess_Letter p {
    font-family: Source Sans Pro;
    font-size: 17px;
    font-weight: 400;
    /* line-height: 30px; */
    color: #202427;
}

.RecruitmentProcess_Letter,
.RecruitmentProcess_Letter_Employer {
    padding: 130px 0px 0px 0px;
}

.NumberingEmployer img {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 27%;
    bottom: 27px;
}

.NumberingEmployer3 img {
    left: 19%;
}


.NumberingEmployer2 img {
    left: 18%;
}

.NumberingEmployer4 img {
    left: 26.8%;
}

.NumberingEmployer5 img {
    left: 27%;
}

.NumberingEmployer6 img {
    left: 27%;
}



/* ======================================OverSeas_Section====================================== */

.OverSeas_Section {
    padding: 60px 0px 130px 0px;
}

.Numberline {
    background: #d9ecf6;
    margin-top: 30px;
}

.OverSeas_Number {
    background: #1266ac;
    border-radius: 5px;
    padding: 10px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .OverSeas_Number span {
        width: 45px;
        height: 45px;
        background-color: white;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        font-size: 25px;
    }

.OverSeas_Section_lastitem_inner {
    background: #d9ecf6;
    padding: 30px;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
}

    .OverSeas_Section_lastitem_inner h3 {
        font-size: 25px;
        font-weight: bolder;
        font-family: Montserrat;
        margin-bottom: 25px;
    }

/* ======================================OverSeas_Section====================================== */

/* =================================HealthCare_Service_Section=============================== */

.service-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}


.HealthCare_Service_Section {
    background: rgba(255, 255, 255, 1);
    position: relative;
    border-radius: 15px;
    margin-top: -15px;
    padding: 70px 0px 0px 0px;
}


.HealthCare_Service_List ul {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    padding: 20px 40px 40px 140px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.HealthCare_Service_Last_List ul {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

    .HealthCare_Service_List ul li::marker,
    .HealthCare_Service_Last_List ul li::marker {
        color: red;
    }


/* =================================HealthCare_Service_Section=============================== */

/* ======================================Resume_Hero_Section====================================== */

.Resume_Hero_Section {
    padding: 110px 0px 70px 0px;
    background: linear-gradient(282.4deg, #E2FAFF 27.24%, #FFFFFF 82.57%);
    position: relative;
    margin-bottom: -30px;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.Resume_Hero_Content2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Resume_Hero_Image {
    max-width: 240px;
}

    .Resume_Hero_Image img {
        width: 100%;
        margin-bottom: -60px;
    }

.Resume_Form_Section2 {
    z-index: 1;
}

.Resume_Hero_Section2 {
    z-index: 1;
}

.BlogPost_Hero_Section {
    padding: 105px 0px 105px 0px;
}

.Resume_Hero_Section2 .Resume_Hero_Content h2 {
    margin-bottom: 30px;
}

.Resume_Hero_Section2 .Resume_Hero_Content p {
    padding: 0px 0px;
}

.Resume_Hero_Content p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: rgba(69, 69, 69, 1);
    margin-bottom: 0px;
    padding: 0px 80px;
}

.Resume_Form_Section .ResumeIcon2 {
    position: absolute;
    right: 0px;
    top: -145px;
    z-index: -1;
    width: 350px;
}

.Resume_Form_Section .ResumeIcon1 {
    position: absolute;
    top: 38%;
    z-index: -1;
    height: 705px;
}

.Resume_Form_Button button {
    padding: 10px 120px 10px 120px;
    border-radius: 5px;
    background: rgba(18, 102, 172, 1);
    font-family: Source Sans Pro;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    outline: none;
    border: none;
    margin-top: 60px;
    transition: all 0.5s ease;
}

    .Resume_Form_Button button:hover {
        background: #212462;
    }

/* ======================================Resume_Hero_Section====================================== */

/* ======================================Resume_Form_Section====================================== */

.Resume_Form_Section {
    padding: 100px 0px;
    position: relative;
}

.Resume_Form_Field input,
.Resume_Form_Field select,
.FileFieldContent,
.Resume_Form_Field .form-multi-select .form-multi-select-input-group,
.Resume_Form_Field textarea {
    width: 100%;
    padding: 12px 16px 12px 16px;
    border-radius: 4px;
    /* background-color: rgba(245, 245, 245, 1); */
    /* border: 1px solid rgba(229, 229, 229, 1); */
    border: 1px solid rgb(159 157 157);
    outline: none;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    appearance: none;
    text-transform: capitalize;
    margin: 15px 0px;
}

    .Resume_Form_Field input.form-multi-select-search {
        padding: unset;
        border: unset;
        margin: unset;
        outline: unset;
        font-family: unset;
        width: unset;
        border-radius: unset;
        font-size: unset;
        font-weight: unset;
        line-height: unset;
        text-transform: unset;
    }

.Resume_Form_Field .form-multi-select.show .form-multi-select-input-group {
    border-color: unset;
    box-shadow: unset;
    border: 1px solid rgba(229, 229, 229, 1);
}

.Resume_Form_Field .form-multi-select-indicator:focus {
    box-shadow: none;
}

.Resume_Form_Field .form-multi-select {
    --cui-form-multi-select-focus-box-shadow: unset
}

.Resume_Form_Field .form-multi-select-buttons {
    min-height: unset;
}

.Resume_Form_Field .form-multi-select-selection-tags {
    padding: 0px;
}

    .Resume_Form_Field .form-multi-select-selection-tags .form-multi-select-placeholder {
        padding-top: 0px;
        padding-bottom: 0px;
    }


.Resume_Form_Field textarea {
    height: 150px;
    resize: unset;
}

.Resume_Form_Field label {
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    display: block;
}

    .Resume_Form_Field label span {
        font-family: Source Sans Pro;
        font-size: 18px;
        font-weight: 600;
        color: rgba(255, 0, 0, 1);
    }

.Resume_Form_Field {
    margin-bottom: 15px;
    position: relative;
}

/* .source-list {
  display: flex;
  flex-wrap: wrap;
} */

.skill-tag {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 10px;
    margin: 5px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

    .skill-tag span:first-child {
        margin-right: 10px;
    }

    .skill-tag .remove-skill {
        cursor: pointer;
        background-color: red;
        color: white;
        border-radius: 50%;
        padding: 0 5px;
        font-size: 12px;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* .Resume_Form_FieldSkill button {
  position: absolute;
  right: 0;
  bottom: 15px;
  top: 15px;
  min-width: 80px;
  background: rgba(18, 102, 172, 1);
  font-family: Source Sans Pro;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 1);
  outline: none;
  border: none;
  transition: all 0.5s ease;
}

.Resume_Form_FieldSkill button:hover {
  background: #212462;
} */







/* General Multi-select container styles */
.Resume_Form_FieldselectLanguage .multi-select-container {
    position: relative;
    display: flex;
    flex-direction: column;
}

.Resume_Form_FieldselectLanguage .dropdown-arrow {
    margin-left: 10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.Resume_Form_FieldselectLanguage .dropdown-options,
.Resume_Form_Field .dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 150px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
    display: none;
}

    .Resume_Form_FieldselectLanguage .dropdown-options li,
    .Resume_Form_Field .dropdown-options li {
        padding: 8px;
        cursor: pointer;
    }

        .Resume_Form_FieldselectLanguage .dropdown-options li:hover {
            background: #f0f0f0;
        }

.Resume_Form_FieldselectLanguage .selected-languages {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.Resume_Form_FieldselectLanguage .language-tag {
    background-color: #f0f8ff;
    border: 1px solid #007bff;
    border-radius: 20px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

    .Resume_Form_FieldselectLanguage .language-tag span {
        margin-right: 8px;
    }

    .Resume_Form_FieldselectLanguage .language-tag .remove-language {
        cursor: pointer;
        color: #ff4d4d;
        font-weight: bold;
    }

.Resume_Form_FieldselectLanguageOuter .Resume_Form_Fieldselect::after {
    content: none;
}

.input-container {
    position: relative;
}



/* ======================================Resume_Form_Section====================================== */

/* ======================================Blog_Hero_Section====================================== */
.Blog_Hero_Section .Medic_Experts_Img img {
    right: 0px;
    bottom: -60px;
}

.Blog_Hero_Section {
    padding: 140px 0px 106px 0px;
    overflow: hidden;
    margin-bottom: unset;
}

.Blog_GheewalaJobs_Title {
    padding: 30px 0px 20px 0px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    position: sticky;
    top: 82px;
    z-index: 9;
}

.Blog_GheewalaJobs_Title_Inner h3 {
    color: rgba(43, 73, 145, 1);
}

/* ======================================Blog_Hero_Section====================================== */

/* =================================Blog_GheewalaJobs_categories================================== */

.Blog_GheewalaJobs_categories,
.Training_Partner_Section_head {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 40px 0px;
    z-index: 1;
    position: relative;
}

.BlogPost_GheewalaJobs_categories {
    margin-top: 40px;
}

.Blog_GheewalaJobs_categories span {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    color: rgba(18, 102, 172, 1);
    text-transform: capitalize;
}

.All_categories {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    /*padding-bottom: 12px;*/ /* slightly less padding to match smaller bar */
    scrollbar-width: thin; /* Firefox support */
    scrollbar-color: #2b4990 #b4b4b4;
}

    .All_categories::-webkit-scrollbar {
        height: 8px;
    }

    .All_categories::-webkit-scrollbar-thumb {
        background: #2b4990;
        border-radius: 8px;
    }

    .All_categories::-webkit-scrollbar-track {
        background: #b4b4b4;
        border-radius: 8px;
    }


/* .All_categories::-webkit-scrollbar-thumb:hover {
  background: #005b9a;
} */


.All_categoriesInner {
    padding: 8px 16px;
    min-width: max-content;
}


/* =================================Blog_GheewalaJobs_categories================================== */

/* =================================BlogPost_main_Content================================== */


.BlogPost_main_Content {
    background: rgba(255, 255, 255, 1);
    padding: 110px 0px;
}

.BlogPost_main_Content_header p {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}

.BlogPost_main_Content_header h5 {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 600;
    color: rgba(43, 73, 145, 1);
    margin-bottom: 15px;
}

.BlogPost_main_Content_header span {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}

.BlogPost_main_Content_Image img {
    margin: 50px 0px;
    width: 100%;
}

.BlogPost_main_Content_Points h6,
.BlogPost_main_Content_AllPoints span,
.BlogPost_main_Content_Points p {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 25px;
}

.BlogPost_main_Content_Points p {
    font-weight: 500;
}

.BlogPost_main_Content_AllPoints {
    display: flex;
}

.BlogPostNumber {
    margin-right: 10px;
}

.BlogPostCardOuter {
    /* border-radius: 5px; */
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(181, 181, 181, 1);
}


/* =================================BlogPost_main_Content================================== */

/* =================================BlogPost_main_Card==================================  */

.BlogPost_main_Inner_card_Image img {
    width: 100%;
    /* border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; */
}

.BlogPost_main_Inner_card h5 {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 700;
    color: rgba(43, 73, 145, 1);
    margin-bottom: 45px;
}

.BlogPost_main_Inner_card h6 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    color: rgba(43, 73, 145, 1);
    margin-bottom: 10px;
}

.BlogPost_main_Inner_card p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
}

.BlogPost_main_Card .Title_New h3 {
    color: rgba(42, 74, 144, 1);
}


.BlogPost_main_Inner_card span {
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 400;
    color: rgba(39, 39, 39, 1);
}

.BlogPost_main_Card_Padd {
     padding: 0px 45px; 
    /*padding: 0px 85px;*/
}

.BlogPost_main_Inner_card {
    /*padding-left: 20px;*/
}

.BlogPost_main_Card {
    z-index: 1;
    position: relative;
    padding-top: 100px;
    z-index: 3;
}

.BlogPost_main_Contentboth {
    position: relative;
}

.BlogPost_main_Card_ICon2 {
    position: absolute;
    right: 0;
    top: 0;
}

.BlogPost_main_Card_ICon1 {
    position: absolute;
    /* width: 200px;
  height: 390px; */
    z-index: 2;
    bottom: -90px;
}

/* =================================BlogPost_main_Card==================================  */



/* =================================Blog_GheewalaJobd_Cards================================== */

.Blog_GheewalaJobd_Cards {
    padding: 100px 75px;
}

.Blog_GheewalaJobd_Cards_Image img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.Blog_GheewalaJobd_Cards_Text h5 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    color: rgba(43, 73, 145, 1);
    padding: 15px 0px;
    margin: 0px;
}

.Blog_GheewalaJobd_Cards_Text:hover p,
.Blog_GheewalaJobd_Cards_Text:hover span {
    color: rgba(43, 73, 145, 1);
    transition: all 0.2s ease;
}


.Blog_GheewalaJobd_Cards_Text p {
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.11px;
    color: rgba(0, 0, 0, 1);
}

.Blog_GheewalaJobd_Cards_Text span {
    font-family: Source Sans Pro;
    font-size: 12px;
    font-weight: 400;
    color: rgba(39, 39, 39, 1);
    margin-bottom: 15px;
    display: inline-block;
}

.Blog_GheewalaJobd_Cards_Content {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(219, 219, 219, 1);
    border-radius: 5px;
    margin: 0px 5px;
    transition: all 0.2s ease-out;
    transform: translateY(0px) translateZ(0);
}

    .Blog_GheewalaJobd_Cards_Content:hover {
        transform: translateY(-10px) translateZ(0);
    }

.Blog_GheewalaJobd_Cards_Text {
    padding: 0px 20px;
}

.paddzero {
    padding: 0px;
}

.BlogCard {
    display: none;
}

.loadMoreBtnSee {
    background: none;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    border: none;
    outline: none;
    margin-top: 10px;
    transition: all 0.5s ease;
    color: rgba(18, 102, 172, 1);
    position: relative;
}

    .loadMoreBtnSee::after {
        content: "";
        display: block;
        width: 100%;
        border: 1.5px solid red;
        transition: all .3s ease-in-out 0s;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
    }


.loadMoreBtnBoth img {
    width: 12px;
    height: 12px;
    margin-left: 3px;
}




/* =================================Blog_GheewalaJobd_Cards================================== */


/* ======================================Fifth_Section====================================== */
.Fifth_Section_Image img {
    width: 100%;
}

.Fifth_Section_Text h3 {
    font-weight: 700;
    font-size: 31px;
}

.Fifth_Section_Text h4 {
    font-size: 17px;
}

.Fifth_Section_Text p {
    font-size: 12px;
}

.Fifth_Section_Text {
    padding: 0px 50px;
}

    .Fifth_Section_Text ul li {
        font-size: 12px;
    }

.Fifth_Section_Text_2 h2 {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
}

.Fifth_Section_Text_2 {
    padding: 0px 70px 0px 130px;
}

    .Fifth_Section_Text_2 p {
        font-size: 13px;
    }

.Fifth_Aboutbtn button {
    background: #2b4990;
    border: none;
    padding: 5px 25px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.Fifth_Section {
    background: #d9ecf6;
    padding: 45px 0px;
}

/* ======================================Fifth_Section====================================== */

/* ======================================EmployeeDetails_section======================================  */

.EmployeeDetailsimage {
    height: 180px;
}

.EmployeeDetailsimage2 {
    height: 110px;
}

.EmployeeDetailssection {
    background-color: #d9ecf6;
}

.EmployeeDetailsimage img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.EmployeeDetailstext h4 {
    color: #000;
}

.EmployeeDetailstext h3 {
    font-size: 40px;
    margin-bottom: 18px;
    color: #000;
}

/* ======================================EmployeeDetails_section======================================  */

/* ======================================EmployeeCard_section======================================  */

.Designercontent img {
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    transition: ease-in-out 0.3s;
}

.Designerimage {
    overflow: hidden;
}

.Designercontent:hover img {
    transform: scale(1.1);
}

.Designertext {
    padding: 25px 15px;
    transition: all ease-in-out 0.3s;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
}

    .Designertext h4 {
        font-size: 20px;
        text-transform: capitalize;
        font-weight: 900;
    }

    .Designertext span {
        color: #aaaaaa;
        font-size: 14px;
        display: block;
    }

/* ======================================EmployeeCard_section======================================  */

/*  ======================================Contact_section======================================   */

.Contactdetails::before {
    content: "";
    height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    border-radius: 5px;
    z-index: -1;
}

.realmap {
    background: #212462;
    border-radius: 8px;
}

    .realmap iframe {
        height: 100%;
        width: 100%;
        border: 0;
    }

.Contactallinput input,
.Contactallinput textarea {
    width: 100%;
    border: none;
    margin-bottom: 24px;
    padding: 16px 12px;
    border-radius: 8px;
    display: inline-block;
    outline: none;
}

.Contactbtn button {
    border: none;
    padding: 15px 40px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #2b4990;
    color: white;
}

.Contactallinput label {
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

/*  ======================================Contact_section======================================   */

/* ======Team section=======  */

.AllTeamContent {
    border-top: 60px solid #26d48c;
    background: rgba(239, 239, 241, 0.8);
    border-radius: 5px;
    position: relative;
    height: 100%;
    border-bottom: 60px solid #26d48c;
}

    .AllTeamContent:hover .AllTeamimage img {
        transform: scale(1.05);
    }

.AllTeamcontentmain::before {
    content: "";
    height: 200px;
    display: block;
    background-color: #26d48c;
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
}

.AllTeamimage img {
    width: 100%;
    border-radius: 50%;
    border: 10px solid #26d48c;
    transition: 0.5s;
    z-index: 2;
    position: relative;
}

.AllTeamimage {
    border-radius: 50%;
    border: 15px solid #f8f8f9;
    z-index: 2;
    position: relative;
}

.AllTeamtext {
    padding: 30px;
    text-align: center;
}

.AllTeamdetails {
    padding: 15px 0px;
}

    .AllTeamdetails h4 {
        font-weight: 600;
    }

    .AllTeamdetails p {
        margin: 0;
        color: #787878;
    }

.AllTeamicon a {
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 100%;
    background-color: #26d48c;
    line-height: 2.3;
    font-size: 16px;
    margin-right: 8px;
    transition: 0.5s;
    text-align: center;
    color: #f8f8f9;
}

/* ======Team section=======  */

/* ======================================EmployeeProfile_section====================================== */

.EmployeeProfilebutton button {
    padding: 6px 20px;
    font-size: 18px;
    width: 100%;
    background-color: rgba(231, 233, 233, 1);
    color: #000;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #2b4990;
    color: #fff;
}

.EmployeeProfile_section {
    margin-top: -100px;
    padding-bottom: 30px;
}

.EmployeeProfileMargintop {
    margin-top: 60px;
}

.maincontenttab {
    margin-top: 50px;
}

.EmployeeProfile_section .paddin {
    padding: 0px 80px;
}

.EmployeeProfileMainimage {
    width: 175px;
    height: 200px;
}

    .EmployeeProfileMainimage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

.EmployeeProfileMaincontent {
    padding-top: 30px;
}

/* ======================================EmployeeProfile_section====================================== */

/* ======================================Sign_in_section====================================== */

.Sign_in_section_main {
    height: 100%;
    display: flex;
    align-items: center;
}

.Sign_in_section_two {
    display: flex;
    align-items: center;
    height: 100%;
}

.InputForget span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    cursor: pointer;
}

.InputForget {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainheight {
    height: 100vh;
}

.Signinmainhead h1 {
    font-family: Montserrat;
    font-size: 50px;
}

.Sign_in_section p {
    font-family: Source Sans Pro;
}

.Inputlabel label {
    font-family: Source Sans Pro;
}

.Inputlabel input {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 30px;
    margin-top: 10px;
    outline: none;
    border-radius: 5px;
}

.Close {
    position: absolute;
    right: 20px;
    top: 20px;
}

    .Close span i {
        font-size: 35px;
        color: darkgray;
    }

.Forgotpass h1 {
    font-size: 30px;
}

.forgotPass_in_Setion {
    height: 100%;
    display: flex;
    align-items: center;
}

/* ======================================Sign_in_section====================================== */

/* ======================================WelcomePage_Section====================================== */

#WelcomeFormSlider .owl-nav {
    display: none;
}

#WelcomeFormSlider .owl-dots {
    position: relative;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
}

    #WelcomeFormSlider .owl-dots .owl-dot {
        background-color: lightblue;
        width: 12px;
        height: 12px;
        display: inline-block;
        border-radius: 100%;
        opacity: 0.6;
    }

        #WelcomeFormSlider .owl-dots .owl-dot.active {
            background-color: #2b4990;
        }

.MainWelcomePage {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.MainFirstcontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .MainFirstcontent img {
        width: 170px !important;
        border-radius: 100px;
        margin-bottom: 30px;
    }

.WelcomePagebutton {
    display: flex;
    justify-content: center;
    column-gap: 50px;
    margin-top: 30px;
}

    .WelcomePagebutton a,
    .WelcomePagebutton button {
        text-decoration: none;
        display: inline-block;
        border-radius: 100px;
        font-size: 14px;
        padding: 12px 40px;
        background-color: #2b4990;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        border: none;
    }

    .WelcomePagebutton .ButtonallSignup {
        background-color: lightblue;
        color: #000;
    }

/* ======================================WelcomePage_Section====================================== */

/* ======================================Loading_Section====================================== */

.Loading_Section {
    width: 100%;
    height: 100vh;
}

.Main_Loading {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 20px;
}

    .Main_Loading p {
        font-size: 19px;
    }

    .Main_Loading span {
        color: #000;
        margin-right: 3px;
        width: 50px;
        height: 50px;
        background-color: #a29d9d;
        border-radius: 100%;
        text-align: center;
        font-size: 22px;
        transition: 0.5s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* ======================================Loading_Section====================================== */

/* ======================================Success_Section====================================== */
.Main_Success span {
    background-color: green;
    color: white;
    font-size: 28px;
}

.Main_Error span {
    background-color: red;
    color: white;
    font-size: 28px;
}

/* ======================================Success_Section====================================== */

/* ======================================Login_Page====================================== */



.Login_Logo {
    width: 150px;
    padding: 20px 0px 10px;
}

    .Login_Logo img {
        width: 100%;
    }

.Login_Page_Welcome h3 {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 600;
}

.Login_Page_Welcome p {
    letter-spacing: -0.5px;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.Login_Content {
    background: #f3f3f3;
    padding: 30px 40px 35px;
    border-radius: 15px;
    margin-top: 20px;
}

.Input_Field input {
    width: 100%;
    padding: 14px;
    border: 1px solid black;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 22px;
    margin-top: 4px;
    outline: none;
}

.Input_Field label {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}



.LoginBtn {
    background-color: #2b4990;
    /*background-color: #1266ac;*/
    border: none;
    color: white;
    margin-right: 0px;
}

    .LoginBtn:hover {
        background: #212462;
        color: #fff;
    }

.Forget_Password {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

    .Forget_Password input {
        appearance: none;
        height: 18px;
        width: 18px;
        border-radius: 2px;
        outline: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
        border: 1px solid;
        border-color: black;
        background: white;
        transition: all 0.3s ease;
        color: rgb(0, 0, 0);
    }

        .Forget_Password input[type="checkbox"]:after {
            content: "";
            width: 19px;
            height: 19px;
            position: absolute;
            border-radius: 2px;
            opacity: 0;
            transform: scale(0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .Forget_Password input[type="checkbox"]:checked:after {
            content: "\2713";
            color: black;
            font-size: 18px;
            transform: scale(1);
            opacity: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.Forget_Password_Inner {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.CreateAccount p {
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: center;
    font-family: Source Sans Pro;
    font-size: 16px;
}

.Forget_Password_Inner label {
    font-size: 14px;
}

.Forget_Password a {
    font-size: 14px;
    color: black;
    font-weight: 600;
}

.Login_Content form .Innera {
    width: 100%;
    background-color: #000000;
    color: white;
    font-size: 16px;
    padding: 10px 0px;
    border: none;
    border-radius: 5px;
    display: block;
    text-align: center;
}

.LoginFooternavbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px;
    background: #000000;
    border-radius: 10px 10px 0px 0px;
    margin-top: 20px;
}

    .LoginFooternavbar .Loginfooterlogo {
        width: 130px;
        display: inline-block;
        color: rgba(255, 255, 255, 0.3);
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 500;
    }

    .LoginFooternavbar p {
        margin-bottom: 0px;
        color: #ffffff;
        font-family: Source Sans Pro;
        font-size: 14px;
        font-weight: 500;
    }

.Loginfooterlogo img {
    width: 100%;
}

.LoginMainFoooternav ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .LoginMainFoooternav ul li a {
        color: #ffffff;
        font-size: 14px;
    }

/* ======================================Login_Page====================================== */

/* ======================================ForgetPass_Page====================================== */

.MainallContent .Login_Content {
    background: #f3f3f3;
    padding: 30px 30px 30px;
    margin-top: unset;
    border-radius: 15px;
}

.Login_Page2 {
    /* background: #d9ecf6; */
    height: 500px;
}

.MainallContent .Login_Page_Welcome img {
    width: 10%;
}

.MainallContent .Login_Page2 {
    height: unset;
    /*padding: 50px 0px;*/
    padding: 0px 0px;
}

.MainallContent .Login_Page_Welcome p {
    margin: 30px;
}

.MainallContent .Login_Logo {
    width: 150px;
    padding: 20px 0px 35px;
}

    .MainallContent .Login_Logo img {
        width: 100%;
    }

.MainallContent .Login_Page_Welcome h3 {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
}

.MainallContent .Login_Content form a {
    width: 100%;
    background-color: #000000;
    color: white;
    font-size: 16px;
    padding: 10px 0px;
    border: none;
    border-radius: 5px;
    display: block;
    text-align: center;
}

.MainallContent .Input_Field label {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.MainallContent .Input_Field input {
    width: 100%;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 14px;
    margin-top: 4px;
    outline: none;
}

/* ======================================ForgetPass_Page====================================== */

/* ======================================ConfirmLink_Page====================================== */

.ConfirmLink_MiddleContent {
    background: #d9ecf6;
    padding: 70px 0px 80px;
    border-radius: 25px;
}

.MainallContent .Login_Content {
    background: #f3f3f3;
    padding: 30px 40px 35px;
    margin-top: unset;
    border-radius: 15px;
}

.ConfirmLink_MiddleContent_btn {
    background: #f3f3f3;
    padding: 25px 40px 25px;
    margin-top: -65px;
    border-radius: 15px;
    margin-bottom: 80px;
}

.ConfirmLink_MiddleContent h3 {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 600;
    padding: 20px 0px;
}

.ConfirmLink_MiddleContent p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.ConfirmLink_MiddleContent_btn_inner {
    background-color: black;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

    .ConfirmLink_MiddleContent_btn_inner a {
        font-weight: 600;
        color: white;
        text-transform: capitalize;
    }

.ConfirmLink_MiddleContent img {
    width: 50px;
}

/* ======================================ConfirmLink_Page====================================== */

/* ======================================CreateAccount_Page====================================== */

.CreateAccount_Section {
    padding-bottom: 50px;
}

    .CreateAccount_Section .CreateLogin_Page_Welcome h3 {
        font-family: Montserrat;
        font-size: 40px;
        font-weight: 600;
    }

.MainallContent {
    /*background: linear-gradient(to top, white 50%, #d9ecf6 50%);*/
}

/*.MainallContentPass {
    background: linear-gradient(to top, white 40%, #d9ecf6 40%);
}*/

/*.COLOR {
    background: linear-gradient(to top, white 50%, #d9ecf6 50%);
}*/

.CreateLogin_Page_Welcome p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}

.CreateAccount_Form {
    background: #f3f3f3;
    padding: 37px;
    border-radius: 15px;
}

.CreateAccount_inputField input {
    width: 100%;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 14px;
    margin-top: 4px;
    outline: none;
    height: 45px;
}


.CreateAccount_inputField .form-select {
    width: 100%;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 14px;
    margin-top: 4px;
    outline: none;
    height: 45px;
}


.choices__inner {
    width: 100%;
    padding: 10px;
    border: 1px solid black !important;
    border-radius: 5px !important;
    display: inline-block;
    margin-bottom: 14px;
    margin-top: 4px;
    outline: none;
    height: 45px;
}


.CreateAccount_Btn input {
    width: 100%;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 14px;
    margin-top: 4px;
    outline: none;
    height: 45px;
    font-size: 10px;
    font-weight: 600;
    background: #d9ecf6;
    font-size: 14px;
}

.CreateAccount_Form label {
    font-weight: 600;
    font-size: 14px;
}

.CreateAccount_Terms span {
    font-weight: 600;
}

.CreateAccount_Terms label {
    font-weight: 400;
    font-size: 13px;
}

.CreateAccount_Button a {
    width: 100%;
    background-color: #000000;
    color: white;
    font-size: 16px;
    padding: 10px 0px;
    border: none;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}

.MainallContent {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
    /*background: #f8f9fa;*/
}

.CreateAccount_Section {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.CreateAccount_Button button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .CreateAccount_Button button:hover {
        background-color: #0056b3;
    }

/*.Login_Footer {
    background-color: #343a40;
    color: white;
    padding: 15px 0;
    font-size: 14px;
}*/

.LoginMainFoooternav ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 10px 0;
}

    .LoginMainFoooternav ul li a {
        color: white;
        text-decoration: none;
    }



/* .CreateAccount_inputField input[type="number"]::-webkit-outer-spin-button,
.CreateAccount_inputField input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}*/


.CreateAccount_inputField_Code input {
    text-align: center;
}

/* ======================================CreateAccount_Page====================================== */

/* ======================================Slider_section======================================  */

.Slider_section .Slider_sectionFirstimg {
    position: absolute;
    top: 0px;
    left: 0;
}

.Slider_section {
    padding: 70px 0px;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    margin-top: -30px;
    margin-bottom: -30px;
    position: relative;
    z-index: 1;
    padding-right: 50px;
    padding-left: 50px;
}



.HomeSlider_circle {
    display: flex;
    flex-direction: column;
    row-gap: 165px;
}

.HomeSlider_circle_text h4 {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 700;
    color: lightgray;
}

.HomeSlider_circle_text {
    text-align: center;
}

    .HomeSlider_circle_text p {
        font-family: Source Sans Pro;
        font-size: 18px;
        font-weight: 400;
        color: lightgray;
    }

#Slider_section .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    bottom: 260px;
    left: 11%;
    outline: none;
}

    #Slider_section .owl-carousel .owl-nav .owl-prev span {
        display: inline-block;
        height: 54px;
        width: 54px;
        position: absolute;
        right: -35px;
        top: 40px;
        background-image: url("../asset/images/Right-Arrow.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999px;
        overflow: hidden;
    }

#Slider_section .owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    bottom: 260px;
    right: 30px;
    outline: none;
}

    #Slider_section .owl-carousel .owl-nav .owl-next span {
        display: inline-block;
        height: 54px;
        width: 54px;
        font-size: 30px;
        position: absolute;
        left: -150px;
        top: 40px;
        background-image: url("../asset/images/left-Arrow.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999px;
        overflow: hidden;
    }

.Slider_section_line {
    text-align: center;
    position: absolute;
    bottom: 275px;
}

    .Slider_section_line img {
        width: 80%;
    }

.HomeSlider_circle_image {
    position: relative;
}

.Slider_section .Title_New {
    margin-bottom: 60px;
}

    .Slider_section .Title_New h3::after {
        bottom: -20px;
    }

.Slider_section .owl-carousel .owl-nav {
    display: block !important;
}

/* .Slider_section .Slider_section_inner .owl-item .item .HomeSlider_circle_image img {
  filter: grayscale();
  transition: .3s;
}

.Slider_section .Slider_section_inner .owl-item.active.center .item .HomeSlider_circle_image img {
  filter: grayscale(0);
} */


.Slider_section .Slider_section_inner .owl-item .item .HomeSlider_circle_image img {
    filter: grayscale(); /* Apply grayscale by default */
    transition: 0.3s;
}

.Slider_section .Slider_section_inner .owl-item.active.center .item .HomeSlider_circle_image img {
    filter: grayscale(0) !important; /* Remove grayscale for the center active item */
}

.Slider_section .Slider_section_inner .owl-item.active ~ .owl-item .item .HomeSlider_circle_image img {
    filter: grayscale(0) !important; /* Force grayscale on items to the right of the active center item */
}

.Slider_section .Slider_section_inner .owl-item.active + .owl-item .item .HomeSlider_circle_image img {
    filter: grayscale(); /* Force grayscale for immediate next active (right side) */
}

.Slider_section .Slider_section_inner .owl-item.active.center .item .HomeSlider_circle_text h4,
.Slider_section .Slider_section_inner .owl-item.active.center .item .HomeSlider_circle_text p {
    color: #2b4991;
}


.Slider_section .Slider_section_inner .owl-item.active.center .item .HomeSlider_circle_text h4,
.Slider_section .Slider_section_inner .owl-item.active.center .item .HomeSlider_circle_text p {
    color: #2b4991;
}

/* ======================================Slider_section======================================  */

/* ======================================expertise_section====================================== */
.Tab_Text p {
    font-family: Source Sans Pro;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    color: #2B4991;
    line-height: 34px;
}

.expertise_tab_side ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 40px;
}

    .expertise_tab_side ul li button {
        width: 100%;
        border-radius: 10px !important;
        border: 1px solid #848484;
        font-family: Source Sans Pro;
        font-size: 24px;
        font-weight: 600;
        padding: 15px 10px;
        color: #1266AC;
    }

    .expertise_tab_side ul li {
        width: 100%;
    }

.Tab_Text {
    margin-top: 60px;
}

.Tab_ContentService {
    padding-left: 20px;
}

    .Tab_ContentService .tab-pane img {
        width: 100%;
        padding: 0px 80px;
    }

.expertise_tab_side .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #1266AC;
    color: #fff;
}


/* ======================================expertise_section====================================== */


/* ======================================WhyChoose_MedicalSection====================================== */


.WhyChoose_MedicalSection .Title_New h3 {
    color: rgba(42, 74, 144, 1);
}

.WhyChoose_MedicalSection .Title_New {
    text-align: start;
}

    .WhyChoose_MedicalSection .Title_New h3::after {
        width: 273px;
        transform: unset;
        left: 0;
        bottom: -10px;
    }

.WhyChoose_MedicalSection {
    position: relative;
}

.WhyChoose_MedicalSection_Text {
    margin-left: 83px;
}

    .WhyChoose_MedicalSection_Text h5,
    .New_Design_Section_First_Content h5 {
        font-family: Montserrat;
        font-size: 35px;
        font-weight: 600;
        line-height: 42.67px;
        color: rgba(42, 74, 144, 1);
        margin-bottom: 13px;
    }

    .WhyChoose_MedicalSection_Text p,
    .New_Design_Section_First_Content p {
        font-family: Source Sans Pro;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 0px;
    }

.WhyChoose_MedicalSection_Img img {
    width: 100%;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    min-height: 500px;
    object-fit: cover;
    border-top-left-radius: 10%;
    border-bottom-left-radius: 10%;
}

.WhyChoose_MedicalSection_Img.WhyChoose_MedicalSection_Img1 img {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-top-right-radius: 10%;
    border-bottom-right-radius: 10%;
}

.WhyChoose_MedicalSection .MiddleColor {
    /* background: rgba(247, 165, 167, 1); */
    background: linear-gradient(to right, rgba(247, 165, 167, 1), rgba(255, 210, 211, 1));
}

/* .MiddleColor .WhyChoose_MedicalSection_Text h5 {
  color: rgba(32, 36, 39, 1);
} */


.MiddleColor .WhyChoose_MedicalSection_Text {
    margin-left: 0px;
    margin-right: 83px;
}

    .MiddleColor .WhyChoose_MedicalSection_Text p {
        font-size: 20px;
    }

.shadowClass2 .WhyChoose_MedicalSection_Text p {
    font-size: 20px;
}


/* ======================================WhyChoose_MedicalSection====================================== */


/* ======================================Gallery_Section====================================== */

.Gallery_Section {
    background: linear-gradient(263.09deg, #1266AC 4.89%, #2B4991 99.59%);
    padding: 70px 0px 50px;
    position: relative;
    margin-top: 40px;
}

.Gallery_Main img,
.Gallery_image iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*filter: grayscale();*/
    transition: .3s;
    cursor: pointer;
    border-radius: 5px;
}

.Gallery_image {
    overflow: hidden;
}

.Gallery_Main img:hover,
.Gallery_Main iframe:hover {
    filter: grayscale(0);
}

.Gallery_Main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-flow: dense;
    gap: 10px;
    transition: .3s;
}

.Gallery_image2 {
    grid-row: span 2;
}

.fancybox__slide {
    padding: 15px 100px !important;
}

.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: auto;
}


/* ======================================Gallery_Section====================================== */


/* ======================================New_Design_Section_Second====================================== */

.Main_Card_New_Design_Section_Second {
    position: relative;
}

.New_Design_Section_Second {
    background: linear-gradient(280.7deg, #1266AC 0%, #1F579E 26.62%, #2B4991 50.29%, #000000 100.56%);
    padding: 90px 0px 90px 0px;
    position: relative;
}

.Main_Card_New_Design_Section_Second_Item img {
    width: 100%;
    transform: scale(1);
    transition: ease all 0.5s;
}

.Main_Card_New_Design_Section_Second_inner {
    position: relative;
    overflow: hidden;
}

.Overlay_Main_Card_New_Design_Section_Second {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #1f1f1fe8;
    padding: 10px;
    border: 5px solid #e6b79c;
    color: #fff;
    transition: ease all 0.5s;
}

.Main_Card_New_Design_Section_Second .Main_Card_New_Design_Section_Second_inner:hover .Overlay_Main_Card_New_Design_Section_Second {
    left: 0;
    transition: ease all 0.5s;
}

.Main_Card_New_Design_Section_Second .Main_Card_New_Design_Section_Second_inner:hover .Main_Card_New_Design_Section_Second_Item img {
    transform: scale(1.2);
    transition: ease all 0.5s;
}


.Overlay_Main_Card_New_Design_Section_Second p {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.Main_Card_New_Design_Section_Second_Name {
    margin: 22px 0px;
    text-align: center;
    color: white;
}

    .Main_Card_New_Design_Section_Second_Name h5 {
        color: white;
        font-family: Source Sans Pro;
        font-weight: 500;
        font-size: 18px;
        margin: 6px 0px;
    }

    .Main_Card_New_Design_Section_Second_Name span {
        font-family: Source Sans Pro;
        font-weight: 500;
        font-size: 15px;
    }

/* ======================================New_Design_Section_Second====================================== */

/* ======================================New_Design_Section_Third====================================== */

.New_Design_Section_Third_Title p {
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    /*color: rgba(32, 36, 39, 1);*/
    color: #2a4a90;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.New_Design_Section_Third_Slider ul li .nav-link {
    display: block;
    padding: 8px 18px;
    border: 1px solid transparent;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #b9b9b9;
    transition: ease all 0.5s;
    font-family: 'Source Sans Pro';
}

    .New_Design_Section_Third_Slider ul li .nav-link.active {
        border-color: #c28562;
        color: #c28562;
        transition: ease all 0.5s;
    }

.New_Design_Section_Third_Title {
    margin-bottom: 20px;
}

.Awards {
    height: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 50px 10px;
    text-align: center;
    border: 1px solid #EC1D23;
}

.Main_Awards_Section img {
    position: absolute;
    top: -130px;
    margin-bottom: -160px;
    width: 100px !important;
    left: 50%;
    margin-left: -50px;
    background: #fff;
}

.New_Design_Section_SLIDER .owl-carousel .owl-stage-outer {
    padding-top: 130px !important;
}

.Awards .Main_Awards_Section h3 {
    color: #2a4a90;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
}

.Awards .Main_Awards_Section p {
    font-size: 15px;
    letter-spacing: 3px;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    font-weight: 500;
    color: #2a4a90;
    margin-bottom: 0;
}

.New_Design_Section_SLIDER .owl-carousel {
    position: relative;
}

#SLIDER .owl-carousel .owl-nav .owl-prev span,
#SLIDER2 .owl-carousel .owl-nav .owl-prev span,
#SLIDER3 .owl-carousel .owl-nav .owl-prev span {
    display: inline-block;
    height: 33px;
    width: 33px;
    position: absolute;
    left: -45px;
    background-image: url(../asset/images/reshot-icon-right-arrow-UCA8NGYZDJ.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    transform: rotate(180deg);
}

#SLIDER .owl-carousel .owl-nav .owl-next span,
#SLIDER2 .owl-carousel .owl-nav .owl-next span,
#SLIDER3 .owl-carousel .owl-nav .owl-next span {
    display: inline-block;
    height: 33px;
    width: 33px;
    position: absolute;
    right: -45px;
    background-image: url(../asset/images/reshot-icon-right-arrow-UCA8NGYZDJ.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
}

.New_Design_Section_SLIDER .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

.New_Design_Section_Third {
    padding: 100px 0px;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    margin-top: -30px;
    margin-bottom: -30px;
    position: relative;
    z-index: 1;
}


/* ======================================New_Design_Section_Third====================================== */


/* ======================================New_Design_Section_First====================================== */

.New_Design_Title_New {
    text-align: start;
    position: relative;
    margin-bottom: 30px;
}

    .New_Design_Title_New h3 {
        color: rgba(42, 74, 144, 1);
    }

        .New_Design_Title_New h3::after {
            content: "";
            position: absolute;
            height: 5px;
            background: linear-gradient(90deg, #EC1D23 0%, #F7A5A7 100%);
            border-radius: 5px;
            width: 273px;
            transform: unset;
            left: 0;
            bottom: -10px;
        }

.New_Design_Section_First {
    background: linear-gradient(282.4deg, #E2FAFF 27.24%, #FFFFFF 82.57%);
    position: relative;
    margin-bottom: -15px;
    margin-top: -15px;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 80px 0px 50px;
}

    .New_Design_Section_First h4 {
        font-weight: 700;
        font-size: 20px;
    }

    .New_Design_Section_First span {
        color: black;
        font-size: 18px;
        text-transform: capitalize;
        display: block;
        margin: 15px 0px;
    }

.New_Design_Section_First_Icon {
    display: flex;
    column-gap: 5px;
}

    .New_Design_Section_First_Icon a i {
        font-size: 17px;
        border: 2px solid rgba(42, 74, 144, 1);
        color: rgba(42, 74, 144, 1);
        padding: 5px;
        border-radius: 100px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
        transition-duration: 0.8s;
        transition-property: transform;
    }

.New_Design_Section_First_Content {
    margin-top: 50px;
}

.New_Design_Section_FirstMargin {
    margin-bottom: 70px;
}

/* ======================================New_Design_Section_First====================================== */


/* ======================================Training_Partner_Section====================================== */

.Training_Partner_Categories {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 70px;
}


    .Training_Partner_Categories .Training_Partner_Categories_inner a,
    .Training_Partner_DropDown1_main_inner span {
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 600;
        color: rgba(18, 102, 172, 1);
        text-transform: capitalize;
    }

.Training_Partner_DropDown1_main_inner span {
    color: black;
}

.Training_Partner_DropDown1_main_inner span {
    font-size: 18px;
}

.Training_Partner_CardSection_image img {
    width: 100%;
    border-radius: 5px;
}

.Training_Partner_CardSection {
    padding: 100px 0px;
}

.Training_Partner_CardSection_text h3 {
    color: rgba(18, 102, 172, 1);
    font-family: Montserrat;
    /* font-size: 35px;
  font-weight: 600; */
    font-size: 32px;
    font-weight: 700;
}

.Training_Partner_CardSection_text p {
    font-family: Source Sans Pro;
    line-height: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0px;
}

.Training_Partner_CardSection_text span {
    font-size: 20px;
    font-weight: 300;
    color: rgba(18, 102, 172, 1);
    margin-bottom: 30px;
    display: inline-block;
}

.Training_Partner_Section_head {
    padding: 20px 0px;
    margin-top: 40px;
    position: sticky;
    top: 80px;
    z-index: 9;
}

.Training_Partner_Categories_inner a.active {
    border: 2px solid red;
    /* Adjust the border style as needed */
}

.Training_Partner_DropDown1_main_inner {
    display: flex;
    align-items: center;
    column-gap: 20px;
    transition: all .36s ease-in-out;
    padding: 5px;
}

.Training_Partner_DropDown1_main_inner_icon img {
    width: 18px;
    height: 18px;
}

.Training_Partner_DropDown1_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Training_Partner_DropDownContent_inner {
    padding: 40px;
}

    .Training_Partner_DropDownContent_inner h4 {
        font-size: 25px;
        color: rgba(18, 102, 172, 1);
        margin-bottom: 20px;
    }

    .Training_Partner_DropDownContent_inner ul {
        padding-left: 20px;
    }

        .Training_Partner_DropDownContent_inner ul li {
            font-family: Montserrat;
            font-size: 16px;
            font-weight: 400;
            line-height: 30px;
            color: black;
        }

.Training_Partner_DropDown1_main .nav-link.active span {
    color: rgba(18, 102, 172, 1);
    position: relative;
}

    .Training_Partner_DropDown1_main .nav-link.active span::after {
        content: "";
        display: block;
        width: 100%;
        border: 1.5px solid red;
        transition: all .3s ease-in-out 0s;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        /* z-index: 99; */
    }


.Training_Partner_tab {
    background: #F7A5A7;
    padding: 35px 0px;
}

/* Default state for the arrow */
.Training_Partner_DropDown1_main_inner_icon img {
    transition: transform 0.3s ease;
    /* Smooth rotation */
    transform: rotate(0deg);
    /* Pointing down by default */
}

/* Active state: Rotate the arrow to the right */
.Training_Partner_DropDown1_main_inner.active .Training_Partner_DropDown1_main_inner_icon img {
    transform: rotate(-90deg);
    /* Rotate to the right */
}


/* ======================================Training_Partner_Section====================================== */

/* ======================================Media query start====================================== */

@media (max-width: 344px) {

    .OverHidden {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .Hero_jobs h2 {
        font-size: 45px !important;
    }
}


@media (min-width: 260px) and (max-width: 345px) {

    .Chairman_section .Chairman_Image1,
    .Chairman_section2 .Chairman_Image2 {
        width: 320px !important;
        height: 320px !important;
    }

    .SubmitHeadingBtn a {
        font-size: 10px !important;
    }

    .Chairman_Image .Chairman_Image1Main {
        width: 310px !important;
        height: 200px !important;
    }

    .Changeposition1 {
        min-height: 320px !important;
    }

    .Changeposition {
        min-height: 320px !important;
    }

    .Chairman_Image2_Inner .Chairman_Image2Main {
        width: 310px !important;
        height: 200px !important;
    }

    .Forget_Password {
        flex-wrap: wrap;
    }

        .Forget_Password input {
            height: 20px !important;
            width: 20px !important;
        }

    .Training_Partner_CardSection_text h3 {
        font-size: 30px !important;
    }

    .Training_Partner_Categories .Training_Partner_Categories_inner a {
        font-size: 12px !important;
    }

    .Info_Form_Field,
    .Info_Form_Field2 {
        width: 100% !important;
    }

    .JobDetails_Main_RightSide .JobOverviewBtn button {
        width: 100%;
        padding: 8px 50px 8px 50px;
    }

    .About_WelcomeSection .Title_New h3::after {
        width: 110px;
        bottom: -10px;
    }

    .Blog_GheewalaJobs_Title_Inner h3 {
        font-size: 35px !important;
    }

    .Resume_Hero_Content h2 {
        font-size: 48px;
    }

    .Hero_jobs h4 {
        font-size: 23px;
    }

    .RegisterAndApply a {
        padding: 8px 12px !important;
        font-size: 12px;
    }

    .Global_Reach_text h3 {
        font-size: 30px !important;
    }

    .Global_Reach_text p {
        line-height: normal !important;
        font-size: 18px;
    }

    .Slider_section .Slider_sectionFirstimg {
        width: 300px !important;
    }

    .Hero_Slider_Title h3 {
        font-size: 30px !important;
    }

        .Hero_Slider_Title h3::after {
            width: 185px !important;
        }

    #Hero_Slider_Card .owl-item.active.center .Hero_Slider_Card_Text h4 {
        bottom: 35% !important;
    }

    .Journey_Start_main_btn a {
        font-size: 14px;
    }

    .Second_Footer_Section_content h3 {
        font-size: 17px !important;
    }

    .Title_New h3 {
        font-size: 30px !important;
    }
}



@media (max-width: 280px) {

    .OverHidden {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    /* ======================================EmployeeProfile_section====================================== */

    .EmployeeProfile_section p {
        font-size: 12px;
    }

    .EmployeeProfile_section .paddin {
        padding: 0px 12px !important;
    }

    .EmployeeProfileMargintop {
        margin-top: 10px !important;
    }

    /* ======================================EmployeeProfile_section====================================== */

    /* ======================================EmployeeDetails_section====================================== */

    .EmployeeDetailstext h3 {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .EmployeeDetailstext p {
        font-size: 12px;
    }

    /* ======================================EmployeeDetails_section====================================== */

    /* ======================================About_Card_Section====================================== */

    .About_card_title p {
        font-size: 12px;
    }

    /* ======================================About_Card_Section====================================== */

    /* ======================================Contact_section====================================== */

    .Contactallinput input,
    textarea {
        padding: 8px 10px;
    }

    .Contactbtn button {
        padding: 8px 10px;
        font-size: 11px;
    }

    /* ======================================Contact_section====================================== */

    /* ======================================Hero_About_section====================================== */

    .Hero_About_heading h2 {
        font-size: 23px !important;
        margin-bottom: 20px;
    }

    .Hero_About_heading p {
        font-size: 12px;
    }

    /* ======================================Hero_About_section====================================== */

    /* ======================================WelcomePage_Section====================================== */

    .MainFirstcontent img {
        width: 140px;
    }

    .MainFirstcontent p {
        font-size: 14px;
    }

    .MainFirstcontent {
        padding-bottom: 10px;
    }

    .WelcomePagebutton {
        column-gap: 20px;
    }

        .WelcomePagebutton a {
            font-size: 13px;
            padding: 10px 16px;
        }

    /* ======================================WelcomePage_Section====================================== */

    /* ======================================Sign_in_section====================================== */

    .Signinmainhead h1 {
        font-size: 35px;
    }

    .Sign_in_section p {
        font-size: 13px;
    }

    /* ======================================Sign_in_section====================================== */

    /* ======================================Header====================================== */

    .navbar .navbar-collapse {
        margin-right: 0px !important;
    }

        .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
            font-size: 14px !important;
        }

    .LoginandRegister a {
        padding: 7px 18px !important;
        font-size: 14px !important;
    }

    .fixed-top {
        background-color: whitesmoke;
    }

    .navbar .navbar-brand {
        width: 150px;
    }

    /* ======================================Header======================================  */

    /* ======================================Hero_Home_section======================================  */

    .Hero_section {
        padding-top: 130px;
    }

    .Hero_jobs h2 {
        font-size: 20px !important;
    }

    .scrollpara p {
        font-size: 10px !important;
    }

    /* ======================================Hero_Home_section======================================  */


    /* ======================================Hero_Card_Section======================================  */

    .UXText span:first-child {
        font-size: 9px !important;
    }

    .UX {
        padding: 6px 10px 6px 10px;
        column-gap: 10px;
        bottom: 10px;
    }

    .UXBtn a {
        padding: 5px 4px;
    }

    .UXBtn a {
        font-size: 9px !important;
    }

    .UXText span:last-child {
        font-size: 9px !important;
    }

    .Hero_Card_Text {
        padding-left: 0px;
        padding-top: 20px;
    }

    .padd {
        padding: 25px 0px !important;
    }

    /* ======================================Hero_Card_Section======================================  */

    /* ======================================Hero_Slider_Card_Section======================================  */

    .Hero_Slider_Card_Section {
        padding: 65px 0px;
    }

    #Hero_Slider_Card .Hero_Slider_Card .Hero_Slider_Card_Text h4 {
        font-size: 15px !important;
    }

    #Hero_Slider_Card .Hero_Slider_Card .Hero_Slider_Card_Text p {
        font-size: 9px !important;
    }

    #Hero_Slider_Card .owl-carousel .owl-nav .owl-next {
        right: 0px;
        top: -70px;
        width: 25px;
        height: 25px;
    }

        #Hero_Slider_Card .owl-carousel .owl-nav .owl-next span {
            width: 17px;
            font-size: 27px;
            left: 5px;
            top: -9px;
        }

    #Hero_Slider_Card .owl-carousel .owl-nav .owl-prev span {
        width: 17px;
        font-size: 27px;
        left: 5px;
        top: -9px;
    }

    #Hero_Slider_Card .owl-carousel .owl-nav .owl-prev {
        right: 35px;
        top: -70px;
        width: 25px;
        height: 25px;
    }

    /* ======================================Hero_Slider_Card_Section======================================  */

    /* ======================================Bootcamp_section======================================  */

    .Bootcamp_section .Bootcamp_card p {
        margin-top: 20px;
    }

    .Bootcamp_section {
        padding: 40px 0px;
    }

    .title h3 {
        font-size: 21px !important;
    }

    .Bootcamp_section .Bootcamp_card .iconandname .iconname span {
        font-size: 10px;
    }

    .Bootcamp_section .Bootcamp_card p {
        margin-top: 20px;
    }

    /* ======================================Bootcamp_section======================================  */

    /* ======================================Footer_Section======================================  */

    .FooterNewsLetter {
        padding: 40px 0;
    }

    .FooterMiddleSection {
        padding: 40px 0 30px 0;
    }

    .Second_Footer_search input {
        width: 68% !important;
    }

    .FooterMiddleSection ul li {
        font-size: 10px;
    }

        .FooterMiddleSection ul li a {
            font-size: 9px !important;
        }

    /* ======================================Footer_Section======================================  */

    /* ======================================Second_Footer_Section====================================== */

    .Second_Footer_Section_content h3 {
        font-size: 17px !important;
    }

    .Second_Footer_search button {
        padding: 4px 6px 4px 6px !important;
        font-size: 10px !important;
    }

    .Second_Footer_search {
        padding: 13px 11px 13px 11px !important;
    }

        .Second_Footer_search input {
            width: 70% !important;
            font-size: 11px !important;
        }

    .MainFoooternav ul li a {
        font-size: 12px;
    }

    .Footernavbar p {
        font-size: 12px;
    }

    /* ======================================Second_Footer_Section====================================== */
}

@media (max-width: 344px) {
    .Second_Footer_search input {
        width: 68% !important;
    }
}

@media (min-width: 538px) and (max-width: 540px) {

    /* ======================================CreateAccount_Page====================================== */

    .mobile_col_gap {
        justify-content: start !important;
    }

    /* ======================================CreateAccount_Page====================================== */

}

@media (max-width: 540px) {

    .OverHidden {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    /* ======================================Gallery_Section====================================== */



    .Gallery_image2 {
        grid-row: span 1;
    }

    /* ======================================Gallery_Section====================================== */

    .Healthcare_Slider_Card {
        padding: 15px 15px 15px 15px;
    }

    .Training_Partner_CardSection_text p {
        margin-bottom: 30px;
    }

    .why-choose-us_Earth .EarthVideo {
        width: 100%;
        height: 100%;
    }

    .Contactus_Map i {
        font-size: 20px;
        top: 124px;
        left: 150px;
    }

    .Contactus_Map a {
        top: 20px;
        left: unset;
        right: 20px;
        padding: 5px 10px;
        font-size: 9px;
    }

    .Changeposition {
        position: relative;
        min-height: 440px;
    }

    .Changeposition1 {
        position: relative;
        min-height: 440px;
    }

    .Chairman_section .Chairman_Image1,
    .Chairman_section2 .Chairman_Image2 {
        width: 440px;
        height: 440px;
    }

    .Chairman_Image .Chairman_Image1Main {
        width: 470px;
        height: 300px;
    }

    .Chairman_Image2_Inner .Chairman_Image2Main {
        width: 470px;
        height: 300px;
        border-bottom-right-radius: 0px;
    }

    .Chairman_section2 .Chairman_Image2 {
        position: absolute;
        top: 0px;
    }

    /* =================================HealthCare_Service_Section=============================== */


    .HealthCare_Service_List ul {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 20px 0px 40px 0px;
    }

    .HealthCare_Service_Section {
        padding: 70px 20px 0px 20px;
    }

    .HealthCare_Service_Last_List ul {
        margin: 0;
        padding: 0;
    }

    /* =================================HealthCare_Service_Section=============================== */


    /* ======================================Training_Partner_Section====================================== */

    .Training_Partner_Section_head {
        position: unset;
        top: unset;
        z-index: unset;
    }

    /* ======================================Training_Partner_Section====================================== */


    .Both_JobDetails_TextContent_title_Stick {
        position: unset;
        top: unset;
        z-index: unset;
    }

    .JobDetails_Main_RightSide {
        position: unset;
        top: unset;
        z-index: unset;
    }



    .Blog_GheewalaJobd_Cards {
        padding: 100px 15px;
    }

    .Training_Partner_DropDown1_main_inner {
        width: 80%;
    }


    .Medic_Experts_Img {
        text-align: end;
    }


    .Global_Reach_text h3 {
        font-size: 47px;
    }

    .Global_Reach_Box_Inner h4 {
        font-size: 45px;
    }

    .Global_Reach_Box_Inner .NumberIncrement span {
        font-size: 35px;
    }



    .HomeWidth1,
    .HomeWidth3 {
        width: 100%;
    }


    /* ======================================Login_Page======================================  */

    .LoginFooternavbar {
        display: block;
    }

    .LoginMainFoooternav ul {
        margin: 10px 0px;
    }

    /* ======================================Login_Page======================================  */

    /* ======================================Medic_Experts_Section====================================== */
    .removepadd {
        padding: 0px;
    }

    .Medic_Experts_Section {
        padding: 45px 0px 0px 0px;
        min-height: auto;
    }

    /* ======================================Medic_Experts_Section====================================== */

    /* ======================================Healthcare_Clients_Slider====================================== */

    .Slider_Content {
        margin-bottom: 45px;
    }

    /* ======================================Healthcare_Clients_Slider====================================== */


    /* ======================================why-choose-us_Section====================================== */

    .why-choose-us_Heading h2 {
        font-size: 35px;
        line-height: normal;
        margin: 10px 0px 20px 0px;
    }

    .why-choose-us_Text h3 {
        font-size: 27px;
        line-height: 65px;
    }

    .EmployerSlider_Text h3 {
        font-size: 20px !important;
        line-height: normal !important;
    }

    .why-choose-us_Text p,
    .EmployerSlider_Text p {
        font-size: 18px;
        line-height: normal;
    }

    .RecruitmentProcess_Heading h3 {
        font-size: 35px;
        line-height: normal;
    }

    .RecruitmentProcess_Letter,
    .RecruitmentProcess_Letter_Employer {
        padding: 0px;
        margin: 20px 0px;
    }

        .RecruitmentProcess_Letter .Letter,
        .RecruitmentProcess_Letter_Employer .Letter {
            width: 100px;
            height: 100px;
        }

    .Numbering h4,
    .NumberingEmployer h4 {
        font-size: 15px;
        line-height: 45px;
    }

    .Numbering img,
    .NumberingEmployer img {
        width: 20px;
        height: 20px;
        position: unset;
    }

    .Numbering,
    .NumberingEmployer {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 30px;
    }

    .RecruitmentProcess_Letter p,
    .RecruitmentProcess_Letter_Employer p {
        font-size: 17px;
        text-align: center;
        margin-bottom: 10px;
    }

    .why-choose-us_Heading2 h2 {
        font-size: 35px;
        line-height: normal;
        margin: 10px 0px 20px 0px;
    }

    #EmployerSlider .owl-carousel .owl-nav .owl-next {
        bottom: 0;
        right: 35%;
    }

    #EmployerSlider .owl-carousel .owl-nav .owl-prev {
        bottom: 0;
        left: 35%;
    }


    /* ======================================why-choose-us_Section====================================== */



    /* ======================================expertise_section======================================-->*/

    .Tab_ContentService .tab-pane img {
        padding: 0px 0px;
    }

    .Tab_Text {
        margin-top: 15px;
    }

    /* ======================================expertise_section======================================--> */
    /* ======================================Team_Slider_Section====================================== */

    #Team_Slider_Section .Team_Slider_Card {
        padding: 0px 30px;
    }

    /* ======================================Team_Slider_Section====================================== */

    /* ======================================About_WelcomeSection======================================  */

    .About_WelcomeSection_text {
        padding: 0px 0px;
    }

        /* ======================================About_WelcomeSection======================================  */
        /*.About_WelcomeSection_text .Title_New h3 {
            color: white;
            margin-bottom: 25px;
            font-family: Montserrat;
            font-size: 45px;
            font-weight: 700;
            line-height: 54.86px;
        }


        .About_WelcomeSection_text p {
            line-height: normal;
        }*/

    /* ======================================OverSeas_Section====================================== */

    .OverSeas_Section {
        padding: 0px 0px 0px 0px;
    }

    /* ======================================OverSeas_Section====================================== */

    /* ======================================Design4_About_section====================================== */

    .Design4_About_section,
    .Employer_Hero_section {
        padding: 40px 0px 0px 0px;
    }

    /* ======================================Design4_About_section====================================== */

    /* ======================================Design3_About_section====================================== */

    .Design3_About_section_text {
        margin-left: 10px;
    }

        .Design3_About_section_text h2 {
            font-family: Montserrat;
            font-size: 45px;
            line-height: 50px;
        }

    .Design3_About_section_image2 {
        width: 85%;
        float: right;
    }

    .Design4_About_section_image3 {
        width: 85%;
        float: left;
    }

    .Design3_About_section {
        padding: 40px 0px 10px 0px;
        margin-bottom: 0px;
    }


    /* ======================================Design3_About_section====================================== */


    /* ======================================Design3_About_section====================================== */

    /* ======================================Design2_About_section====================================== */

    .Design2_About_section_text {
        margin-left: 0px;
        margin-bottom: 25px;
    }

    .Design2_About_section {
        padding: 40px 0px 70px 0px;
    }

    .About_Para_section .About_Para_Inner_Section p {
        font-size: 21px;
        line-height: normal;
    }

    .Design2_About_section .Design2_About_section_Img_2 {
        bottom: 15px;
        left: 7%;
    }

    /* ======================================Design2_About_section====================================== */

    /* ======================================Hero_Home_section======================================  */

    .Hero_jobs h2 {
        font-size: 50px;
        text-align: left;
        width: 100%;
        line-height: normal;
    }

    .Hero_section .job-heading svg {
        top: 55px;
        width: 100%;
    }

    .Hero_section {
        padding-top: 90px;
        background-size: cover;
        background-position: center;
    }

    .Hero_jobs {
        padding-left: 0px;
    }

    .Hero_sectionbr {
        display: none;
    }

    /* ======================================Hero_Home_section======================================  */

    /* ======================================Slider_section======================================  */

    #Slider_section .owl-carousel .owl-nav .owl-prev {
        left: 10%;
    }


    .Slider_section_line {
        bottom: 190px;
    }

    /* ======================================Slider_section======================================  */

    /* ======================================Login_Page======================================  */

    .Login_Footer {
        position: absolute;
        width: 100%;
        bottom: 0px;
    }

        .Login_Footer.Login_Footer_ConfirmLink {
            position: absolute;
        }



    /* ======================================Login_Page======================================  */

    /* ======================================EmployeeProfile_section====================================== */

    .EmployeeProfile_section .paddin {
        padding: 0px 30px;
    }

    .EmployeeProfileMargintop {
        margin-top: 10px;
    }

    /* ======================================EmployeeProfile_section====================================== */

    /* ======================================Fifth_Section====================================== */
    .Fifth_Section_Text_2 h2 {
        font-size: 35px;
    }

    .Fifth_Section_Text_2 {
        padding: 0px 50px 0px 50px;
    }

    /* ======================================Fifth_Section====================================== */

    /* ======================================About_Card_Section====================================== */

    .About_card_title p {
        line-height: normal;
    }

    /* ======================================About_Card_Section====================================== */

    /* ======================================Hero_About_section====================================== */

    .Hero_About_heading h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    /* ======================================Hero_About_section====================================== */

    /* ======================================Header====================================== */

    .navbar .navbar-collapse {
        margin-right: 0px;
    }

        .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
            font-size: 14px;
        }

    .LoginandRegister a {
        padding: 7px 18px;
        font-size: 14px;
    }

    /* ======================================Header====================================== */

    /* ======================================Hero_Home_section======================================  */
    .bottombord {
        padding: 0px 12px;
    }

    .Bank ul li:nth-child(3) img {
        opacity: 0.9;
        width: 115px;
    }

    .scrollpara p {
        font-size: 12px;
    }

    .scrollarrow span {
        font-size: 13px;
    }

    .scrollarrow i {
        font-size: 13px;
    }

    .For_Talents_Section_Card.Outer {
        padding: 20px;
        border-radius: 105;
    }

    /* ======================================Hero_Home_section======================================  */

    /* ======================================Hero_Card_Section======================================  */

    .Hero_Card_Text {
        padding-right: 0px;
        padding-top: 20px;
    }

    .padd {
        padding: 40px 0px;
    }

    .UXText span:first-child {
        font-size: 11px;
    }

    .UXText span:last-child {
        font-size: 10px;
    }

    .UXBtn a {
        font-size: 11px;
    }

    /* ======================================Hero_Card_Section======================================  */

    /* ======================================Right_People_section======================================  */



    .Right_People_para {
        padding-left: 0px;
    }



    .Right_People_main_card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }


    /* ======================================Right_People_section======================================  */

    /* ======================================Our_GlobalClient_Section====================================== */


    .Our_GlobalClient_Image {
        display: flex;
        justify-content: center;
    }


    /* ======================================Our_GlobalClient_Section====================================== */

    /* ======================================Hero_Slider_Card_Section======================================  */

    .secondbord p {
        font-size: 12px;
    }

    #Hero_Slider_Card .owl-item .item {
        margin-right: 0px !important;
    }

    .Hero_Slider_Card_Section {
        padding: 65px 0px;
    }

        .Hero_Slider_Card_Section .secondbord p {
            padding: 20px 12px 45px 12px;
            font-size: 35px;
        }

    #Hero_Slider_Card .Hero_Slider_Card .Hero_Slider_Card_Text {
        margin-top: 6px;
        padding-right: 0%;
    }

        #Hero_Slider_Card .Hero_Slider_Card .Hero_Slider_Card_Text h4 {
            margin-bottom: 0px;
            font-size: 35px;
            line-height: normal;
        }

        #Hero_Slider_Card .Hero_Slider_Card .Hero_Slider_Card_Text p {
            font-size: 22px;
            line-height: unset;
            margin-bottom: 0px;
        }

    /* ======================================Hero_Slider_Card_Section======================================  */

    /* ======================================Bootcamp_section======================================  */

    .Bootcamp_section .Bootcamp_card p {
        margin-top: 20px;
    }

    .Bootcamp_section {
        padding: 0px 0px;
    }

    .title h3 {
        font-size: 29px;
    }

    .Bootcamp_section .Bootcamp_card .iconandname .iconname .name {
        font-size: 16px;
        line-height: unset;
    }

    .Bootcamp_section .Bootcamp_card .iconandname .iconname span {
        font-size: 14px;
        line-height: unset;
    }

    .Bootcamp_section .Bootcamp_card p {
        padding-top: 10px;
        line-height: unset;
        font-size: 14px;
    }

    .Bootcamp_section .Bootcamp_card {
        padding: 32px 32px 32px 32px;
    }

    .Large_Bootcamp_card p {
        font-size: 14px !important;
        line-height: unset !important;
        padding-top: 10px !important;
        padding-bottom: 0px;
    }

    .Third_Bootcamp_card p {
        padding-top: 10px !important;
    }

    .forth_bootcamp_card p {
        padding-top: 10px !important;
        padding-bottom: 0px;
    }

    .fifth_bootcamp_card p {
        padding-top: 10px !important;
    }

    /* ======================================Bootcamp_section======================================  */

    /* ======================================Second_Footer_Section====================================== */

    .Second_Footer_Section_content h3 {
        font-size: 25px;
        line-height: normal;
    }

    .Second_Footer_Section {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    #back-to-top-button {
        bottom: 105px;
    }

    .Second_Footer_search {
        padding: 13px 15px 13px 13px;
        margin-bottom: 40px;
    }

        .Second_Footer_search input {
            width: 76%;
            padding: 4px 0px;
            padding-left: 10px;
            font-size: 15px;
        }

        .Second_Footer_search button {
            padding: 3px 10px 3px 10px;
            font-size: 15px;
        }

    .Footernavbar {
        flex-wrap: wrap;
        row-gap: 10px;
        padding: 0px;
        border-radius: 0px;
    }

    .MainFoooternav ul {
        column-gap: 16px;
    }

    .Last_Footer {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .Footernavbar_outer {
        padding: 15px;
    }

    .Last_Footer button {
        font-size: 12px;
    }

    /* ======================================Second_Footer_Section====================================== */

    /* ======================================Hero_Home_section======================================  */

    .Hero_section {
        padding-top: 0px;
        min-height: 490px;
    }

    /* ======================================Hero_Home_section======================================  */

    /* ======================================Header======================================  */
    .fixed-top {
        background-color: whitesmoke;
    }

    /* ======================================Header======================================  */

    /* ======================================Hero_Card_Section======================================  */

    .Hero_Card_Text {
        padding-left: 0px;
        padding-top: 20px;
    }

    .padd {
        padding: 40px 0px;
    }

    .Global_Reach_text {
        margin: 0px;
    }

    /* ======================================Hero_Card_Section======================================  */

    /* ======================================Bootcamp_section======================================  */

    .Bootcamp_section .Bootcamp_card p {
        margin-top: 20px;
    }

    .Bootcamp_section {
        padding: 40px 0px;
    }

    .title h3 {
        font-size: 29px;
    }

    /* ======================================Bootcamp_section======================================  */

    /* ======================================Footer_Section======================================  */

    .FooterNewsLetter {
        padding: 40px 0;
    }

    .FooterMiddleSection {
        padding: 40px 0 30px 0;
    }

        .FooterMiddleSection ul li a {
            font-size: 13px;
        }

    /* ======================================Footer_Section======================================  */

    .Featured_Card {
        margin: 0px 20px;
        padding: 10px;
    }

    .Global_Reach_section {
        padding: 50px 0px;
    }

    .Global_Reach_Box img {
        border-radius: 15px;
    }


    .Global_Reach_section2 .Global_Reach_text {
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 30px;
    }

    .Counter_Card {
        justify-content: unset;
    }

    .Global_Reach_section2 .Global_Reach_Box img {
        border-radius: 15px;
    }

    .Client_Slider_Inner .item {
        width: unset;
    }

    .Slider_section {
        padding-left: 0px;
        padding-right: 0px;
    }

    .HomeSlider_circle {
        row-gap: 80px;
    }

    #Slider_section .owl-carousel .owl-nav .owl-next span {
        height: 40px;
        width: 40px;
        left: 10px;
        top: 30px;
    }

    #Slider_section .owl-carousel .owl-nav .owl-prev span {
        height: 40px;
        width: 40px;
        right: 10px;
        top: 30px;
    }



    #Hero_Slider_Card .Hero_Slider_Card .Hero_Slider_Card_Text h4 {
        bottom: 10%;
    }

    #Hero_Slider_Card .owl-item.active.center .Hero_Slider_Card_Text h4 {
        bottom: 30%;
        left: 10px;
    }


    .Journey_Start_main {
        border-radius: 5px;
        padding: 10px;
    }

    .Journey_Start_main_text h4 {
        line-height: normal;
        margin-bottom: 15px;
    }


    .IndustriesCard {
        flex-wrap: wrap;
        text-align: center;
        row-gap: 15px;
    }

        .IndustriesCard p {
            font-size: 16px;
            line-height: normal;
        }

    .ServiceGap {
        row-gap: 15px;
    }

    .About_Para_section {
        padding: 30px 0px;
    }

    .Service_Hero_Section,
    .Contactus_section {
        padding: 50px 0px 30px 0px;
    }


    .Blog_Hero_Section {
        padding: 50px 0px 0px 0px;
    }

    .Service_Hero_About_section_Img img {
        position: unset;
    }

    .Service_Hero_About_section_Img {
        text-align: right;
    }

    .paddremove {
        padding-right: 0px;
    }

    .ServicecardsectionSlider .Title_New h3 {
        margin-bottom: 8px;
    }

    .Expertises_Slider_section .Title_New h3::after {
        width: 140px;
    }

    .Expertises_Slider_Card {
        padding: 10px;
    }

    .Expertises_Slider_Card_Image img {
        border-radius: 105;
    }

    .Expertises_Slider_Card_text {
        padding-left: 0px;
        margin-top: 0px;
    }

    .Expertises_Slider_Card h4 {
        padding-left: 0px;
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .Expertises_Slider_Card {
        padding: 40px 10px;
        border-radius: 15px;
        margin: 0px 12px;
    }

    .Expertises_Slider_section .Title_New {
        margin-left: 12px;
        margin-right: 12px;
    }

    .Expertises_Slider_Card_text p {
        line-height: normal;
    }

    .Expertises_Slider_section {
        padding: 70px 0px 30px 0px;
    }

    .Expertises_Slider_Main {
        padding-top: 20px;
    }

    .Both_Expertises_Slider_button {
        padding-top: 20px;
        padding-left: 30px;
    }

    .ServicecardsectionSliderIcon {
        width: 100%;
    }

    .Design2_About_section_text h2 {
        font-size: 50px;
        line-height: normal;
    }

    .WhyChoose_MedicalSection_Text {
        margin-left: 0px;
        padding-top: 50px;
    }

    .Medical_About_Section,
    .Terms_Intro_Section {
        padding: 60px 0px;
    }

    .shadowClass {
        row-gap: 50px;
    }

    .WhyChoose_MedicalSection_Text h5 {
        font-size: 25px;
        line-height: normal;
    }

    .WhyChoose_MedicalSection_Text p {
        line-height: normal;
        font-size: 16px;
    }

    .WhyChoose_MedicalSection .MiddleColor {
        padding: 50px 0px 0px;
        row-gap: 50px;
    }

    .MiddleColor .WhyChoose_MedicalSection_Text {
        margin-right: 0px;
        padding-top: 0px;
    }

    .Healthcare_MedicSection {
        padding: 70px 0px 30px;
    }

    .Healthcare_Clients_Slider {
        padding: 70px 0px 30px 0px;
    }

    #Healthcare_Clients_Slider .owl-dots {
        padding-top: 10px;
    }

    #Healthcare_Clients_Slider .owl-carousel .owl-nav .owl-prev span {
        top: 50px;
        left: 30%;
    }

    #Healthcare_Clients_Slider .owl-carousel .owl-nav .owl-next span {
        top: 50px;
        right: 30%;
    }

    .Healthcare_MedicSectiontitle .Title_New h3::after {
        bottom: -10px;
        width: 165px;
    }

    .Medic_Experts_Img img {
        position: unset;
        width: 100%;
    }

    .WhyChoose_MedicalSection_Img img {
        width: 70%;
    }

    .WhyChoose_MedicalSection .WhyChoose_MedicalSection_Img {
        text-align: right;
    }

    .WhyChoose_MedicalSection .MiddleColor .WhyChoose_MedicalSection_Img {
        text-align: left;
    }


    .Info_Form_Main {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .Info_Form_Field input,
    .Info_Form_Field select {
        width: 100%;
    }

    .Info_Form_section {
        padding: 70px 0px 70px 0px;
    }

    .EmployerSlider {
        margin-top: 0px;
    }

    .Info_Form_Field,
    .Info_Form_Field2 {
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
        width: 80%;
    }

    #EmployerSlider .owl-carousel .owl-nav .owl-prev span {
        position: unset;
    }

    #EmployerSlider .owl-carousel .owl-nav .owl-next span {
        position: unset;
    }

    .Employer_why-choose-us2_Section .EmployerSlider .owl-item .item {
        margin-bottom: 40px;
    }

    .Faq_Accordion_section .Title_New h3::after {
        width: 70px;
        bottom: -10px;
    }

    .Faq_Accordion_section .Title_New {
        margin-bottom: 30px;
    }

    .Accordion_Both_Content {
        margin: 10px 10px 20px 10px;
    }

    .Faq_Accordion_section .Accordion_head h3 {
        font-size: 15px;
        line-height: normal;
    }

    .EmployerSlider_Text {
        margin-left: 0px;
        text-align: center;
    }

    .why-choose-us_SectionTopBottom {
        margin: 0px 0px 50px 0px;
    }

    .why-choose-us_Text1 {
        margin-bottom: 15px;
    }

    .why-choose-us_Text h4 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .why-choose-us_Section .why-choose-us_Text {
        text-align: center;
    }

    .SubmitHeading h3 {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .SubmitHeadingBtn a {
        padding: 12px 5px 12px 5px;
        font-size: 13px;
        line-height: normal;
        width: 100%;
    }

    .Healthcare_Clients_Slider .Title_New h3::after {
        width: 130px;
    }

    .Healthcare_Slider_Main {
        padding-top: 20px;
    }

    .JobSeeker_FaqsIcon2 {
        width: 100%;
    }

    .Contactus_Image {
        text-align: end;
    }

        .Contactus_Image img {
            position: unset;
            width: 80%;
        }

    .Contactus_section {
        padding: 45px 0px 0px 0px;
        min-height: unset;
    }

    .Contactus_Text {
        margin-left: 0px;
    }

    .Contactus_Input_InnerContent {
        padding: 20px 20px;
    }

    .Contactus_Details {
        margin-bottom: 20px;
    }


    .Terms_Para_Inner p,
    .Terms_Intro_Inner p {
        line-height: normal;
        font-size: 16px;
    }

    .Terms_Para_Section {
        padding: 40px 0px 0px 0px;
    }

    .Terms_Intro_Inner .Title_New h3::after {
        width: 150px;
    }

    .Privacy_Policy_Para_Inner h5 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .Resume_Hero_Content p {
        padding: 0px;
    }

    .Resume_Hero_Section {
        padding: 105px 0px 105px 0px;
    }

    .Faq_hero_text2,
    .Faq_hero_text {
        margin-top: 0px;
    }

    .Faq_hero_section {
        padding: 45px 0px 0px;
    }

    .Faq_Icon1 {
        width: 80%;
    }

    .Faq_Accordion_section .Accordion_panel p {
        font-size: 14px;
        line-height: normal;
    }

    .Faq_Icon2 {
        width: 80%;
    }

    .All_categories {
        display: flex;
        flex-wrap: wrap;
        overflow-x: unset;
    }


        .All_categories .All_categoriesInner {
            width: 45%;
            padding: 0px 0px;
        }

            .All_categories .All_categoriesInner span,
            .Training_Partner_Categories .Training_Partner_Categories_inner a {
                padding: 10px 20px 10px 20px;
                border-radius: 5px;
                background: rgba(18, 102, 172, 1);
                color: white;
                font-family: Montserrat;
                font-size: 14px;
                font-weight: 600;
                line-height: 16.07px;
                border: none;
                outline: none;
                margin-top: 10px;
                transition: all 0.5s ease;
                display: inline-block;
                width: 100%;
                text-align: center;
            }

    .Resume_Hero_Content h2 {
        font-size: 48px;
    }

    .BlogPost_main_Content {
        padding: 50px 0px;
    }

    .BlogPost_main_Content_header p {
        font-size: 18px;
    }

    .BlogPost_main_Content_header h5 {
        font-size: 28px;
    }

    .BlogPost_main_Content_header span {
        font-size: 15px;
    }

    .BlogPost_main_Content_Image img {
        margin: 20px 0px;
    }

    .BlogPost_main_Content_Points h6,
    .BlogPost_main_Content_AllPoints span {
        font-size: 20px;
    }

    .BlogPost_main_Content_Points p {
        line-height: normal;
        font-size: 16px;
    }

    .BlogPost_main_Card {
        padding-top: 30px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .BlogPost_main_Card_Padd {
        padding: 0px 0px;
    }

    /* .BlogPostCardGap {
    row-gap: 40px;
  } */

    .BlogPost_main_Inner_card {
        padding: 10px 20px;
    }

        .BlogPost_main_Inner_card h5 {
            margin-bottom: 10px;
        }

        .BlogPost_main_Inner_card span {
            font-size: 14px;
        }

    .JobDetails_Main_RightSide .JobOverviewBtn button {
        margin-left: 0px;
        width: unset;
    }

    .JobOverview_mainContent {
        display: flex;
        flex-wrap: wrap;
    }

        .JobOverview_mainContent .JobOverview {
            width: 50%;
        }

    .JobOverviewBtn {
        text-align: center;
    }

    .JobDetails_Main_Section_Icon {
        width: 200px;
    }

    .Job_Filter_main {
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 15px;
        justify-content: left;
    }

    .Job_Filter_Section {
        padding: 70px 0px 30px;
    }

    .Job_Filter_main_Field input {
        width: 245px;
    }

    .About_card .About_card_Outerimg1 {
        width: 100%;
    }

    .Design2_About_section .Design2_About_section_Img_1 {
        top: 5px;
        left: 80px;
    }

    .Design2_About_section .Design2_About_section_Img_3 {
        left: 45%;
        bottom: 16px;
    }

    .Design2_About_section .Design2_About_section_Img_4 {
        right: 35px;
        bottom: 45px;
    }

    .World_Map_section {
        padding: 60px 0px;
    }

    .World_Map_Text .Title_New {
        text-align: left;
    }

        .World_Map_Text .Title_New h3::after {
            left: 0;
            right: unset;
        }

    .World_Map_Text p {
        text-align: left;
        line-height: normal;
    }

    .About_WelcomeSection .About_WelcomeSection_text2 {
        text-align: left;
        padding: 0px 0px 0px 0px;
    }

    /*.About_WelcomeSection .Title_New h3 {
        color: white;
        margin-bottom: 25px;
        font-family: Montserrat;
        font-size: 45px;
        font-weight: 700;
        line-height: 54.86px;
    }


    .About_WelcomeSection .About_WelcomeSection_text2 .Title_New h3 {
        color: white margin-bottom: 25px;
        font-family: Montserrat;
        font-size: 45px;
        font-weight: 700;
        line-height: 54.86px;
    }*/

    .About_WelcomeSection .About_WelcomeSection_text2 .Title_New {
        text-align: left;
    }

        .About_WelcomeSection .About_WelcomeSection_text2 .Title_New h3::after {
            left: 0;
            right: unset;
        }

    .About_WelcomeSection {
        padding: 40px 0px 65px 0px;
    }

    .About_Para_Down_section {
        padding: 70px 0px;
    }

    .About_Para_Down_Box:hover {
        transform: translateY(-20px) translateZ(0) !important;
        transition: all 0.1s ease-out;
    }

    .About_Para_gap {
        row-gap: 40px;
    }

    .About_card {
        padding: 70px 0px 50px 0px;
    }

    .Design2_About_section_Img img {
        width: 70%;
    }


    .Chairman_section,
    .Chairman_section2 {
        padding: 30px 0px;
    }




    .Chairman_Text p {
        margin-left: 0px;
        font-size: 18px;
        line-height: normal;
    }

    .Chairman_Text .Title_New h3 {
        text-align: left;
        font-size: 30px;
    }

    .Chairman_Text2 .Title_New h3 {
        text-align: left;
        font-size: 30px;
    }

    .Chairman_Text .Title_New h3::after {
        right: unset;
        width: 325px;
        left: 0;
    }

    .Chairman_Text2 .Title_New h3::after {
        width: 325px;
    }

    .Chairman_Text2 p {
        margin-left: 0px;
        margin-right: 0px;
        font-size: 18px;
        line-height: normal;
    }

    .Expertises_Slider_section .owl-carousel .owl-item.active .item .Expertises_Slider_Card {
        background: linear-gradient(257.69deg, #F7A5A7 46.25%, #FFFFFF 97.4%);
    }

        .Expertises_Slider_section .owl-carousel .owl-item.active .item .Expertises_Slider_Card h4,
        .Expertises_Slider_section .owl-carousel .owl-item.active .item .Expertises_Slider_Card p {
            color: #000;
        }

    .Servicecardcontent {
        width: auto;
        height: auto;
        border-radius: 25px;
    }

    .Journey_Start_main_image img {
        width: 100%;
        height: unset;
    }

    .ServicecardsectionSlider .owl-carousel .owl-item .item {
        padding: 0px 35px;
    }


    .Client_Slider_Inner .splide .splide__track .splide__list .splide__slide img {
        width: 115px;
    }

    .Training_Partner_Categories {
        flex-wrap: wrap;
    }

    .Training_Partner_Categories_inner {
        width: 80%;
    }

    .Counter_Card_Num h4,
    .Counter_Card_Num span {
        font-size: 35px;
    }

    .Training_Partner_DropDown1_main {
        flex-wrap: wrap;
    }

    .Training_Partner_DropDownContent_inner {
        padding: 30px 10px 0px;
    }

    .Training_Partner_CardSection {
        padding: 35px 0px;
    }

    .Featured_Card_Head {
        flex-wrap: wrap;
        row-gap: 16px;
    }
}

@media (min-width: 360px) and (max-width: 376px) {

    /* ======================================Login_Page======================================  */

    .Login_Footer.Login_Footer_ConfirmLink {
        position: unset !important;
    }

    /* ======================================Login_Page======================================  */

}

@media (max-width: 480px) {

    .OverHidden {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .Training_Partner_CardSection_text p {
        margin-bottom: 30px;
    }

    .Training_Partner_DropDown1_main_inner span {
        font-size: 14px;
    }

    .All_Jobs_Cards_main_Bottom {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .Changeposition {
        position: relative;
        min-height: 350px;
    }

    .Changeposition1 {
        position: relative;
        min-height: 350px;
    }

    .Chairman_section .Chairman_Image1,
    .Chairman_section2 .Chairman_Image2 {
        width: 350px;
        height: 350px;
    }

    .Chairman_Image .Chairman_Image1Main {
        width: 360px;
        height: 230px;
    }

    .Chairman_Image2_Inner .Chairman_Image2Main {
        width: 360px;
        height: 230px;
        border-bottom-right-radius: 0px;
    }

    .Chairman_section2 .Chairman_Image2 {
        position: absolute;
        top: 0px;
    }


    .Featured_Card_Head {
        flex-wrap: wrap;
        row-gap: 16px;
    }

    .Featured_Card_Head_left_Text h6 {
        font-size: 17px;
    }

    .Contactus_Map i {
        font-size: 20px;
        top: 81px;
        left: 104px;
    }

    .Contactus_Map a {
        top: 20px;
        left: unset;
        right: 20px;
        padding: 5px 10px;
        font-size: 9px;
    }

    /* =================================HealthCare_Service_Section=============================== */

    .HealthCare_Service_List ul {
        grid-template-columns: 1fr 1fr !important;
        padding: 20px 0px 40px 0px;
    }

    .Resume_Hero_Section2 .Resume_Hero_Content h2 {
        font-size: 40px;
    }

    /* =================================HealthCare_Service_Section=============================== */



    .Training_Partner_DropDownContent_inner {
        padding: 30px 10px 0px;
    }

    .Training_Partner_CardSection {
        padding: 35px 0px;
    }


    .Training_Partner_CardSection_text h3 {
        font-size: 30px;
    }

    /* .lightbox .lb-image {
    width: 300px !important;
    height: 300px !important;
  } */

    .Training_Partner_CardSection_text p {
        font-size: 16px;
        font-weight: 500;
    }

    .Training_Partner_DropDown1_main_inner {
        display: flex;
        align-items: center;
        column-gap: 20px;
        transition: all .36s ease-in-out;
        padding: 5px;
    }

    .Training_Partner_Categories_inner {
        width: unset;
    }

    /* ======================================Gallery_Section====================================== */

    .Gallery_image2 {
        grid-row: span 1;
    }

    /* ======================================Gallery_Section====================================== */


    .Client_Slider_Inner .splide .splide__track .splide__list .splide__slide img {
        width: 100px;
    }

    .ServicecardsectionSlider .owl-carousel .owl-item .item {
        padding: unset;
    }

    .Journey_Start_main_image img {
        width: 100%;
        height: unset;
    }

    .Servicecardcontent {
        width: auto;
        height: auto;
        border-radius: 25px;
    }

    .Chairman_Text2 .Title_New h3::after {
        width: 325px;
    }

    .Chairman_Text2 p {
        margin-left: 0px;
        margin-right: 0px;
        font-size: 18px;
        line-height: normal;
    }

    .Chairman_Text .Title_New h3::after {
        right: unset;
        width: 325px;
        left: 0;
    }

    .Chairman_Text2 .Title_New h3 {
        text-align: left;
    }

    .Chairman_Text .Title_New h3 {
        text-align: left;
        font-size: 32px;
    }

    .Chairman_section,
    .Chairman_section2 {
        padding: 30px 0px;
    }

    .Chairman_Text p {
        margin-left: 0px;
        font-size: 18px;
        line-height: normal;
    }

    .Design2_About_section_Img img {
        width: 100%;
    }

    .World_Map_section {
        padding: 60px 0px;
    }

    .About_Para_Down_Box {
        margin: 0px 0px;
    }

    .About_WelcomeSection .About_WelcomeSection_text2 {
        text-align: left;
        padding: 0px 0px 0px 0px;
    }

        .About_WelcomeSection .About_WelcomeSection_text2 .Title_New {
            text-align: left;
        }

    .Design2_About_section .Design2_About_section_Img_4 {
        right: 35px;
        bottom: 45px;
    }

    .Design2_About_section .Design2_About_section_Img_2 {
        bottom: 15px;
        left: 7%;
    }

    .Design2_About_section .Design2_About_section_Img_3 {
        left: 45%;
        bottom: 16px;
    }


    .Design2_About_section .Design2_About_section_Img_1 {
        top: 5px;
        left: 80px;
    }

    .About_card .About_card_Outerimg1 {
        width: 100%;
    }

    .Job_Filter_main {
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 15px;
        flex-direction: column;
        justify-content: left;
    }

    .Job_Filter_main_Field input {
        width: unset;
    }

    .Job_Filter_Section {
        padding: 70px 0px 30px;
    }

    .JobOverview_mainContent {
        display: unset;
        flex-wrap: unset;
    }


        .JobOverview_mainContent .JobOverview {
            width: unset;
        }

    .BlogPost_main_Inner_card h5 {
        margin-bottom: 10px;
    }

    .JobDetails_Main_RightSide .JobOverviewBtn button {
        margin-left: 0px;
        width: 100%;
    }

    /* .BlogPostCardGap {
    row-gap: 40px;
  } */

    .BlogPost_main_Inner_card {
        padding: 10px 20px;
    }

    .BlogPost_main_Card_Padd {
        padding: 0px 0px;
    }

    .BlogPost_main_Card {
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .BlogPost_main_Content_Points h6,
    .BlogPost_main_Content_AllPoints span {
        font-size: 20px;
    }

    .BlogPost_main_Content_Points p {
        line-height: normal;
        font-size: 16px;
    }


    .BlogPost_main_Content_Image img {
        margin: 20px 0px;
    }

    .BlogPost_main_Content_header span {
        font-size: 15px;
    }

    .BlogPost_main_Content_header p {
        font-size: 18px;
    }

    .BlogPost_main_Content_header h5 {
        font-size: 28px;
    }

    .BlogPost_main_Content {
        padding: 50px 0px;
    }

    .Resume_Hero_Content h2 {
        font-size: 48px;
    }


    .Blog_GheewalaJobs_Title_Inner h3 {
        font-size: 40px;
    }

    .All_categories {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: unset;
        overflow-x: unset;
    }

        .All_categories .All_categoriesInner {
            width: unset;
        }


            .All_categories .All_categoriesInner span,
            .Training_Partner_Categories .Training_Partner_Categories_inner a {
                padding: 10px 20px 10px 20px;
                border-radius: 5px;
                background: rgba(18, 102, 172, 1);
                color: white;
                font-family: Montserrat;
                font-size: 14px;
                font-weight: 600;
                line-height: 16.07px;
                border: none;
                outline: none;
                margin-top: 10px;
                transition: all 0.5s ease;
                display: inline-block;
                width: unset;
                text-align: unset;
            }


    .Faq_hero_text2,
    .Faq_hero_text {
        margin-top: 0px;
    }

    .Resume_Hero_Content p {
        padding: 0px;
    }

    .Resume_Hero_Section {
        padding: 105px 0px 105px 0px;
    }

    .Terms_Intro_Inner .Title_New h3::after {
        width: 150px;
    }

    .Privacy_Policy_Para_Inner h5 {
        font-size: 24px;
        margin-bottom: 10px;
    }


    .Terms_Para_Inner p,
    .Terms_Intro_Inner p {
        line-height: normal;
        font-size: 16px;
    }

    .Terms_Para_Section {
        padding: 40px 0px 0px 0px;
    }

    .Contactus_Details {
        margin-bottom: 20px;
    }

    .Contactus_Input_InnerContent {
        padding: 20px 20px;
    }

    .Contactus_Text {
        margin-left: 0px;
    }

    .Contactus_Image {
        text-align: end;
    }

        .Contactus_Image img {
            position: unset;
            width: 80%;
        }

    .Contactus_section {
        padding: 45px 0px 0px 0px;
        min-height: unset;
    }


    .Healthcare_Slider_Main {
        padding-top: 20px;
    }

    .JobSeeker_FaqsIcon2 {
        width: 100%;
    }

    .SubmitHeadingBtn a {
        padding: 12px 5px 12px 5px;
        font-size: 13px;
        line-height: normal;
        width: 100%;
    }

    .Healthcare_Clients_Slider .Title_New h3::after {
        width: 130px;
    }

    .SubmitHeading h3 {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .why-choose-us_Text h4 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .why-choose-us_Text1 {
        margin-bottom: 15px;
    }

    .why-choose-us_SectionTopBottom {
        margin: 0px 0px 50px 0px;
    }

    .EmployerSlider_Text {
        margin-left: 0px;
        text-align: center;
    }

    .Faq_Accordion_section .Accordion_head h3 {
        font-size: 15px;
        line-height: normal;
    }

    .Accordion_Both_Content {
        margin: 10px 10 20px 10px;
    }

    .Faq_Accordion_section .Title_New h3::after {
        width: 70px;
        bottom: -10px;
    }

    .Faq_Accordion_section .Title_New {
        margin-bottom: 30px;
    }

    .Info_Form_Field input,
    .Info_Form_Field select {
        width: 100%;
    }

    .Info_Form_section {
        padding: 70px 0px 70px 0px;
    }

    .EmployerSlider {
        margin-top: 0px;
    }

    .Info_Form_Field,
    .Info_Form_Field2 {
        margin-bottom: 20px;
    }

    #EmployerSlider .owl-carousel .owl-nav .owl-prev span {
        position: unset;
    }

    #EmployerSlider .owl-carousel .owl-nav .owl-next span {
        position: unset;
    }

    .Employer_why-choose-us2_Section .EmployerSlider .owl-item .item {
        margin-bottom: 40px;
    }

    .Slider_section .Slider_sectionFirstimg {
        width: 300px;
    }

    .WhyChoose_MedicalSection_Img img {
        width: 100%;
    }

    .WhyChoose_MedicalSection .WhyChoose_MedicalSection_Img {
        text-align: unset;
    }

    .WhyChoose_MedicalSection .MiddleColor .WhyChoose_MedicalSection_Img {
        text-align: unset;
    }

    .Healthcare_Clients_Slider {
        padding: 70px 0px 30px 0px;
    }

    #Healthcare_Clients_Slider .owl-dots {
        padding-top: 10px;
    }

    #Healthcare_Clients_Slider .owl-carousel .owl-nav .owl-prev span {
        top: 50px;
        left: 30%;
    }

    #Healthcare_Clients_Slider .owl-carousel .owl-nav .owl-next span {
        top: 50px;
        right: 30%;
    }

    .WhyChoose_MedicalSection .MiddleColor {
        padding: 50px 0px 0px;
        row-gap: 50px;
    }

    .Healthcare_MedicSection {
        padding: 70px 0px 30px;
    }

    .MiddleColor .WhyChoose_MedicalSection_Text {
        margin-right: 0px;
        padding-top: 0px;
    }

    .Medical_About_Section,
    .Terms_Intro_Section {
        padding: 60px 0px;
    }

    .ServicecardsectionSliderIcon {
        width: 100%;
    }

    .WhyChoose_MedicalSection_Text {
        margin-left: 0px;
        padding-top: 50px;
    }

        .WhyChoose_MedicalSection_Text h5 {
            font-size: 21px;
            line-height: normal;
        }

        .WhyChoose_MedicalSection_Text p {
            line-height: normal;
            font-size: 16px;
        }

    .shadowClass {
        row-gap: 50px;
    }

    .Healthcare_MedicSectiontitle .Title_New h3::after {
        bottom: -10px;
        width: 165px;
    }

    .Both_Expertises_Slider_button {
        padding-top: 20px;
        padding-left: 30px;
    }

    .Expertises_Slider_Main {
        padding-top: 0px;
    }

    .Expertises_Slider_section {
        padding: 70px 0px 30px 0px;
    }

    .Expertises_Slider_Card_Image img {
        border-radius: 105;
    }

    .Expertises_Slider_Card_text {
        padding-left: 0px;
        margin-top: 0px;
    }

    .Expertises_Slider_Card h4 {
        padding-left: 0px;
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .Expertises_Slider_Card {
        padding: 40px 10px;
        border-radius: 15px;
        margin: 0px 12px;
    }

    .Expertises_Slider_Card_text p {
        line-height: normal;
    }

    .paddremove {
        padding-right: 0px;
    }

    .Expertises_Slider_section .Title_New h3::after {
        width: 140px;
    }

    .ServicecardsectionSlider .Title_New h3 {
        margin-bottom: 8px;
    }

    .Service_Hero_About_section_Img {
        text-align: right;
    }

        .Service_Hero_About_section_Img img {
            position: unset;
        }

    .Service_Hero_Section {
        padding: 50px 0px 30px 0px;
    }

    .Blog_Hero_Section {
        padding: 50px 0px 0px 0px;
    }

    .Tab_Text {
        margin-top: 20px;
    }

        .Tab_Text p {
            text-align: start;
        }



    .About_WelcomeSection_text p {
        font-size: 16px;
        line-height: normal;
    }

    .HomeWidth1,
    .HomeWidth3 {
        width: 100%;
    }

    /* ======================================Contactus_section====================================== */


    /* ======================================Contactus_section====================================== */

    /* ======================================Medic_Experts_Section====================================== */

    .Medic_Experts_Text p {
        font-size: 16px;
    }

    .Medic_Experts_Img img {
        position: unset;
        width: 100%;
    }

    .removepadd {
        padding: 0px;
    }


    .Medic_Experts_Section {
        padding: 45px 0px 0px 0px;
        min-height: auto;
    }

    /* ======================================Medic_Experts_Section====================================== */

    /* ======================================Healthcare_Clients_Slider====================================== */

    .Slider_Content {
        margin-bottom: 45px;
    }

    /* ======================================Healthcare_Clients_Slider====================================== */

    /* ======================================why-choose-us_Section====================================== */

    .why-choose-us_Heading h2 {
        font-size: 35px;
        line-height: normal;
        margin: 10px 0px 20px 0px;
    }

    .why-choose-us_Text h3 {
        font-size: 24px;
        line-height: 65px;
    }

    .EmployerSlider_Text h3 {
        font-size: 20px !important;
        line-height: normal !important;
    }

    .why-choose-us_Text p,
    .EmployerSlider_Text p {
        font-size: 16px;
        line-height: normal;
    }

    .RecruitmentProcess_Heading h3 {
        font-size: 35px;
        line-height: normal;
    }

    .RecruitmentProcess_Letter,
    .RecruitmentProcess_Letter_Employer {
        padding: 0px;
        margin: 20px 0px;
    }

        .RecruitmentProcess_Letter .Letter,
        .RecruitmentProcess_Letter_Employer .Letter {
            width: 100px;
            height: 100px;
        }

    .Numbering h4,
    .NumberingEmployer h4 {
        font-size: 15px;
        line-height: 45px;
    }

    .Numbering img,
    .NumberingEmployer img {
        width: 20px;
        height: 20px;
        position: unset;
    }

    .Numbering,
    .NumberingEmployer {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 30px;
    }

    .RecruitmentProcess_Letter p,
    .RecruitmentProcess_Letter_Employer p {
        font-size: 17px;
        text-align: center;
        margin-bottom: 10px;
    }

    .why-choose-us_Heading2 h2 {
        font-size: 35px;
        line-height: normal;
        margin: 10px 0px 20px 0px;
    }

    #EmployerSlider .owl-carousel .owl-nav .owl-next {
        bottom: 0;
        right: 35%;
    }

    #EmployerSlider .owl-carousel .owl-nav .owl-prev {
        bottom: 0;
        left: 35%;
    }


    /* ======================================why-choose-us_Section====================================== */

    /* ======================================expertise_section====================================== */


    /* ======================================expertise_section====================================== */

    .Tab_ContentService {
        padding-left: 0px;
    }

        .Tab_ContentService .tab-pane img {
            padding: 0px 0px;
        }

    /* ======================================Global_Reach_section======================================  */

    .Global_Reach_Box_Inner h4 {
        font-size: 30px;
    }

    .Global_Reach_Box_Inner .NumberIncrement span {
        font-size: 25px;
    }

    .Global_Reach_section {
        padding: 50px 0px;
    }

    .Global_Reach_text p {
        line-height: 25px;
    }


    /* ======================================Global_Reach_section======================================  */

    /* ======================================Design4_About_section====================================== */

    .Design4_About_section_Text h2,
    .Employer_Hero_section h2 {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .Design4_About_section,
    .Employer_Hero_section {
        padding: 45px 0px 0px 0px;
    }


    .why-choose-us {
        padding-top: 70px;
        margin-top: 0px;
    }

    /* ======================================Design4_About_section====================================== */
    /* ======================================OverSeas_Section====================================== */

    .OverSeas_Section {
        padding: 0px 0px 0px 0px;
    }

    .OverSeas_Number {
        padding: 10px 20px;
    }

    .OverSeas_Section_lastitem_inner {
        margin-left: 0px;
        margin-right: 0px;
    }

    /* ======================================OverSeas_Section====================================== */

    /* ======================================Servicecard_section====================================== */

    .paddd {
        padding: 0px 15px;
    }


    /* ======================================Servicecard_section====================================== */

    /* ======================================Design3_About_section====================================== */

    .Design3_About_section_text {
        margin-left: 10px;
    }

        .Design3_About_section_text h2 {
            font-family: Montserrat;
            font-size: 45px;
            line-height: 50px;
        }

    .Design3_About_section_image2 {
        width: 85%;
        float: right;
    }

    .Design4_About_section_image3 {
        width: 85%;
        float: left;
    }

    .Design3_About_section {
        padding: 40px 0px 10px 0px;
        margin-bottom: 0px;
    }


    /* ======================================Design3_About_section====================================== */

    /* ======================================Design2_About_section====================================== */

    .Design2_About_section_text {
        margin-left: 0px;
        margin-bottom: 25px;
    }

        .Design2_About_section_text p {
            font-size: 16px;
            line-height: normal;
        }

        .Design2_About_section_text h2 {
            font-size: 50px;
            line-height: normal;
        }

    .Medical_About_Text p {
        font-size: 15px;
        line-height: normal;
    }

    .Design2_About_section {
        padding: 40px 0px 70px 0px;
        min-height: unset;
    }


    .About_Para_section .About_Para_Inner_Section p {
        font-size: 21px;
        line-height: normal;
    }

    .About_Para_Down_section {
        padding: 70px 0px;
    }

    .About_WelcomeSection_text {
        padding: 0px 0px;
    }

    .Team_Slider_Section .TeamAngle2 {
        width: 100%;
    }

    #Team_Slider_Section .Team_Slider_Card {
        padding: 0px 30px;
    }

    #Team_Slider_Section .owl-dots {
        left: 35%;
    }


    /* ======================================Design2_About_section====================================== */

    /* ======================================mobile_view======================================  */

    .page-width .fa-bars {
        font-size: 30px;
    }

    .page-width img {
        width: 100%;
    }

    .site-header {
        padding-right: 0px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page-width {
        max-width: 100%;
        text-align: center;
    }

    .MobileIcon a {
        width: 160px;
        display: inline-block;
    }

    .site-header {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    }

    .accordion-button::after {
        flex-shrink: 0;
        background-size: 20px;
        width: 20px;
        background-image: url(../asset/images/png-transparent-arrow-removebg-preview.png) !important;
    }

    .offcanvas .offcanvas-body .accordion-button:not(.collapsed) {
        background: transparent;
    }

    #MobileViewNavoffcanvas .accordion-body {
        padding: 20px 10px;
    }

    /* ======================================mobile_view======================================  */

    /* ======================================Slider_section======================================  */

    #Slider_section .owl-carousel .owl-nav .owl-prev {
        left: 10%;
        bottom: 250px;
    }

    #Slider_section .owl-carousel .owl-nav .owl-next {
        bottom: 250px;
    }

    .Slider_section_line {
        bottom: 200px;
    }

    #Slider_section .owl-carousel .owl-nav .owl-prev span {
        height: 40px;
        width: 40px;
        left: -10px;
        top: 30px;
    }

    #Slider_section .owl-carousel .owl-nav .owl-next span {
        height: 40px;
        width: 40px;
        left: 10px;
        top: 30px;
    }

    /* ======================================Slider_section======================================  */

    /* ======================================CreateAccount_Page====================================== */

    .Forget_Password input {
        height: 25px;
        width: 25px;
    }

    .Login_Footer.Create_Login_Footer {
        position: unset;
    }

    .mobile_col_gap {
        column-gap: 5px;
    }

    .mobile_padd_zero {
        padding: 0px;
    }

    /* ======================================CreateAccount_Page====================================== */

    /* ======================================Login_Page======================================  */
    .Login_Page_Welcome h3 {
        font-size: 40px;
    }

    .LoginMainFoooternav ul {
        column-gap: 25px;
        margin: 10px 0px;
    }

    .LoginFooternavbar {
        display: block;
    }

    .Login_Footer {
        position: absolute;
        width: 100%;
        bottom: 0px;
    }

    /* ======================================Login_Page======================================  */

    /* ======================================EmployeeProfile_section====================================== */

    .EmployeeProfile_section .paddin {
        padding: 0px 30px;
    }

    .EmployeeProfileMargintop {
        margin-top: 10px;
    }

    /* ======================================EmployeeProfile_section====================================== */

    /* ======================================Fifth_Section====================================== */

    .Fifth_Section_Text_2 h2 {
        font-size: 35px;
    }

    /* ======================================Fifth_Section====================================== */

    /* ======================================Hero_About_section====================================== */

    .Hero_About_heading h2 {
        font-size: 33px;
        margin-bottom: 20px;
    }

    /* ======================================Hero_About_section====================================== */

    /* ======================================EmployeeDetails_section====================================== */

    .EmployeeDetailstext h3 {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .Fifth_Section_Text {
        padding: 0px 0px;
    }

    .Fifth_Section_Text {
        padding: 0px 0px;
    }

    .Fifth_Section_Text_2 {
        padding: 0px 0px 0px 0px;
    }

    .Fifth_Section_Text_2 {
        padding: 0px 0px 0px 0px;
    }

    /* ======================================EmployeeDetails_section====================================== */

    /* ======================================Header====================================== */

    .navbar .navbar-collapse {
        margin-right: 0px;
    }

        .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
            font-size: 14px;
        }

    .LoginandRegister a {
        padding: 7px 18px;
        font-size: 14px;
    }

    /* ======================================Header====================================== */

    /* ======================================Hero_Home_section======================================  */
    .bottombord {
        padding: 0px 12px;
    }

    .Hero_section {
        padding-top: 130px;
    }

    .Bank ul li:nth-child(3) img {
        opacity: 0.9;
        width: 115px;
    }

    .scrollpara p {
        font-size: 12px;
    }

    .scrollarrow span {
        font-size: 13px;
    }

    .scrollarrow i {
        font-size: 13px;
    }


    .For_Talents_Section_Card.Outer {
        padding: 20px;
        border-radius: 105;
    }

    .Hero_jobs {
        padding-left: 0px;
    }

    /* ======================================Hero_Home_section======================================  */

    /* ======================================Header======================================  */
    .fixed-top {
        background-color: whitesmoke;
    }

    /* ======================================Header======================================  */

    /* ======================================Hero_Home_section======================================  */

    .Hero_jobs h2 {
        font-size: 50px;
        text-align: left;
        width: 100%;
        line-height: normal;
    }

    .Hero_section .job-heading svg {
        top: 30px;
        width: 85%;
    }

    .Hero_section {
        padding-top: 30px;
        background-size: cover;
        background-position: center;
    }

    .RegisterAndApply a {
        padding: 8px 20px;
    }

    /* ======================================Hero_Home_section======================================  */

    /* ======================================Hero_Card_Section======================================  */


    .Hero_Card_Text {
        padding-right: 0px;
        padding-top: 20px;
    }

    .padd {
        padding: 40px 0px;
    }

    .UXText span:first-child {
        font-size: 11px;
    }

    .UXText span:last-child {
        font-size: 10px;
    }

    .UXBtn a {
        font-size: 11px;
    }

    /* ======================================Hero_Card_Section======================================  */

    /* ======================================About_Card_Section====================================== */

    .About_card_title .Title_New h3 {
        color: #2b4991;
        margin-bottom: 25px;
        font-family: Montserrat;
        font-size: 45px;
        font-weight: 700;
        line-height: 54.86px;
    }


    .About_card_title p {
        line-height: normal;
        font-size: 16px;
    }

    .Valuescards {
        padding: 30px 30px 15px 30px;
    }

    /* ======================================About_Card_Section====================================== */

    /* ======================================Hero_Slider_Card_Section======================================  */

    #Hero_Slider_Card .owl-item .item {
        margin-right: 0px !important;
    }

    .Hero_Slider_Card_Section {
        padding: 65px 0px;
    }


        .Hero_Slider_Card_Section .secondbord p {
            padding: 20px 12px 20px 12px;
            font-size: 22px;
        }

    #Hero_Slider_Card .Hero_Slider_Card .Hero_Slider_Card_Text {
        margin-top: 6px;
        padding-right: 0%;
    }

        #Hero_Slider_Card .Hero_Slider_Card .Hero_Slider_Card_Text h4 {
            font-size: 25px;
            line-height: 34px;
            margin-bottom: 0px;
        }

        #Hero_Slider_Card .Hero_Slider_Card .Hero_Slider_Card_Text p {
            font-size: 16px;
            line-height: unset;
            margin-bottom: 0px;
        }

    /* ======================================Hero_Slider_Card_Section======================================  */

    /* ======================================Right_People_section======================================  */



    .Right_People_para {
        padding-left: 0px;
    }

    .Global_Reach_text {
        margin: 0px;
    }

    .Right_People_main_card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    /* ======================================Right_People_section======================================  */

    .Global_Reach_text h3 {
        font-size: 35px;
        line-height: normal;
    }



    /* ======================================Bootcamp_section======================================  */

    .Bootcamp_section .Bootcamp_card p {
        margin-top: 20px;
    }

    .Bootcamp_section {
        padding: 40px 0px;
    }

    .title h3 {
        font-size: 30px;
    }

    .Bootcamp_section .BothTitlePara p {
        line-height: normal;
    }


    .Bootcamp_section .Bootcamp_card .iconandname .iconname .name {
        font-size: 16px;
        line-height: unset;
    }

    .Bootcamp_section .Bootcamp_card .iconandname .iconname span {
        font-size: 14px;
        line-height: unset;
    }

    .Bootcamp_section .Bootcamp_card p {
        padding-top: 10px;
        line-height: unset;
        font-size: 14px;
    }

    .Bootcamp_section .Bootcamp_card {
        padding: 32px 32px 32px 32px;
    }

    .Large_Bootcamp_card p {
        font-size: 14px !important;
        line-height: unset !important;
        padding-top: 10px !important;
        padding-bottom: 0px;
    }

    .Third_Bootcamp_card p {
        padding-top: 10px !important;
    }

    .forth_bootcamp_card p {
        padding-top: 10px !important;
        padding-bottom: 0px;
    }

    .fifth_bootcamp_card p {
        padding-top: 10px !important;
    }

    /* ======================================Bootcamp_section======================================  */

    /* ======================================Footer_Section======================================  */

    .FooterNewsLetter {
        padding: 40px 0;
    }

    .FooterMiddleSection {
        padding: 40px 0 30px 0;
    }

        .FooterMiddleSection ul li a {
            font-size: 13px;
        }

    .Last_Footer {
        flex-wrap: wrap;
        row-gap: 10px;
        justify-content: center;
    }

    /* ======================================Footer_Section======================================  */

    /* ======================================Second_Footer_Section====================================== */

    .Second_Footer_Section_content h3 {
        font-size: 23px;
        line-height: unset;
    }

    .MainFoooternav ul li a {
        font-size: 12px;
    }


    .Second_Footer_Section {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .Second_Footer_search {
        padding: 13px 15px 13px 13px;
        margin: 0px 0px 40px 0px;
    }

        .Second_Footer_search input {
            width: 74%;
            padding: 4px 0px;
            padding-left: 10px;
            font-size: 12px;
        }

        .Second_Footer_search button {
            padding: 6px 10px 6px 10px;
            font-size: 12px;
        }

    .Footernavbar {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
        padding: 0px;
        border-radius: 0px;
    }

    .MainFoooternav ul {
        column-gap: 16px;
    }

    /* ======================================Second_Footer_Section====================================== */

    .Title_New h3 {
        font-size: 35px;
    }

    .Title_New {
        margin-bottom: 50px;
    }

        .WhyChoose_MedicalSection .Title_New h3::after,
        .Title_New h3::after {
            bottom: -15px;
            width: 165px;
        }

    .Counter_Card {
        display: block;
    }

    .Global_Reach_section2 .Global_Reach_Box img {
        border-radius: 15px;
    }

    .Global_Reach_section2 .Global_Reach_text {
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 30px;
    }

    .Slider_section {
        padding-left: 0px;
        padding-right: 0px;
    }

    .HomeSlider_circle {
        row-gap: 120px;
    }

    .Hero_Slider_Title h3 {
        font-size: 35px;
    }

    #Hero_Slider_Card .owl-carousel .owl-nav .owl-prev span {
        top: 7px;
    }

    #Hero_Slider_Card .owl-carousel .owl-nav .owl-next span {
        top: 7px;
    }

    .Client_Slider_Inner .item {
        width: unset;
    }

    #Hero_Slider_Card .Hero_Slider_Card .Hero_Slider_Card_Text h4 {
        bottom: 10%;
    }

    #Hero_Slider_Card .owl-item.active.center .Hero_Slider_Card_Text h4 {
        bottom: 30%;
        left: 10px;
    }

    .Journey_Start_main {
        border-radius: 5px;
        padding: 10px;
    }

    .Journey_Start_main_text h4 {
        font-size: 25px;
        line-height: normal;
        margin-bottom: 15px;
    }

    .Footernavbar_outer {
        padding: 15px;
    }

    .Featured_Card {
        margin: unset;
        padding: 10px;
    }

    .IndustriesCard {
        flex-wrap: wrap;
        text-align: center;
        row-gap: 15px;
    }

        .IndustriesCard p {
            font-size: 16px;
            line-height: normal;
        }

    .ServiceGap {
        row-gap: 15px;
    }

    .About_Para_section {
        padding: 30px 0px;
    }
}



@media (min-width: 769px) and (max-width: 854px) {
}

@media (min-width: 810px) and (max-width: 821px) {

    .OverHidden {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .About_WelcomeSection_text p {
        font-size: 20px;
        line-height: normal;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .OverHidden {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .All_Jobs_Cards_main_Bottom {
        flex-wrap: wrap;
    }

    .Contactus_Map i {
        font-size: 20px;
        top: 185px;
        left: 215px;
    }

    .why-choose-us_Earth .EarthVideo {
        width: 100%;
        height: 100%;
    }

    .Featured_Card_Head {
        flex-wrap: wrap;
        row-gap: 16px;
    }

    .Slider_section {
        padding-right: 0px;
        padding-left: 0px;
    }

    #Slider_section .owl-carousel .owl-nav .owl-next {
        right: 6%;
    }


    .Changeposition {
        position: unset;
        min-height: 440px;
    }

    .Changeposition1 {
        position: unset;
        min-height: 440px;
    }

    .Chairman_section .Chairman_Image1,
    .Chairman_section2 .Chairman_Image2 {
        width: 440px;
        height: 440px;
    }

    .Chairman_Image .Chairman_Image1Main {
        width: 550px;
        height: 340px;
    }

    .Chairman_Image2_Inner .Chairman_Image2Main {
        width: 550px;
        height: 340px;
        border-bottom-right-radius: 0px;
    }

    .Chairman_section .Chairman_Image1 {
        top: 0;
        bottom: unset;
    }

    .Chairman_Image .Chairman_Image1Main {
        bottom: unset;
        top: 120px;
    }

    .Chairman_Image2_Inner .Chairman_Image2Main {
        bottom: unset;
        top: 120px;
    }

    .Chairman_section2 .Chairman_Image2 {
        position: absolute;
        top: 0px;
    }

    .Chairman_section,
    .Chairman_section2 {
        padding: 30px 0px;
    }


    /* =================================HealthCare_Service_Section=============================== */

    .HealthCare_Service_List ul {
        padding: 20px 0px 40px 32px;
    }

    /* =================================HealthCare_Service_Section=============================== */




    /* ======================================Training_Partner_Section====================================== */

    .Training_Partner_Section_head {
        position: unset;
        top: unset;
        z-index: unset;
    }

    /* ======================================Training_Partner_Section====================================== */


    .JobDetails_Main_RightSide {
        position: unset;
        top: unset;
        z-index: unset;
    }



    .Blog_GheewalaJobd_Cards {
        padding: 100px 15px;
    }

    .Client_Slider_Inner .splide .splide__track .splide__list .splide__slide img {
        width: 90%;
    }

    .Medic_Experts_Img {
        text-align: end;
    }

    /* ======================================Gallery_Section====================================== */

    .Gallery_image2 {
        grid-row: span 1;
    }

    /* ======================================Gallery_Section====================================== */


    .Servicecardcontent {
        width: auto;
        height: auto;
    }

    .Expertises_Slider_section .owl-carousel .owl-item.active .item .Expertises_Slider_Card {
        background: linear-gradient(257.69deg, #F7A5A7 46.25%, #FFFFFF 97.4%);
    }

        .Expertises_Slider_section .owl-carousel .owl-item.active .item .Expertises_Slider_Card h4,
        .Expertises_Slider_section .owl-carousel .owl-item.active .item .Expertises_Slider_Card p {
            color: #000;
        }

    .Journey_Start_main_image img {
        width: 100%;
        height: unset;
    }


    .Chairman_Text p {
        margin-left: 0px;
    }

    .Chairman_Text .Title_New h3 {
        text-align: left;
        font-size: 40px;
    }

        .Chairman_Text .Title_New h3::after {
            left: 0;
            bottom: -10px;
        }


    .Chairman_section2 {
        padding: 20px 0px;
    }


    .Chairman_Text2 {
        margin-top: 60px;
    }

    .Design2_About_section .Design2_About_section_Img_1 {
        top: 25px;
    }

    .Design2_About_section_Img {
        padding-right: 0px;
    }

    .Design2_About_section .Design2_About_section_Img_2 {
        bottom: 120px;
        right: 20%;
        left: unset;
    }

    .World_Map_section {
        padding: 60px 0px;
    }

    .Job_Filter_main {
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 15px;
        justify-content: left;
    }

    .Job_Filter_Section {
        padding: 70px 0px 30px;
    }

    .Job_Filter_main_Field input {
        width: 220px;
    }

    .JobOverview_mainContent {
        display: flex;
        flex-wrap: wrap;
    }

        .JobOverview_mainContent .JobOverview {
            width: 50%;
        }

    .JobDetails_Main_RightSide .JobOverviewBtn button {
        margin-left: 0px;
        width: unset;
    }

    .JobOverviewBtn {
        text-align: center;
    }

    .All_categories {
        display: flex;
        flex-wrap: wrap;
        overflow-x: unset;
    }

    .BlogPost_main_Card_Padd {
        padding: 0px 0px;
    }

    .BlogPost_main_Content {
        padding: 60px 0px;
    }

    .All_categories .All_categoriesInner {
        width: 45%;
    }

    .BlogPost_main_Card {
        padding-top: 30px;
    }

    .Training_Partner_Categories_inner {
        width: 45%;
    }

    .Training_Partner_Categories {
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: unset;
    }

    .Training_Partner_DropDown1_main {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .Training_Partner_DropDown1_main_inner {
        width: 45%;
        column-gap: 10px;
    }

        .Training_Partner_DropDown1_main_inner span {
            font-size: 16px;
        }

    .Training_Partner_CardSection_text p {
        margin-bottom: 30px;
    }

    .All_categories .All_categoriesInner span,
    .Training_Partner_Categories .Training_Partner_Categories_inner a {
        padding: 10px 20px 10px 20px;
        border-radius: 5px;
        background: rgba(18, 102, 172, 1);
        color: white;
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 600;
        line-height: 16.07px;
        border: none;
        outline: none;
        margin-top: 10px;
        transition: all 0.5s ease;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .Faq_hero_text2,
    .Faq_hero_text {
        margin-top: 0px;
    }

    #Hero_Slider_Card .Hero_Slider_Card .Hero_Slider_Card_Text h4 {
        bottom: 15%;
    }

    #Hero_Slider_Card .owl-item.active.center .Hero_Slider_Card_Text h4 {
        bottom: 35%;
    }

    .Privacy_Policy_Para_Inner h5 {
        font-size: 30px;
    }

    .Terms_Para_Section {
        padding: 40px 0px;
    }

    .Resume_Hero_Content h2 {
        line-height: normal;
        font-size: 54px;
    }

    .Terms_Para_Inner p,
    .Terms_Intro_Inner p {
        line-height: normal;
    }

    .Contactus_section {
        padding: 50px 0px 0px 0px;
        min-height: unset;
    }

    .Contactus_Text p {
        font-size: 24px;
    }


    .Contactus_Text {
        line-height: normal;
        margin-bottom: 30px;
        font-size: 54px;
        margin-left: 0px;
        padding: 0px 24px;
    }

    .Contactus_Image img {
        position: unset;
        width: 80%;
    }

    .Contactus_Image {
        text-align: end;
    }

    .Info_Form_Main {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 20px;
    }

    .EmployerSlider_Text {
        margin-left: 0px;
    }

    .Info_Form_section {
        padding: 70px 0px 70px 0px;
    }

    .Employer_why-choose-us2_Section .EmployerSlider .owl-item .item {
        margin-bottom: 40px;
    }

    .why-choose-us2_Section {
        padding: 50px 0px 40px;
    }

    .Info_Form_Field,
    .Info_Form_Field2 {
        margin-bottom: 20px;
        width: 40%;
    }

        .Info_Form_Field input,
        .Info_Form_Field select {
            width: 100%;
        }

    .Servicecardcontent .Servicecardcontent_text h5 {
        font-size: 19px;
    }

    .Servicecardcontent .Servicecardcontent_text p {
        font-size: 19px;
    }

    .Service_Hero_Section,
    .Design2_About_section,
    .Medic_Experts_Section {
        padding: 50px 0px 30px 0px;
    }

    .Blog_Hero_Section {
        padding: 50px 0px 0px 0px;
    }

    .Chairman_Text {
        margin-top: 60px;
    }

    .Expertises_Slider_Card {
        padding: 40px 30px;
        border-radius: 15px;
        margin: 0px 12px;
    }

    .MainallContent.MainallContentCreateAccount_Page {
        height: 100vh;
    }

    .Expertises_Slider_Card h4 {
        padding-left: 0px;
        padding-top: 20px;
        margin-bottom: 15px;
        font-size: 40px;
    }

    .Expertises_Slider_Card_text p {
        line-height: normal;
        font-size: 25px;
        margin-bottom: 30px;
    }

    .Expertises_Slider_section {
        padding: 70px 0px 30px 0px;
    }

    .Both_Expertises_Slider_button button {
        width: 50px;
        height: 50px;
    }

        .Both_Expertises_Slider_button button img {
            width: 50px;
            height: 50px;
        }

    .ServiceGap {
        row-gap: 30px;
    }

    .Both_Expertises_Slider_button .paginationnum {
        font-size: 45px;
    }

    .Both_Expertises_Slider_button {
        padding-top: 40px;
    }

    .Expertises_Slider_Card_text {
        padding-left: 0px;
        margin-top: 0px;
    }

    .Expertises_Slider_Card_Image img {
        border-radius: 50px;
    }

    .About_Para_section {
        padding: 30px 0px;
    }

    .About_Para_Down_Box_image img {
        width: 90px;
    }

    .About_Para_Down_Box_image {
        width: 190px;
        height: 190px;
        padding: 0px;
    }

    .About_Para_Down_Box_Text p {
        line-height: normal;
    }

    .HomeWidth1,
    .HomeWidth3 {
        width: 100%;
    }

    /* ======================================CreateAccount_Page======================================--> */

    .LoginMainFoooternav ul {
        column-gap: 10px;
    }

    /* ======================================CreateAccount_Page======================================--> */

    /* ======================================Global_ReachSection====================================== */


    .Global_Reach_text p {
        font-size: 25px;
        line-height: normal;
    }


    .Global_Reach_text h3 {
        font-size: 50px;
    }

    .Counter_Card {
        justify-content: unset;
    }

    .Global_Reach_Box img {
        width: 85%;
    }

    .Global_Reach_section.Global_Reach_section2 .Global_Reach_Box {
        text-align: left;
    }

    .Global_Reach_section .Global_Reach_Box {
        text-align: right;
    }

    .Global_Reach_section2 .Global_Reach_text {
        margin-left: 0px;
        margin-right: 0px;
    }


    /* ======================================Global_ReachSection====================================== */


    /* ======================================Contactus_section====================================== */


    /* ======================================Contactus_section====================================== */

    /* ======================================Design4_About_section====================================== */

    .Design4_About_section,
    .Employer_Hero_section {
        padding: 45px 0px 0px 0px;
    }


    /* ======================================Design4_About_section====================================== */

    /* ======================================Medic_Experts_Section====================================== */

    .Medic_Experts_Section {
        padding: 50px 0px 0px 0px;
        min-height: unset;
    }

    .Medic_Experts_Img img {
        position: unset;
    }

    .Blog_Hero_Section .Medic_Experts_Img img {
        width: 100%;
    }

    .shadowClass {
        row-gap: 50px;
    }

    .WhyChoose_MedicalSection_Text {
        margin-left: 0px;
        padding-top: 50px;
    }

        .WhyChoose_MedicalSection_Text p {
            font-size: 22px;
        }

        .WhyChoose_MedicalSection_Text h5 {
            font-size: 40px;
        }

    .WhyChoose_MedicalSection .Title_New h3 {
        font-size: 50px;
    }

    .WhyChoose_MedicalSection_Img img {
        width: 70%;
    }

    .WhyChoose_MedicalSection .WhyChoose_MedicalSection_Img {
        text-align: right;
    }

    .MiddleColor .WhyChoose_MedicalSection_Text {
        margin-right: 0px;
    }

    .WhyChoose_MedicalSection .MiddleColor {
        row-gap: 50px;
    }

        .WhyChoose_MedicalSection .MiddleColor .WhyChoose_MedicalSection_Img {
            text-align: left;
        }

    .Healthcare_MedicSectiontitle .Title_New h3::after {
        bottom: -10px;
        width: 165px;
    }

    /* ======================================Medic_Experts_Section====================================== */




    /* ==============================RecruitmentProcess_Section_Section=================================  */

    .RecruitmentProcess_Heading h3 {
        font-size: 35px;
        line-height: normal;
    }

    /* ==============================RecruitmentProcess_Section_Section=================================  */

    /* ======================================why-choose-us_Section====================================== */

    .why-choose-us_Heading h2 {
        margin: 10px 0px 0px 0px;
    }

    .why-choose-us_Heading2 h2 {
        margin: 10px 0px 30px 0px;
    }

    .RecruitmentProcess_Letter,
    .RecruitmentProcess_Letter_Employer {
        padding: 60px 0px 0px 0px;
    }

    .Numbering img,
    .NumberingEmployer img {
        position: unset;
        width: 45px;
        height: 45px;
    }

    .Numbering h4,
    .NumberingEmployer h4 {
        font-size: 28px;
    }

    .RecruitmentProcess_Letter p,
    .RecruitmentProcess_Letter_Employer p {
        font-size: 17px;
        text-align: center;
        margin-bottom: 10px;
    }

    #EmployerSlider .owl-carousel .owl-nav .owl-prev {
        bottom: 0;
        left: 35%;
    }

    #EmployerSlider .owl-carousel .owl-nav .owl-next {
        bottom: 0;
        right: 35%;
    }


    /* ======================================why-choose-us_Section====================================== */

    /* ======================================OverSeas_Section====================================== */

    .OverSeas_Section {
        padding: 0px 0px 0px 0px;
    }

    /* ======================================OverSeas_Section====================================== */

    /* ======================================Servicecard_section====================================== */
    .paddd {
        padding: 0px 20px;
    }

    .Tab_ContentService {
        padding-left: 0px;
    }

    .expertise_tab_side ul li button {
        font-size: 18px;
    }

    .Tab_ContentService .tab-pane img {
        padding: 0px 0px;
    }

    .Tab_Text {
        margin-top: 15px;
    }

    /* ======================================Servicecard_section====================================== */

    /* ======================================Design3_About_section====================================== */

    .Design3_About_section_text {
        margin-left: 10px;
    }

        .Design3_About_section_text h2 {
            font-family: Montserrat;
            font-size: 45px;
            line-height: 50px;
        }

    .Design3_About_section_image2 {
        width: 100%;
    }

    .Design4_About_section_image3 {
        width: 100%;
    }


    /* ======================================Design3_About_section====================================== */

    /* ======================================Design2_About_section====================================== */

    .Design2_About_section_text {
        margin-left: 0px;
        z-index: 1;
        position: relative;
    }

        .Design2_About_section_text h2 {
            line-height: normal;
            margin-bottom: 30px;
            font-size: 54px;
            position: relative;
            display: inline-block;
        }

    .About_Para_section .About_Para_Inner_Section p {
        font-size: 30px;
        line-height: normal;
    }

    .Second_Footer_search {
        margin-top: 0px;
    }

    .Design2_About_section_text p {
        font-size: 24px;
    }

    .Design2_About_section {
        padding: 80px 0px 60px 0px;
        min-height: unset;
    }

    .Service_Hero_About_section_Img {
        text-align: right;
    }


    /* ======================================Design2_About_section====================================== */

    /* ======================================About_WelcomeSection====================================== */

    .About_WelcomeSection_text {
        padding: 0px 25px;
    }

        .About_WelcomeSection_text p {
            font-size: 14px;
            line-height: normal;
            margin: 0;
        }

    .About_WelcomeSection .About_WelcomeSection_text2 {
        padding: 0px 25px 0px 25px;
    }

    .About_Para_Down_section {
        padding: 70px 0px 70px 0px;
    }

    .About_Para_gap {
        row-gap: 30px;
    }

    .About_Para_Down_Box:hover {
        transform: translateY(-20px) translateZ(0) !important;
    }

    .About_Para_Down_Box {
        margin: 0px 0px;
    }

    .About_card {
        padding: 70px 0px 70px 0px;
    }

    .About_WelcomeSection .Title_New h3 {
        font-size: 30px;
    }

        .About_WelcomeSection .Title_New h3::after {
            width: 125px;
        }


    .About_WelcomeSection .Title_New {
        margin-bottom: 15px;
    }

    /* ======================================About_WelcomeSection====================================== */
    /* ======================================Slider_section======================================  */

    #Slider_section .owl-carousel .owl-nav .owl-prev {
        left: 6%;
    }

    .Slider_section_line {
        bottom: 205px;
    }

    #Slider_section .owl-carousel .owl-nav .owl-prev span {
        left: 0px;
        top: 20px;
    }

    #Slider_section .owl-carousel .owl-nav .owl-next span {
        left: 0px;
        top: 20px;
    }

    /* ======================================Slider_section======================================  */

    /* ======================================Login_Page======================================  */

    .Login_Footer {
        position: absolute;
        width: 100%;
        bottom: 0px;
    }

    /* .Login_Footer.Create_Login_Footer {
    position: unset;
  } */

    /* ======================================EmployeeProfile_section====================================== */

    .EmployeeProfile_section .paddin {
        padding: 0px 30px;
    }

    .EmployeeProfileMargintop {
        margin-top: 10px;
    }

    /* ======================================EmployeeProfile_section====================================== */

    /* ======================================About_Card_Section====================================== */

    .AllBlogsCardtextsec {
        margin-top: 0px;
    }

    .About_card_title p {
        font-size: 18px;
        line-height: normal;
    }

    /* ======================================About_Card_Section====================================== */

    /* ======================================Hero_About_section====================================== */

    .Hero_About_heading h2 {
        font-size: 60px;
        margin-bottom: 20px;
    }

    /* ======================================Hero_About_section====================================== */

    /* ======================================Header====================================== */

    .navbar .navbar-collapse {
        margin-right: 0px !important;
    }

        .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
            font-size: 14px !important;
        }

    .LoginandRegister a {
        padding: 7px 18px !important;
        font-size: 14px !important;
    }

    .fixed-top {
        background-color: whitesmoke;
    }

    .navbar .navbar-brand {
        width: 150px;
    }

    /* ======================================Header======================================  */

    /* ======================================Header======================================  */
    .fixed-top {
        background-color: whitesmoke;
    }

    /* ======================================Header======================================  */

    /* ======================================Hero_Home_section======================================  */


    .Hero_jobs h2 {
        font-size: 54px;
        text-align: left;
    }

    .For_Talents_Section_Card.Outer {
        padding: 20px;
        border-radius: 105;
    }

    .Hero_section .job-heading svg {
        top: 150px;
        width: 85%;
        left: -12px;
    }

    .Hero_section {
        padding-top: 60px;
        background-size: cover;
        background-position: center;
        min-height: 490px;
    }

    .RegisterAndApply a {
        font-size: 20px;
    }

    /* ======================================Hero_Home_section======================================  */

    /* ======================================Hero_Card_Section======================================  */

    .Hero_Card_Text {
        padding-left: 0px;
        padding-top: 20px;
    }

    .padd {
        padding: 40px 0px;
    }

    /* ======================================Hero_Card_Section======================================  */

    /* ======================================Hero_Slider_Card_Section======================================  */

    #Hero_Slider_Card .owl-item .item {
        margin-right: 0px !important;
    }

    .Hero_Slider_Card_Section {
        padding: 65px 0px;
    }

        .Hero_Slider_Card_Section.container {
            padding: 0px !important;
        }

    .secondbord p {
        font-size: 30px;
    }

    /* ======================================Hero_Slider_Card_Section======================================  */

    /* ======================================Bootcamp_section======================================  */
    .Bootcamp_section {
        padding: 40px 0px;
    }

    /* ======================================Bootcamp_section======================================  */

    /* ======================================Footer_Section======================================  */

    .FooterNewsLetter {
        padding: 40px 0;
    }

    .FooterMiddleSection {
        padding: 40px 0 30px 0;
    }

    .Footernavbar .footerlogo {
        width: 290px;
    }

    .Footernavbar {
        flex-wrap: wrap;
        row-gap: 25px;
        border-radius: 0px;
    }

    .MainFoooternav ul li a {
        font-size: 24px;
    }

    .Last_Footer button {
        font-size: 20px;
        line-height: normal;
    }

    .Last_Footer_Number span {
        height: unset;
        font-size: 25px;
        padding: 0px 8px;
    }

    .Footernavbar_outer p {
        font-size: 20px;
    }

    /* ======================================Footer_Section======================================  */

    /* ======================================Right_People_section======================================  */





    .Right_People_para {
        padding-left: 0px;
    }


    .Right_People_main_card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }


    /* ======================================Right_People_section======================================  */

    /* ======================================Bootcamp_section======================================  */

    .Bootcamp_section .Bootcamp_card p {
        margin-top: 20px;
    }

    .title h3 {
        line-height: normal;
    }

    .Bootcamp_section .Bootcamp_card .iconandname .iconname .name {
        font-size: 16px;
        line-height: unset;
    }

    .Bootcamp_section .Bootcamp_card .iconandname .iconname span {
        font-size: 14px;
        line-height: unset;
    }

    .Bootcamp_section .Bootcamp_card p {
        padding-top: 10px;
        line-height: unset;
        font-size: 14px;
    }

    .Bootcamp_section .Bootcamp_card {
        padding: 32px 32px 32px 32px;
    }

    .Large_Bootcamp_card p {
        font-size: 14px !important;
        line-height: unset !important;
        padding-top: 10px !important;
        padding-bottom: 0px;
    }

    .Third_Bootcamp_card p {
        padding-top: 10px !important;
    }

    .forth_bootcamp_card p {
        padding-top: 10px !important;
        padding-bottom: 0px;
    }

    .fifth_bootcamp_card p {
        padding-top: 10px !important;
    }

    /* ======================================Bootcamp_section======================================  */

    /* ======================================Second_Footer_Section======================================  */

    .Second_Footer_Section_content h3 {
        font-size: 38px;
        line-height: unset;
    }

    .MainFoooternav ul {
        column-gap: 12px;
    }

    .Second_Footer_search input {
        width: 77%;
    }

    .Footernavbar p {
        font-size: 20px;
    }

    .Second_Footer_Section {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    /* ======================================Second_Footer_Section======================================  */

    /* ======================================Fifth_Section====================================== */

    .Fifth_Section_Text_2 {
        padding: 0px 50px 0px 50px;
    }

    /* ======================================Fifth_Section====================================== */
    .Hero_jobs {
        padding-left: 0px;
    }

    .Global_Reach_text {
        margin-left: 0px;
        margin-right: 0px;
    }

    .Hero_sectionbr {
        display: none;
    }

    .Journey_Start_main {
        border-radius: 5px;
        padding: 10px;
    }

    .Journey_Start_main_text h4 {
        font-size: 28px;
        line-height: normal;
    }

    .Last_Footer {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .FooterSocial_Icon a i {
        font-size: 24px;
        width: 45px;
        height: 45px;
    }

    .Client_Slider_Inner .item {
        width: 100%;
    }
}

@media (min-width: 911px) and (max-width: 913px) {

    .OverHidden {
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-height: 650px) and (max-height: 670px) {
    /* ======================================Login_Page======================================  */

    .Login_Footer {
        position: unset;
    }

    /* ======================================Login_Page======================================  */
}

@media (min-height: 650px) and (max-height: 670px) {
    /* ======================================Login_Page======================================  */

    .Login_Footer {
        position: unset;
    }

    /* ======================================Login_Page======================================  */
}

@media (min-height: 650px) and (max-height: 670px) {
    /* ======================================Login_Page======================================  */

    .Login_Footer {
        position: unset;
    }

    /* ======================================Login_Page======================================  */
}

@media (min-width: 1024px) and (min-height: 1366px) {


    /* ======================================CreateAccount_Page======================================--> */

    .MainallContent.MainallContentCreateAccount_Page {
        height: 100vh;
    }

    /* ======================================CreateAccount_Page======================================--> */


    /* ======================================Login_Page======================================  */

    .Login_Footer {
        position: absolute;
        width: 100%;
        bottom: 0px;
    }

    /* ======================================Login_Page======================================  */

}

@media (min-height: 715px) and (max-height: 720px) {
    /* ======================================Login_Page======================================  */

    .Login_Footer {
        position: unset;
    }

    /* ======================================Login_Page======================================  */
}

@media (min-height: 735px) and (max-height: 740px) {
    /* ======================================Login_Page======================================  */

    .Login_Footer {
        position: unset;
    }

    /* ======================================Login_Page======================================  */
}

@media (min-height: 790px) and (max-height: 800px) {
    /* ======================================Login_Page======================================  */

    .Login_Footer {
        position: absolute;
        width: 100%;
        bottom: 0px;
    }

        .Login_Footer.Create_Login_Footer {
            position: unset;
        }

    /* ======================================Login_Page======================================  */
}


@media (min-width: 1022px) and (max-width: 1024px) {

    .OverHidden {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .Training_Partner_DropDown1_main_inner span {
        font-size: 14px;
    }

    .All_Jobs_Cards_main_Bottom {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .BlogPost_main_Inner_card {
        padding-left: 10px;
    }

        .BlogPost_main_Inner_card p {
            font-size: 11px;
        }

        .BlogPost_main_Inner_card span {
            font-size: 11px;
        }

        .BlogPost_main_Inner_card h6 {
            font-size: 13px;
        }

    .why-choose-us_Earth .EarthVideo {
        width: 100%;
        height: 100%;
    }

    .Design2_About_section {
        min-height: unset;
    }

    .MainFoooternav ul li a {
        font-size: 16px;
    }

    .Footernavbar_outer {
        padding: 32px 15px 15px 15px;
    }

    .Contactus_Map i {
        font-size: 20px;
        top: 255px;
        left: 290px;
    }

    .Training_Partner_Categories {
        column-gap: 30px;
    }

    .Training_Partner_CardSection_text h3 {
        font-size: 25px;
    }

    .Training_Partner_CardSection_text p {
        font-size: 17px;
    }

    .Training_Partner_DropDown1_main_inner {
        column-gap: 10px;
    }

    .ServicecardsectionSlider .owl-carousel .owl-item .item .Servicecardcontent {
        width: auto;
        height: auto;
    }

    .Servicecardcontent .Servicecardcontent_text p {
        font-size: 13px;
        margin: 20px 0px 0px 0px;
    }

    .Servicecardcontent .Servicecardcontent_text h5 {
        font-size: 14px;
    }

    .Chairman_Image .Chairman_Image1Main,
    .Chairman_Image2_Inner .Chairman_Image2Main {
        width: 420px;
        height: 300px;
    }

    .Chairman_Text p {
        margin-left: 95px;
    }

    .Chairman_Text .Title_New h3::after {
        bottom: -10px;
    }

    .Chairman_Text .Title_New h3 {
        font-size: 35px;
    }

    .Chairman_section,
    .Chairman_section2 {
        padding: 50px 0px;
    }

    .Chairman_Text2 .Title_New h3 {
        font-size: 35px;
    }

    .Chairman_section .Chairman_Image1,
    .Chairman_section2 .Chairman_Image2 {
        width: 410px;
        height: 410px;
    }

    .JobDetails_Main_RightSide .JobOverviewBtn button {
        width: 100%;
        padding: 8px 50px 8px 50px;
        margin-left: 0px;
    }

    .Chairman_Text2 p {
        margin-right: 0px;
    }

    .About_Para_Down_Box {
        margin: 0px 0px;
    }

    .About_card {
        padding: 40px 0px 40px 0px;
    }

    .About_card_title p {
        font-size: 19px;
    }

    .Valuescards {
        padding: 25px 15px 25px 15px;
    }

    .About_WelcomeSection .About_WelcomeSection_text2 {
        padding: 0px 80px 0px 15px;
    }

    .JobDetails_TextContent {
        padding: 50px 20px;
    }

    .Both_JobDetails_TextContent_title_Stick .JobDetails_TextContent_Card {
        padding: 8px;
    }

    .JobDetails_TextContent_Card h5 {
        font-size: 15px;
    }

    .Faq_hero_text2 h4 {
        font-size: 33px;
        line-height: normal;
    }

    .Blog_Hero_Section .Medic_Experts_Img img {
        width: 520px;
        height: 400px;
    }

    .Blog_GheewalaJobs_categories span {
        font-size: 15px;
    }

    .Blog_Hero_Section {
        padding: 140px 0px 75px 0px;
    }


    .Faq_Accordion_section .Accordion_head h3 {
        font-size: 16px;
    }

    .Faq_Accordion_section .Accordion_panel p {
        font-size: 14px;
    }

    .Resume_Hero_Content h2 {
        font-size: 48px;
    }

    .Medic_Experts_Img img {
        width: 635px;
    }

    .SubmitHeadingBtn {
        width: 80%;
    }

    .Contactus_Image img {
        width: 510px;
    }

    .Contactus_Input_InnerContent {
        padding: 60px 50px;
    }

    .Info_Form_section {
        padding: 70px 0px 70px 0px;
    }

    .Info_Form_Main {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 20px;
    }

    .Info_Form_Field,
    .Info_Form_Field2 {
        margin-bottom: 20px;
        width: 40%;
    }

        .Info_Form_Field input,
        .Info_Form_Field select {
            width: 100%;
        }

    .About_WelcomeSection_text {
        padding: 0px 15px 0px 80px;
    }

        .About_WelcomeSection_text p {
            font-size: 16px;
            line-height: normal;
        }

    .WhyChoose_MedicalSection_Text p {
        line-height: normal;
        font-size: 16px;
    }

    .IndustriesCard {
        flex-wrap: wrap;
        text-align: center;
        row-gap: 20px;
    }

    .WhyChoose_MedicalSection_Text h5 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 8px;
    }

    .WhyChoose_MedicalSection .Title_New {
        margin-bottom: 20px;
    }

    .Healthcare_MedicSection .Title_New h3 {
        font-size: 40px;
    }

    .Healthcare_MedicSectiontitle .Title_New h3::after {
        width: 370px;
    }

    .Medic_Experts_Section {
        min-height: 500px;
    }

    .ServiceNewImg {
        width: 130px;
        height: 130px;
    }

    .ServiceGap {
        row-gap: 40px;
    }

    .IndustriesCard img {
        width: 75px;
        height: 75px;
    }


    .Col_Width {
        width: 60% !important;
    }

    .LoginMainFoooternav ul {
        column-gap: 30px;
    }




    .RemoveMargin {
        margin-top: 0px !important;
    }

    .Slider_section_line {
        bottom: 255px;
    }

    .Reducegap {
        column-gap: 0px !important;
    }

    .why-choose-us_Text h3 {
        font-size: 32px;
    }

    .RecruitmentProcess_Letter {
        padding: 70px 0px 0px 0px;
    }

    .Numbering h4,
    .NumberingEmployer h4 {
        font-size: 30px;
    }

    .Numbering img,
    .NumberingEmployer img {
        width: 35px;
        height: 35px;
        position: unset;
    }

    .HomeSlider_circle {
        row-gap: 75px;
    }


    /* ======================================Servicecard_section====================================== */

    .paddd {
        padding: 0px 12px;
    }

    .COL_100 {
        width: 100%;
    }

    /* ======================================Servicecard_section====================================== */


    /* ======================================Design3_About_section====================================== */

    .Design3_About_section_text h2 {
        font-size: 50px;
        line-height: 55px;
    }


    /* ======================================Design3_About_section====================================== */

    /* ======================================Hero_Employee_section======================================  */

    .Hero_About_heading h2 {
        font-size: 68px;
    }

    /* ======================================Hero_Employee_section======================================  */

    /* ======================================Hero_Home_section======================================  */

    .LoginandRegister a {
        margin-right: 5px;
        font-size: 15px;
    }





    .For_Talents_Section_Card {
        height: 100%;
    }


    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 8px 7px;
    }

    /* ======================================Hero_Home_section======================================  */

    /* ======================================Second_Footer_Section======================================  */

    .MainFoooternav ul {
        column-gap: 10px;
    }

    .Footernavbar p {
        font-size: 14px;
    }


    /* ======================================Second_Footer_Section======================================  */

    /* ======================================Second_Footer_Section====================================== */

    .Second_Footer_Section_content h3 {
        font-size: 40px;
        line-height: normal;
    }

    /* ======================================Second_Footer_Section====================================== */

    /* ======================================Fifth_Section====================================== */

    .Fifth_Section_Text {
        padding: 0px 6px;
    }

    .Fifth_Section_Text_2 {
        padding: 0px 30px 0px 30px;
    }

    #Hero_Slider_Card .Hero_Slider_Card .Hero_Slider_Card_Text h4 {
        font-size: 19px;
        bottom: 10%;
    }

    /* ======================================Fifth_Section====================================== */

    #Slider_section .owl-carousel .owl-nav .owl-next span {
        left: 10px;
        top: 14px;
    }

    #Slider_section .owl-carousel .owl-nav .owl-prev span {
        right: 60px;
        top: 14px;
    }

    #Hero_Slider_Card .owl-item.active.center .Hero_Slider_Card_Text h4 {
        bottom: 43%;
        line-height: normal;
    }

    .Journey_Start_main {
        border-radius: 5px;
        padding: 10px;
    }

    .Journey_Start_main_text h4 {
        font-size: 30px;
        line-height: normal;
    }

    .Global_Reach_text {
        margin-left: 0px;
        margin-right: 0px;
    }

    .Global_Reach_section2 .Global_Reach_text {
        margin-left: 0px;
        margin-right: 0px;
    }

    .FullNavbar .navbar .navbar-nav {
        column-gap: 5px !important;
    }
}

@media (min-width: 1280px) and (min-height: 800px) {

    .OverHidden {
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

@media (min-width: 1024px) {

    .Expertises_Slider_section .owl-carousel .owl-item {
        width: 807px !important;
    }

    .Healthcare_Clients_Slider .owl-carousel .owl-item {
        width: 500px !important;
    }
}

@media (min-width: 1600px) {
    .Expertises_Slider_section .owl-carousel .owl-item {
        width: 1000px !important;
    }
}



@media (min-width: 1920px) {

    .HomeSlider_circle {
        row-gap: 200px;
    }
}

@media (min-width: 1601px) and (max-width: 2000px) {

    .Info_Form_Field,
    .Info_Form_Field2 {
        position: relative;
        width: 100%;
        margin: 0px 15px;
    }

    .Info_Form_Main button {
        margin: 0px 15px;
    }

    .Info_Form_Field input,
    .Info_Form_Field select {
        width: 100%;
    }
}

@media (min-width: 1280px) {
    .Gallery_Main {
        grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    }
}


@media (min-width: 1281px) and (max-width: 1600px) {

    .Chairman_Text p {
        font-size: 18px;
        margin-left: 216px;
    }

    .About_Para_Down_Box {
        margin: 0px 40px;
    }

    .ServicecardsectionSlider .owl-carousel .owl-item .item .Servicecardcontent {
        width: 330px;
        height: 430px;
    }
}


@media (min-width: 1441px) and (max-width: 1600px) {


    .HomeSlider_circle_image span {
        position: absolute;
        left: 200px;
        font-size: 12px;
        top: 21px;
        font-weight: 500;
    }

    .Slider_section_line {
        bottom: 225px !important;
    }
}

@media (min-width: 1601px) and (max-width: 1800px) {


    .HomeSlider_circle_image span {
        left: 220px;
        font-size: 16px;
        top: 30px;
    }

    .Slider_section_line {
        bottom: 190px !important;
    }
}

@media (min-width: 1801px) and (max-width: 1921px) {


    .Slider_section_line {
        bottom: 190px !important;
    }
}

@media (min-width: 1922px) and (max-width: 2022px) {
    .Slider_section_line {
        bottom: 230px !important;
    }
}

@media (min-width: 1800px) and (max-width: 2560px) {
    .Login_Footer {
        /*position: absolute;*/
        width: 100%;
        bottom: 0px;
    }
}


@media (min-width: 1281px) and (max-width: 1300px) {
    .Contactus_Map i {
        top: 285px;
        left: 350px;
    }
}

@media (min-width: 1301px) and (max-width: 1400px) {
    .Contactus_Map i {
        top: 290px;
        left: 365px;
    }
}

@media (min-width: 1401px) and (max-width: 1500px) {
    .Contactus_Map i {
        top: 315px;
        left: 390px;
    }
}

@media (min-width: 1501px) and (max-width: 1600px) {
    .Contactus_Map i {
        top: 340px;
        left: 420px;
    }
}

@media (min-width: 1601px) and (max-width: 1700px) {
    .Contactus_Map i {
        top: 365px;
        left: 440px;
    }
}

@media (min-width: 1701px) and (max-width: 1800px) {
    .Contactus_Map i {
        top: 395px;
        left: 480px;
    }
}

@media (min-width: 1801px) and (max-width: 1900px) {
    .Contactus_Map i {
        top: 420px;
        left: 500px;
    }
}

@media (min-width: 1901px) and (max-width: 2000px) {
    .Contactus_Map i {
        top: 450px;
        left: 530px;
    }
}

@media (min-width: 2001px) and (max-width: 2100px) {
    .Contactus_Map i {
        top: 475px;
        left: 565px;
    }
}


@media (min-width: 1440px) and (max-width: 2560px) {

    /* ======================================Slider_section====================================== */

    .Slider_section_line {
        bottom: 170px;
    }

    /* ======================================Slider_section====================================== */

    .Numbering img,
    .NumberingEmployer img {
        position: unset;
        width: 40px;
        height: 40px;
    }

    .RecruitmentProcess_Letter p,
    .RecruitmentProcess_Letter_Employer p {
        font-size: 25px;
    }

    .why-choose-us_Text p,
    .EmployerSlider_Text p {
        font-size: 18px;
    }

    .Footernavbar p {
        font-size: 20px;
    }

    .MainFoooternav ul li a {
        font-size: 20px;
    }

    .Footernavbar .footerlogo {
        width: 250px;
    }

    .Employer_Hero_section {
        padding: 80px 0px 130px 0px;
    }
}


@media (min-width: 1922px) and (max-width: 2560px) {

    .Relative {
        position: relative;
    }

    .Chairman_Image2 {
        position: relative;
    }

    .MargCeo {
        margin-top: 100px;
        margin-right: 50px;
    }

    .AlignCenter {
        align-items: center;
    }

    .Chairman_Text {
        margin-left: 70px;
    }
}


/* ======================================Media query end====================================== */



.aboutsus-Animation {
    z-index: 20;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    display: flex;
    position: absolute;
    top: 30%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

@media (max-width: 480px) {

    .aboutsus-Animation {
        position: unset;
        padding: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .aboutsus-Animation {
        padding: 0px;
        display: unset;
        position: unset;
    }
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .aboutsus-Animation {
        display: flex;
        flex-direction: column-reverse;
    }
}


.banner_container {
    background: linear-gradient(282.4deg, #E2FAFF 27.24%, #ffffff 82.57%);
    position: relative;
    margin-bottom: -10px;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}




.btn-custom {
    background-color: #2b4990; /* custom green */
    color: #fff;
    border: none;
    font-family: Montserrat;
    font-weight: 600;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

    .btn-custom:hover {
        color: #fff;
        background-color: #212462; /* darker on hover */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }



.dropdown {
    border-bottom: 3px solid #F5F7F9;
    color: var(--dark-slate-blue);
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px 10px 0;
    font-size: 18px;
    text-decoration: none;
    transition: all .36s ease-in-out;
    display: flex;
    position: relative;
}

    .dropdown:hover {
        border-bottom-color: #EA1C23;
    }