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

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

.slicknav_nav a:hover {
    background: #cb9ce9;
}

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

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

a {
    text-decoration: none;
    color: #013a89 ;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Oswald-Medium';
    src: url(../fonts/Oswald-Medium.ttf);
}
@font-face {
    font-family: 'Railway';
    src: url(../fonts/Railway.otf);
}




/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid transparent !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #cb9ce9 !important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 50px;
    font-size: 19px;
    font-family: 'Poppins';
    font-weight: 500;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-transform: uppercase; */
}

.btn10:hover {
    border: 1px solid transparent !important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #013a89;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: transparent !important;
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Oswald-Medium', Sans-Serif;
    font-size: 60px;
    line-height: 70px;
    color: #262626;
    font-weight: 500;
    margin: 0 0 10px;
}

h2 {
    font-family: 'Oswald-Medium', Sans-Serif;
    font-size: 58px;
    line-height: 70px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
}

h3 {
    font-family: 'Oswald-Medium', Sans-Serif;
    font-size:42px;
    line-height: 56px;
    color: #262626;
    font-weight: 500;
    margin: 0 0 10px;
}

h4 {
    font-family: 'Oswald-Medium', Sans-Serif;
    font-size: 36px;
    line-height: 49px;
    color: #001f78;
    font-weight: 500;
    margin: 0 0 10px;
}

h5 {
    font-family: 'Oswald-Medium', Sans-Serif;
    font-size: 40px;
    line-height: 50px;
    color: #001f78;
    font-weight: 500;
    margin: 0 0 10px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 35px;
    color: #043c8a;
    font-weight: 500;
    margin: 10px 0 10px;
}

p {
    color: #000;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Poppins', serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0 0 10px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

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

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

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

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


/*header css start */

/*header {
    position: absolute;
    width: 100%;
    z-index: 99999;
    padding: 10px;
}*/

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
    height: 130px;
    width: 130px;
}

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

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

.menuSec li ul {
    display: none;
}
.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #043c8a;
    padding: 10px 23px;
    font-size: 19px;
    font-family: 'Poppins';
}

.menuSec ul li a:after {
    content: '';
    position: inherit;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #9c00ff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}


/* .search-btn:hover {
  color: #00A896;
} */


/* end search box css */

/*banner*/


.appintment-input {
    position: relative;
}
.appintment-input input, .appintment-input select {
    width: 100%;
    height: 53px;
    padding: 10px 20px;
    font-size: 14px;
    color: #767676;
    border: 1px solid #ececec;
    border-radius: 28px;
    margin: 15px 0;
    /* font-family: 'Montserrat-Regular'; */
}
.appintment-input i {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 20px;
    color: #b4b4b4;
}


.banner-img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

span.blue , h1 em{
    color: #001f78;
    font-style: normal;
}
.banner_text h1 {
    width: 90%;
}

/*.banner_text {
    margin-top: 25%;
}
*/

.cv-btn {
    position: absolute;
    top: 57%;
    right: 39%;
}
.cv-btn a.btn10 {
    border: solid 5px #fff !important;
}

.doct-categ {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-btn {
    margin-top: 4%;
}

.form-btn a.btn10 {
    width: 38%;
}

.doct-categ a.btn10 {
    width: 31%;
    background: #fff !important;
    color: #043c8a;
    border: solid 1px #043c8a !important;
}

.arrow img {
    animation: pulse-animation 2s infinite;
    border-radius: 100%;
    height: 75px;
    width: 75px;
}

.banner_img{
    position: relative;
}
.arrow {
    position: absolute;
    top: 5%;
    right: 46%;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(52 26 106);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(180 9 9 / 5%);
    }
}


/*doctor section*/

.bk {
    padding: 50px;
    background: #001f78;
    border-radius: 20px;
}

.doc-detail p {
    color: #fff;
    font-size: 19px;
}

.doc-btn a.btn10 {
    width: 53%;
}

.doc-btn {
    margin-top: 11%;
}
.items h2 {
    font-size: 46px;
}

.cont-txt p {
    font-size: 21px;
    color: #fff;
}

.doc-detail {
    border-left: solid 2.5px #ffffff9e;
    padding: 23px;
}

.platform-head p {
    color: #fff;
}

/*career sect*/

.career-btn {
    margin-top: 6%;
}

.career-btn a.btn10 {
    width: 28%;
}

/*categories sect*/


.cat-box img {
    height: 148px;
    width: 148px;
    margin: 0 auto;
}

.cat-box {
    border-radius: 20px;
    padding: 36px;
    background: #cb9ce9;
    text-align: center;
    height: 300px;
}

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


.cat-box2 {
    border-radius: 20px;
    padding: 36px;
    background: #a7d5ed;
    text-align: center;
    height: 300px;
}

.cat-box2 img {
    height: 148px;
    width: 148px;
    margin: 0 auto;
}

.cat-box3 {
    border-radius: 20px;
    padding: 36px;
    background: #e1e1e1;
    text-align: center;
    height: 300px;
}

.cat-box3 img {
    height: 148px;
    width: 148px;
    margin: 0 auto;
}

.cat-box4 {
    border-radius: 20px;
    padding: 36px;
    background: #dceef7;
    text-align: center;
    height: 300px;
}

.cat-box4 img {
    height: 148px;
    width: 148px;
    margin: 0 auto;
}

.offer-slider .slick-prev:before, .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 17px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.offer-slider .slick-prev:before, .slick-next:before {
    color: #00000091;
}

.categories {
    padding-bottom: 7%;
}

/*platform sect*/

.platform {
    position: relative;
   margin-top: 50px;
}

.platform-head h4 {
    color: #fff;
}
.docarrow img {
    animation: pulse-animation 2s infinite;
    border-radius: 100%;
    height: 75px;
    width: 75px;
}

.docarrow {
    position: absolute;
    top: -22%;
    right: -64px;
}

.platform-head {
    position: relative;
    padding: 0px 0 0 35px;
}

section.platform.pt-8.pb-8::before {
    position: absolute;
    content: "";
    background: url(../images/doctor.png);
    height: 519px;
    width: 450px;
    background-repeat: no-repeat;
    top: -19%;
    left: 190px;
    background-size: contain;
}

.process-sec .col-lg-3 div {
    width: 280px !important;
    height: 280px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.process-sec .col-lg-3 div h2{
    font-size: 24px !important;
} 
.process-sec .col-lg-3 div h3{
    font-size: 24px !important;
} 
.process-sec .col-lg-3 div p{
    font-size: 15px !important;
}
.bk1 {
    padding: 50px 50px 88px;
    background: #001f78;
    border-radius: 20px;
}

/*process sct*/

.w-20 {
    width: 19%;
}

.proc-box h2 {
    font-size: 30px;
    line-height: 33px;
    margin: 10px;
        color: #043c8a;
}

.proc-box {
    border: solid 2px #3d8cb5;
    padding: 20px;
    border-radius: 100%;
    height: 220px;
    width: 220px;
    /* align-items: center; */
    /* display: flex; */
    text-align: center;
    padding: 20px;
    background: #cb9ce9;
}

.proc-box img {
    margin: 20px 0 0;
}


.proc-box2 {
    border: solid 2px #3d8cb5;
    padding: 20px;
    border-radius: 100%;
    height: 220px;
    width: 220px;
    /* align-items: center; */
    /* display: flex; */
    text-align: center;
    padding: 20px;
    background: #a7d5ed;
    margin-top: 77%;
}

.proc-box2 h3 {
    font-size: 30px;
    line-height: 33px;
    margin: 10px;
    color: #043c8a;
}
.proc-box2 img {
    margin: 20px 0 0;
}


.proc-box3 {
    border: solid 2px #3d8cb5;
    padding: 20px;
    border-radius: 100%;
    height: 220px;
    width: 220px;
    /* align-items: center; */
    /* display: flex; */
    text-align: center;
    padding: 20px;
    background: #dceef7;
}

.proc-box3 h3 {
    font-size: 30px;
    line-height: 33px;
    margin: 10px;
    color: #043c8a;
}

.proc-box3 img {
    margin: 15px 0 0;
}


.proc-box4 {
    border: solid 2px #3d8cb5;
    padding: 20px;
    border-radius: 100%;
    height: 220px;
    width: 220px;
    /* align-items: center; */
    /* display: flex; */
    text-align: center;
    padding: 15px;
    background: #e1e1e1;
    margin-top: 77%;
}

.proc-box4 h3 {
    font-size: 28px;
    line-height: 28px;
    margin: 10px;
    color: #043c8a;
}
.proc-box4 img {
    margin: 15px 0 0;
}



.proc-box5 {
    border: solid 2px #3d8cb5;
    padding: 20px;
    border-radius: 100%;
    height: 220px;
    width: 220px;
    /* align-items: center; */
    /* display: flex; */
    text-align: center;
    padding: 20px;
    background: #001f78;
}

.proc-box5 h2 {
    font-size: 30px;
    line-height: 33px;
    margin: 10px;
}

.proc-box5 img {
    margin: 20px 0 0;
}
.process-sec::after {
    position: absolute;
    content: "";
    background: url(../images/line.png);
    width: 100%;
    height: 250px;
    top: 50%;
    /* right: 0; */
    /* border: 0; */
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
}
.process-sec {
    position: relative;
}

/*staffing sect*/


ul.staff-point {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 40px 17px;
    border-bottom: solid 0.5px #00000038;
}

ul.staff-point li {
    font-size: 30px;
    color: #001f78;
    font-family: 'Oswald-Medium';
}
ul.staff-point li p {
    margin-top: 20px;
}
.staff-head h3 {
    font-size: 42px;
    line-height: 50px;
}

html {
    overflow-x: hidden;
}
/*features companies sect*/
.feat-comp-head h4 {
    color: #fff;
}
.center-content{
    margin: 0 auto;
    text-align: center;
}

.feat-comp-head img {
    padding-top: 4%;
    padding-bottom: 2%;
}



/*testimonials sect*/

.test-detail h4 {
    font-size: 25px;
    line-height: 25px;
    color: #000;
}

.test-box {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 30px 27px 30px;
    border-radius: 20px;
}
.testimonials-post {
    width: 30%;
    text-align: center;
    margin: 0 auto;
}
.test-detail {
    width: 67%;
}

.test-detail p {
    color: #666666;
    font-size: 17px;
    line-height: 25px;  
    font-style: italic;
}

.testimonials-post img {
    width: 145px;
    height: 145px;
    border-radius: 300px;
    object-fit: cover;
}

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

span.small-font {
    color: #333333;
    font-size: 18px;
    font-family: 'Oswald-Medium';
    margin: 0;
    line-height: 18px;
}

.test-detail h4 {
    font-size: 25px;
    line-height: 25px;
    color: #000;
    margin: 0;
}

.test-box:hover {
    background: #cc9bea;
}

.test-box:hover h4{
     color: #fff;
}


.test-box:hover p{
     color: #fff;
}

.test-box:hover span.small-font{
 color: #fff;
 }

 


 /* Footer Section Start */
ul.foter-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: -50px auto 0;
    width: 50%;
    background: #cc9bea;
    height: 100px;
    border-radius: 10px;
    position: relative;
}
ul.foter-address:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    top: 10%;
    left: 50%;
    background: #ffffff;
}

