body {
    font-family: 'Poppins', sans-serif;
    background: rgba(32, 187, 175, 1);

}

.dt {
    display: table;
}

.dtc {
    display: table-cell;
    vertical-align: middle
}

a:hover {
    text-decoration: none
}

.title h4 {
    font-size: 40px;
    position: relative;
    text-align: center;
    margin: 0;
    color: #130947;
}

.title h4:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #3a2b6b;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    border-radius: 1px
}

.title p {
    margin-top: 32px;
    text-align: center;
    color: #6d7a8c;
}
.whats {
    background: rgba(32, 187, 175, 0.95);
    color: #ffffff;
    display: inline-block;
    text-align: center;
    padding: 12px 45px;
    position: relative;
    border-radius: 5px;
}

.whats:hover {
    color: #ffffff
}

.whats p {
    font-size: 14px !important;
    line-height: 17px;
    font-weight: 700 !important;
    margin: 0 !important;
}

.whats span {
    display: block;
    font-weight: normal !important;
    font-size: 13px
}

.whats i {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:991px) {
    .whats {
        padding: 10px 40px;
    }

    .whats span {
        font-size: 12px
    }
}

@media(max-width:766px) {
    .whats {
        padding: 10px 40px;
    }

    .whats p {
        font-size: 13px !important;
        line-height: 15px;
    }

    .whats span {
        font-size: 12px
    }
}
    /* fix top */
    #fix-top{
        background: #ffffff;
        padding: 12px 0;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
        transform: translateY(-100%);
        transition: all ease-in-out 500ms;
    
    }
    .fixed{
        transform: translateY(0) !important;
        box-shadow: 0 0 7px #cacaca;
    }
    #fix-top .newp{
        color: #3a2b6b;
        margin: 12px 0 0;
    }
    #fix-top .newp span{
        background: rgba(32, 187, 175, 1);
        padding:  3px;
        color: #ffffff;
        display: inline-block;
        font-weight: 700;
    }
    #fix-top .whats{
        top: 25px;
    }
    @media(max-width:766px){
        #fix-top img{
            width: 125px;
        }
        #fix-top .whats {
            padding: 10px 25px;
            margin-top: 5px;
        } 
        #fix-top .whats p {
            font-size: 12px !important;
        }
        #fix-top .whats span {
            font-size: 10px;
        }
        #fix-top .whats i {
            right: 10px;
        }
        #fix-top .newp{
            font-size: 12px;
        }
    }
/* header */
header {
    text-align: center;
    padding: 12px 0;
    background: #ffffff
}

header .mg {
    margin-top: 10px;
}

header .logo {
    float: left;
}

header .lang {
    float: right;
    height: 40px;
    line-height: 40px;
}

header .lang .clang {
    color: #838f9e;
    margin-right: 14px;
    cursor: pointer;
    font-weight: 700
}

header .lang .clang i {
    margin-left: 10px;
}

header .social {
    float: right;
    position: relative;
    padding-left: 10px;
}

