@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

:root {
    --theme-color: #446CB4;
    --theme-color2: #F15C5A;
    --black: #000;
    --white: #fff;
    --paragraph: #303030;
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Sora", sans-serif;
}

h1, h2, h4, h5, h6 {
    font-family: "Sora", sans-serif;
    margin: 0;
    padding: 0;
}

p {
    font-family: "Sora", sans-serif;
    font-size: 15px;
    padding: 0;
    margin-bottom: 10px;
    color: var(--paragraph);
    font-weight: 400;
    line-height: 22px;
}

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

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-80 {
    padding: 80px 0;
}

.bannertext h1 {
    font-size: 43px;
  color: #fff;
  font-weight: 500;
  line-height: 54px;
}

.bannerright iframe {
  border: 0;
  position: relative;
  z-index: 9;
	border-radius: 10px;
}

.inner_title h2 {
    font-size: 62px;
    color: var(--black);
    font-weight: bold;
    margin: 0;
    position: relative;
}

.headertext h3 {
    font-size: 46px;
    color: var(--black);
    font-weight: bold;
    margin: 0 0 10px;
    position: relative;
}

.headertext h3 span {
   color: var(--black);
   
}

.small_title h4 {
    font-size: 23px;
    color: var(--black);
    font-weight: bold;
    margin-bottom: 10px;
	min-height: 85px;
}

.btn01 {
    font-size: 15px;
    font-weight: 400;
    padding: 9px 10px 9px 20px;
    color: var(--white);
    text-align: center;
    line-height: normal;
    background-color: var(--theme-color2);
    border: 1px solid var(--theme-color2);
    position: relative;
    border-radius: 30px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.6s;
    /*box-shadow: 0 0 7px 3px #1789EA inset, 0 0 7px 3px #1789EA;*/
}

.btn01:hover {
   background-color: var(--theme-color);
   border: 1px solid var(--theme-color);
}

.btn01 .fa-circle-arrow-right {
    font-size: 24px;
}

.quotebtn {
    font-size: 15px;
    font-weight: 400;
    padding: 12px 25px;
    color: var(--white);
    text-align: center;
    line-height: normal;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    position: relative;
    border-radius: 30px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.6s;
}

.quotebtn:hover {
    color: var(--theme-color2);
}

.headerarea .quotebtn {
    font-size: 15px;
    font-weight: 400;
    padding: 12px 25px;
    color: var(--white);
    text-align: center;
    line-height: normal;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    position: relative;
    border-radius: 30px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.6s;
}

.headerarea .quotebtn:hover {
    background-color: var(--theme-color2);
    border: 1px solid var(--theme-color2);
}

/*[class^=col-] {
    margin-bottom: 30px; 
}*/

/*// backToTop //*/
#backToTop { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; padding: 10px; background-color: #f15c5a; border: none; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 1000; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); border: 1px solid rgb(255 255 255 / 89%); transition: 0.6s; }
#backToTop .fa-arrow-up { font-size: 18px; color: #fff; top: -1px; position: relative; }
#backToTop:hover { background-color: #f15c5a; transform: scale(1.1); }
#backToTop:hover svg { transform: translateY(-3px); }
/*// backToTop //*/

.form-select:focus {
    box-shadow: none;
}

a {
    color: rgb(0 0 0);
    text-decoration: none;
}

/* ======================================================================= */
    /* header start */
/* ======================================================================= */
.bannerright{margin-left: 170px;}
.headerarea {
    box-shadow: none;
    padding: 8px 0;
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #e5e5e5;
}

.headerarea .logo, .footer_sec .logo {
    width: 100%;
    max-width: 150px;
    position: relative;
    display: inline-block;
}

.footer_sec .logo img, .footer_sec .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}

.headerarea .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}
img.twentytwenty-after {
    filter: grayscale(1);
}
.headerarea .header-contact .call {
    width: 100%;
    min-width: 43px;
    max-width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F6F7FB;
    background-color: #F6F7FB;
    color: #000000;
    border-radius: 100%;
    margin-left: 10px;
    transition: 0.5s;
}