ul.foter-address li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 44%;
}

section.footer-sec {
    position: relative;
    padding-bottom: 0;
    background: #120d0b;
    margin-top: 50px;
}

ul.foter-address p {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

ul.foter-address a {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 35px;
    font-family: 'saudagar';
    color: #fff;
    /* font-weight: 700; */
}

ul.footer-menu-links li a {
    font-size: 14px;
    /* text-transform: uppercase; */
    color: #fff;
    line-height: 26px;
    padding: 15px 10px;
    transition: .5s ease-in-out;
    font-family: 'Poppins';
}


ul.footer-menu-links li a:hover {
    background: #fff;
    color: #cc9bea;
    transform: scale(1.1);
}

ul.footer-menu-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
    margin: 60px 0;
    position: relative;
}

section.footer-sec:before {
    position: absolute;
    content: '';
    top: auto;
    bottom: 32.5%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #464646;
    z-index: -1;
}
.footer-form {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #464646;
    border-radius: 47px;
    gap: 30px;
    padding: 8px 25px;
}

.footer-form i {
    font-size: 30px;
    color: #fff;
}

.footer-form input {
    background: transparent;
    border: 0;
    font-size: 15px;
    color: #fff;
    margin: 0 30px 0 0;
    width: 90%;
}

.footer-form input::placeholder {
    color: #fff;
    font-size: 14px;
}

a.btn2.btn5 {
    background: transparent;
}

a.btn2.btn5:after {
    content: '\f178';
    font-weight: 500;
    font-family: 'Font Awesome 5 pro';
    font-size: 20px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.btn2.btn5:before {
    display: none;
}

ul.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

ul.footer-social i {
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    position: relative;
    /*border-radius: 46px;
    border: solid 0.5px gray;*/
}

/*ul.footer-social a:after {
    position: absolute;
    content: '';
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -2;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}*/

/*ul.footer-social a:before {
    position: absolute;
    content: '';
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1.3px;
    right: 0;
    bottom: 0;
    left: 1.4px;
    background: transparent;
    z-index: 0;
     clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); 
    border-radius: 37px;
    border: solid #a09e9d 0.5px;
}*/

ul.footer-social a:hover:before {
    background-color: #bda68c;
}

ul.footer-social a:hover:after {
    background-color: #bda68c;
}

ul.footer-social i:hover {
    color: #fff;
}

/*ul.footer-social li a i:hover {
    background: #e52c3a;
}*/
.footer-bottom .row {
    align-items: center;
}

.footer-bottom {
    position: relative;
}
/*
section.footer-sec:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #464646;
    bottom: 39%;
}*/

.footer-btn {
    position: relative;
    padding: 30px 50px;
    border: 1px solid #464646;
    border-bottom: 0;
    border-top: 0;
}

.footer-btn:after {
    height: 250%;
    left: -40px;
    top: -42px;
    background: #464646;
}

ul.footer-social a {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 55px;
}

section.ftr-bottom-nav {
    position: relative;
    padding: 20px;
    background: #120d0b;
    border-top: 1px solid #464646;
}

.botm-nav p {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #878787;
}

ul.foter-address i {
    font-size: 40px;
    color: #fff;
}

button.btn2.btn5 {
    border: transparent;
    background: transparent;
}


/* Footer Section End */



/*inner pages*/



.banner-image img {
    width: 100%;
}

.banner-image {
    position: relative;
}


.title-new {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
   /*  background: #b7040461; */
    display: flex;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: start;
}

.title-new h1 {
    color: #fff;
}



.inner-sect-padding {
    padding-left: 4%;
    padding-right: 0;
    /* background: #657151; */
    /* height: 680px; */
}


.doc-box {
    /* border: solid; */
    background: #c9d7f0;
    padding: 25px;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 13%;
}

.docdet h6 {
 
    font-size: 25px;
    line-height: 25px;   
}

.docdet p {
    color: #013a89;
    font-size: 19px;
    line-height: 19px;   
 }

 .defaultlist select {
    width: 100%;
    height: 70px;
    padding: 0 15px;
    border: 1px solid #3c3838bf;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    font-family: 'Oswald-SemiBold';
    /* appearance: auto; */
    background-color: transparent;
    /* border-top: none; */
    font-size: 17px;
    padding: 0 22px;
    background-image: url(../images/down.png);
    background-size: inherit;
    text-transform: uppercase;
}

.searh input[type="text"] {
    width: 100%;
    height: 50px;
    border: transparent;
    padding: 10px;
    font-size: 17px;
    color: #666;
    font-family: auto;
}
.defaultlist select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #3c383800;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #666666;
    font-family: auto;
    appearance: auto;
    background-color: transparent;
    /* border-top: none; */
    font-size: 17px;
    padding: 0 22px;
    background-image: url(../images/down.png);
    background-size: inherit;
    text-transform: capitalize;
    background: #fff;
}
/*doctor profile page*/


.prof-head h6 {
    color: #000;
    font-size: 55px;
    text-transform: uppercase;
}
.prof-head h5 {
    font-family: 'Poppins';
    font-size: 35px;
    line-height: 50px;
    color: #001f78;   
    text-transform: uppercase;
}
ul.rating {
    display: flex;
    align-items: center;
    gap: 40px;
    border-bottom: solid 2px #00000026;
    padding: 20px 0;
}
ul.rating li i {
    color: #ffc107;
    font-size: 18px;
}

ul.rating li {
    font-size: 25px;
    color: #7c7c7c;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.specialist h3 {
    font-family: 'Poppins';
    font-size: 25px;
    line-height: 38px;
    color: #013a89;   
    margin: 0 0 10px;
    text-transform: uppercase;
}
span.grey-font {
    color: #7c7c7c;
    font-size: 21px;
}

.hours h2 {
    font-family: 'Poppins';
    font-size: 55px;
    line-height: 70px;
    color: #000;
    font-weight: 500;
    margin: 20px;
    text-transform: uppercase;
}
.hours h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 25px;
    line-height: 35px;
    color: #043c8a;
    font-weight: 500;
        margin: 10px 20px;
    text-transform: uppercase;
}

.apptn-btn a.btn10 {
    width: 63%;
}
.apptn-btn {
    display: flex;
    justify-content: end;
}

.bordr {
    border-bottom: solid 2px #00000038;
    padding: 14px 0;
}

.appt-txt p {
    color: #7c7c7c;
    font-size: 22px;
    line-height: 32px;
    font-family: 'Poppins', serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0 0 10px;
}


/*contact us page*/