header .social ul {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

header .social ul li {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

header .social ul li a {
    float: left;
    position: relative;
    margin: 0 2px;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    background: #eee;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    color: #00000073;
}

header .tel {
    display: inline-block;
    width: auto;
}

header .tel a {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #899092;
    text-decoration: none;
    padding: 0 15px;
    background: #f3f6f7;
    border: 1px solid #edf5f7;
    border-radius: 7px;
    height: 40px;
    line-height: 40px;
    direction: ltr !important;

}

header .tel a i {
    color: #3a2b6b;
    margin-right: 1rem;
}

@media(max-width:766px) {

    header .lang
     {
        margin-top: 15px;
        float: left;
padding-left: 10px;
    }
}
@media(max-width:320px){
   header .logo img {
      width: 104px;
} 
}


/* main */
.main {
    padding: 62px 0;
    background-image: url('../img/main.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.form {
    background: #ffffff;
    width: 249px;
    padding: 20px 20px 42px;
    position: relative;
}

.form span {
    position: absolute;
    background: #3a2b6b;
    width: 65px;
    height: 8px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.form p {
    text-align: center;
    color: #3a2b6b;
    margin: 0 0 15px;
}

.form .form-control {
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 12px;
    background: #F3F3F3;
    border: 1px solid #E9E9E9;
    box-shadow: none;
    height: 40px;
    color: #3a2b6b
}

.inp:after {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    color: #ccc;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900
}

.name:after {
    content: "\f007";
}

.phone:after {
    content: "\f3cd";
    font-size: 18px;
}

.nation:after {
    content: "\f2bb";
}

/* .country:after {
    content: "\f57d";
    font-size: 14px;
} */
.msg:after {
    content: "\f0e0";
    top: 10px;
    transform: none;
    font-size: 15px
}

.form button {
    height: 40px;
    width: 100%;
    background: #3a2b6b;
    color: #ffffff;
    font-size: 12px;
    border-radius: 0
}
.form button:hover{
   color: #ffffff; 
}
.main h1 {
    color: #ffffff;
    margin: 0;
    font-size: 46px;
    line-height: 43px;
    font-weight: 500;
}

.main h1 span {
    display: block
}
.main .text p:first-of-type{
    font-size: 19px;
margin: 0 0 6px 0;
}
.main .text p {
    color: #ffffff;
    font-size: 26px;
    margin: 20px 0;
    font-weight: 300;
}
  .vidimg {
        margin: 62px 0 32px !important
    }
@media(max-width:1199px) {
    .main h1 {
        font-size: 40px;
    }
    .main .text p:first-of-type {
        font-size: 18px;
        margin: 0 0 6px 0;
    }
    .main .text p {
        font-size: 22px;
    }
}

@media(max-width:991px) {
    .main .text p {
        font-size: 18px;
    }
    .main .text p:first-of-type {
        font-size: 16px;
        margin: 0 0 0px 0;
    }
}

@media(max-width:766px) {
    .main {
        background-image: url('../img/mobile.png');
        padding: 62px 0 325px;
    }

    .main h1 {
        font-size: 42px;
        line-height: 48px;
    }
    .main .text p:first-of-type {
        font-size: 16px;
        margin: 0 0 6px 0;
    }
    .main .text p {
        font-size: 14px;
    }

    .form {
        margin-top: -114px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 62px;
    }
}
/* gallery */
.gallery{
    padding: 62px 0;
    background: #fff
}
.gallery .result{
    margin-top: 62px 
}
.gallery .whats{
    margin-top: 32px
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url('../img/chevron-left-solid.png')
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url('../img/chevron-right-solid.png')
}
.play {
    background: #3a2b6b;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%
}
.drbox {
    padding: 12px;
    border: 1px solid #ececec;
}

.drcontent {
    padding: 0 24px;
}

.drbox h4 {
    color: #2d2c54
}

.drbox p {
    letter-spacing: 1px;
    font-size: 11px;
    color: #3a2b6b
}
.swiper-container.doctor {
    margin: 32px 0 0;
    height: 427px;
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    background: #3a2b6b
}
.depc {
    padding: 4rem 2rem;
    opacity: 0.9;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    height: 100%;
    bottom: -100%;
    transition: all ease-in-out 500ms;
}
.dips h3{
    color: #ffffff;
    font-size: 15px;
    text-align: left;
    margin: 0;
    display: inline-block;
}
.depb {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.depbtitle{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    color: #ffffff;
    width: 100%;
    transition: all ease-in-out 500ms;
}

.green {
    background: rgba(32, 187, 175, .9)
}

.viol {
    background: rgba(58, 43, 107, .9);
}

.depb:hover .depc {
    bottom: 0;

}
.depb:hover .depbtitle {
    bottom: -100%;

}

.depctitle {
    margin-bottom: 0;
    font-size: 18px;
    padding: 6px 0;
    font-weight: 700}

.depb p {
    color: #fff;
    opacity: .85;
    font-size: 14px
}

.dips .swiper-container {
    height: 295px;
}
@media(max-width:1199px) {
    .swiper-container.doctor  {
        height: 367px;
    }
    .title h4 {
        font-size: 30px;
    }
}
@media(max-width:991px){
    .gallery{
        padding: 32px 0;
    }  
    .gallery .result{
        margin-top: 32px 
    } 
    .center {
        text-align: center
    }
    .swiper-container.doctor  {
        height: 424px;
    }
}
@media(max-width:766px) {
    .swiper-container.doctor  {
        height: auto;
        padding: 32px 0;
        margin: 10px 0;
    }
    .title h4 {
        font-size: 25px;
    }
}
/* nums */
.nums {
    padding: 62px 0;
    background: rgba(32, 187, 175, 1);
}

.numb {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 3rem;
}

.numb i {
    font-size: 5rem;
    line-height: 1.5;
    color: #ffffff;
}

.nums .number {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    margin: 1rem 0;
}

.nums .number span {
    font-size: 3rem;
    margin-left: 0;
    color: #ffffff;
    font-weight: 200;
}

.nums p {
    margin: 0;
    color: #ffffff;
}

@media(max-width:991px) {
    .nums {
        padding: 32px 0;
    }

    .numb {
        padding: 1rem
    }

    .numb i {
        font-size: 4rem;
    }

    .nums .number {
        font-size: 3rem;
        margin: 0.5rem 0;
    }

    .nums p {
        font-size: 13px;
    }
}

@media(max-width:766px) {
    .mt {
        margin-top: 12px
    }

    .numb i {
        font-size: 3rem;
    }

    .nums .number {
        font-size: 2.5rem;
    }
}

/* departments */
.dips {
    background: #ffffff;
    padding: 62px 0
}
.depc {
    padding: 4rem 2rem;
    opacity: 0.9;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    height: 100%;
    bottom: -100%;
    transition: all ease-in-out 500ms;
}
.dips h3{
    color: #ffffff;
    font-size: 15px;
    text-align: left;
    margin: 0;
    display: inline-block;
}
.depb {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.depbtitle{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    color: #ffffff;
    width: 100%;
    transition: all ease-in-out 500ms;
}

.green {
    background: rgba(32, 187, 175, .9)
}

.viol {
    background: rgba(58, 43, 107, .9);
}

.depb:hover .depc {
    bottom: 0;

}
.depb:hover .depbtitle {
    bottom: -100%;

}

.depctitle {
    margin-bottom: 0;
    font-size: 18px;
    padding: 6px 0;
    font-weight: 700}

.depb p {
    color: #fff;
    opacity: .85;
    font-size: 14px
}

.dips .swiper-container {
    height: 295px;
}

@media(max-width:1199px) {
    .depc {
        padding: 1.5rem 2rem;
    }
    .depb p{
        font-size: 13px
    }
    .depctitle {
        margin-bottom: 0px;
        font-size: 15px;
        padding: 1px 0;
    }
    .dips .swiper-container {
        height: 238px;
    }
    .depc {
        padding: 1.5rem 2rem;
    }
    .depb p{
        font-size: 13px
    }
    .depctitle {
        margin-bottom: 0px;
        font-size: 15px;
        padding: 1px 0;
    }
    .dips .swiper-container {
        height: 238px;
    }
}

@media(max-width:991px) {
    .dips {
        padding: 32px 0;
    }
    .depctitle {
        margin-bottom: 4px;
        font-size: 18px;
        padding: 6px 0;
    }
    .dips .swiper-container {
        height: 282px;
    }
    .depctitle {
        margin-bottom: 4px;
        font-size: 18px;
        padding: 6px 0;
    }
    .dips .swiper-container {
        height: 282px;
    }
}

@media(max-width:766px) {
    .dips .swiper-container {
        height: auto;
        padding: 32px 0;
        margin: 10px 0;
    }
    .depctitle {
        margin-bottom: 0px;
        font-size: 15px;
        padding: 1px 0;
    }
    .depc {
        padding: 1rem 1rem;
    }

    .depctitle {
        margin-bottom: 8px;
        font-size: 15px;
    }
    .dips .swiper-container {
        height: auto;
        padding: 32px 0;
        margin: 10px 0;
    }
    .depctitle {
        margin-bottom: 0px;
        font-size: 15px;
        padding: 1px 0;
    }
    .depc {
        padding: 1rem 1rem;
    }

    .depctitle {
        margin-bottom: 8px;
        font-size: 15px;
    }
}

@media(max-width:500px) {

}

/* partners */
.partners {
    padding: 62PX 0;
    background: #ffffff
}

.partimg {
    margin-top: 62px;
    width: 20%;
    float: left;
    padding: 4.5rem 4.5rem;
    background: #fff;
    border: 1px solid #ecf1f8;
}

.partimg img {
    width: 150px
}

@media(max-width:1199px) {
    .partimg {
        padding: 3.5rem 3.5rem
    }
}

@media(max-width:991px) {
    .partners {
        padding: 32px 0;
    }

    .partimg {
        padding: 2rem 2rem
    }
}

@media(max-width:766px) {
    .title {
        margin-bottom: 34px;
    }

    .partimg {
        margin-top: 0;
        width: 50%;
    }
}

/* most */
.most {
    background: #3a2b6b;
    padding: 32px 0
}

.mostcontent {
    color: #ffffff;
    font-size: 24px;
}

.mostcontent p {
    margin: 0
}

.mostwhats {
    float: right
}

@media(max-width:1199px) {
    .mostcontent {
        font-size: 22px;
    }
}

@media(max-width:991px) {
    .mostcontent {
        font-size: 18px;
    }
}

@media(max-width:766px) {

    .mostcontent,
    .mostwhats {
        float: none;
        display: block;

    }

    .mostcontent {
        text-align: center;
        margin-bottom: 12px;
        height: 51px;
    }

}

/* footer */
footer {
    background: #f3f6f7;
    color: #2d2c54;
    padding: 32px 0
}

footer a,
footer a:hover {
    color: #3a2b6b
}

footer img {
    width: 175px
}

footer h3 {
    margin-top: 0;
    position: relative;
}

/* 
footer h3::after {
    content: '';
    position: absolute;
    width: 62px;
    height: 2px;
    background: #3a2b6b;
    left: 0;
    bottom: -10px;
} */

footer .ta {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

footer .tc {
    display: table-cell;
    vertical-align: middle;

}

footer .pd {
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #efecf8;
    border-radius: 50%;
    padding-right: 12px
}

footer .pd i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px
}

ul.socila {
    position: relative;
    margin: 0;
    padding: 0;
}

ul.social li {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.social li a {
    float: left;
    position: relative;
    margin: 0 2px;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.top {
    margin-top: 32px;
}


footer p {
    width: 90%;
    margin-top: -15px;
    color: #6d7a8c;
    margin-bottom: 32px
}

footer .form-control,
footer .form-control:focus {
    color: #3a2b6b;
    border-radius: 0;
    font-size: 12px;
    background: #F3F3F3;
    border: 1px solid #E9E9E9;
    box-shadow: none;
    margin-bottom: 5px;
}

.copy {
    text-align: center;
    color: #6d7a8c;
    background: #ffffff
}

.copy .container {

    padding: 18px
}

.copy p {
    margin: 0
}

.copy p span {
    color: #3a2b6b
}


footer .form-control:focus {
    box-shadow: none
}

footer form button,
footer form button:hover {
    width: 100%;
    color: #ffffff !important;
    background: #3a2b6b
}

@media(max-width:1199px) {
    footer p {
        width: 95%
    }

    ul.social li {
        margin-bottom: 16px
    }
}

@media(max-width:991px) {
    .st {
        margin-top: 16px
    }

    ul.social li {
        margin-bottom: 0;
    }

    footer form {
        width: 295px;
        margin: 0 auto;
    }
}

@media(max-width:766px) {
    footer {
        text-align: center
    }

    footer h3 {
        margin-top: 16px;
        font-size: 18px;
    }

    footer p {
        font-size: 12px;
        margin-top: 12px;
        margin-bottom: 22px;
    }

    ul.social li {
        float: none
    }

    .top {
        margin-top: 0;
    }

    footer .pd {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    footer .ta {
        margin-bottom: 12px;
    }
}
