@import url('https://fonts.googleapis.com/css?family=Fira+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Domine&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

section {
    position: relative;
    display: block;
}

.imgBox::before {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
    left: 15px;
    right: 50%;
    bottom: 10px;
    height: 30%;
    z-index: -1;
    border-radius: inherit;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}

.imgBox::after {
    left: 50%;
    right: 15px;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    bottom: 10px;
    height: 30%;
    z-index: -1;
    border-radius: inherit;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
}

.makeCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.PDTB60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.PDT60 {
    padding-top: 60px;
}

.PDB60 {
    padding-bottom: 60px;
}

.PDTB100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.PDT100 {
    padding-top: 100px;
}

.PDB100 {
    padding-bottom: 100px;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    width: 140%;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #ba0e6a;
}

.dropdown-item {
    white-space: unset;
    font-size: 14px;
    color: #fff;
}

/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.imgOfLogo {
    width: 305px;
    transition: 0.4s;
}

.ctmMyNenu {
    transition: 0.4s;
    background: white;
}

.pMenusring {
    padding: 5px 3.7em;
}

.pnormally {
    padding: 0.68999rem 3.7em;
}

#header {
    transition: 0.4s;
    width: 100%;
}

li.nav-item a.nav-link {
    font-size: 17px;
    font-family: "Fira Sans", sans-serif;
    text-transform: none;
    letter-spacing: -0.1px;
    font-weight: 600;
    color: #201d4c;
}

li.nav-item.active a.nav-link, li.nav-item:hover a.nav-link {
    /* color: #be0d6b !important; */
    color: #27d4d8!important;
}