/*.getintouch h3 {
    font-family: 'Rajdhani-SemiBold';
    font-size: 62px;
    line-height: 70px;
    color: #070707;
    font-weight: 100;
    margin: 0 0 28px;
    animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite both;
}*/
span.sp {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 30px;
    background: #001f78;
    border-radius: 10px;
        color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
span.sp span.black{
    color: #fff !important;
}

span.purple {
    font-size: 45px;
    color: #a8d7ec;
    font-family: 'Poppins';
    line-height: 45px;
}

.get-detail h4 {
    font-size: 47px;
    font-family: 'Poppins';
    line-height: 50px;
    margin-bottom: 23px;
    font-weight: 500;
    color: #0b0c13;
}
.get-detail p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 40px;
    font-family: Railway;
}
span.black {
    font-size: 19px;
    font-family: 'Poppins';
    line-height: 19px;
    color: #333333;
}
    .time-detail {
    margin-top: 40px;
}

.time-detail h5 {
    font-size: 17px;
    font-family: 'Poppins';
    color: #3f3e43;
    line-height: 17px;
    /* margin: 0 0 13px; */
}
.time-detail h6 {
    font-size: 17px;
    font-family: 'Poppins';
    color: #3f3e43;
    margin: 0 0 12px;
    line-height: 17px;
}
.get-detail ul li p {
    margin-bottom: 0;
    color: #000;
}
.get-detail ul li {
    display: flex;
    align-items: center;
}
.get-detail ul li:not(:last-child){
    margin-bottom: 12px;
}
.get-detail ul li a{
    color: #000;
}
.time-detail h6 {
    position: relative;
    padding-left: 25px;
}
.time-detail h5 {
    position: relative;
    padding-left: 25px;
}
.time-detail h5:before, .time-detail h6:before{
    content: '\f00c';
    font-family: 'FOnt Awesome 5 Free';
    font-weight: 600;
    color: #001f78 !important;
    left: 0;
    position: absolute;
}
.get-detail ul li i {
    font-size: 25px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #001f78;
    border-radius: 50px;
    color: #001f78;
    margin-right: 20px;
}
.cont-pg-input input {
    width: 100%;
    height: 60px;
    color: #000;
    border: none;
    border-radius: 0;
    padding: 20px;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 18px;
    background: #ebebeb;
}

.cont-pg-input input::placeholder{
    color: #3f3e43;
    font-family: Railway;
    font-size: 17px;
} 

.cont-pg-input textarea {
    width: 100%;
    height: 160px;
    border: none;
    border-radius: 0;
    padding: 20px;
    /* margin-top: 40px; */
    background: #ebebeb;
    margin-bottom: 20px;
}

.cont-pg-input textarea::placeholder{
    color: #3f3e43;
    font-family: Railway;
    font-size: 17px;
} 

.cont-pg-input {
    margin: 0 auto;
    text-align: center;
}

.cont-pg-input .btn10 {
    background: #001f78 !important;
    width: 37%;
}


/*form page*/


ul.doc-pnt li {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #001f79;
}

.doc-pnt h6 {
    font-family: 'Oswald-Medium';
    font-size: 31px;
    line-height: 35px;
    color: #013a89;
    font-weight: 500;
    margin: 10px 0 32px;
}

.doct-form {
    /* border: solid; */
    background: #c9d7f0;
    padding: 20px;
    border-radius: 20px;
}
.get-a-quote-input input, .get-a-quote-input select {
    width: 100%;
    height: 55px;
    border: solid 0.5px #00000030;
    border-radius: 5px;
    padding: 0 20px;
    font-family: 'Poppins';
    font-size: 21px;
    background: transparent;
    margin-bottom: 20px;
    color: #333333;
}
/*.get-a-quote-input select::placeholder{
    font-size: 21px;    
    color: #333333;
font-family: 'Poppins';
}*/

.get-a-quote-input input::placeholder{
    font-size: 21px;    
    color: #333333;
font-family: 'Poppins';
}

.get-a-quote-textarea textarea::placeholder{
    font-size: 21px;    
    color: #333333;
        font-family: 'Poppins';
}




.get-a-quote-textarea textarea {
    width: 100%;
    height: 170px;
    border: none;
    border-radius: 5px;
    padding: 20px 20px;
    resize: none;
    font-family: "Roboto", sans-serif;
    color: #666666;
    font-size: 19px;
    background: transparent;
    border: solid 0.5px #00000030;
}

.appt-head h3 {
    font-family: 'Oswald-Medium', Sans-Serif;
    font-size: 56px;
    line-height: 66px;
    color: #262626;
    }

    .aptt-btn a.btn10 {
    background: #013a89 !important;
    /* width: 28%; */
}
.aptt-btn {
    margin-top: 16px;
}

/*login page*/

.booking-in {
    position: relative;
}


.booking-in input {
    width: 100%;
    margin-bottom: 5%;
    border: 1px solid #d9d9d9;
    background: #ebebeb;
    height: 52px;
    padding: 0 50px;
    border-radius: 0;
    font-family: 'Poppins';
}
.booking-in i {
    position: absolute;
    left: 0;
    width: 7%;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* background: #341a6a; */
    font-size: 23px;
    top: 0;
    pointer-events: none;
    color: #3f3e43;
    font-weight: 300;
    border-radius: 0;
    /* padding: 0 30px; */
}
.login-box {
    /* border: solid; */
    text-align: center;
    padding: 50px;
    background: #f1e7f6;
}

.signup-head h2 {
    font-family: 'Poppins';
    font-size: 36px;
    line-height: 70px;
    color: #3f3e43;

}

.socilmedia-box {
    margin-bottom: 5%;
}

.aptt1-btn {
    margin-top: 16px;
}
.aptt1-btn .btn10 {
    background: #013a89 !important;
    /* width: 28%; */
}

.signup-form .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.loginbox {
    background: #e0d7e6;
    padding: 50px 25px;
    /*height: 661px;*/
}

.login-head h2 {
    font-family: 'Poppins';
    font-size: 36px;
    line-height: 70px;
    color: #3f3e43;
    /*padding-top: 20%;*/
}