.headerarea .header-contact .call:hover {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #fff;
    /*padding: 5px 100px;*/
    z-index: 11;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.headerarea.fix .menu ul li a {
    color: var(--black);
}

.headerarea.fix .menu {
    margin-top: 0px;
    margin-right: 0;
}

.headerarea.fix .menu ul li a:hover, .headerarea.fix .menu ul li.active a {
    color: #1789ea;
}

/*.headerarea.fix .menu ul li.active a {
    color: #fff;
}*/


.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right .header-contact .btn {
    margin-right: 10px;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/*menu CSS
--------------------------------------------------------------------------------------------------*/
.menu {
    margin-top: 0px;
    margin-right: 0;
}
.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active { position: relative; }
.menu ul li.active::before {content: '';position: absolute;top: -5px;left: 0;width: 100%;max-width: 50px;height: 50px;background-repeat: no-repeat;background-size: contain;background-position: center;background-image: url(../images/menu-active-shape.svg);}
.menu ul li span { position: absolute; top: 35%; right: 14px; }
.menu ul li span::after { content: '\f107'; color: #000000; font-family: FontAwesome; font-size: 11px; }
.menu ul li:hover span::after { color: var(--theme-color); }
.headarea.innerheader .menu ul li a { color: #000; }
.menu ul li a { color: var(--black); font-size: 16px; font-weight: 400; display: block; padding: 15px 0px; margin: 0 25px; position: relative; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
.menu ul li a:hover, .menu ul li.active a { color: var(--theme-color); }
.menu ul li.active a::after { width: 100%; }
.menu ul li a span { display: inline-block; vertical-align: 0px; margin-left: 6px; font-size: 10px; }
.menu ul li:hover ul li a:hover { color: var(--white) !important; background-color: var(--theme-color); }
.menu ul li ul { width: 240px; position: absolute; top: calc(100% + 30px); left: 0; z-index: 2; background-color: #ffffff; text-align: left; transition: 0.3s; opacity: 0; visibility: hidden; box-shadow: 0px 0px 5px 0px #ddd; }
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a { font-size: 14px; text-transform: none; padding: 12px 15px; color: #000; line-height: 20px; font-weight: 500;text-transform: uppercase; transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s; display: block; margin: 0; }
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px #dbdbdb;border-right:none;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span { width: 100%; height: 2px; background: #fff; margin-bottom: 6px; float: left; transition: all 0.3s ease-in-out 0s; }
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px) {
    .menu ul {
        display: block!important;
    }

    .menu ul li:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:15px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}

.headerarea .menu .active>a {
    color: #446CB4;
    background: transparent;
}

/* ======================================================================= */
    /* banner_sec start */
/* ======================================================================= */
.banner_sec {
    width: 100%;
    position: relative;
}

.banner_sec::before {
    content: '';
    position: absolute;
    top: 15%;
    right: 0;
    width: 100%;
    max-width: 50%;
    height: 1100px;
    z-index: -1;
    background-color: rgb(241 92 90 / 19%);
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    /* border-radius: 0 100% 100% 0 / 0 50% 50% 0; */
    filter: blur(100px);
    -webkit-filter: blur(100px);
}



.check_grp {
    width: 100%;
    margin: 0px 0 15px;
}

.check_grp ul li {
    display: inline-flex;
    font-size: 16px;
    color: #fff;
    padding: 0 10px 5px 22px;
    position: relative;
}

.check_grp ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.bookRow {
    width: 100%;
    padding: 25px 30px;
    border-radius: 25px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px 0px #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
	background: #fff;
}

.bookRow .btn01{
    flex-basis: 160px;
    flex-shrink: 0;
}

.banner_sec .form-select {
    font-size: 14px;
    border-radius: 30px;
    height: 48px;
    border: 1px solid #d7d7d7;
    margin-bottom: 0;
}

.bannertext .bannertext h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}

.banner_sec label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 3px;
    text-align: left;
    text-transform: capitalize;
}

.bookRow .form-group {
    text-align: left;
    width: 100%;
}

/* ======================================================================= */
    /* slide_sec start */
/* ======================================================================= */
.slide_sec {
    width: 100%;
}

.slide_sec .container-fluid {
    max-width: 1920px;
}

.banner_pic {
    width: 100%;
    height: 500px;
    margin: 10px;
    position: relative;
    display: flex;
    border-radius: 35px;
    border: 12px solid #fff;
    overflow: hidden;
    box-shadow: 0px 2px 7px 0px #ddd;
}

.banner_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.banner_pic:hover img {
    transform: scale(1.1);
}

.banner_pic::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 115, 184, 0) 0%, rgb(0 0 0) 100%);
}

.banner_text_over {
    position: absolute;
    padding: 20px;
    width: 90%;
    height: auto;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.banner_text_over h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}

/**/
.banner_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.banner_slide .owl-nav button.owl-prev, .banner_slide .owl-nav button.owl-next { width: 45px; height: 45px; border: 1px solid #fff; background-color: #fff; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; box-shadow: 0px 0px 5px 0px #ddd;}
.banner_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.banner_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.banner_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.banner_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.banner_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.banner_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.banner_slide .owl-nav button.owl-prev { left: 20px; position: relative; transition: 0.6s;}
.banner_slide .owl-nav button.owl-next { right: 0px; position: relative; transition: 0.6s;}
.banner_slide .owl-nav { position: absolute; display: inline-flex; top: 44%; align-items: center; justify-content: space-between; width: 54%; pointer-events: none; margin: 0 auto;}
.banner_slide .owl-nav button.owl-prev:hover, .banner_slide .owl-nav button.owl-next:hover { background: var(--theme-color2); border: 1px solid var(--theme-color2); color: #fff; transition: all .3s ease-in-out; transform: scale(1.6);}
.owl-theme .owl-nav { margin-top: 0; }
/**/

.banner_pic::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  /*background: linear-gradient(0deg, transparent, transparent 30%, rgb(255 255 255 / 30%));*/
  background: linear-gradient(0deg, transparent, transparent 30%, rgb(241 92 90 / 45%));
  transform: rotate(-45deg);
  transition: all 0.9s ease;
  overflow: hidden;
  opacity: 0;
  z-index:1;
}

.banner_pic:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

/* ======================================================================= */
    /* since_sec start */
/* ======================================================================= */
.since_sec {
    width: 100%;
    position: relative;
    background-color: #fff;
}

.since_sec_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.since_sec_top .quotebtn:hover {
	background-color: var(--theme-color2);
    border: 1px solid var(--theme-color2);
	color: var(--white);
}

.since_sec h6 {
    font-size: 16px;
    color: var(--paragraph);
}

.since_sec p {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
}



.since_sec .quotebtn .fa-arrow-right {
    transform: rotate(-45deg);
    transition: 0.6s;
    font-size: 15px;
}

.since_sec .quotebtn:hover .fa-arrow-right {
    transform: rotate(0deg);
}

/**/
.since_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    margin-top: 50px;
}

.since_grid_card {
    width: 100%;
    background-color: #F0F6FF;
    border-radius: 25px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 45px;
    transition: 0.6s;
}

.since_grid_card:hover {
    margin-top: -5px;
}

.since_grid_card h5 {
    font-size: 25px;
    color: var(--black);
}

/* ======================================================================= */
    /* courses_offer start */
/* ======================================================================= */
.courses_offer {
    width: 100%;
}

.courses_offer .headertext {
    width: 62%;
    margin: 0 auto;
}

.courses_offerin, .resources_secin, .students_sayin, .your_resourcein {
    width: 100%;
    margin-top: 40px;
    display: inline-block;
}

.courses_offer_card {
    width: 100%;
    padding: 35px 25px 15px;
    border-radius: 25px;
    transition: 0.6s;
}

.different_color:nth-child(1) .courses_offer_card, .different_color:nth-child(3) .courses_offer_card, .different_color:nth-child(5) .courses_offer_card {
    background: linear-gradient(206deg, #DAD6EC, #e9e7f6, #f6f4fe);
}

.different_color:nth-child(2) .courses_offer_card, .different_color:nth-child(4) .courses_offer_card, .different_color:nth-child(6) .courses_offer_card  {
    background: linear-gradient(206deg, #ffd0d0, #fde1e0, #feefef);
}

.courses_offer_card p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
}

.courses_offer_icon {
    width: 80px;
    height: 80px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.courses_offer_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(0);
    transition: 0.6s;
}

.courses_offer_card:hover .courses_offer_icon img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(16%) saturate(2104%) hue-rotate(191deg) brightness(89%) contrast(93%);
}

.courses_offer .small_title {
    margin: 40px 0 30px;
}

.courses_offer .small_title h5{font-size: 17px;
  margin-top: 15px;
  font-weight: 500;
  color: #2b2b2bc2;}
.courses_offer .small_title h5 span{text-decoration-line: line-through;}

.courses_offer .small_title h6{font-size: 20px;
  color: #f15c5a;
  margin-top: 5px;
  font-weight: 600;}

.courses_offer .quotebtn {
    background-color: var(--white);
    color: #1E3260;
    border-color: var(--white);
    border-radius: 12px;
    text-align: center;
    padding: 15px;
    width: 100%;
    display: block;
    box-shadow: 0px 0px 5px 0px #ddd;
}

.courses_offer_card:hover .quotebtn {
    background-color: var(--theme-color2);
    color: var(--white);
    border-radius: 30px;
    transition: 0.6s;
}

.courses_offer_card:hover {
    margin-top: -7px;
}

.courses_offer .quotebtn .fa-arrow-right {
    transform: rotate(-45deg);
    transition: 0.6s;
    font-size: 15px;
}

.courses_offer .quotebtn:hover .fa-arrow-right {
    transform: rotate(0deg);
}

.courses_offer .quotebtn:hover {
    background-color: var(--theme-color);
}

/* ======================================================================= */
    /* training_sessions start */
/* ======================================================================= */
.training_sessions {
    width: 100%;
}

.training_sessions_pic {
    height: 440px;
    position: relative;
    display: flex;
    border-radius: 35px;
    overflow: hidden;
}

.training_sessions_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.training_sessions_pic:hover img {
    transform: scale(1.1);
}

.training_sessions_pic::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  /*background: linear-gradient(0deg, transparent, transparent 30%, rgb(255 255 255 / 30%));*/
  background: linear-gradient(0deg, transparent, transparent 30%, rgb(241 92 90 / 45%));
  transform: rotate(-45deg);
  transition: all 0.9s ease;
  overflow: hidden;
  opacity: 0;
  z-index:1;
}

.training_sessions_pic:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

.training_sessions .headertext {
    width: 100%;
    margin-left: auto;
}

.training_sessions p {
    margin-bottom: 20px;
}


.training_sessions .headertext h5 span{text-decoration-line: line-through;}

/*// patients_served start */
.patients_served { background-color: #ffffffd4; position: absolute; right: 15px; bottom: 15px; padding: 20px; border-radius: 25px; width: 40%;}
.patients_served h5 { font-size: 14px; color: var(--paragraph); font-weight: 400; margin: 0; }
.patients_served ul { padding: 0; margin: 15px 0 0 0; list-style: none; }
.patients_served ul li { display: inline-block; }
.patients_served ul li:nth-child(2) { margin-left: -15px; }
.patients_served ul li:nth-child(3) { margin-left: -15px; }
.patients_served ul li:nth-child(4) { margin-left: -15px; }
.patients_served ul li:nth-child(5) { margin-left: -15px; }
/* .patients_circle { width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50%; overflow: hidden; display: inline-block; } */
.patients_circle {
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    /* border-radius: 50%; */
    overflow: hidden;
    display: inline-block;
	margin-top: 10px;
}
.patients_circle img { width: 100%; height: 100%; transition: 0.6s;}
.patients_circleB {
    background-color: #fff;
    padding: 8px;
    text-align: center;
    box-shadow: 0px 0px 5px 0px #a9a9a9;
    margin-left: -15px;
    position: relative;
    z-index: 1;
}
.patients_circleB .fa-plus { font-size: 18px; color: #e8625e; text-align: center; }
/*// patients_served end */

.training_sessions .headertext ul {
    padding: 0px;
    margin: 15px 0 15px 20px;
}

.training_sessions .headertext ul li { 
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    text-decoration: none;
    transition: 0.6s;
    margin-bottom: 3px;
    list-style: disc;
}

.training_sessions h4 {
    font-size: 30px;
    color: var(--black);
    font-weight: 700;
    margin: 10px 0 0 0;
}

/* ======================================================================= */
    /* resources_sec start */
/* ======================================================================= */
.resources_sec {
    width: 100%;
}

.resources_sec .headertext{
    width: 60%;
    margin: 0 auto;
}

.resources_sec_pic {
    height: 408px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 25px;
    transition: 0.6s;
}

.resources_sec_pic:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/vector6.jpg);
    mix-blend-mode: screen;
    border-radius: 25px;
}

.resources_sec_pic:hover {
    margin-top: -10px;
}

/*.resources_sec_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.resources_sec_pic:hover img {
    transform: scale(1.1);
}*/

/*.resources_sec_pic::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(0deg, transparent, transparent 30%, rgb(255 255 255 / 30%));
  background: linear-gradient(0deg, transparent, transparent 30%, rgb(241 92 90 / 45%));
  transform: rotate(-45deg);
  transition: all 0.9s ease;
  overflow: hidden;
  opacity: 0;
  z-index:1;
}

.resources_sec_pic:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}*/

.textbtn {
    background-color: #6b6b6b78;
    padding: 6px 15px;
    text-align: center;
    border-radius: 30px;
    position: absolute;
    top: 25px;
    left: 25px;
    border: 1px solid #fff;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

.circle_btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 2px;
    right: 3px;
    background-color: rgb(255 255 255 / 54%);
    border: 1px solid var(--theme-color2);
    transition: 0.6s;
    box-shadow: 0px 0px 5px 0px #e8625e;
    z-index: 1;
}

.circle_btn .fa-arrow-right {
    color: var(--theme-color2);
    font-size: 18px;
    transition: 0.6s;
    transform: rotate(-45deg);
}

.resources_sec_pic:hover .circle_btn {
    background-color: var(--theme-color2);
}

.resources_sec_pic:hover .circle_btn .fa-arrow-right{
    color: var(--white);
    transform: rotate(0deg);
}

/**/
.resources_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.resources_slide .owl-nav button.owl-prev, .resources_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #fff; background-color: #446cb4; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; box-shadow: 0px 0px 5px 0px #ddd;}
.resources_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.resources_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.resources_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.resources_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.resources_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.resources_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.resources_slide .owl-nav button.owl-prev { left: -60px; position: relative;}
.resources_slide .owl-nav button.owl-next { right: -60px; position: relative;}
.resources_slide .owl-nav { position: absolute; display: inline-flex; top: 44%; align-items: center; justify-content: space-between; width: 100%; pointer-events: none; margin: 0 auto;}
.resources_slide .owl-nav button.owl-prev:hover, .resources_slide .owl-nav button.owl-next:hover { background: var(--theme-color2); border: 1px solid var(--theme-color2); color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
/**/


/* ======================================================================= */
    /* students_say start */
/* ======================================================================= */
.students_say {
    width: 100%;
    background-color: var(--theme-color);
    overflow: hidden;
}

.students_say .headertext h3, .students_say .headertext p {
    color: var(--white);
}

.students_say .headertext {
    width: 60%;
    margin: 0 auto;
}

.students_say .small_title img {
    max-width: 70px;
    height: 70px;
    object-fit: contain;
}

.students_say .small_title h4 {
    font-size: 34px;
    color: var(--white);
    margin-top: 15px;
}

.students_right {
    width: 150%;
}

.students_say_coulmn {
    width: 100%;
    position: relative;
}

.students_say_card {
    width: 100%;
    background-color: var(--white);
    border-radius: 20px 20px 20px 0;
    padding: 35px;
    position: relative;
    display: inline-block;
}

.students_say_card:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -58px;
    width: 0;
    height: 60px;
    border-left: 0 solid transparent;
    border-right: 35px solid transparent;
    border-top: 40px solid #ffffff;
    margin: 0;
}

.students_say_card p {
    font-size: 14px;
}

.students_btm {
    width: 100%;
    margin-top: 12px;
    padding-left: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.students_btmpic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    overflow: hidden;
    border: 2px solid #fff;
}

.students_btmpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.students_btm h6 {
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
}

.students_btm small {
    font-size: .775em;
    color: var(--white);
    font-weight: 200;
    display: block;
}

/**/
.students_say_slide .owl-nav button.owl-prev, .students_say_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #fff; background-color: #446cb4; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; box-shadow: 0px 0px 5px 0px #ddd;}
.students_say_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.students_say_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.students_say_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.students_say_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.students_say_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.students_say_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.students_say_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.students_say_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.students_say_slide .owl-nav { position: absolute; display: inline-flex; bottom: 0px; left: -23%; align-items: center; justify-content: flex-start; width: auto; pointer-events: none; margin: 0 auto;}
.students_say_slide .owl-nav button.owl-prev:hover, .students_say_slide .owl-nav button.owl-next:hover { background: var(--theme-color2); border: 1px solid var(--theme-color2); color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
/**/


/* ======================================================================= */
    /* faq_sec start */
/* ======================================================================= */
.faq_sec { width: 100%;}
.accordion { margin-top: 40px; }
.accordion-item { border: none; margin-bottom: 15px; background-color: #e3e9f4; border-left: 2px solid var(--theme-color); }
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.accordion-item:first-of-type>.accordion-header .accordion-button { border-top-left-radius: 0; border-top-right-radius: 0; }
.accordion-item:first-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }
.accordion-item:last-of-type { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.accordion-button:not(.collapsed) { box-shadow: none; color: #1E3260; background-color: #e3e9f4; }
.accordion-button { padding: 15px; font-size: 18px; color: #000; font-weight: 400; box-shadow: 0px 0px 5px 0px #ddd; }
.accordion-button span { color: #1E3260; margin-right: 10px; }
.accordion-body { padding: 15px; background: #fff; }
.accordion-body p { font-size: 15px; width: 100%; margin: 0 auto; border-radius: 10px; }
.accordion-button::after { background-color: #ececec; padding: 4px; border-radius: 50%; width: 30px; height: 30px; background-position: 8px 8px; background-size: 15px; }
.accordion-button:not(.collapsed)::after { background-color: #fff; }
.accordion-item { border-radius: 12px; overflow: hidden; box-shadow: 0px 0px 5px 0px #ddd; }
.accordion-item:first-of-type { border-top-left-radius: 12px; border-top-right-radius: 12px; }
.accordion-item:last-of-type { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; }

/**/
.slice_right {
    width: 90%;
    margin-left: auto;
}

.image-slice {
  width: 160px;        
  height: 500px;       
  /*background-image: url(../images/slice.jpg);*/
  background-size: 600px 500px;  
  background-repeat: no-repeat;
  border-radius: 15px;
  display: inline-block;
  margin: 0 5px;      
}

.slice1 { background-position: left; }
.slice2 { background-position: center; }
.slice3 { background-position: right; }

/* ======================================================================= */
    /* footer start */
/* ======================================================================= */
.footer_sec {
    width: 100%;
    background-color: #1E3260;
}

.footer_firstbox {
    width: 90%;
    background-color: #fff;
    padding: 50px 25px;
    text-align: center;
    border-radius: 25px;
}

.footer_sec p {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin: 20px 0 40px;
}
.footer-social {
    display: flex;
    justify-content: center;
}

.footer-social li {
    margin: 0px 4px;
}

.footer-social li a {
    width: 100%;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    border-radius: 7px;
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    transition: 0.5s;
    text-decoration: none;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
}

.footer-social li a:hover {
    background-color: #fff;
    color: #000;
}

.footer_right {
    width: 100%;
}

.footer_right h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
}

.footer_right h6 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
}

.footer_right_card {
    width: 100%;
}

.footer_right_card ul { padding: 0px 0px 10px 15px; margin: 0px; }
.footer_right_card ul li { list-style: outside; color: #e9e9e9; font-size: 10px; margin-bottom: 15px; }
.footer_right_card ul li a { font-size: 15px; color: #dddddd; font-weight: 300; text-decoration: none; transition: 0.6s; }
.footer_right_card ul li a:hover { color: #fff; }

.footer_right .form-control {
    height: 45px;
    color: #fff;
    border-radius: 30px;
    padding: 10px 15px;
    background: transparent;
    border: 1px solid #fff;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    font-weight: 300;
}

.footer_right .form-control::placeholder {
    color: #fff;
}

.footer_right .btn1 {
    width: 100%;
    background-color: #F15C5A;
    font-size: 15px;
    padding: 12px 25px;
    height: 45px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.6s;
}

.footer_right .btn1:hover {
    background-color: var(--theme-color2);
    color: #fff;
}

/**/
.copyright {
    width: 100%;
    background-color: #2A4277;
    padding: 18px 0;
    text-align: center;
}

.copyright p {
    font-size: 14px;
    color: var(--white);
}

b, strong {
    font-weight: 500;
}


/* ======================================================================= */
    /* inner_bnrsec start */
/* ======================================================================= */
.inner_bnrsec {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.inner_bnrsec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    height: 700px;
    z-index: -1;
    background-color: rgb(241 92 90 / 19%);
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    /* border-radius: 0 100% 100% 0 / 0 50% 50% 0; */
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

/*inner_bnr*/
.inner_bnr {
    width: 100%;
    position: relative;
}

.inner_bnrpic {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 35px;
    border: 10px solid #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    margin-top: -215px;
}

.inner_bnrpic img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
    transition: 0.6s;
}

.inner_bnrpic:hover img {
    
}

.inner_bnrpic::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 250%;
  /*background: linear-gradient(0deg, transparent, transparent 30%, rgb(255 255 255 / 30%));*/
  background: linear-gradient(0deg, transparent, transparent 30%, rgb(241 92 90 / 45%));
  transform: rotate(-45deg);
  transition: all 0.9s ease;
  overflow: hidden;
  opacity: 0;
  z-index:1;
}

.inner_bnrpic:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

.breadcrumb-item {
    font-size: 14px;
}

/* ======================================================================= */
    /* cpr_course start */
/* ======================================================================= */
.cpr_course {
    width: 100%;
}

.cpr_course .headertext {
    width: 55%;
    margin-bottom: 35px;
}

.cpr_course_text {
    width: 100%;
    margin-left: auto;
}

.cpr_course ul {
    padding: 0px;
    margin: 25px 0 0 0;
}

.cpr_course ul li {
    font-size: 15px;
    color: var(--black);
    font-weight: 400;
    text-decoration: none;
    transition: 0.6s;
    margin-bottom: 15px;
    position: relative;
    padding-left: 27px;
}

.cpr_course ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background-image: url(../images/check2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

/* ======================================================================= */
    /* course_menu start */
/* ======================================================================= */
.course_menu {
    width: 100%;
}

.menuTabRow {
    width: 100%;
    padding: 15px 35px;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #ddd;
    position: sticky;
    top: 100px;
    z-index: 1;
}

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

.menuTabRow ul li {
    display: inline-block;
}

.menuTabRow ul li a {
    position: relative;
    font-size: 15px;
    color: var(--paragraph);
    font-weight: 400;
    padding-right: 45px;
    margin-right: 45px;
}

.menuTabRow ul li a::after {
    content: "";
    position: absolute;
    top: 3px;
    height: 70%;
    width: 1px;
    background-color: #2C2B2B;
    margin-left: 45px;
}

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

.menuTab_card {
    width: 100%;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    padding: 25px;
    margin-top: 25px;
}

.menuTab_card .small_title h4 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 25px;
    width: 100%;
    border-bottom: 1px solid #E3E3E3;
}

.cardPanel_a_circle {
    width: 35px;
    height: 35px;
    padding: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 2px 7px 0px #ddd;
}

.cardPanel_a_circle img {
    max-width: 16px;
}

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

.menuTab_card ul li {
    width: 100%;
    position: relative;
    font-size: 15px;
    color: var(--paragraph);
    font-weight: 400;
    padding: 0 0 0px 25px;
}

.menuTab_card ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url(../images/check3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.cardPanel_box {
    width: 100%;
    padding: 25px;
    box-shadow: 0px 0px 5px 0px #ddd;
    border-radius: 10px;
    margin-top: 20px;
}

.cardPanel_box_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
}

.cardPanel_box h5 {
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
}

.cardPanel_box p {
    margin-top: 5px;
}

.cardPanel_box .cardPanel_a_circle {
    background-color: #FFDBDB;
    box-shadow: none;
}

.cardPanel_box .cardPanel_a_circle img {
    max-width: 17px;
}

.cardPanel_box ul {
    padding: 0px;
    margin: 15px 0 15px 20px;
}

.cardPanel_box ul li {
    width: 100%;
    position: relative;
    font-size: 15px;
    color: var(--paragraph);
    font-weight: 400;
    padding: 0 0 6px 0;
    list-style: disc;
}

.cardPanel_box ul li:before {
    display: none;
}

/* ======================================================================= */
    /* your_resource start */
/* ======================================================================= */
.your_resource {
    width: 100%;
}

.your_resource .headertext {
    width: 85%;
    margin: 0 auto;
}

.your_resource h4 {
    font-size: 36px;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 15px;
}

.your_resource p {
    margin-bottom: 25px;
}

.your_resource_pic {
    width: 90%;
    height: 500px;
    margin-left: auto;
    position: relative;
    display: inline-flex;
    overflow: hidden;
}

.your_resource_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.your_resource_pic:before {
    content: "";
    position: absolute;
    right: 25px;
    top: 5px;
    width: 85px;
    height: 85px;
    background-image: url(../images/shape1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.your_resource_pic:after {
    content: "";
    position: absolute;
    left: 308px;
    top: 247px;
    width: 85px;
    height: 85px;
    background-image: url(../images/shape2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.resource_pic_textbox {
    width: 60%;
    padding: 40px;
    border: 1px solid #FFCC9E;
    text-align: center;
    border-radius: 15px;
    position: absolute;
    left: 25px;
    bottom: 30px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.resource_pic_textbox h6 {
    font-size: 18px;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 0;
}

.resource_pic_textbox h6 span {
    color: var(--theme-color2);
}

.w_100 {
    width: 100% !important;
}

.h_460 {
    height: 550px !important;
}

.inner_resources .circle_btn {
    width: 50px;
    height: 50px;
    bottom: 5px;
    right: 5px;
}
/* ======================================================================= */
    /* contact_sec start */
/* ======================================================================= */
.contact_sec {
    width: 100%;
}

.adress_box {
    width: 100%;
    position: relative;
    background-color: var(--theme-color);
    padding: 65px 40px;
    border-radius: 25px;
    z-index: 1;
}

.adress_box .small_title h4 {
    font-size: 30px;
    color: var(--white);
    margin-bottom: 20px;
}

.adress_box .small_title h4 span {
    font-weight: 600;
}

.info_circle {
    width: 38px;
    height: 38px;
    border: 1px solid var(--white);
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_circle i {
    color: var(--white);
    font-size: 17px;
}

.contact_sec .small, .contact_sec small {
    font-size: .745em;
    color: var(--white);
    display: block;
}

.contact_sec p {
    color: var(--white);
}

.adress_card {
    margin-bottom: 20px;
}

.adress_box .footer-social {
    border-top: 1px solid #fff;
    padding-top: 20px;
}

.contact_sec_right {
    width: 130%;
    position: relative;
    left: -30%;
    background-color: #fff;
    padding: 80px 60px 80px 270px;
    border-radius: 25px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

.contact_sec_right .small_title h4 {
    font-size: 30px;
    margin-bottom: 20px;
}

.contact_sec_right .small_title h4 span {
    color: #000;
    font-weight: 600;
}

.field02, .form-select, .form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    background-color: transparent;
    font-size: 15px;
    color: #757575;
    padding: 5px 15px 5px 15px;
    height: 55px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}

.form-control {
    height: 120px;
}

.contact_sec_right .btn01 {
    margin-top: 25px;
}

.form-select:focus, .field02:focus, .form-control:focus {
    border-color: var(--theme-color);
    box-shadow: none;
}

.mapsec {
    width: 100%;
    margin-top: 60px;
}

.mapsec iframe {
    width: 100%;
    min-height: 450px;
    border: 1px solid #d7d7d7;
    padding: 2px;
    border-radius: 15px;
}

.d_view {
    display: block;
}

.m_view {
    display: none;
}
.sub-menu-toggle, .svg-icon {
	display: none;
}

.patients_served10{position: initial;margin: 0 auto; background: #f15c5a; color: #fff; width: 25%;}
.patients_served10 h5{font-size: 20px;
  color: #fff;}
.footer-social10 li a{border: 1px solid #fff;color: #fff;}

.bannerarea{height: 430px;}
.bannertextinarea{position: absolute;
  top: 40px;
  left: 0px;
  width: 85%;
  right: 0px;
  margin: 0 auto;}

.cardPanel_a_circle10 img{width: 90%;
  margin: 0 auto;
  display: block;}

.copyright p a{color: #fff;}


.bannerarea img{ width;100%; height:100%; object-fit:cover}

.bannertext {z-index: 1;
  position: relative;
    padding: 20px;
	display: none;
  }


.your_resourcein10{display: block;
  width: 75%;
  margin: 39px auto 0px;
  background: #f15c5a;
  padding: 35px 40px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #731716ad;
  border-radius: 5px;}

.resource_text10{font-size: 55px;
  color: #fff;}
.resource_text10 h4{font-size: 25px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #fff;}


.lambdinner_totalarea .lambdinner_box:nth-of-type(2n){ margin-top: 50px; }
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lthumblebox{order: 2;}
.lambdinner_box{ margin-top: 105px; }
.lambdinner_box .lambdinner_textbox .practicon{width: 65px;height: 65px;border-radius: 61px;background: rgba(47, 108, 215, 0.10);
margin-bottom: 20px;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox .practicon{display: inline-block;margin-right: 20px;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox .practicon img{right: -5px;}
.lambdinner_box .lambdinner_textbox .practicon img{position: relative;top: 5px;right: -20px;}
.lambdinner_box .lambdinner_thumble {width: 500px;height: 410px;display: flex;position: relative;left: 40px;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n)  .lambdinner_thumble{margin-right: auto;}
.lambdinner_box .lambdinner_thumble:after {content: "";position: absolute;left: -20px;top: -20px;width: 390px;height: 460px;border: 4px solid #E9602F;z-index: -1;}
.lambdinner_box .lambdinner_thumble:before {content: "";position: absolute; background:url(../images/shape.png);right: -30px; bottom:-30px;width: 105px;height: 105px;z-index: -1;filter: brightness(0) invert(1);-webkit-filter: brightness(0) invert(1);}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_thumble:before{right: inherit; left:-30px; bottom:-30px;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n)  .lambdinner_thumble:after {right: -20px;left: auto;}
.lambdinner_box .lambdinner_thumble img{ width: 100%; object-fit: cover;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .ltextbox .lambdinner_textbox{padding-right: 35px;padding-left: 0px;text-align: left;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox h2, .lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox p{ text-align:left;}
.lambdinner_totalarea .lambdinner_box .btn-custom{ text-transform:capitalize;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .btn-custom1{ float:right;}

.lambdinner_box .lambdinner_textbox h2{font-weight: 500; font-size: 35px; line-height: 45px; color: #000;
  margin-bottom: 15px; text-align: left; text-transform: capitalize;  position: relative;}
.lambdinner_textbox p{font-weight: 300;font-size: 16px;line-height: 27px;color: #000;margin-bottom: 15px;
text-align: left;max-width: 100%;}
.lambdinner_textbox ul {
    padding: 0px;
    margin: 15px 0 15px 20px;
}
.lambdinner_textbox ul li { 
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    text-decoration: none;
    transition: 0.6s;
    margin-bottom: 3px;
    list-style: disc;
}

.bolgarea{padding: 15px;
  display: block;
  box-shadow: 0px 0px 20px 0px #d5d5d5;}

.resources_sec_img{height: 250px;
  margin-bottom: 10px;}
.resources_sec_img img{width: 100%;
  height: 100%;
  object-fit: cover;}
.bolgarea h4{font-size: 19px;
  font-weight: 600;}
.bolgarea h6{font-size: 15px;
  color: #f15c5a;
  margin: 10px 0px;
  font-weight: 300;}
.blogbtn{margin-top: 10px;
  border-radius: 25px;
  background: #f15c5a;
  display: inline-block;
  padding: 6px 18px;
  color: #fff;
  font-size: 13px;}

.blogright{ margin-left:20px}
.blogright h4{font-size: 25px; margin-bottom: 15px; border-bottom: 1px solid #f15c59;}
.blogright ul li{border-bottom: 1px solid #ddd; padding-bottom: 15px; margin-bottom: 15px;}
.wtpsw-post-title{font-size: 17px; margin-bottom: 5px; display: block;}
.wtpsw-date-post{font-size: 14px;margin-bottom: 5px;color: #f15c5a;}
.inner_bnrsec10 p{ margin-bottom:10px;}
.inner_bnrsec10 h4{ margin-top:5px;}
.inner_bnrsec10 ul li{list-style: disc;}
.inner_bnrsec10 ul{padding-left: 15px;}
.footer_sec h6{font-size: 17px;
  color: #fff;
  line-height: 30px;}
.fagarea{border-top: 1px solid #3e5280;
  padding-top: 25px; margin-top:25px;}

.#self-signup-v2 .month{ width:100%;}
.resourcesin{ height:auto;}


.training_sessions .headertext h5{font-size: 20px;color: #5e5e5e;}
.training_sessions .headertext h6{font-size: 35px;}