li.nav-item.ctnContactBtn .nav-link, .Color_btn {
    color: #ffffff !important;
    width: 100%;
    font-family: "Fira Sans", sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    border-radius: 35px;
    text-align: center;
    background: linear-gradient(to right, #29d8db 0%, #01578c 100%) no-repeat scroll right bottom !important;
    padding: 10px 20px;
    outline: none;
    border: none;
}

li.nav-item.ctnContactBtn.active a.nav-link, li.nav-item.ctnContactBtn:hover a.nav-link, .Color_btn:hover, .colorBtn:hover a {
    color: #fff !important;
    /* background: linear-gradient(to left, #cc0202 0%, #38224f 50%, #0c2846 50%, #cc0202 100%) no-repeat scroll left bottom / 210% 100% #34244e !important; */
    background: linear-gradient(to right, #01578c 0%, #29d8db 100%) no-repeat scroll right bottom !important;
}

li.nav-item.ctnContactBtn {
    margin-top: 0.5rem;
}

.dropdown-menu {
    top: 90%;
    background: #232943;
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: max-content;
    min-width: 9rem;
    padding: 15px 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: unset;
}

a.nav-link {
    line-height: 2.79;
    margin-right: 15px;
}

.dropdown-toggle::after {
    border: none;
}

ul.dropdown-menu li {
    position: relative;
}

ul.dropdown-menu li::before {
    content: ">";
    color: white;
    position: absolute;
    top: 0;
    left: 10px;
}

/* footer start */

footer {
    /* background-color: #242a43; */
    color: #afb3c5;
    background: url(../images/footerbg01.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.footaddress a, .footmail a, .footphonenum a {
    color: white;
}

.footaddress .fa, .footmail .fa, .footphonenum .fa, .calendar .fa {
    margin-right: 10px;
    color: #80b7f7;
}

.postImg {
    width: 4.65em;
    height: 4.65em;
    margin: 0 1.4em 4px 0;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.postImg img {
    width: 100%;
}

.post_categories {
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
    font-family: "Fira Sans", sans-serif;
    margin-bottom: 8px;
}

.post_title {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.5;
    outline: 0;
    transition: all 0.3s ease;
    margin: 0.5rem 0;
    font-family: 'Domine', serif;
}

.allText {
    display: flow-root;
}

.postBox {
    margin-top: 25px;
}

.post_info.calendar {
    color: #80b7f7;
}

.copyRightFooter {
    color: #afb3c5;
    background-color: #191e30;
    padding: 15px;
}

.copyRightFooter a {
    color: #afb3c5;
    background-color: #191e30;
}

#topBtn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    width: 44px;
    height: 44px;
    padding: 10px;
    z-index: 999;
    border-radius: 50%;
    color: white;
    /* background: linear-gradient(to right, #cc0202 0%, #38224f 50%, #0c2846 50%, #cc0202 100%) no-repeat scroll right bottom / 210% 100% #34244e !important; */
    background: linear-gradient(to right, #29d8db 0%, #01578c 100%) no-repeat scroll right bottom !important;
}

#topBtn a {
    color: white !important;
}

#topBtn:hover {
    color: #fff !important;
    background: linear-gradient(to right, #01578c 0%, #29d8db 100%) no-repeat scroll right bottom !important;
}

.socialsIcon .fa {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: normal;
    margin-left: 10px;
}

.socialsIcon {
    text-align: left;
    margin-top: 1rem;
}

.socialsIcon a:first-child .fa {
    margin: 0;
}

/* footer end */

/* whatsapp */

.whatsappIcon a img {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 9999999999999999999;
    width: 50px;
    height: 50px;
    background: white;
    padding: 4px;
    border-radius: 10px;
    border: 2px solid #7ad06d;
}

.whatsappIcon:hover a img {
    background: #7ad06d;
    border-radius: 10px;
    border: 2px solid #7ad06d;
}

/* whatsapp */

/* sectio 2 s */

.section02 .mainSecBox01 {
    background: url(../img/w1-1.webp);
    background-size: cover;
    padding: 234px 15px;
    background-position: top left;
}

.servicesbg {
    background: url(../images/25-min-1.jpg);
    width: 100%;
    padding: 10px;
    height: 300px;
    background-size: cover;
}

.servicesbg01 {
    background: #27d4d8;
    width: 100%;
    padding: 5px;
    height: 300px;
    background-size: cover;
}

.servicesbg div {
    border-radius: 50%;
    height: 102px;
    padding: 0;
    width: 102px;
    text-align: center;
    overflow: hidden;
    background: white;
}

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

.servicesbg h3 {
    white-space: pre;
    width: 100%;
    font-size: 18.75px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    outline: 0;
    text-transform: none;
    letter-spacing: 1.1px;
    font-family: "Domine", serif;
    margin-top: 1rem;
}

.servicesbg01 h3 {
    color: #201d4c;
}

.section02 .mainSecBox01 .secHeading {
    position: relative;
    right: 0px;
    text-align: right;
    top: 2rem;
    font-family: "Domine", serif;
    font-size: 3.438em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.5px;
    line-height: 1.2em;
    color: #272e4a;
}

/* sectio 2 e */

/* section 03 s */

.drMainName_name {
    font-weight: 650;
    padding-left: 60px;
    font-size: 14px;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 2px;
    color: black;
}

.sec2_setting hr {
    border: 1px solid #a9aef6;
    width: 7%;
    float: left;
    margin-top: 10px;
}

.sec2_setting h1 {
    margin-top: 20px;
    font-size: 51px;
    padding-top: 5px;
    font-weight: 600;
    color: #201d4c;
    font-family: 'Domine', serif;
}

.big_para {
    padding-top: 25px;
    font-family: 'Fira Sans', sans-serif;
    color: #201D4C;
    font-weight: 600;
    line-height: 1.7rem;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.img_radius {
    border-radius: 50%;
}

/* section 03 e */

/* section 04 s */

.section04 {
    background: url(../images/Untitled-1.jpg);
    padding: 60px 0;
}

.subHeading {
    font-family: "Domine", serif;
    font-size: 2.25em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.33em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.35px;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.2em;
    color: #201d4c;
    text-align: center;
}

.secHeading {
    text-align: center;
}

.secHeading h2 {
    color: #000000;
    line-height: normal;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1.4px;
    width: max-content;
    margin: 0 auto;
}

.secHeading h2::before {
    content: '';
    width: 37px;
    height: 2px;
    position: absolute;
    top: 0.55em;
    left: -55px;
    background: linear-gradient(to right, #81b9f5 0%, #b3acf7 100%);
}

.secHeading h2::after {
    content: '';
    width: 37px;
    height: 2px;
    position: absolute;
    top: 0.55em;
    background: linear-gradient(to right, #81b9f5 0%, #b3acf7 100%);
    left: auto;
    right: -55px;
}

/* section 04 e */

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* *********** */

.ctmSlider {
    text-align: center;
}

.ctmSlider h3 {
    font-size: 1.5em;
    /* color: #201d4c; */
    color: #fff;
    white-space: pre;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    line-height: 1.71;
    padding: 0 10px;
    margin-bottom: 2rem;
}

i.fa.fa-angle-double-right {
    padding: 0;
    width: 53px;
    height: 53px;
    line-height: 50px;
    overflow: hidden;
    border-radius: 50% !important;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #27d3d8;
    background-color: #ffffff;
    border: 3px solid #056192;
}

#carouselExampleControls .carousel-inner {
    padding: 50px 50px 160px 50px;
}

#carouselExampleControls01 .carousel-inner {
    padding: 80px 50px;
    height: 500px;
    display: flex;
    align-content: center;
    flex-direction: column;
}

img.FootLogo {
    width: 70%;
    margin-bottom: 10px;
}

#carouselExampleControls .carousel-caption, #carouselExampleControls01 .carousel-caption {
    color: rgb(255, 255, 255);
    top: 50%;
}

.ctmTextSlider img {
    width: 48px;
    height: 48px;
    float: left;
}

#carouselExampleControls {
    /* background: url(../images/course002.jpg); */
    background: linear-gradient(to right, #01578c 0%, #29d8db 100%) no-repeat scroll right bottom !important;
    background-size: cover;
}

#carouselExampleControls01 {
    background: url(../images/25-min-1.jpg);
    background-size: cover;
}

section.section05 {
    top: -50px;
}

.carousel-caption .textImgSlider {
    background: white;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    padding: 20px;
    float: left;
    margin-right: 15px;
}

#carouselExampleControls .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.rightSliderPart {
    height:auto;
}

.articalInnerBox123 img {
    width: 100%;
}

.articalInnerBox123 {
    margin-bottom: 22px;
}

/* thumb slider  start  */

/* Position the image container (needed to position the left and right arrows) */

.container {
    position: relative;
}

/* Hide the images by default */

.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.mySlides {
    width: 83%;
    float: left;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */

.column:last-child {
    border: none;
}

.column {
    float: left;
    width: 79%;
    border-bottom: 1.8px solid #000;
}

/* Add a transparency effect for thumnbail images */

.demo {
    opacity: 0.6;
}

.active, .demo:hover {
    opacity: 1;
}

/* thumb slider  end  */

/* section 8  */

.section08 {
    background: url(../img/banner.webp);
    background-size: cover;
}

.approch {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.61);
    border-radius: 10px;
}

.sideBoxPink {
    background-color: #28d4d9 !important;
    width: 500px;
    padding: 1.532em 4.6%;
    position: absolute;
    bottom: -80px;
    right: 0;
    z-index: 999;
}

.sideBoxPink00 {
    background-color: #27d4d8 !important;
    width: 500px;
    padding: 2.282em 4.6%;
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: 999;
}

.col-md-6.col-sm-12.sec2_setting {
    padding-top: 10%;
}

div#demo22 iframe {
    width: 100%;
}

.imgboxinner {
    background-color: #ffffff;
    width: 71px;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    padding: 14px;
    float: left;
    margin-right: 15px;
}

.imgboxinner img {
    width: 100%;
}

/* one side bar s */

.oneSideLine span hr {
    border: 1px solid #a9aef6;
    width: 7%;
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.oneSideLine {
    position: relative;
}

.oneSideLine p.drMainName_name {
    font-weight: 650;
    padding-left: 60px;
    font-size: 14px;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 2px;
    position: absolute;
    color: #272e4a;
    right: 8.5%;
}

/* one side bar s */

.sideBoxPink h1, .sideBoxPink00 h1 {
    font-family: "Domine", serif;
    font-size: 2.25em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.33em;
    color: #070733;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.35px;
}

.sideBoxPink p {
    color: #201d4c;
    font-family: "Domine", serif;
    font-size: 1.25em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.2px;
}

.sideBoxPink00 p {
    color: #201d4c;
    font-family: "Domine", serif;
    font-size: 1.25em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.2px;
    margin: 0;
}

/* section 8  */

/* section 9  */

.section09 .subHeading, .section010 .subHeading {
    font-size: 3.2315em;
}

.articalBox {
    margin: 5px;
    position: relative;
}

.articalBox img {
    width: 100%;
    height: auto;
    min-height: 335px;
}

.articalBox p {
    position: absolute;
    bottom: 60px;
    color: white;
    display: none;
}

.articalBox h3 {
    position: absolute;
    bottom: 5px;
    color: white;
}

.articalBox:hover h3 {
    color: #80b7f7;
}

.articalBoxText {
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    z-index: 0;
    transition: all ease-in 1s;
}

.articalBoxText:hover {
    background-color: rgba(0, 0, 0, 0.62);
    transition: all ease-in-out 1s;
}

/* section 9  */

/* section 10  */

.ctmContactBox {
    margin: 60px 0 0px 0;
    vertical-align: top;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    padding: 0 0 25px 0;
    background-color: #28d4d9 !important;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

section.section010 {
    height: 530px;
}

.ctmContactBox a div {
    border-radius: 50%;
    height: 104px;
    width: 104px;
    line-height: 104px;
    text-align: center;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ctmContactBox a img {
    width: 48px;
}

.ctmContactBox h5 {
    margin-top: 1.85em;
    color: #201d4c;
    font-size: 1.688em;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Domine", serif;
}

.ctmContactBox p {
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 26px;
    text-decoration: none;
    text-transform: none;
    color: #201d4c;
    letter-spacing: -0.13px;
}

/* section 10  */

/* section 4 rpt s  */

section.section04Rpt {
    background: url(../images/bg-Services1.jpg);
    background-size: cover;
}

/* section 4 rpt e */

.colorBtn {
    display: inline-block;
}

.colorBtn a {
    width: 100%;
    font-family: "Fira Sans", sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    border-radius: 35px;
    color: white;
    background: linear-gradient(to right, #b30f68 0%, #38224f 50%, #0c2846 50%, #ce0b6e 100%) no-repeat scroll right bottom / 210% 100% #34244e !important;
    padding: 15px 20px;
}

.subHeading01 {
    font-family: "Domine", serif;
    font-size: 3.25em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.33em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.35px;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.2em;
    color: #201d4c;
}

.sec1_img {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.sec1_img h1.overlay_about {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec1_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* DDDDDDDDDDDDDDDDDDDDD */

/* /////////////////////////about us start////////////////// */

/* about us section1 */

.sec1_img {
    padding: 0px;
}

.sec1_img img {
    padding: 0px;
    position: relative;
}

.overlay_about {
    width: 90%;
    text-align: center;
    color: #22224a;
    font-weight: bold;
    font-size: 51px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Domine', serif;
}

/* //////////////////////////about us section2///////// */

.about_section2 {
    padding: 60px 0px;
}

.drName_name_about {
    padding-top: 0px;
    font-weight: 650;
    padding-left: 60px;
    font-size: 14px !important;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 2px;
    color: black;
}

.sec2_setting_about {
    padding-top: 20px;
}

.sec2_setting_about hr {
    border: 1px solid #a9aef6;
    width: 7%;
    float: left;
    margin-top: 9px;
}

.smt-big_para {
    padding-top: 0;
}

.sec2_setting_about h1 {
    margin-top: 30px;
    font-size: 51px;
    padding-top: 5px;
    font-weight: 600;
    color: #201d4c;
    font-family: 'Domine', serif;
}

.img_shadow {
    box-shadow: 0px 3px 6px 3px grey;
}

/* /////////////////about us section3/////////// */

section.section3_about {
    background: url(../images/Untitled-1_1.jpg);
    background-size: cover;
    height: auto;
    background-position: left top;
}

.sec3_pad {
    padding: 0px;
    position: relative;
}

.useful_info_css hr {
    border: 1px solid #a9aef6;
    width: 5%;
    float: left;
    margin-top: 8px;
    margin-right: 1rem;
}

.useful_info_css p {
    font-size: 14px;
    color: black;
    /* height: 100px; */
    margin-bottom: 0.5rem;
    line-height: normal;
    /* margin-left: 60px; */
    /* letter-spacing: 1px; */
    /* padding-left: 55px; */
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
}

.myclass_a {
    padding: 50px 70px 50px 40px !important;
    text-align: left;
}

.myclass_a i {
    top: 30px !important;
}

#accordion4 .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#accordion4 .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    /* margin-bottom: 10px; */
    z-index: 1;
    position: relative;
}

/* #accordion4 .panel-heading:before,
    #accordion4 .panel-heading:after{
        content: "";
        width: 50%;
        height: 20%;
        box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
        position: absolute;
        bottom: 15px;
        left: 10px;
        transform: rotate(-3deg);
        z-index: -1;
    } */

#accordion4 .panel-heading:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}

/* h4.panel-title{margin:10px 0px !important;} */

#accordion4 .panel-title a {
    display: block;
    width: 90%;
    padding: 30px 70px;
    margin: 0 auto;
    background: #f3f3f3;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
    font-family: 'Domine', serif;
    letter-spacing: 1px;
    color: #201d4c;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    padding-left: 40px !important;
}

/* a:hover {
color: #bc0f69 !important;
text-decoration: none;
} */

#accordion4 .panel-title a:before, #accordion4 .panel-title a.collapsed:before {
    content: "\f106";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 55px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    border: 2px solid #201d4c;
    border-radius: 50%;
    position: absolute;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    top: 20px;
    right: 0;
}

a:hover {
    border: #bc0f69 !important;
}

#accordion4 .panel-title a.collapsed:before {
    content: "\f107";
}

#accordion4 .panel-title a .icon {
    display: inline-block;
    width: 55px;
    height: 100%;
    /* border-right: 2px solid #d11149; */
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

#accordion4 .panel-body {
    padding: 10px 15px 0px 15px;
    border-bottom: 3px solid #adadad;
    border-top: none;
    background: #e8e8e8;
    font-size: 15px;
    color: #313131;
    line-height: normal;
    width: 90%;
    margin: 0 auto 25px auto;
}

section.sectionNew1_about.PDTB60 {
    text-align: center;
}

.textNum {
    font-size: 42px;
    font-weight: 500;
}

section.sectionNew1_about.PDTB60 {
    text-align: center;
    background: #28d4d9 !important;
    color: #035e90;
}

/* ////////////////////////////////section4 about us start/////////// */

.sec4_about_myclass h2 {
    text-align: center;
    color: #201d4c;
    font-family: 'Domine', serif;
    font-weight: 700;
}

/* //////////////////////////section5 about us//////////// */

.section5_about h2 {
    padding-top: 10px;
    text-align: center;
    color: #201d4c;
    font-family: 'Domine', serif;
    font-weight: 700;
}

/* DDDDDDDDDDDDDDDDDDDDD */

/* google reviews css start */

.customSectionBox {
    height: 400px;
    overflow-x: auto;
    background: url(../images/25-min-1.jpg);
    padding: 15px;
    background-size: cover;
}

#map-plug {
    display: none
}

#google-reviews {
    display: flex;
    flex-wrap: wrap
}