.forger-ps {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lg-btn a.btn10 {
    width: 100%;
    height: 45px;
}

.login-in {
    position: relative;
}

.login-in input {
    width: 100%;
    margin-bottom: 5%;
    border: 1px solid #d9d9d9;
    background: #fff;
    height: 52px;
    padding: 0 49px;
    border-radius: 0;
    font-family: 'Poppins';
}


.login-in i {
    position: absolute;
    left: 0;
    width: 10%;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* background: #341a6a; */
    font-size: 23px;
    top: 0;
    pointer-events: none;
    color: #000000;
    font-weight: 300;
    border-radius: 0;
    /* padding: 0 30px; */
}

.forger-ps p {
    font-size: 16px;
}






/* Register with us page Start */

.upload_label {
    padding-bottom: 5px;
    display: block;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    background: #fff;
    height: 150px;
    background-image: url('https://www.svgrepo.com/show/9488/cloud-upload-signal.svg');
    background-repeat: no-repeat;
    background-position: top 0 center;
    background-size: 7%;
    margin: auto;
}

.custom-file-upload:before {
    content: "Drag and Drop a file here";
    display: flex;
    position: relative;
    font-size: 14px;
    color: #202020;
    font-weight: 400;
    text-align: center;
    align-items: center;
    justify-content: center;
    top: 48%;
}

.custom-file-upload:after {
    display: block;
    content: 'Browse';
    background: #cb9ce9;
    width: 86px;
    height: 27px;
    line-height: 27px;
    position: absolute;
    bottom: 19px;
    font-size: 14px;
    color: white;
    font-weight: 500;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/*
.custom-file-upload:after {
    content: " (Provide link or Upload files if you already have guidelines)";
    font-size: 12px;
    letter-spacing: -0.31px;
    color: #7a7a7a;
    font-weight: normal;
}
.custom-file-upload:after {
    content: " (Provide link or Upload design files)";
    font-size: 12px;
    letter-spacing: -0.31px;
    color: #7a7a7a;
    font-weight: normal;
}*/

.custom-file-upload.changed,
.custom-file-upload:hover {
    background-color: #e3f2fd;
}

.custom-file-upload {
    cursor: pointer;
    /* transition: 400ms ease; */
    padding: 0 20px;
    margin: 10px 0 30px;
}

.file_name {
    display: block;
    position: absolute;
    color: black;
    left: 20px;
    bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.file_name {
    text-align: center;
}

.step-form-ho-main h2 {
    font-size: 40px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.form-group label {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 2px;
}

.form-group input,
.form-group select {
    width: 100%;
    height: 60px;
    color: #000;
    border: none;
    border-radius: 0;
    padding: 20px;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 18px;
    background: #ebebeb;
    -webkit-appearance: auto;
}

.step-btn {
    border: 1px solid transparent !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #cb9ce9 !important;
    z-index: 10;
    color: #fff;
    padding: 20px 30px;
    border-radius: 50px;
    font-size: 19px;
    font-family: 'Poppins';
    font-weight: 500;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.step-btn-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-group {
    position: relative;
}

.step-form-ho-main {
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 0 7px 0 #666;
}

div#svg_wrap {
    margin-top: 40px;
}

section.register-us-page {
    padding: 50px 0;
}

div#svg_wrap circle {
    r: 6px;
    fill: rgb(203 156 233) !important;
}

div#svg_wrap rect {
    height: 2px;
    y: 11;
    /* fill: rgb(203 156 233) !important; */
}

.form-group-btn {
    width: 50%;
    margin: 20px auto;
}


/* Faq Start */

.faq-txt>h2 {
    text-transform: uppercase;
    text-shadow: 1px 6px #00000033;
    margin-bottom: 20px;
}

.faq-txt>p {
    margin-bottom: 30px;
}

.faq-txt button.accordion-button {
    border-radius: unset !important;
    box-shadow: unset;
    color: #fff;
    border: 0 !important;
    font-size: 26px;
    border-radius: 10px !important;
    padding: 10px 30px;
    line-height: 40px;
    background: #cc9bea;
}

.register-us-content .accordion-body {
    padding-top: 30px;
}

.faq-txt .accordion-item {
    border: 0;
    background: transparent;
    margin-bottom: 21px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.faq-txt button.accordion-button::after {
    position: absolute;
    content: '\f078';
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    font-size: 14px;
    border-radius: 40px;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    right: 20px;
    top: 15px;
    background-image: none;
    font-weight: 600;
}

.faq-txt .accordion-button:not(.collapsed) {
    background: #cc9bea;
    padding-bottom: 16px;
    margin-bottom: 0;
    color: #000;
    font-size: 30px;
    font-family: 'Oswald-Medium';
}

.faq-txt h3 {
    font-size: 89px;
    font-family: 'co-bold';
    color: #fff;
    margin-bottom: 40px;
}

.register-us-content .accordion-body p {
    font-size: 16px;
    color: #000;
}

.register-us-content {
    margin-top: 50px;
}

.register-us-content h2 {
    font-size: 40px;
    color: #000;
    text-transform: capitalize;
}


/* Faq End */

section.inner-title h1 {
    font-size: 70px;
}


/* Register with us page End */


/* Vacancies Page Start */

/*.vacncies-banner h1 {
    font-size: 50px !important;
    text-transform: capitalize;
    line-height: 60px;
}*/

.vacncies-banner p {
    font-size: 16px;
    width: 90%;
    color: #fff;
}


/* Job Filter Section Start */

.dropdown {
    position: relative;
    font-size: 14px;
    color: #333;
}

.dropdown .dropdown-list {
    padding: 12px;
    background: #fff;
    position: absolute;
    top: 55px;
    left: 2px;
    right: 2px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: transform 0.15s ease-in-out 0.15s;
    max-height: 220px;
    overflow-y: scroll;
    z-index: 1;
}

.dropdown .dropdown-option {
    display: block;
    padding: 8px 12px;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

.dropdown .dropdown-label {
    display: block;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none !important;
    background: #fff;
    width: 100%;
    height: 55px;
    border: 0;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    align-content: center;
}

.dropdown .dropdown-label:before {
    content: "\f107";
    float: right;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    color: #000;
}

.dropdown.on .dropdown-list {
    transform: scale(1, 1);
    transition-delay: 0s;
}

.dropdown.on .dropdown-list .dropdown-option {
    opacity: 1;
    transition-delay: 0.2s;
    color: #000;
}

.dropdown.on .dropdown-label:before {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    font-size: 18px;
}

.dropdown [type=checkbox] {
    position: relative;
    top: -1px;
    margin-right: 4px;
}

.job-filter-sec .row {
    position: relative;
    padding: 50px 0;
    box-shadow: 0 0 7px 0 #fff;
    border-radius: 20px;
    align-items: center;
}

.job-filter-sec .col-xl-2 {
    width: 20%;
}

.job-filter-content select {
    -webkit-appearance: none !important;
    background: #fff;
    width: 100%;
    height: 55px;
    border: 0;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 500;
}

.job-filter-content select>optioin {
    font-size: 14px;
    line-height: 20px;
    margin: 6px 0;
}

.job-filter-content>option {
    margin: 10px 0;
}

.job-filter-content {
    position: relative;
}

.job-filter-content i {
    font-size: 16px;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}


/* Job Filter Section End */


/* Job List Section Start */

.job-list-sec {
    padding: 80px 0;
    position: relative;
}

.job-top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.job-top-content p {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}

.job-list-bars i {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all;
}

.job-list-bars {
    display: flex;
    gap: 15px;
}

.job-list-bars i:hover {
    box-shadow: 0 0 5px 0 #000;
}

.job-list-box {
    padding: 15px;
    box-shadow: 0 0 0 0 #989898;
    transition: .5s all;
    background: #fff;
    border-radius: 10px;
    height: 370px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
}

.job-list-box h3,
.job-list-box a {
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    /*height: 110px;*/
    margin-bottom: 50px;
    color: #000;
}

.job-list-box p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.job-list-box:hover {
    box-shadow: 0 0 15px 0 #989898;
}

.job-list-box a.btn10 {
    height: auto !important;
    line-height: normal !important;
    padding: 10px 0;
    border-radius: 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 25px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination a.active {
    background-color: #cb9ce9;
    color: white;
    border: 1px solid #cb9ce9;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pro-grid-view .w-full {
    width: 100%;
}

.pro-grid-view .w-full .job-list-box {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: space-between;
}

.pro-grid-view .w-full .job-list-box a.btn10 {
    position: relative;
    padding: 10px 20px;
}

.pro-grid-view .w-full .job-list-box .job-listcontent-1 {
    width: 30%;
}

.pro-grid-view .w-full .job-list-box .job-listcontent-1 h3 {
    height: auto;
}

.pro-grid-view .w-full .job-list-box .job-listcontent-2 {
    width: 40%;
}


/* Job List Section End */


/* Vacancies Page End */


/* Vacancies Detail Page Start */

.vacacies-detail-page {
    position: relative;
    padding: 80px 0;
}

.vacancies-detail-text h3 {
    font-size: 30px;
    line-height: 40px;
}

.vacancies-detail-text p {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

.vacancies-detail-text h5 {
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
}

ul.responsible-list p {
    margin: 0;
    color: #000;
}

ul.responsible-list {
    list-style: disc;
    margin-left: 20px;
}

ul.requirment-list {
    list-style: disc;
    margin-left: 20px;
}

ul.requirment-list p {
    color: #000;
    margin: 0;
}

ul.rqment-lst {
    list-style: circle;
    margin-left: 20px;
}

.vacancies-profile-detail {
    text-align: center;
    box-shadow: 0 0 13px 2px #fff;
    border-radius: 15px;
    padding: 30px 10px;
}

.profile-imag img {
    width: 130px;
    height: 130px;
    border-radius: 200px;
    border: 2px solid #001f78;
}

.profile-text h6 {
    font-size: 20px;
    text-transform: capitalize;
}

.profile-text p {
    font-size: 16px;
    color: #000;
}

.profile-text a {
    display: block;
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}

.profile-text a:hover {
    color: #001f78;
}

ul.profile-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 14px 0;
}

ul.profile-social i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    align-items: center;
    text-decoration: none;
    background: #001f78;
    color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 40px;
    transition: .5s all;
}

ul.profile-social a {
    text-decoration: none;
}

ul.profile-social i:hover {
    background: #fff;
    color: #001f78;
    box-shadow: 0 0 6px 0 #001f78;
}

.job-apply-form h2 {
    font-size: 40px;
    color: #000;
    text-transform: capitalize;
}

.job-apply-form {
    margin-top: 40px;
}

.job-apply-form input {
    width: 100%;
    height: 40px;
    border: 0;
    margin: 10px 0;
    padding: 0 10px;
    color: #000;
}

.job-apply-form textarea {
    width: 100%;
    height: 70px;
    padding: 0 10px;
    border: 0;
    color: #000;
    margin: 10px 0;
}

.job-apply-form button {
    border-radius: 0;
    margin-top: 15px;
}

.custom-file input {
    width: 100%;
    z-index: 9;
    opacity: 0;
    padding: 0 0 20px 0px;
    margin: 4px 0;
}

.custom-file {
    position: relative;
}

.custom-file label {
    width: 100%;
    height: 40px;
    border: 0;
    margin: 10px 0;
    padding: 0 10px;
    color: #000;
    position: absolute;
    left: 0;
    text-align: left;
    background: #fff;
    top: 0;
    margin: auto;
    z-index: -1;
    display: flex;
    align-items: center;
}


/* Vacancies Detail Page End */


/* Client Page Start */

.client-page {
    position: relative;
    padding: 80px 0;
}

.client-image {
    text-align: center;
}

.client-image {
    width: 50%;
    margin: 0 auto;
}

.client-text h2 {
    font-size: 50px;
    color: #000;
}

.client-text p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.client-bottom-text {
    margin-top: 60px;
}

.client-bottom-text h2 {
    font-size: 50px;
    color: #000;
    text-transform: capitalize;
}

.client-bottom-text p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.client-bottom-text h5 {
    margin: 20px 0;
}

.brand-slider .slick-slide {
    opacity: 1;
}

.brand-slider .brand-imag img {
    width: 150px;
    height: 150px;
}

.brand-slider {
    margin: 40px 0;
}

.whymylocum {
    margin: 50px 0;
}

.sec-head h2 {
    font-size: 50px;
    color: #000;
    text-transform: capitalize;
}

.whymylocum img {
    width: 100%;
}

.wht-offer-box {
    border: 1px solid #000;
    padding: 15px;
    border-radius: 15px;
    transition: .5s all;
    height: 170px;
    overflow: hidden;
}

.wht-offer-box h4 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-transform: capitalize;
}

.wht-offer-box p {
    font-size: 14px;
    line-height: 25px;
}

.wht-offer-box:hover {
    background: #cb9ce9;
    box-shadow: 0 0 5px 4px #ffffff;
}

.wht-offer-box:hover * {
    color: #fff;
}

.recruit-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.recruit-box {
    background: #fff;
    padding: 10px 10px 0 10px;
    border-radius: 20px;
    overflow: auto;
    text-align: center;
}

.recruit-box a {
    font-size: 18px;
    color: #fff;
    background: #001f78;
    padding: 12px 40px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.recruit-slider .slick-slide {
    opacity: 1;
}

section.recruite-sec {
    padding-bottom: 80px;
}

.recruit-slider .slick-prev:before,
.recruit-slider .slick-next:before {
    position: absolute;
    content: '\f060';
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    font-family: "Font Awesome 6 Pro";
}

.recruit-slider .slick-next:before {
    content: '\f061';
}

.recruit-slider .slick-prev {
    left: -50px;
    z-index: 1;
}

.client-text a {
    width: fit-content;
    margin: 10px 0;
    cursor: pointer;
}

.client-text h6 {
    font-size: 16px;
    margin-top: 15px;
}

.modal-content {
    background: #d2c1dc;
}

.client-input input ,.client-input select {
    width: 100%;
    height: 40px;
    margin: 5px 0;
    border: 0;
    padding: 0 5px;
    font-size: 13px;
    color: #000;
    background: transparent;
    box-shadow: 0 0 5px 0 #fff;
    border-radius: 5px;
}

.client-input input::placeholder {
    color: #000;
}

.client-input textarea {
    width: 100%;
    height: 100px;
    margin: 5px 0;
    border: 0;
    padding: 0 5px;
    font-size: 13px;
    color: #000;
    background: transparent;
    box-shadow: 0 0 5px 0 #fff;
    border-radius: 5px;
}

.client-input textarea::placeholder {
    color: #000;
}

.client-label input {
    width: 25px;
    height: 25px;
}

.client-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 10px 0;
}

.client-label label {
    font-size: 13px;
    color: #000;
    line-height: 20px;
    font-weight: 500;
}

.client-label button {
    font-size: 17px;
    color: #fff;
    border: 0;
    padding: 13px 40px;
    background: #cb9ce9;
    text-transform: uppercase;
}


/* Client Page End */
.step-btn.disabled {
    display: none;
}
.login-pag .signup-form .form-check input#exampleCheck1 {
    width: 20px;
    height: 20px;
}

.login-pag .signup-form .form-check label.form-check-label {
    font-size: 16px;
    margin: 0;
}


.partners-slider .slick-slide{
    opacity: 1;
}
.partners-slider img{
    width: 100%;
    height: 140px;
    object-fit: contain;
}
.footer-bottom::before {
    content: '';
    position: absolute;
    width: 200%;
    background: #464646;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}



.header-btn{
    display: flex;
    gap:10px; 
}
.uploadFile {
    width: 100%;
    background-color: white;
    border: none;
    color: grey;
    font-size: 16px;
    line-height: 23px;
    overflow: hidden;
    padding: 10px 10px 4px 10px;
    position: relative;
    resize: none;
    text-align: left;
}
.uploadFile [type=file] {
  cursor: pointer !important;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
}







/*responsive*/
@media only screen and (min-width: 1366px) and (max-width: 1400px){



.banner_text h1 {
    width: 100%;
    font-size: 90px;
}


.doc-head h2 {
  
    font-size: 52px;
 
}




.platform-head h4 {
      font-size: 62px;
}

.process-sec::after {
    width: 1030px;
    top: 36%;
}

.staff-head h3 {
    font-size: 55px;
    line-height: 60px;
}


.staff-img img {
    height: 440px;
    object-fit: cover;
    border-radius: 30px;
}

.doc-pnt h6 {   
    font-size: 24px;
}

ul.foter-address i {
    font-size: 30px;
}
ul.foter-address li {
    gap: 10px;
    width: 44%;
}
ul.foter-address a {
    font-size: 16px;
}

section.platform.pt-8.pb-8::before {
    top: -9%;
    left: 120px;
}



.process-sec::after {
        width: 70%;
        height: 250px;
        top: 50%;
        left: 20%;
        transform: unset;
        background-size: cover;
    }



}


@media only screen and (min-width: 1200px) and (max-width: 1365px){



.banner_text h1 {
    width: 100%;
    font-size: 89px;
    line-height: 100px;
}
.doc-head h2 {
 
    font-size: 53px;
}

.career-head h3 {   
    font-size: 77px;
}

section.platform.pt-8.pb-8::before {
   	top: -9%;
    left: 21px;
}

.platform-head h4 {
      font-size: 62px;
}

.process-sec::after {  
    width: 1069px; 
    left: 5%;

}
.staff-head h3 {
    font-size: 54px;
    line-height: 60px;
}


.staff-img img {
    height: 450px;
    object-fit: cover;
    border-radius: 30px;
}


.doc-pnt h6 {
      font-size: 26px;
}


ul.foter-address i {
    font-size: 30px;
}
ul.foter-address li {
    gap: 10px;
    width: 44%;
}
ul.foter-address a {
    font-size: 16px;
}
.wht-offer-box {
    height: 220px;
}


    .career-head h3 {
        font-size: 40px;
        line-height: 45px;
    }

    .cat-box h6 {
    font-size: 24px;
    line-height: 30px;
}


.process-sec::after {
        width: 70%;
        height: 250px;
        top: 40%;
        left: 20%;
        transform: unset;
        background-size: cover;
    }


}


@media only screen and (min-width: 768px) and (max-width: 991px){


html {
    overflow-x: hidden;
}

.pt-8 {
    padding-top: 60px;
}
.pb-8 {
    padding-bottom: 60px;
}

    section.faq .accordion-button {
        font-size: 20px;
        line-height: 25px;
        padding: 15px 20px;
    }


    ul.footer-menu-links {
    gap: 5%;
    margin: 20px 0;
}

ul.foter-address a {
    font-size: 20px;
    line-height: 25px;
}


    .menuSec ul li a {
        padding: 10px 4px;
        font-size: 14px;
    }

    .btn10 {
    padding: 0 10px;
    font-size: 15px;
    height: 50px;
}

.footer-form {
    gap: 10px;
    padding: 8px 10px;
}

.footer-form i {
    font-size: 20px;
}

section.ftr-bottom-nav {
    padding: 10px 0;
}

.bk1 {
    padding: 30px;
}

.docarrow {
    right: -44px;
}

.header-btn {
    display: block !important;
}

  
.banner-img {
    width: 100%;
    height: 1480px;
}

.header-btn a.btn10 {
    margin: 10px 0 0 0;
}


section.platform.pt-8.pb-8::before {
   display: none;
   }
   .w-20 {
    width: 100%;
}
.proc-box {
    margin: 0 auto;
    height: 400px;
    width: 400px;
    margin-bottom: 3%;
}
.proc-box img {
    margin: 0 0 0;
}
.proc-box h2 {
   
    margin: 25px;
}

.process-sec::after{
    display: none;
}

.proc-box2 {
 margin: 0 auto;
    height: 400px;
    width: 400px;
    margin-top: 0;
    margin-bottom: 3%;
}

.proc-box2 img {
    margin: 0 0 0;
}
.proc-box2 h2 {
   
    margin: 25px;
}

.proc-box3{
     margin: 0 auto;
    height: 400px;
    width: 400px;
    margin-bottom: 3%;
}

.proc-box3 img {
    margin: 0 0 0;
}
.proc-box3 h2 {
   
    margin: 25px;
}


.proc-box4{
     margin: 0 auto;
    height: 400px;
    width: 400px;
    margin-top: 0;
    margin-bottom: 3%;
}

.proc-box4 img {
    margin: 0 0 0;
}
.proc-box4 h2 {
   
    margin: 25px;
}
.proc-box5{
       margin: 0 auto;
    height: 400px;
    width: 400px;
    margin-bottom: 3%;

}
.proc-box5 img {
    margin: 117px 0 0;
}
.proc-box5 h2 {
   
    margin: 25px;
}
.staff-img img {
    width: 100%;
    margin-bottom: 5%;
}

ul.foter-address {   
    width: 100%;
 
}.footer-btn {

    padding: 30px 30px;
  
}
.footer-form input {

    margin: 0 12px 0 0;
    width: 100%;
}
html {
    overflow-x: hidden;
}
ul.footer-social {

    gap: 4px;
}
.caree-img img {
    width: 100%;
}
.appt-head h3 {
   
    font-size: 45px;
    line-height: 55px;
 
}
.doct-form {  
    padding: 10px;
 
}.doc-pnt h6 {
   
    font-size: 21px;
       margin: 10px 0 32px;
}
.appt-head p {

    font-size: 13px;
    line-height: 21px;
    }

    .get-a-quote-textarea textarea {
    
    height: 119px;
}
.get-detail h4 {
    font-size: 36px;
   
}
.socilmedia-box {
    margin-bottom: 5%;
    display: flex;
    gap: 20px;
}
.forger-ps {
    display: inline-block;
  
}
.login-in i {
      width: 20%;
  }

  .loginbox {
        height: 570px;
}



.login-box {
    /* border: solid; */
    text-align: center;
    padding: 30px;
    background: #f1e7f6;
}
.signup-head h2 {
    font-size: 26px;
    line-height: 60px;
}
.booking-in i {
    width: 13%;
    height: 50px;
    font-size: 20px;
}
.loginbox {
        height: 686px;
    }
.login-in input {
  
}

.vacncies-banner h1 {
    font-size: 30px !important;
    line-height: 35px !important;
}

.vacncies-banner p {
    width: 70% !important;
}










.dashBoard .container-fluid .row .col-md-2 {
    width: 30% !important;
}

.dashBoard .container-fluid .row .col-md-10 {
    width: 70% !important;
}

.profile {
    width: 100% !important;
    position: relative !important;
}
.aboutForm .col-md-8 {
    width: 95% !important;
}
.aboutForm form .row .col-md-2 {
    width: 100% !important;
}





































}

@media only screen and (min-width: 992px) and (max-width: 1199px){


.btn10 {
    padding: 0 10px;
    font-size: 15px;
    height: 50px;
}

.pt-8 {
    padding-top: 60px;
}
.pb-8 {
    padding-bottom: 60px;
}

.banner_text h1 {
    width: 100%;
    font-size: 80px;
    line-height: 90px;
}


html {
    overflow-x: hidden;
}

.menuSec ul li a {
        padding: 10px 4px;
        font-size: 14px;
    }


.banner-img {
    width: 100%;
    height: 685px;
}

.cv-btn {
  
    right: 23%;
}

.doc-head h2 {
  font-size: 35px;
    line-height: 52px;
}

    .career-head h3 {
        font-size: 30px;
        line-height: 35px;
    }

    h4 {
    font-size: 26px;
    line-height: 39px;
}

p {
    font-size: 14px;
    line-height: 23px;
}

.docarrow {
    right: -54px;
}

.career-btn a.btn10 {
    width: 38%;
}
    .platform-head h4 {
        font-size: 37px;
        line-height: 68px;
    }

    .process-sec .col-lg-3 div {
    width: 240px !important;
    height: 240px;
}

    section.faq .accordion-button {
        font-size: 20px;
        line-height: 25px;
        padding: 15px 20px;
    }

    ul.foter-address a {
    font-size: 19px;
}

.footer-form {
    gap: 10px;
    padding: 8px 15px;
}




section.platform.pt-8.pb-8::before {
    left: 7px;
    top: -10%;
}

.proc-box { 
    height: 200px;
    width: 200px;  
    padding: 10px;
   
}

.proc-box2 { 
    height: 200px;
    width: 200px;  
    padding: 10px;
   
}
.proc-box3 { 
    height: 200px;
    width: 200px;  
    padding: 10px;
   
}
.proc-box4 { 
    height: 200px;
    width: 200px;  
    padding: 10px;
   
}
.proc-box5 { 
    height: 200px;
    width: 200px;  
    padding: 10px;
   
}
.proc-box3 h3 {
    font-size: 25px;
 
}


.proc-box4 h3 {
    font-size: 25px;
   
}

.proc-box5 h2 {
    font-size: 26px;
  }
    .process-sec::after {
        width: 84%;
        height: 244px;
        top: 37%;
        left: 10%;
        transform: unset;
        background-size: cover;
    }



.staff-head h3 {
    font-size: 40px;
    line-height: 44px;
}

.staff-img img {
    height: 442px;
    object-fit: cover;
    border-radius: 30px;
}

ul.foter-address {  
    width: 73%;
  
}

.doc-pnt h6 {
    font-size: 21px;
  
}
.doct-form {

    padding: 10px;
   
}
.loginbox {
 
    height: 603px;
}


.doct-categ a.btn10 {
    width: 32%;
  
}
section.inner-title h1 {
    font-size: 50px;
    line-height: 55px;
}
.wht-offer-box {
    height: 220px;
}




.dashBoard .container-fluid .row .col-md-2 {
    width: 30% !important;
}

.dashBoard .container-fluid .row .col-md-10 {
    width: 70% !important;
}
.profile {
    width: 100% !important;
    position: relative !important;
}

























}





@media only screen and (min-width: 300px) and (max-width: 519px){
  .pt-8 {
    padding-top: 20px;
  }


  p {
    font-size: 12px;
    line-height: 20px;
  }
  h6 {
      font-size: 20px;
      line-height: 25px;
  }

  .btn10 {
      padding: 0 10px;
      font-size: 12px;
      height: 40px;
  }

  .header-logo {
      text-align: center;
      margin-bottom: 20px;
  }



  .banner_text h1 {
      width: 100%;
      font-size: 40px;
      line-height: 45px;
  }

  .doct-categ a.btn10 {
   
      font-size: 12px;
  }

  .cv-btn {
    
      right: 14%;
  }
  .banner-img {
      width: 100%;
      height: 950px;
  }

      .doc-head h2 {
          line-height: 54px;
          font-size: 46px;
      }
  .count {
      margin: 0 auto;
      text-align: center;
  }

  section.doctors.pt-8.pb-8 {
      padding-bottom: 0;
  }
      .career-head h3 {
          font-size: 30px;
          line-height: 35px;
          margin: 10px 0;
      }

  .career-btn a.btn10 {
      width: 49%;
  }

  .cate-head h3 {
    
      font-size: 38px;
      line-height: 45px;
     
  }
  section.career.pt-8.pb-8 {
      padding-bottom: 0;
  }




  section.platform.pt-8.pb-8::before{
      display:    none;
  }


  .bk1 {
      padding: 35px 10px 40px;
    
  }

  .platform-head h4 {
          font-family: 'Oswald-Medium', Sans-Serif;
          font-size: 25px;
          line-height: 30px;
      }

  .docarrow {
    
      right: 0;
  }
      ul.staff-point li {
          font-size: 20px;
          line-height: 25px;
      }
  .staff-head h3 {
      font-size: 29px;
      line-height: 38px;
  }
  ul.staff-point {
     
      padding: 18px 12px 18px;
    
  }



  section.staff.pt-8.pb-8 {
      padding-bottom: 0;
  }



  .feat-comp-head h4 {
     
      line-height: 44px;
      font-size: 35px;
  }




  section.testimonials.pt-8.pb-8 {
      padding-top: 0;
  }

      .work-head h3 {
          font-size: 35px;
          line-height: 40px;
      }



      .work-head h3 {
          font-family: 'Oswald-Medium', Sans-Serif;
          font-size: 35px;
          line-height: 40px;
      }


  html {
      overflow-x: hidden;
  }

  .test-box {

      padding: 10px 11px 11px;
          display: inherit;

  }

  ul.foter-address {

      gap: 9px;
   
      width: 100%;
  }


      ul.foter-address a {
          font-size: 12px;
          letter-spacing: 0px;
          line-height: 20px;
      }

  ul.foter-address p {
      font-size: 10px;
      line-height: 19px;
      color: #fff;
  }


  ul.footer-menu-links li a {
      font-size: 13px;  
      line-height: 26px;
      padding: 15px 0;
     
  }

      .botm-nav p {
          font-size: 12px;
      }

  .footer-btn {

      padding: 30px 1px;
     
  }

  .w-20 {
      width: 100%;
  }


  .proc-box {
      margin: 0 auto;
  }


  .proc-box2 {
      margin: 0 auto;
  }


  .proc-box3 {
      margin: 0 auto;
  }

  .proc-box4 {
      margin: 0 auto;
  }

  .proc-box5 {
      margin: 0 auto;
  }


  .process-sec::after{
      display:    none;
  }

  .title-new h1 {
      color: #fff;
      font-size: 51px;
  }
  .banner-image img {
          width: 100%;
          height: 350px;
          object-fit: cover;
      }

      section.inner-title h1 {
      font-size: 30px !important;
      line-height: 35px;
  }

  .getintouch h3 {
     
      font-size: 64px;
      line-height: 73px;
  }

  .get-detail h4 {
      font-size: 34px;
  }

  .arrow img {
      height: 35px;
      width: 35px;
  }

  .cat-box {
      padding: 10px;
      height: 100%;
  }

  .cat-box img {
      height: 100px;
      width: 100px;
      margin: 0 auto 20px auto;
  }

  .docarrow img {
      height: 40px;
      width: 40px;
  }

  .platform-head {
      padding: 0px 0 0 15px;
  }

  .platform {
      margin-top: 0;
  }

  .process-sec .col-lg-3 div {
      width: 230px !important;
      height: 230px;
      margin: 10px auto;
  }

  .bk {
      padding: 20px;
  }

  .testimonials-post {
      width: 50%;
  }

  .testimonials-post img {
      width: 100px;
      height: 100px;
  }

  .test-detail {
      width: 100%;
  }

  .test-detail p {
      font-size: 12px;
      line-height: 20px;
  }

  .test-detail h4 {
      font-size: 15px;
      line-height: 15px;
  }

  ul.foter-address i {
      font-size: 15px;
  }

  ul.foter-address li img {
      width: 20%;
  }

  ul.foter-address li {
      gap: 5px;
  }

  ul.footer-menu-links {
      display: block;
      margin: 20px 0;
      column-count: 3;
  }

  .footer-form {
      gap: 5px;
      padding: 10px;
  }

  .footer-form i {
      font-size: 20px;
  }

  .footer-form input {
      font-size: 13px;
      color: #fff;
      margin: 0;
      width: 100%;
      outline: none;
  }

  section.ftr-bottom-nav {
      padding: 10px 0;
  }

  section.faq .accordion-button {
      font-size: 20px;
      line-height: 25px;
      padding: 15px 20px;
  }









  .vacncies-banner h1 {
      font-size: 30px !important;
      line-height: 40px;
  }

  .vacncies-banner p {
      font-size: 12px !important;
      width: 100% !important;
  }

  .job-filter-sec .row {
      padding: 20px 0 !important;
  }

  .job-filter-sec .col-xl-2 {
      width: 100% ! IMPORTANT;
  }

  .job-filter-sec .col-xl-2 {
      width: 100%;
  }

  .job-filter-content button.btn10 {
      margin: 10px 0;
  }


  section.register-us-page {
      padding: 20px 0 !important;
  }

  .step-form-ho-main {
      padding: 20px !important;
      border-radius: 10px !important;
  }

  .step-form-ho-main h2 {
      font-size: 26px !important;
      margin-bottom: 0 !important;
  }
  .form-group input, .form-group select {
      height: 40px !important;
      padding: 10px !important;
      font-size: 12px !important;
      margin-bottom: 10px !important;
  }
  .form-group-btn {
      width: 100% !important;
      margin: 20px 0 !important;
  }


  .login-box {
      padding: 20px;
  }

  .signup-head h2 {
      font-size: 21px;
      line-height: 40px;
  }

  .booking-in input {
      margin-bottom: 5%;
      height: 40px;
      padding: 0 30px 0 50px;
  }
      .booking-in i {
          width: 14%;
          height: 38px;
          font-size: 16px;
      }

  .login-head h2 {
      font-size: 30px;
      line-height: 35px;
      margin: 20px 0;
      padding-top: 0;
  }

  .login-in input {
      margin-bottom: 5%;
      height: 40px;
      padding: 0 30px 0 50px;
  }

  .login-in i {
      width: 14%;
      height: 38px;
      font-size: 16px;
  }
  .loginbox {
      padding: 10px;
      height: 100%;
  }


  .process-sec .col-lg-3 div {
          width: 260px !important;
          height: 270px;
      }

      .new-letter input {
      width: 50%;
      height: 40px;
      padding: 0 10px;
  }

  .foote-logo p {
    font-size: 12px !important;
    line-height: 20px !important;
}

.new-letter button {
    width: 66%;
  }









.profile {
    width: 100% !important;
    z-index: 9;
    position: relative !important;
}


.profileHead {
    width: 40%;
    margin: 0 auto;
}

.sideMenu ul li a {
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
}

.sideMenu .scroll-wrapper {
    height: 433px !important;
}
.dashboardabout {
    width: 91% !important;
    margin: 0 auto !important;
}
.aboutForm h2, h2.dhead {
    font-size: 25px !important;
    line-height: 30px;
}
.aboutForm p {
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0;
}
.aboutForm button {
    width: 90% !important;
    margin: 20px auto !important;
}





















}





@media only screen and (min-width: 520px) and (max-width: 767px){


.header-logo {
    text-align: center;
    margin-bottom: 20px;
}



.banner_text h1 {
    width: 100%;
    font-size: 50px;
    line-height: 60px;
}

.doct-categ a.btn10 {
 
    font-size: 12px;
}

.cv-btn {
  
    right: 33%;
}
.banner-img {
    width: 100%;
          height: 1045px;
}

    .doc-head h2 {
               width: 100%;
        font-size: 56px;
        line-height: 74px;
    }
.count {
    margin: 0 auto;
    text-align: center;
}

section.doctors.pt-8.pb-8 {
    padding-bottom: 0;
}
    .career-head h3 {
        font-size: 30px;
        line-height: 35px;
        margin: 10px 0;
    }


.career-btn a.btn10 {
    width: 49%;
}

.cate-head h3 {
  
    font-size: 38px;
    line-height: 45px;
   
}
section.career.pt-8.pb-8 {
    padding-bottom: 0;
}




section.platform.pt-8.pb-8::before{
    display:    none;
}


.bk1 {
    padding: 35px 10px 40px;
  
}
    .platform-head h4 {
        font-family: 'Oswald-Medium', Sans-Serif;
        font-size: 50px;
        line-height: 64px;
    }

.docarrow {
  
    right: 0;
}
ul.staff-point li {
        font-size: 25px;
    }
.staff-head h3 {
    font-size: 29px;
    line-height: 38px;
}
ul.staff-point {
   
    padding: 18px 12px 18px;
  
}



section.staff.pt-8.pb-8 {
    padding-bottom: 0;
}



.feat-comp-head h4 {
   
    line-height: 44px;
    font-size: 35px;
}




section.testimonials.pt-8.pb-8 {
    padding-top: 0;
}

.testimonials h3 {
   
    font-size: 58px;
    line-height: 61px;
}



    .work-head h3 {
        font-family: 'Oswald-Medium', Sans-Serif;
        font-size: 45px;
        line-height: 50px;
    }


html {
    overflow-x: hidden;
}

.test-box {

    padding: 10px 11px 11px;
        display: inherit;

}

ul.foter-address {

    gap: 9px;
 
    width: 100%;
}


ul.foter-address a {
    font-size: 12px;
    letter-spacing: 0px;

}

ul.foter-address p {
    font-size: 10px;
    line-height: 19px;
    color: #fff;
}


ul.footer-menu-links li a {
    font-size: 13px;  
    line-height: 26px;
    padding: 15px 0;
   
}

.botm-nav p {
    font-size: 13px;

}

.footer-btn {

    padding: 30px 1px;
   
}

.w-20 {
    width: 100%;
}


.proc-box {
    margin: 0 auto;
}


.proc-box2 {
    margin: 0 auto;
}


.proc-box3 {
    margin: 0 auto;
}

.proc-box4 {
    margin: 0 auto;
}

.proc-box5 {
    margin: 0 auto;
}


.process-sec::after{
    display:    none;
}

.title-new h1 {
    color: #fff;
    font-size: 51px;
}
    .banner-image img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }

.getintouch h3 {
   
    font-size: 64px;
    line-height: 73px;
}

.get-detail h4 {
    font-size: 34px;
}

a.btn10 {
    padding: 0 10px;
    font-size: 14px;
    height: 50px;
}

.pt-8 {
    padding-top: 40px;
}

.pb-8 {
    padding-bottom: 40px;
}

p {
    font-size: 14px;
    line-height: 24px;
}

    section.faq .accordion-button {
        font-size: 20px;
        line-height: 25px;
        padding: 15px 20px;
    }

    .testimonials-post {
    width: 33%;
}

.test-detail {
    width: 90%;
    margin: 0 auto;
}

.docarrow img {
    height: 55px;
    width: 55px;
}

ul.footer-menu-links {
    gap: 5%;
    margin: 20px 0;
}

.footer-form input {
    margin: 0;
    width: 100%;
    outline: none;
}





section.register-us-page {
    padding: 20px 0 !important;
}

.step-form-ho-main {
    padding: 20px !important;
    border-radius: 10px !important;
}

.step-form-ho-main h2 {
    font-size: 26px !important;
    margin-bottom: 0 !important;
}
.form-group input, .form-group select {
    height: 40px !important;
    padding: 10px !important;
    font-size: 12px !important;
    margin-bottom: 10px !important;
}
.form-group-btn {
    width: 100% !important;
    margin: 20px 0 !important;
}



    .login-box {
        padding: 50px 20px;
    }

.signup-head h2 {
    font-size: 21px;
    line-height: 40px;
}

.booking-in input {
    margin-bottom: 5%;
    height: 50px;
    padding: 0 30px 0 50px;
}
    .booking-in i {
        width: 14%;
        height: 48px;
        font-size: 20px;
    }

.login-head h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 20px 0;
    padding-top: 0;
}

.login-in input {
    margin-bottom: 5%;
    height: 40px;
    padding: 0 30px 0 50px;
}

.login-in i {
    width: 14%;
    height: 38px;
    font-size: 16px;
}
.loginbox {
    padding: 10px;
    height: 100%;
}



    section.inner-title h1 {
        font-size: 40px;
        line-height: 45px;
    }

.menuSec {
    position: relative;
}







.profile {
    width: 100% !important;
    z-index: 9;
    position: relative !important;
}


.profileHead {
    width: 40%;
    margin: 0 auto;
}

.sideMenu ul li a {
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
}

.sideMenu .scroll-wrapper {
    height: 433px !important;
}
.dashboardabout {
    width: 91% !important;
    margin: 0 auto !important;
}
.aboutForm h2, h2.dhead {
        font-size: 30px !important;
        line-height: 35px;
    }
.aboutForm p {
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0;
}
.aboutForm button {
    width: 90% !important;
    margin: 20px auto !important;
}











































}






.toast {
    background-color: #030303 !important;
}

.toast-success {
    background-color: #51a351 !important;
}

.toast-error {
    background-color: #bd362f !important;
}

.toast-info {
    background-color: #2f96b4 !important;
}

.toast-warning {
    background-color: #f89406 !important;
}



/* new css */

.partners-slider img {
    width: 100%;
    height: 140px;
    object-fit: contain;
    background: #fff;
}

.partners-slider .slick-prev:before {
    position: absolute;
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    color: #000;
    font-size: 16px;
    opacity: 1;
    background: #d2c1dc;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
}

.partners-slider .slick-next:before {
    position: absolute;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    color: #000;
    font-size: 16px;
    opacity: 1;
    background: #d2c1dc;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
}

.miandv-privacypolicy ol li > ul {
    margin-top: 20px;
}

.miandv-privacypolicy ol li > p {
    margin-top: 10px;
}

.miandv-privacypolicy ul li > ol {
    margin-top: 15px;
}

.client-input.client-label {
    align-items: center;
}

.step-btn-main div#next {
    width: fit-content;
    margin-left: auto;
}




 /* POST A JOB SECTION STARTS */

