body {
    margin:0;
    padding: 0;
    background: #FFFFFF;
    font-family: 'Myriad Pro';
    color: #002B4B;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
a, a:hover {
    text-decoration: none;
}
button:focus, input:focus {
    outline: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.top_contact_area{
    background: #FFF;
    padding-top: 20px;
    padding-bottom: 5px;
    position: relative;
    z-index: 1111;
}
.top_contact_area::before {
    position: absolute;
    content: "";
    bottom: 9px;
    right: 0px;
    background: #C4C4C4;
    width: 50%;
    height: 57px;
    z-index: -1;
}
.top_contact_area::after {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 0px;
    background: #002B4B;
    width: 100%;
    height: 1px;
    z-index: -1;
}
.af_bef_border{
    position: relative;
    z-index: 1;
}
.af_bef_border::after {
    position: absolute;
    content: "";
    top: 47px;
    right: 0px;
    background: #002B4B;
    width: 50%;
    height: 1px;
    z-index: -1;
}
.logo{}
.logo img {
    width: 100px;
}

.widget_box{
    display: flex;
    flex-wrap: wrap;
}
.contact_box {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.contact{}
.contact ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.contact ul li{
    padding-left: 20px;
}
.contact ul li a {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #002B4B;
}
.contact ul li a img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 10px;
}

.social{}
.social ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.social ul li{
    padding: 0px 15px;
}
.social ul li:first-child{
    padding-left: 0;
}
.social ul li:last-child{
    padding-right: 0;
}
.social ul li a{
    display: inline-block;
}
.social ul li a img {
    width:25px;
    height:25px;
    object-fit: contain;
}

.search_boxs {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    border: 1.5px solid #002B4B;
    padding: 3px 3px;
    padding-right: 0;
    border-right: none;
    border-top-left-radius: 45px;
}
.search_box {
    background: #C4C4C4;
    padding: 5px 10px;
    padding-right: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top-left-radius: 40px;
}

.search_items{
    flex: 0 0 60%;
    max-width: 60%;
    width: 100%;
}
.search {
    background: #D1D0D0;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 15px;
    border-radius: 7px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 0px;
}
.search input {
    background: #D1D0D0;
    border: none;
    outline: none;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #002B4B5E;
    text-align: center;
    padding: 5px 5px;
}
.search input::placeholder{
    color: #002B4B5E;
    opacity: 1;
}
.search button {
    background: #D1D0D0;
    outline: none;
    border: none;
    padding: 0px 25px;
}
.search button img{
    width: 25px;
}
.search button span{
    display: none;
}
.vc_button{
    flex: 0 0 40%;
    max-width: 40%;
    width: 100%;
    text-align: right;
}
.vc_button button{
    border: none;
    outline: none;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #FFFFFF;
    background: #ED1F1F;
    padding: 12px 25px;
    border-radius: 7px;
}
.bar{
    box-shadow: 2px 2px 12px 0px #00000040;
}

.header_area{
    background: #0C3355;
    padding: 0px 0px;
    position: relative;
    z-index: 111;
}
.menu > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
}
.menu > ul > li{
    position: relative;
}
.menu > ul > li > a{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    padding: 20px 0px;
    position: relative;
    transition: 0.3s;
}
.menu > ul > li > a > img {
    width: 20px;
    margin-left: 20px;
}
.menu > ul > li > a.active::after, .menu > ul > li > a:hover::after{
    position: absolute;
    content: "";
    bottom: 15px;
    left: 0;
    background: #FFF;
    width: 100%;
    height: 1px;
}

.menu > ul > li > .sub_menu {
    position: absolute;
    width: 600px;
    background: #0C3355;
    padding: 5px 20px;
    top: 48px;
    left: 0;
    display: none;
    z-index: 1;
}
.social_box{
    display: none;
}

.sub_menu::after{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 80%;
    background: #FFFFFF26;
}
.sub_mbox{
    border-top: 1px solid #FFFFFF26;
}
.sub_mbox:first-child{
    border: none;
}
.sub_row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.sub_mitems{
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.sub_mitems > a {
    display: block;
    padding: 15px 0px;
}
.sub_mitems a > p {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #C4C4C4;
    display: block;
}
.sub_mitems a > span {
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    color: #C4C4C4;
    padding-top: 7px;
    display: block;
}

.msearch, .bar{
    display: none;
    overflow: hidden;
    border-radius: 7px;
}

.care_area{
    position: relative;
    overflow: hidden;
    background: #FFF;
}
.gate_box {
    width: 50px;
    margin-right: 15px;
    overflow: hidden;
}
.gate_box ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gate_box ul li {
    padding: 35px 0px;
}
.gate_box ul li:first-child{
    padding-top: 0;
}
.gate_box ul li:last-child{
    padding-bottom: 0;
}
.gate_box ul li button {
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    color: #FFFFFF;
    background: #ED1F1F;
    padding: 15px 25px;
    border-radius: 7px;
    transform: rotate(-90deg);
    width: 155px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.gate_box ul li a img{
    width: 40px;
    height: 40px;
}
.show_mobles{
    display: none;
}
.max_box {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
    z-index: 1111;
    right: calc(-100% - -65px);
    transition: 0.5s;
    width: 100%;
}
.signup_box2 {
    width: 650px;
    transition: 0.5s;
    border-top: 2px solid #002B4B;
    border-bottom: 2px solid #002B4B;
    padding: 5px 0px;
}
.signup_box2 > .signup{
    padding: 30px 30px;
}
.max_box.opens{
    right: 0px;
    width: 700px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.signup_box1 .modal-dialog{
    max-width: 650px;
    display: flex;
}
.signup_box1 .modal-content {
    background: #0C3355;
    padding: 30px 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px #00000040;
    position: relative;
}
.signup_box1 .modal-content::before{
    position: absolute;
    content: "";
    top: -7px;
    left: 0;
    background: #002B4B;
    height: 2px;
    width: 100%;

}
.signup_box1 .modal-content::after{
    position: absolute;
    content: "";
    bottom: -7px;
    left: 0;
    background: #002B4B;
    height: 2px;
    width: 100%;

}
.signup_box1 .modal-body{
    padding: 0px 0px;
}
.signup_box2 > .signup{
    background: #0C3355;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px #00000040;
}
.signup_row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.signup_gap{
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.signup_gap2{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.signup_items{
    margin-bottom: 25px;
}
.signup_items input, .signup_items select {
    background: #0000001F;
    box-shadow: 4px 4px 4px 0px #00000040;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF80;
    line-height: normal;
    padding: 15px 15px;
    width: 100%;
    border: none;
    outline: none;
}
.signup_items input::placeholder {
    opacity: 1;
    color: #FFFFFF80;
}
.signup_items select{
    color: #FFFFFF;
}
.signup_items label {
    display: block;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    line-height: normal;
    margin-bottom: 7px;
}

.signup_button{
    text-align: center;
}
.signup_button button {
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #FFFFFF;
    background: #ED1F1F;
    padding: 15px 25px;
    border-radius: 7px;
    width: 180px;
}

.car_items {
    padding: 60px 0px 120px 0px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 100% 100% !important;
    position: relative;
}
.car_items::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #002B4B6B;
    width: 100%;
    height: 100%;
}
.car_content_box {
    background: #C4C4C478;
    padding: 30px 40px;
    display: inline-block;
    border-radius: 15px;
    position: relative;
    z-index: 1111;
}
.car_content_box h1 {
    text-shadow: 2px 2px 4px #00000040;
    font-weight: 400;
    font-size: 96px;
    color: #FFFFFF;
    line-height: 1em;
    position: relative;
    padding-bottom: 3px;
}
.car_content_box h1::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 100px;
    background: #FFF;
    width: 175px;
    height: 1px;
}
.car_content_box h1 span{
    color: #EF6060;
}
.car_content_box p {
    margin-top: 40px;
    color: #0C3355DE;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3em;
}
.car_content_box ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 40px;
}
.car_content_box ul li{
    padding-right: 25px;
}
.car_content_box ul li a, .view_button a{
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: #0C3355;
    border: 2px solid #0C3355;
    padding: 15px 15px;
    display: inline-block;
    width: 200px;
    text-align: center;
    border-radius: 7px;
    transition: 0.3s;
}
.car_content_box ul li a.actives, .view_button a{
    background: #0C3355;
    color: #FFFFFF;
}
.car_box.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background: #ED1F1F;
}
.car_box.owl-theme .owl-dots button:first-child span{
    margin-left: 0;
}
.car_box.owl-theme .owl-dots button:last-child span{
    margin-right: 0;
}

.car_box.owl-theme .owl-dots .owl-dot.active span, .car_box.owl-theme .owl-dots .owl-dot:hover span {
    background: #C4C4C4;
}
.car_box.owl-theme .owl-dots {
    margin: 0px !important;
    position: absolute;
    bottom: 80px;
    width: 1320px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 14px;
}

.count_area{
    background: #FFF;
    padding-bottom: 40px;
}
.counter_member_box {
    background: #C4C4C4;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: -55px;
    z-index: 1;
}
.counter_member_box::before {
    position: absolute;
    content: "";
    top: -5px;
    left: 0px;
    background: #C4C4C4;
    width: 100%;
    height: 1px;
}
.counter_member_box::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0px;
    background: #002B4B;
    width: 100%;
    height: 1px;
}

.cm_gap{
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
}
.cm_items {
    text-align: center;
    padding: 40px 20px;
    position: relative;
}
.cm_items::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #002B4B66;
    width: 1px;
    height: 70%;
}
.cm_gap:last-child .cm_items::after{
    display: none;
}
.count{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.count span {
    font-weight: 700;
    font-size: 50px;
    display: inline-block;
    line-height: 40px;
}
.cm_items h5 {
    font-weight: 400;
    font-size: 28px;
}
.section_padding{
    padding: 40px 0px;
}
.all_title{
    position: relative;
}
.all_title h1 {
    font-weight: 600;
    font-size: 58px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 20px;
}
.all_title h1::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #002B4B;
    width: 100px;
    height: 1px;
}
.all_title h1 span{
    color: #EF6060;
}
.all_title p{
    padding-top: 25px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3em;
}
.view_button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    width: 180px;
    height: 55px;
}
.view_button a img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.medical_product{
    overflow: hidden;
    border-radius: 7px;
    position: relative;
    box-shadow: 0px 10px 13px 0px #00000040;
    background: #FFFFFF;
    margin-top: 40px;
    transition: 0.3s;
}
.medical_product img {
    width: 100%;
    border-radius: 7px;
}
.medical_product:hover .overly_text{
    top: 0;
}
.overly_text {
    position: absolute;
    top: 247px;
    left: 0;
    width: 100%;
    background: #24BFD6E5;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
}
.overly_text h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    color: #002B4B;
    padding: 15px 10px;
}
.overly_text p {
    font-weight: 400;
    font-size: 14px;
    color: #002B4BD4;
    line-height: 1.4em;
    max-width: 225px;
    margin: 0 auto;
    padding: 15px 10px;
}
.overly_text a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    background: #0C3355;
    padding: 10px 10px;
}
.service_box{
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
}
.ser_gap{
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 50px;
}
.service_items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.ser_icon{
    margin-right: 25px;
}
.ser_icon img {
    width: 55px;
}
.ser_content h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.4rem;
}
.ser_content p {
    padding-top: 15px;
    font-weight: 400;
    font-size: 20px;
    color: #002B4BB2;
    line-height: normal;
    max-width: 340px;
}