span.review-profile-image {
    float: left;
    padding: 0 15px 0 0
}

span.review-profile-image img {
    width: 40px
}

.modal-backdrop.in {
    display: none
}

.review-item {
    border-bottom: solid 1px rgba(190, 190, 190, .35);
    margin: 5px auto;
    display: block;
    width: 100%;
    padding: 15px 0
}

.review-meta, .review-stars {
    text-align: left;
    font-size: 115%
}

.review-author {
    text-transform: capitalize;
    font-weight: bold;
    color: white
}

.review-date {
    opacity: .6;
    display: block;
    color: white;
}

.review-text {
    line-height: 1.55;
    text-align: left;
    max-width: 72em;
    margin: auto;
    color: white
}

.review-stars ul {
    display: inline-block;
    list-style: none!important;
    margin: 0;
    padding: 0
}

.review-stars ul li {
    float: left;
    list-style: none!important;
    margin-right: 1px;
    line-height: 1
}

.review-stars ul li i {
    color: #e4b248;
    font-size: 1.4em;
    font-style: normal
}

.review-stars ul li i.inactive {
    color: #c6c6c6
}

.star:after {
    content: "\2605"
}

a.customCount {
    position: relative;
    top: 7px;
    left: 7px;
    float: left
}

.section_013 img.img-responsive {
    width: 70%
}