section.post-job-sec {
    padding: 80px 0;
}

#calendar {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    font-family: 'Lato', sans-serif;
}
#calendar_weekdays div{
  display:inline-block;
  vertical-align:top;
}
#calendar_content, #calendar_weekdays, #calendar_header{
  position: relative;
  width: 100% !important;
  overflow: hidden;
  float: left;
  z-index: 10;
}
#calendar_weekdays div, #calendar_content div{
  width: 90.8px !important;
  width:40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  background-color: #FFFFFF;
  color: #787878;
}
#calendar_content{
  -webkit-border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px; 
  border-radius: 0px 0px 12px 12px;
}
#calendar_content div{
  float: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#calendar_content div:hover{
  background-color: #F8F8F8;
}
#calendar_content div.blank{
  background-color: #E8E8E8;
}
#calendar_header, #calendar_content div.today{
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#calendar_content div.today{
  color: #FFFFFF;
  background-color: #001f78 !important;
}
#calendar_header{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 37px;
  text-align: center;
  background-color: #D2C1DC !important;
  padding: 18px 0;
  -webkit-border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
}
#calendar_header h1{
  font-size: 30px;
  line-height: 40px;
  color: #000;
  margin: 0;
  width: 60%;
}
i[class^=icon-chevron]{
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 100px;
  transition: ease-in;
  transition-duration: 0.2s;
}