.working_schedule {
    margin-top: 50px;
    background: #0C3355;
    padding: 25px 25px;
    position: relative;
    width: 100%;
}
.working_schedule:-webkit-scrollbar {
  width: 0px;
}
.working_schedule::-webkit-scrollbar, .working_schedule::-webkit-scrollbar-thumb {
  height: 0px;
  width: 0px;
}
.schedule_title{
    padding-bottom: 5px;
    position: relative;
}
.schedule_title::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0;
    background: #EF6060;
    width: 100px;
    height: 1px;
}
.schedule_title h2 {
    font-weight: 600;
    font-size: 32px;
    color: #FFF;
    line-height: 1.2em;
}

.ws_table{
    padding-top: 15px;
}
.ws_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 15px 0px;
    border-bottom: 0.5px solid #FFFFFF;
}


.ws_items span{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.1rem;
    display: inline-block;
}
.ws_gap:first-child .ws_items span{
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}
.ws_head .ws_gap:first-child .ws_items span:first-child{
    padding-right: 15px;
    position: relative;
}
.ws_head .ws_gap:first-child .ws_items span:first-child::after {
    position: absolute;
    content: "";
    left: 42px;
    top: 10px;
    background: #FFF;
    width: 20px;
    height: 1px;
}
.ws_head .ws_gap:first-child .ws_items span:last-child{
    padding-left: 15px;
}
.ws_button {
    padding-top: 25px;
    width: 90%;
    margin: 0 auto;
}
.ws_button button {
    background: #ED1F1F;
    border: none;
    outline: none;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #FFFFFF;
    padding: 12px 15px;
    text-align: center;
}
section.medical_product_area{
    background: #FFF;
}
.doctor_area{
    background: #FFFFFF;
    position: relative;
    z-index: 1;
}
.doctor_area::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #C4C4C4;
    width: 100%;
    height: 470px;
    z-index: -1;
}
.doctor_area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 475px;
    background: #002B4B;
    width: 100%;
    height: 2px;
    z-index: -1;
}
.view_button{
    position: absolute;
    top: 0;
    right: 0;
}
.d_slider{
    margin-top: 50px;
}
.doctor_items{
    background: #DCDCDC;
    position: relative;
}
.doctor_img{
    position: relative;
    box-shadow: 0px 4px 23px 0px #00000040;
}
.doctor_img p {
    background: #C4C4C4C4;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #002B4B;
    padding: 5px 7px;
    border-bottom-right-radius: 7px;
}
.doctor_img img{
    width: 100%;
    height: auto;
}