.newNavBer {
    position: absolute;
    bottom: 15px;
    right: 0;
}

.Font_family_Custom {
    font-family: 'Oswald', sans-serif;
    font-weight: 350;
}

a.highlitTextLink {
    color: black;
    background: yellow;
    padding: 0px 5px;
}

a.highlitTextLinkVideo {
    background: orange;
    color: white;
    padding: 0 5px;
}

button.button.customBtn a {
    padding: 7px;
}

.customSection14_abc .col-md-4.col-sm-12 {
    padding: 5px;
}

.eventTextClass p {
    padding: 0;
    margin: 0 0 3px 0;
}

/* google reviews css end */

.thumb {
    margin-bottom: 25px;
}

.thumb .img-thumbnail {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    margin: 0 auto;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    box-shadow: 0px 5px 6px #000;
}

.my_rowpad .col-md-4.col-sm-12 {
    margin-bottom: 30px;
}

/* ///////////////////////////galary section start///// */

.section_gallary {
    padding: 60px 0px;
}

.section_gallary div {
    padding: 10px;
}

.section_gallary img {
    border: 2px solid black;
    filter: grayscale(1);
}

.section_gallary img:hover {
    filter: grayscale(0);
}

/* ///////////////////////////galary section end///// */

.testmonialsImgGop img {
    width: 100%;
    max-width: 100%;
}

.imgClassForTDS img {
    margin: 41px 0;
    box-shadow: 0px 0px 15px 0px #000;
    border: 2px solid;
    width: 100%;
    max-width: 90%;
    text-align: center;
}

/* //////////////////////fellowship start///////////// */

.section1_fellowship {
    padding: 30px 0px;
    font-family: 'Fira Sans', sans-serif;
}

.section1_fellowship p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

/* /////section2 fellowship/ */

.section2_fellowship {
    padding-bottom: 30px;
    font-family: 'Fira Sans', sans-serif;
}

.section2_fellowship p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 0px;
}

/* ////////////////section3 fellowship/ */

.section3_fellowship {
    font-family: 'Fira Sans', sans-serif;
    padding-bottom: 30px;
}

.section3_fellowship p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 0px;
}