i[class^=icon-chevron]:hover {
    background-color: #dceef7;
    transition: ease-out;
    transition-duration: 0.2s;
}

.post-job-top {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    background-color: #DCEEF7;
    border-radius: 10px;
    margin: 0 0 20px 0;
}
.post-job-top-txt-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.post-job-top-txt h5 {
    font-family: 'Poppins', serif;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.post-job-top-txt h5 span {
    color: #001f78;
}

.post-job-top-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    font-size: 10px;
}

.post-job-top-input-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    width: 100%;
}

.post-job-top-input input {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.post-job-form-check-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin: 0 0 20px 0;
}

.post-job-form-check label {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    cursor: pointer;
}

.post-job-form-check label h5 {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin: 0;
}

.post-job-form-main {
    background-color: #DCEEF7;
    padding: 20px;
    border-radius: 10px;
}

.post-job-form-heading h4 {
    font-family: 'Oswald-Medium', Sans-Serif;
    font-size: 45px;
    line-height: 50px;
    color: #000;
    font-weight: 500;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #000;
}

.post-job-form-input-main {
    position: relative;
}

.post-job-form-input input, .post-job-form-input textarea,
.post-job-form-input select
{
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    background-color: #0000;
    padding: 0 20px;
    border-radius: 5px;
    margin: 0 0 20px 0;
}