.doctor_area .doctor_items > .doctor_content {
    height: 240px;
}
.doctor_area .doctor_items .doctor_content a{
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.doctor_content{
    padding: 15px 15px;
    position: relative;
}
.doctor_content h3 {
    font-weight: 600;
    font-size: 28px;
    position: relative;
    padding-bottom: 10px;
    line-height: 1.2em;
}
.doctor_content h3::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #EF6060;
    width: 80px;
    height: 1px;
}
.doctor_content p {
    font-weight: 400;
    font-size: 17px;
    color: #002B4BB0;
    line-height: normal;
    max-width: 235px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.doctor_content a {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    color: #0C3355;
    border: 1px solid #0C3355;
    line-height: normal;
    padding: 7px 10px;
    width: 120px;
}
.doctor_content a img {
    width: 8px !important;
    height: 16px;
}

.doctor_video{
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}
.doctor_video > iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.pss_area{
    background: #FFF;
}

.featured_area{
    position: relative;
    z-index: 1;
    background: #FFFFFF;
}
.featured_area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 243px;
    background: #002B4B;
    width: 100%;
    height: 2px;
    z-index: -1;
}
.featured_area::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 70px;
    background: #002B4B;
    width: 100%;
    height: 2px;
    z-index: -1;
}
.bgs {
    position: absolute;
    content: "";
    left: 0;
    bottom: 80px;
    background: #C4C4C4;
    width: 100%;
    height: 260px;
    z-index: -1;
}
.featured_box{
    padding-top: 50px;
    padding-bottom: 80px;
}
.featured_items{
    overflow: hidden;
    background: #C4C4C4;
}
.featured_items img {
    width: 100% !important;
    border: 1px solid #9fa59f;
}
.featured_items h3 {
    padding-top: 10px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
}
.featured_items p{
    padding-top: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
}
.featured_box.owl-theme .owl-dots {
    margin-top: 0 !important;
    position: absolute;
    bottom: 0;
    right: 0;
}
.featured_box.owl-theme .owl-dots .owl-dot span, .stories_slider.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 100px;
    background: #ED1F1F;
}
.featured_box.owl-theme .owl-dots button:first-child span, .stories_slider.owl-theme .owl-dots button:first-child span{
    margin-left: 0;
}
.featured_box.owl-theme .owl-dots button:last-child span, .stories_slider.owl-theme .owl-dots button:last-child span{
    margin-right: 0;
}