.button_style {
    margin-top: 10px;
    background: #de7070;
    border: none;
    box-shadow: 1px 1px 5px 0px black;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
}

.eventsImgWidth img {
    width: 100%;
    max-width: 100%;
}

.eventsImgWidth .dropdown-divider {
    height: 0;
    margin: .8rem 0;
    overflow: hidden;
    border-top: 2px solid #000000;
}

.CtmsecHeading p {
    display: block;
    width: 100%;
    margin: 15px 0;
    text-align: left;
    font-family: "Domine", serif;
    font-size: 2em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.18em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.5px;
    color: #201d4c;
}

.eventsBox p {
    margin: 0 0 6px 0;
}

ul.eventsBoxImage {
    display: block;
    border-bottom: 2px dashed;
    padding-bottom: 15px;
}

ul.eventsBoxImage li {
    display: inline-block;
    width: 31.33%;
    margin: 1% 1%;
    box-shadow: 0px 1px 4px;
    float: left;
}

ul.eventsBoxImage li img {
    width: 100%;
    max-width: 100%;
}

ul.eventsBoxImage::before, ul.eventsBoxImage::after {
    display: block;
    content: "";
    clear: both;
}

/* ////////////////////////Glimpse of training start///////// */

.section_Glimpseoftraining {
    padding: 60px 0px;
}

.section_Glimpseoftraining img {
    border: 2px solid black;
    box-shadow: 0px 6px 11px 0px black;
}

.my_padding_glimpse {
    padding: 50px 0px;
}

/* ////////////////////////Glimpse of training end///////// */

p.subHeadingText {
    font-family: "Domine", serif;
    font-size: 1.25em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.2px;
    color: #201d4c;
    text-align: center;
}

section.section_01_Course {
    background: #f0f0f0;
}

.section_02_Course {
    background: url(../images/ba.jpg);
    background-size: cover;
}

section.section_03_Course, .section_05_Course {
    background: #f0bbd7;
}

.section_04_Course li, .section_05_Course li {
    list-style-type: circle;
}

.AGENDA li {
    width: 23%;
    float: left;
    margin: 1%;
    padding: 15px;
    min-height: 130px;
    background: #272e4a;
    color: #f0bbd7;
    border: 2px solid #272e4a;
    justify-content: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
}

.fertility_sec_style h3, .Hysterectomy_sec_style h3 {
    font-family: "Domine", serif;
    color: #201d4c;
}

.fertility_sec_style p, .Hysterectomy_sec_style p {
    font-size: 14px;
    padding-top: 15px;
}

/* //////////////in vitro page start////////// */

.vitro_sec_style h1 {
    padding-top: 25px;
    font-family: "Domine", serif;
    font-weight: bold;
    color: #201d4c;
}

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

.vitro_sec_style h3 {
    padding-top: 25px;
    font-family: "Domine", serif;
    font-weight: bold;
    color: #201d4c;
}

section.section2_invitro #accordion4 .panel-body {
    line-height: initial;
    width: 100%;
}

.vitro_btn_style {
    background-color: #80b7f7;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 0%;
    padding: 15px 20px;
    margin-top: 2rem;
}

.vitro_btn_style:hover {
    color: black;
    background-color: #80b7f7;
}

.section2_invitro #accordion4 .panel-title a {
    width: 100%;
}

/* ////////////////////////risk pregnancy ///////// */

.risk_section1_style h3 {
    color: #201D4C;
    font-family: "Domine", serif;
    font-weight: bold;
}

.risk_section1_style img {
    width: 100%;
}

.risk_section1_style p {
    padding-top: 30px;
    font-size: 14px;
}

.myclass_risk_para p {
    padding-top: 20px;
    font-size: 14px;
}

.ctmPeraBox p {
    margin: 0;
}

/* ////////////////////////Hormonal_Disorder/ */

.section2_Hormonal_Disorder p {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
}

.spection_class_p {
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}

.section2_Hormonal_Disorder h1 {
    color: #201D4C;
    font-family: 'Domine', serif;
    font-weight: bold;
}

.section2_Hormonal_Disorder h4 {
    color: #201D4C;
    font-family: 'Domine', serif;
    font-weight: bold;
}

/* ////////////////////////Evaluation of Infertile/ */

.section2_Evaluation_of_Infertile p {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
}

.spection_class_p {
    font-size: 14px;
    font-weight: 600;
}

.section2_Evaluation_of_Infertile h1 {
    color: #201D4C;
    font-family: 'Domine', serif;
    font-weight: bold;
}

.section2_Evaluation_of_Infertile h4 {
    color: #201D4C;
    font-family: 'Domine', serif;
    font-weight: bold;
}

.section1_Evaluation_of_Infertile {
    width: 100%;
}

/* ////////////////////////Evaluation of Infertile/ */

.section2_Male_Infertility p {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
}

.spection_class_p {
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}

.section2_Male_Infertility h1 {
    color: #201D4C;
    font-family: 'Domine', serif;
    font-weight: bold;
}

.section2_Male_Infertility h4 {
    color: #201D4C;
    font-family: 'Domine', serif;
    font-weight: bold;
}

.section2_Male_Infertility h5 {
    padding-top: 10px;
    color: #201D4C;
    font-family: 'Domine', serif;
    font-weight: bold;
}

.section1_Hormonal_Disorder {
    width: 100%;
}

/* ////////////////////contactus page/////////// */

.contact_us_style hr {
    border: 1px solid #adaef7;
    float: left;
    width: 8%;
    padding-right: 0px;
    margin: 10px;
    border-radius: 30%;
}

.contact_us_style p {
    word-spacing: 2px;
    font-weight: bold;
    font-size: 14px;
}

.contact_us_style h1 {
    padding-top: 10px;
    color: #201D4C;
    font-family: 'Domine', serif;
    font-weight: bold;
}

.contact_no_style {
    padding-top: 30px;
}