.post-job-form-input textarea {
    height: 80px;
    padding: 10px 20px;
    resize: none;
}

.post-job-form-input input::placeholder, .post-job-form-input textarea::placeholder {
    font-family: 'Oswald-Medium', Sans-Serif;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.job-price {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    background-color: #001f78;
    color: #fff;
    padding: 0 10px;
    border-radius: 10px;
    height: 60px;
    margin: 0;
}

.job-price-txt h5 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 0;
}

.job-price-txt h5 span {
    font-weight: 700;
}

.post-job-form-bototm a {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 30px;
    margin: 0;
    margin: 20px 0;
}

.post-job-form-btn {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

.post-job-form-btn-top, .post-job-form-btn-bottom {
    width: 100%;
}

.post-job-form-btn-bottom a.btn10 {
    background: #0000 !important;
    border: 1px solid #000 !important;
    color: #001f78;
}

span.plus {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    background-color: #959494;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
}

span.num-date {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 100%;
}

.post-job-add-remove-btn-main {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin: 0 0 20px 0;
}

.post-job-add-remove-btn button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 10px;
    color: #fff;
    background-color: #CB9CE9;
    font-family: 'Poppins';
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    transition: ease-in;
    transition-duration: 0.2s;
}

.post-job-add-remove-btn button:hover {
    background-color: #001f78;
    transition: ease-out;
    transition-duration: 0.2s;
}