.featured_box.owl-theme .owl-dots .owl-dot.active span, .featured_box.owl-theme .owl-dots .owl-dot:hover span , .stories_slider.owl-theme .owl-dots .owl-dot.active span, .stories_slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #C4C4C4;
}
.featured_box.owl-theme .owl-dots, .stories_slider.owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.news_area{
    background: #FFFFFF;
}
.news_feed{
    margin-top: 50px;
}
.news_feed a{
    display: block;
}
.news_feed img{
    width: 100%;
    height: auto;
}


.stories_area{
    background: #FFFFFF;
}
.stories_slider{
    margin-top: 50px;
}
.doctor_items.stories_items{
    margin-top: 0;
}
.doctor_items.stories_items .doctor_img {
    box-shadow: 0px 6px 11px 0px #00000040;
}
.doctor_items.stories_items .doctor_content h3 {
    font-size: 22px;
    line-height: 1.2em;
}
.doctor_items.stories_items .doctor_content h4 {
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    padding-top: 10px;
    line-height: 1.2em;
}
.doctor_items.stories_items .doctor_content p {
    max-width: 340px;
}
.doctor_items.stories_items .doctor_content .read_more {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.footer_area{
    background: #0C3355;
    padding-top: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.footer_area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 172px;
    background: #FFFFFF38;
    width: 100%;
    height: 2px;
    z-index: -1;
}
.footer_area::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 64px;
    background: #FFFFFF38;
    width: 100%;
    height: 2px;
    z-index: -1;
}