.contact_no_style img {
    width: 100%;
}

.contact_no_style h6 {
    font-family: 'Domine', serif;
    font-weight: bold;
}

.contact_no_style a {
    font-size: 14px;
    color: black;
    font-weight: 600;
}

.contact_no_style span {
    font-size: 14px;
    font-weight: 600;
}

.bg_location {
    background: linear-gradient(to right, #01578c 0%, #29d8db 100%) no-repeat scroll right bottom !important;
    padding-bottom: 25px;
    padding-top: 20px;
    color: white;
}

.safe_class {
    margin-top: 20px !important;
}

.navbar-toggler, .navbar-toggler:active, .navbar-toggler:hover, .navbar-toggler:focus {
    outline: none;
}

.purplrColotText {
    color: #201d4c !important;
}

.purplrColotBg {
    background: #201d4c;
}

.socialsIcon .fa-twitter:hover {
    background: #00acee;
}

.socialsIcon .fa-facebook:hover {
    background: #3b5998;
}

.socialsIcon .fa-linkedin:hover {
    background: #0e76a8;
}

.socialsIcon i.fa.fa-google-plus:hover {
    background: #DD4B39;
}

.socialsIcon i.fa.fa-youtube-play:hover {
    background: #c4302b;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 1.375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: 6px 8px 0px 0px #1699b5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button.btn.button.btn-info.Color_btn {
    width: 200px;
}

/* ////////////////////////////blog///////////// */

.blog_block div {
    padding: 0px;
}

.blog_block img {
    width: 100%;
}

.blog_block h5 {
    font-family: 'Domine', serif;
    font-weight: bold;
    color: #22224a;
}

.blog_block p {
    color: #80b7f7;
    font-size: 14px;
    font-weight: 600px;
}

.blog_block p:hover {
    color: black;
}

.button_style {
    background: #80b7f7;
    padding: 20px 30px;
    border: none;
    border-radius: 0%;
    font-weight: bold;
    font-size: 14px;
    color: white;
    box-shadow: none;
}

.button_style:hover {
    color: black;
}

.ctmPaddingBlog {
    padding: 15px !important;
}

.blog_block i {
    margin: 10px;
}

.HideInDesktop {
    display: none;
}

.ShowInDesktop {
    display: block;
}

.contactPageMailSubClass {
    background: url(../img/conatctIMg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.form-group label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    color: #201d4c;
}

/* ////////////// */

/* ///////////////// */

/* ////////////// */

/* ///////////////// */

.demoUpcoming img {
    width: 100%;
}

.demo2022 img {
    width: 100%;
    height: 595px;
}

/* .articalBoxUp {
    padding-right: 15px;
} */

.section011 {
    background: url(../images/EventsSliderBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}

.ctmForVideoSection {
    position: relative;
    width: 200px;
    top: 10px;
    left: 0px;
    z-index: 9999;
}

.btofbtn img {
    width: 210px;
    position: absolute;
    bottom: 70px;
    right: -44px;
    z-index: 999;
}

/* pera bg */

/* layout */

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 420px;
}

.background img.background__image {
    width: 100%;
}

/* Parallax Styles */

.parallax-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    perspective: 8px;
    perspective-origin: 0%;
    display: flex;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(0px);
}

.foreground {
    margin-top: auto;
    margin-bottom: 50px;
    transform-origin: 0;
    transform: translateZ(3px) scale(0.625);
    /* Uncomment the code below to see the difference the scale property makes! */
    /* transform: translateZ(3px); */
    /* transform: translateZ(0) scale(1); */
}

.foreground h1 {
    font-size: 36px;
}

#demo2022 img {
    width: 100%;
}

section.section09.PDT60 {
    padding-top: 120px;
    padding-bottom: 60px;
    background: #f7f7f7;
}

section.section_dis1 ul li {
    width: 32.33%;
    display: inline-block;
    padding: 12px;
}

section.section_dis1 ul li a {
    color: black;
    font-size: 20px;
    text-decoration: none;
}

section.section_dis1 ul li i {
    margin-right: 10px;
    border: 2px solid #29d8db;
    border-radius: 4px;
    padding: 3px;
    color: #01578c;
}

section.section_dis1 ul li:hover i {
    margin-right: 10px;
    border: 2px solid #01578c;
    border-radius: 4px;
    padding: 3px;
    color: #29d8db;
}

ul.footerLinks {
    display: block;
}

ul.footerLinks li {
    list-style: none;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}

ul.footerLinks li a {
    color: white;
}

.col-md-6.col-sm-12.BlogPageImgSet {
    overflow: hidden;
}

.col-md-6.col-sm-12.BlogPageImgSet img {
    min-width: 314px;
    height: 300px;
    object-fit: cover;
    width: auto;
}

.textonimgclassviidoe {
    display: none;
}

/* popup contact from */

.popupContactFrom {
    position: fixed;
    top: 0;
    left: -100%;
    /* left: 0; */
    display: block;
    background: white;
    padding: 15px;
    height: 100%;
    z-index: 9999999999;
    box-shadow: 0px 0px 13px #000;
    transition: all 500ms ease 0s;
}