/* POST A JOB SECTION Ends */


#calendar_content .date_save {
    position: relative;
    overflow: visible;
}

#calendar_content .date_save:after {
    position: absolute;
    content: "";
    background: red;
    width: 7px;
    height: 7px;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    animation: blinkin 1s ease infinite;
}

@keyframes blinkin {
    0% {
        box-shadow: #ff000082 0 0 0 0;
        border-radius: 50%;
    }
    100% {
        box-shadow: #ff000000 0 0 0 7px;
        border-radius: 50%;
    }
}


#calendar_content .date_save > .detail_ss {
    position: absolute;
    top: 100%;
    left: -80%;
    background: #cb9ce9;
    width: 240px !important;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    opacity: 1 !important;
    padding: 10px;
    display: flex;
    height: auto;
    display: none;
    z-index: 999999;
    text-align: center;
    align-items: center;
}

#calendar_content .date_save > .detail_ss > span {
    font-size: 12px;
    text-transform: capitalize;
}

#calendar_content .date_save:hover > .detail_ss {
    display: flex;
}

#calendar_content div.today {
    opacity: 1 !important;
}

#calendar_content {
    overflow: visible;
}

#calendar_content div > a {
    font-size: 10px;
    line-height: 1;
    color: #fff;
    background: #cb9ce9;
    padding: 3px;
    border-radius: 2px;
    font-weight: bold;
}

#calendar_content div {
    gap: 4px;
}

.new_popup_listing {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    z-index: 9999;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 17px 4px #00000029;
    display: none;
}

.new_popup_listing > ul {
    margin: 0;
}

.new_popup_listing > ul > li {
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.new_popup_listing > ul > li > span {
    font-weight: 600;
    text-transform: capitalize;
}

.new_popup_listing > ul > li:last-child {
    margin: 0;
}

.new_popup_listing.show_pop {
    display: block;
}

body.bg_layer {
    position: relative;
}

body.bg_layer:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #00000024;
    z-index: 999;
    backdrop-filter: blur(2px);
}

.new_popup_listing > span {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #cb9ce9;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-family: 'Poppins';
    font-weight: 600;
    border-radius: 50%;
    cursor: pointer;
}