.footer_head{
    position: relative;
}
.footer_head h1 {
    font-weight: 600;
    font-size: 62px;
    line-height: 1em;
    color: #FFFFFF;
    padding-bottom: 20px;
    position: relative;
}
.footer_head h1 span{
    color: #F38888;
}
.footer_head h1::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #F38888;
    width: 350px;
    height: 3px;
}
.footer_head a {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: #FFFFFF;
    background: #ED1F1F;
    padding: 15px 25px;
    border-radius: 7px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.fw_box{
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}
.fw_box .col-lg-4{
    padding-left: 15px;
    padding-right: 15px;
}
.footer_widget{
    margin-top: 50px;
    padding: 30px 0px;
    position: relative;
    z-index: 1;
}
.fab{
    display: none;
}
.footer_widget::after {
    position: absolute;
    content: "";
    right: -16px;
    top: 2px;
    background: #FFFFFF38;
    width: 2px;
    height: 263px;
    z-index: -1;
}
.footer_area .col-lg-4:last-child .footer_widget::after{
    display: none;
}
.footer_widget h3 {
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 1em;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
.footer_widget h3::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #F38888;
    width: 90px;
    height: 2px;
}
.footer_widget p {
    padding-top: 15px;
    font-weight: 400;
    font-size: 18px;
    color: #DCDCDCCC;
    line-height: 1.4em;
    max-width: 348px;
}
.footer_widget ul{
    display: flex;
    flex-direction: column;
}
.footer_widget ul li{
    padding-top: 15px;
}
.footer_widget ul li a {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #DCDCDCCC;
    line-height: 1em;
}
.mail{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.mail input {
    outline: none;
    font-weight: 400;
    background: #DCDCDC66;
    font-size: 20px;
    border: none;
    color: #002B4B80;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 15px;
}
.mail input::placeholder{
    opacity: 1;
    color: #002B4B80;
}
.mail button {
    width: 100%;
    border: 3px solid #DCDCDC;
    font-weight: 600;
    font-size: 20px;
    color: #DCDCDC;
    background: transparent;
    line-height: normal;
    outline: none;
    padding: 15px 15px;
    margin-top: 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.copy_right_box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}
.copy_right p{
    font-weight: 400;
    font-size: 16px;
    color: #DCDCDCCC;
    line-height: 1em;
}
.footer_nav ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.footer_nav ul li{
    padding: 0px 10px;
    position: relative;
}
.footer_nav ul li:first-child{
    padding-left: 0;
}
.footer_nav ul li:last-child{
    padding-right: 0;
}
.footer_nav ul li::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #DCDCDCCC;
    width: 1px;
    height: 100%;
}
.footer_nav ul li:last-child::after{
    display: none;
}
.footer_nav ul li a{
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #DCDCDCCC;
    line-height: 1em;
}

.news_feed a{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.news_overlay {
    opacity: 0;
    z-index: -1;
    background: #24BFD6CC;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px 25px;
    transition: 0.3s;
}
.news_overlay h3 {
    font-weight: 400;
    font-size: 28px;
    color: #0C3355;
    line-height: 1.2em;
}
.news_overlay p, .news_overlay span{
    font-weight: 400;
    font-size: 18px;
    color: #002B4BCC;
    line-height: 1.4em;
}
.news_overlay p{
    padding-top: 15px;
    padding-bottom: 15px;
}
.news_feed a:hover .news_overlay{
    opacity: 1;
    z-index: 11;
}

.to_top{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}
.to_top button {
    background: #DCDCDC;
    border: none;
    width: 82px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    outline: none;
}
.to_top button img{
    width: 100%;
}




.select_box {
    position: relative;
    z-index: 11;
    display: block;
    width: 200px;
}
.dropdownbox {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    background: #0C3355;
    padding: 15px 15px;
    cursor: pointer;
    display: inline-flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.dropdownbox > img {
    width: 20px;
    transition: 0.3s;
}
.dropdownbox > span {
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: normal;
}
ul.dropdown_select {
    position: absolute;
    overflow: hidden;
    transition: all 0.3s ease-in;
    background: #0C3355;
    cursor: pointer;
    user-select: none;
    left: 0;
    top: 55px;
    width: 100%;
    border-radius: 0;
    z-index: 11;
}
.select-menu .options {
    display: none;
}
.select-menu.active .options {
    display: block;
}
.select-menu.active .dropdownbox > img {
    transform: rotate(-180deg);
}
ul.dropdown_select > li > button {
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    line-height: normal;
    padding: 10px 10px;
    width: 100%;
    cursor: pointer;
    background: #0C3355;
    outline: none;
    border: none;
    border-bottom: 1px solid #FFF !important;
}
ul.dropdown_select > li:last-child > button{
    border-bottom: none !important;
}
.dropdown_select.showMenu {
    height: auto;
}


/* custom container design */
@media (min-width: 1500px){
    .container {
        max-width: 1320px;
    }
    .car_box.owl-theme .owl-dots {
        width: 1320px;
    }
}

@media all and (max-width: 1499px){
    .container {
        max-width: 1140px;
    }
    .car_box.owl-theme .owl-dots {
        width: 1140px;
    }
    .contact ul li a{
        font-size: 20px;
    }
    .ser_content p, .menu > ul > li > a{
        font-size: 18px;
    }
    .car_content_box h1 {
        font-size: 84px;
    }
    .car_content_box h1{
        font-size: 72px;
    }
    .all_title h1 {
        font-size: 50px;
    }
    .ser_content h3, .doctor_content h3 {
        font-size: 22px;
    }
    .all_title p{
        font-size: 20px;
    }
    .doctor_content p {
        font-size: 15px;
        max-width: 220px;
    }
    .doctor_content h3::after {
        bottom: 5px;
    }
    .doctor_area::after {
        height: 420px;
    }
    .doctor_area::before {
        top: 425px;
    }
    .doctor_area .doctor_items > .doctor_content {
        height: 210px;
    }
    .bgs {
        bottom: 79px;
        height: 240px;
    }
    .footer_head h1 {
        font-size: 48px;
    }
    .footer_area::before {
        top: 158px;
    }
    .news_overlay h3{
        font-size: 18px;
    }
    .news_overlay p, .news_overlay span {
        font-size: 15px;
    }
}

@media all and (max-width: 1399px){
    .container {
        max-width: 1040px;
    }
    .car_box.owl-theme .owl-dots {
        width: 1040px;
    }
}

@media all and (max-width: 1199px){
    .container {
        max-width: 960px;
    }
    .car_box.owl-theme .owl-dots {
        width: 960px;
    }
}

@media all and (max-width: 991px){
    .container {
        max-width: 720px;
    }
    .car_box.owl-theme .owl-dots {
        width: 720px;
    }
}

@media all and (max-width: 767px){
    .container {
        max-width: 540px;
    }
    .car_box.owl-theme .owl-dots {
        width: 540px;
    }
}

@media all and (max-width: 575px){
    .container {
        max-width: 100%;
        width: 100%;
    }
    .car_box.owl-theme .owl-dots {
        width: 100%;
    }
    .social_box .contact ul li a {
        font-size: 14px;
    }
    .social_box .contact ul li a img, .social_box .social ul li a img {
        width: 20px;
        height: 20px;
    }

}
/* custom container design */
.slick_box{
    margin-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.slick_box .slick-track {
    margin-left: 0;
    margin-right: 0;
}
.slick_box .slick-next::before, .slick_box .slick-prev::before {
    display: none;
}

.slick_box > button{
    background: transparent;
    border: none;
    padding: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 11111;
}
.slick_box > button.left_arrow {
    right: 60px;
}
.slick_box > button.right_arrow {
    right: 0;
}
.slick_box > button img, .slick_box > button img{
    width: 14px;
    height: 29px;
}

.slick_items {
    padding: 0px 7px;
}

.pss_slider{
    margin-top: 50px;
}
.pss_box{
    background: #E7E7E7;
    padding: 30px 30px;
}
.pss_slider.owl-theme .owl-nav{
    margin-top: 0 !important;
}
.pss_slider button.owl-prev {
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
}
.pss_slider button.owl-next{
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
}

.pss_slider button, .pss_slider button{
    background: transparent;
    padding: 0px !important;
    margin: 0px !important;
    border: none;
    outline: none;
}
.pss_slider button:hover{
    background: transparent !important;
}
.pss_slider button img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: contain;
}
.pss_slider .left, .pss_slider .right {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.pss_row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
}
.pss_gap{
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.pss_items{
    text-align: center;
}
.pss_items img{
    width: 100% !important;
    height: auto;
}
.pss_items h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2em;
}
.pss_items h3{
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 25px;
}
.pss_items p {
    font-weight: 400;
    font-size: 18px;
    padding: 25px 0px;
    line-height: 1.4em;
}
.pss_items a {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #FFF;
    background: #0C3355;
    padding: 12px 30px;
    line-height: normal;
    border-radius: 200px;
}











/* css */
/* Equal Heights for OwlCarousel 2 */
.stories_slider.owl-carousel .owl-stage {
  display: flex;
}
.stories_slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.stories_slider.owl-carousel .doctor_content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.stories_slider.owl-carousel .stories_box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.stories_slider.owl-carousel .doctor_items.stories_items {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.stories_slider.owl-carousel .doctor_items.stories_items .doctor_content h4 {
    padding-bottom: 40px;
    margin-bottom: 10px;
}
/* css */


/*blog are css start here*/
.blogs_area {
    padding: 60px 0px 40px 0px;
}
.blogs_area .single_blogs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}
.blogs_area .single_blogs .blogs_left {
    flex: 0 0 40%;
    max-width: 40%;
}
.blogs_area .single_blogs .blogs_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogs_area .single_blogs .blogs_right {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 25px 15px;
}
.blogs_area .single_blogs .blogs_right h3 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}
.blogs_area .single_blogs .blogs_right h3 a {
    color: #002B4B;
}
.blogs_area .single_blogs .blogs_right span {
    color: #7CA086;
    font-weight: 700;
    font-size: 15px;
    border-bottom: 1px solid #24BFD6;
    display: block;
    padding-bottom: 6px;
}
.blogs_area .single_blogs .blogs_right p {
    font-size: 14px;
    padding-top: 5px;
}
.blogs_area .single_blogs .blogs_right .blogs_btn {
    font-weight: 400;
    font-size: 16px;
    color: #033B4A;
    display: inline-flex;
    align-items: center;
    text-decoration: underline;
    margin-top: 10px;
}
.blogs_area .single_blogs .blogs_right a img {
    width: 18px !important;
    margin-left: 10px;
}

.blogs_categories {
    position: sticky;
    top: 15px;
}
.blogs_categories h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.blogs_categories ul {
}
.blogs_categories ul li a {
    background: #F7F5F6;
    color: #7CA086;
    display: block;
    padding: 4px 15px;
    font-size: 14px;
    margin: 3px 0px;
}
.blogs_categories ul li a.active {
    background: #0C3355;
    color: #fff;
}
.blog_banner {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}
.blog_banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(89.39deg, rgba(255, 255, 255, 0.85) 29.83%, rgba(255, 255, 255, 0) 86.21%);
    z-index: -1;
}
.blog_banner .blog_banner_text h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 1.2em;
    color: #033B4A;
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.blog_banner .blog_banner_text h1::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 80%;
    height: 1px;
    background: #2D3561;
}
.blog_banner .blog_banner_text h1 img {
    width: 60px;
    margin-right: 15px;
}
.blog_details {
    padding: 60px 0px;
}
.blog_details .blog_title {
    text-align: center;
    padding-bottom: 30px;
}
.blog_details .blog_title h1 {
    font-weight: 700;
}
.blog_details .single_blog_details img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.blog_details .single_blog_details h1 {
    font-weight: 700;
    font-size: 30px;
}
.blog_details .single_blog_details span {
    font-size: 30px;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid #24BFD6;
    padding-bottom: 10px;
    color: #7CA086;
}
.blog_details .single_blog_details span sub {
    font-size: 18px;
    bottom: 0;
}
.blog_details .single_blog_details h3 {
    font-size: 26px;
    font-weight: 700;
    padding: 10px 0px;
}
.blog_details .single_blog_details .blog_details_article {
    margin-top: 25px;
}
#big img {
    margin-top: 25px;
}
#thumbs img {
    margin-top: 22px;
    height: 130px;
}
#thumbs.owl-carousel .owl-nav button.owl-next, #thumbs.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: red;
    border-radius: 50%;
    color: #fff;
}
#thumbs.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}
#thumbs.owl-carousel .owl-nav button.owl-next {
    right: -40px;
}
#big.owl-carousel.owl-theme .owl-nav {
    display: none;
}