.showFromBtn {
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 999999999999999999;
    position: fixed;
    background: linear-gradient(to right, #29d8db 0%, #01578c 100%) no-repeat scroll right bottom !important;
    color: white !important;
    padding: 7px 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.showFromBtn a, .showFromBtn a i {
    color: white;
}

.popupContactFrom button.btn.button.btn-info.Color_btn {
    float: right;
}

/* popup contact from */

/* pera bg */

@media (max-width:767px) {
    .articalBoxUp01 {
        padding: 25px 0 0 0;
    }
    .socialsIcon .fa {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.1);
        padding: 13px;
        font-size: 20px;
        text-align: center;
        width: 45px;
        height: 45px;
        line-height: normal;
        margin: 0 0 0 5px;
        border-radius: 50%;
    }
    .contactPageMailSubClass {
        background-position: right;
    }
    .HideInMob {
        display: none;
    }
    .ShowInMob {
        display: block;
    }
    .noPaddingInMob {
        padding-right: 0;
        padding-left: 0;
    }
    .imgOfLogo {
        width: 100% !important;
        height: auto;
        transition: 0.4s;
    }
    .pnormally {
        padding: .5rem 1rem;
    }
    nav#header {
        position: relative !important;
    }
    .imgboxinner {
        width: 50px;
        padding: 10px;
        margin-right: 15px;
    }
    .sideBoxPink00 {
        /* background-color: #36e946 !important; */
        width: 100%;
        padding: 15px;
        position: absolute;
        bottom: -91px;
        left: 0;
        z-index: 999;
    }
    .sideBoxPink h1, .sideBoxPink00 h1 {
        font-size: 22px;
    }
    .sideBoxPink00 p {
        font-size: 16px;
    }
    .navbar-toggler {
        padding: 7px;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 3px solid #27d4d8 !important;
        border-radius: 50%;
        margin: 0 auto;
        outline: none;
    }
    .section02 .mainSecBox01 {
        padding: 190px 15px 124px 15px;
        background-position: 22%;
    }
    .section02 .mainSecBox01 .secHeading {
        font-size: 2rem;
    }
    .servicesbg01, .servicesbg {
        height: 200px;
    }
    .PDTB100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec2_setting h1 {
        margin-top: 0;
        font-size: 26px;
        padding-top: 0;
    }
    .big_para {
        padding-top: 0;
        font-family: 'Fira Sans', sans-serif;
        color: #201D4C;
        font-weight: 600;
        line-height: 1.7rem;
        letter-spacing: 0.5px;
        font-size: 16px;
    }
    p.infoBtn {
        margin: 0;
    }
    .subHeading {
        font-size: 30px;
    }
    .section04 {
        background: url(../images/Untitled-1.jpg);
        padding: 50px 0 60px 0;
        background-position: 20%;
    }
    section.section05 {
        top: 0;
        height: 385px;
        display: none;
    }
    #carouselExampleControls .carousel-inner {
        padding: 20px 00px 365px 00px;
    }
    .subHeading01 {
        font-size: 30px;
    }
    .carousel-caption .textImgSlider {
        background: white;
        width: 88px;
        height: 88px;
        border-radius: 20%;
        padding: 20px;
        float: unset;
        margin: 0 auto;
    }
    #carouselExampleControls .carousel-caption {
        right: 10%;
        left: 10%;
    }
    .section06 .embed-responsive {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
        height: 220px;
    }
    section.section06 {
        padding: 15px;
    }
    section.section07 {
        padding: 25px 0;
    }
    .section08 {
        background-position: 25%;
    }
    .approch h2 {
        color: #201d4c;
        font-size: 1.688em;
    }
    .approch p {
        color: #201d4c;
        font-size: 16px;
        font-weight: 500;
    }
    .sideBoxPink {
        display: none;
    }
    .approch {
        background-color: rgba(255, 255, 255, 0.86);
    }
    .section09 .subHeading, .section010 .subHeading {
        font-size: 30px;
    }
    .articalBox h3 {
        font-size: 1.3em;
    }
    .articalBox p {
        bottom: 43px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .articalBoxText {
        background-color: rgba(0, 0, 0, 0.53);
    }
    .mB30 {
        margin-bottom: 30px;
    }
    .foti {
        text-align: center;
        margin-bottom: 2rem;
    }
    .foti img.FootLogo {
        width: auto;
    }
    .MainFooter footer.PDTB60.PDT100 {
        padding: 50px 0px;
    }
    .FootLogoMain p {
        font-size: 13px;
        color: #afb3c5;
        line-height: 153.85%;
    }
    .FootLogoMain01 h2 {
        text-align: left;
        font-size: 1.688em;
        font-weight: 700;
        line-height: 1.11;
    }
    .post_title {
        font-size: 16.5px;
    }
    .postImg {
        width: 60px;
        height: 60px;
        margin: 0 1em 4px 0;
    }
    .postBox:last-child {
        border-bottom: none;
    }
    .postBox {
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 2px dashed;
    }
    .headdinFoot {
        margin-bottom: 15px;
    }
    .copyRightFooter {
        color: #afb3c5;
        background-color: #191e30;
        padding: 15px;
        font-size: .8rem;
    }
    .whatsappIcon a img, #topBtn {
        bottom: 35px;
    }
    .dropdown-menu {
        width: 100% !important;
    }
    li.dropdown-submenu {
        border-bottom: dashed white 1px;
    }
    .dropdown-item:hover ul.dropdown-menu li::before {
        display: none;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        /* background-color: #f8f9fa; */
        padding: 15px;
        line-height: normal;
        margin: 0;
    }
    .sec1_img {
        position: relative;
        height: 123px;
        overflow: hidden;
    }
    .overlay_about {
        font-size: 24px;
    }
    .about_section2 {
        padding: 25px 0px;
    }
    .sec2_setting_about h1 {
        margin-top: 0;
        font-size: 24px;
        padding-top: 0px;
    }
    .sec2_setting_about hr {
        margin-top: 10px;
    }
    .drName_name_about {
        padding-top: 0px;
    }
    #accordion4 .panel-title a {
        padding: 20px 70px 20px 15px !important;
        width: 100%;
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    #accordion4 .panel-body {
        padding: 10px 15px 0px 15px;
        font-size: 15px;
        line-height: normal;
        width: 90%;
        margin: 0 auto 25px auto;
    }
    section.section4_about.PDTB60 {
        padding-bottom: 0px;
    }
    #accordion4 .panel-title a:before, #accordion4 .panel-title a.collapsed:before {
        top: 10px;
        line-height: 38px;
        height: 40px;
        width: 40px;
        color: #ac1067;
        border: 2px solid #a71166;
    }
    section.section3_about {
        background-position: 20%;
    }
    .sec1_img {
        position: relative;
        height: auto;
        overflow: hidden;
        background: url(../img/banner.webp);
        background-size: cover;
        padding: 25px 0 !important;
    }
    .sec1_img img {
        padding: 0px;
        position: relative;
        opacity: 0;
    }
    section.section_fertility, section.section_Hysterectomy, .section1_Evaluation_of_Infertile, section.section1_Male_Infertility {
        padding: 30px 0;
    }
    #accordion4 .panel-title a.collapsed:before {
        content: "\f107";
        background: linear-gradient(to right, #b30f68 0%, #38224f 50%, #0c2846 50%, #ce0b6e 100%) no-repeat scroll right bottom / 210% 100% #34244e !important;
        color: white;
        border: none;
    }
    .pMenusring {
        padding: .5rem 1rem;
    }
    .fertility_sec_style h3, .Hysterectomy_sec_style h3 {
        font-family: "Domine", serif;
        color: #201d4c;
        font-size: 22px;
        margin: 0;
    }
    .fertility_sec_style p, .Hysterectomy_sec_style p {
        font-size: 14px;
        padding-top: 0;
        line-height: 1.8;
        overflow: hidden;
    }
    ul.dropdown-menu li::before {
        display: none;
    }
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
    .risk_section1_style p {
        padding-top: 0;
        font-size: 14px;
        line-height: 1.8;
    }
    .myclass_risk_para p {
        padding-top: 20px;
        font-size: 14px;
        line-height: 1.8;
        margin: 0;
    }
    img {
        width: 100%;
        max-width: 100%;
    }
    .section1_Hormonal_Disorder {
        width: 100%;
        padding: 30px 0;
    }
    section.section2_Hormonal_Disorder {
        padding-bottom: 30px;
    }
    .section2_Evaluation_of_Infertile h1, .section2_Hormonal_Disorder h1, .vitro_sec_style h1, .section2_Male_Infertility h1 {
        font-size: 30px;
    }
    .section2_Hormonal_Disorder h4 {
        color: #201D4C;
        font-family: 'Domine', serif;
        font-weight: bold;
        margin: 0;
    }
    .section2_Hormonal_Disorder p {
        font-size: 14px;
        margin-bottom: 0px;
        font-weight: 600;
        line-height: 1.8;
        overflow: hidden;
    }
    section.section_in_vitro {
        padding-top: 30px;
    }
    .vitro_sec_style p {
        font-size: 14px;
        margin: 0;
    }
    .btn_vitro_pad {
        text-align: center;
    }
    p.subHeadingText {
        font-family: "Domine", serif;
        font-size: 15px;
        font-weight: 700;
        font-style: normal;
        line-height: 1.5em;
        text-decoration: none;
        text-transform: none;
        letter-spacing: -0.2px;
        color: #201d4c;
        text-align: center;
    }
    section.section_01_Course {
        padding: 30px 15px;
    }
    .section_02_Course {
        background: url(../images/ba.jpg);
        background-size: cover;
        background-position: right;
    }
    .section_04_Course, .section_05_Course {
        padding-right: 15px;
        padding-left: 15px;
    }
    .AGENDA li {
        width: 100%;
        margin: 1% 0;
        min-height: 90px;
    }
    section.section_06_Course, .section_gallary, section.section_video {
        padding: 30px 0;
    }
    .imgClassForTDS img {
        margin: 15px 0;
        box-shadow: 0px 0px 15px 0px #000;
        border: 2px solid;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .my_padding_glimpse {
        padding: 0px 0px;
    }
    .section_Glimpseoftraining .col-md-4.col-sm-4 {
        margin: 10px 0;
    }
    .section1_fellowship p, .section2_fellowship p, .section3_fellowship p {
        font-size: 15px;
        font-weight: 550;
        margin-bottom: 7px;
        color: #22224a;
        line-height: 1.45rem;
        font-family: "Domine", serif;
    }
    .section1_fellowship h3, .section2_fellowship h3, .section3_fellowship h3 {
        font-family: "Domine", serif;
        font-size: 22px;
        color: #22224f;
    }
    .thumb {
        margin-bottom: 0px;
        padding: 10px 15px;
    }
    .Section_News01 {
        padding: 30px 15px;
    }
    ul.eventsBoxImage li {
        display: inline-block;
        width: 48%;
        margin: 2% 1%;
        box-shadow: 0px 1px 4px;
        float: left;
    }
    .section_gallary div {
        padding: 5px 10px;
    }
    .my_rowpad iframe.embed-responsive {
        height: auto;
    }
    .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        margin: 0 auto;
    }
    .modal-body {
        padding: 0rem;
    }
    .modal-dialog {
        margin: 1.5rem .5rem;
    }
    .ctmClassContact {
        padding: 0px 0 30px 0;
    }
    section.section010.PDB100.PDT60 {
        height: auto;
        padding-bottom: 60px;
    }
    .btofbtn img {
        display: none;
    }
    ul.carousel-indicators {
        display: none;
    }
    .textonimgclassviidoe {
        background: linear-gradient(to right, #29d8db 0%, #01578c 100%) no-repeat scroll right bottom !important;
        width: 200px;
        margin: 0 auto;
        text-align: center;
        height: 45px;
        border-radius: 100px;
        padding: 8px;
        display: block;
    }
    .rightSliderPart {
        height: 530px;
        overflow: scroll;
        margin: 15px 0;
    }
    .customSectionBox {
        overflow: scroll;
    }
    .ctmForVideoSection {
        text-align: center;
        margin: 0 auto;
    }
}