body {
    font-family: 'Open Sans', sans-serif;

}

.topHeader {
    background: #da291c;
    padding: 15px 0;
}

.social a {

    color: #fff;
    text-decoration: none;
    font-size: 22px;
}

.social a:hover {
    text-decoration: none;
}

.social a + a {
    margin-left: 15px;
}

.topPhone {
    font-weight: 600;
    color: #fff;
    font-weight: 700;
}

.bottomHeader {
    padding: 15px 0;
    background: #516473;
}

.logo a {
    display: block;
    padding: 10px 0;

}

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

.menu ul li + li {
    margin-left: 10px;
}

.menu ul li a {
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 3px solid transparent;
}

.menu ul li a:hover {
    border-bottom-color: #da291c
}

#topBanner {
    position: relative;
}

#topBanner .topBannerPhoto img {
    width: 100%;
}

#topBanner .topBannerText {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%)
}

.bannerText {
    color: #fff;
}

.bannerText.bigText {
    font-size: 36px;
}

.bannerText.normalText {
    font-size: 24px;
}

.bannerText.smallText {
    font-size: 18px;
}

.bannerText.redText {
    color: #da291c;
}

.bannerButton {
    background: #fff;
    color: #da291c;
    display: inline-block;
    padding: 7px 10px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    max-width: 50%;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.bannerButton:hover {
    background: #da291c;
    color: #fff;
}

#textQuestion strong {
    display: block;
    margin-bottom: 20px;
    color: #da291c;
    font-size: 22px;
    line-height: 24px;
}

#textQuestion i {
    display: block;
    font-style: normal;
    font-size: 22px;
    color: #da291c;
    margin-bottom: 20px;
}

#textQuestion p {
    font-size: 15px;
}

#accordionQuestion strong {
    display: block;
    margin-bottom: 20px;
    color: #da291c;
    font-size: 22px;
    line-height: 24px;
}

#accordionQuestion .accordion-item {
    border: 0;
    border-radius: 0;
}

#accordionQuestion .accordion-button {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #da291c;
    box-shadow: none;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 10px 10px 40px;
}

.accordion-body {
    padding: 20px 0;
    font-size: 15px;
}

.accordion-button::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    background-image: none !important;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 22px;
    text-align: center !important;
}

.accordion-button:not(.collapsed)::after {
    content: "\f106";
}


#whyTurkey {
    position: relative;
    padding: 80px 0;
    background-image: url(../images/istanbulbg-3.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}

#whyTurkey:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #9d0b00;
    opacity: .7;
    z-index: 1;
}

#whyTurkey > div {
    position: relative;
    z-index: 2;
}

#whyTurkey .whyTurkeyTop h5 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}

#whyTurkey .whyTurkeyTop p {
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}

#whyHospital h5 ,#whyMedical h5 {
    font-size: 24px;
    color: #da291c;
}

#whyHospital p, #whyMedical p {
    display: block;
    font-size: 15px;
}

#packageList {
    padding: 70px 0;
}

.packageTop {
    margin-bottom: 40px;
}

.packageTop h5 {
    font-size: 35px;
    font-weight: 700;
    color: #da291c;
    display: block;
    text-align: center;

}

.packageTop strong {
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.packageItem {
    margin: 10px;
    padding: 20px;
    background: #f8f8f8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 6px 0px #d0d0d0;
    box-shadow: 0px 0px 6px 0px #d0d0d0;
}

.packageItem .top > * {
    display: block;
    text-align: center;
}

.packageItem .top strong {
    font-size: 24px;
    color: #da291c;
}

.packageItem .top .price {
    font-size: 32px;
    font-weight: 700;
    color: #da291c;
}

.packageItem .middle ul {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}

.packageItem .middle ul li + li {
    margin-top: 5px;
}

.packageItem .bottom .btn-primary {
    background: #da291c;
    color: #fff;
    border-color: #da291c;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

#offerBanner {
    padding: 50px 0;
    background-image: url(../images/red-bg.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;

}

#offerBanner h4 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}

#offerBanner p {
    display: block;
    text-align: center;
    margin: 20px 0;
}

#offerBanner a {
    color: #fff;
}

#contentBlock {
    padding: 50px 0;
    background: #f8f8f8
}

#contentBlock .leftBlock h5 {
    display: block;
    margin-bottom: 10px;
    color: #da291c;
    font-size: 32px;
    font-weight: 700;
}

#contentBlock .leftBlock h6 {
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

#contentBlock .leftBlock p {
    font-size: 15px;
    font-weight: 300;
}

#contentBlock .rightBlock .contentBlockItem {
    background: #fff;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 6px 0px #d0d0d0;
    box-shadow: 0px 0px 6px 0px #d0d0d0;
}

#contentBlock .rightBlock .contentBlockItem strong {
    display: block;
    color: #da291c;
    font-size: 18px;
}

#contentBlock .rightBlock .contentBlockItem p {
    display: block;
    font-size: 15px;
    font-weight: 300;
}

#faq {
    padding: 50px 0;
}

#faq .accordion-item {
    border: 0;
    border-radius: 0;
    margin-bottom: 5px;
}

#faq .accordion-button {
    border: 0;
    border-radius: 0;
    color: #fff;
    background: #da291c;
    box-shadow: none;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 10px 20px 40px;
}

#faq .accordion-body {
    padding: 20px 0;
    font-size: 15px;
}

.accordion-button::after {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) !important;
    background-image: none !important;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 22px;
    text-align: center !important;
}

.accordion-button:not(.collapsed)::after {
    content: "\f106";
}
footer{
    background: #343a40;
    padding: 50px 0;
}
.footerMenu a {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    
}
.footerMenu a:hover {
    text-decoration: underline;
}
.footerMenu a+ a {
    margin-left: 15px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #da291c
}
html[dir*="rtl"] .social a + a {
    margin-left: 0;
    margin-right: 10px;
}
html[dir*="rtl"] .footerMenu a + a {
    margin-left: 0;
    margin-right: 10px;
}
html[dir*="rtl"] #faq .accordion-button {
    padding: 20px 40px 20px 10px;
}
html[dir*="rtl"] .accordion-button::after {
    left: auto;
    right: 10px;
}
#footerContact {
    background: #dcdcdc;
}
.adress {
    color: #fff;
}

.footerBar {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999;
   
    
    
}
.footerBar a {
    display: block;
    height: 48px;
    text-align: center;
    font-size: 24px;
    width: 50%;
    color: #fff;
        text-decoration: none;
}
.whatsappLink {
    background: #25D366;
    
} 
.contactUsLink {
    background: #516473;

    font-size: 16px;
 
    color: #343a40;


}
.contactUsLink img {
   width: 48px;
 
}
.contactUsLink:hover {
    color: #fff;
    background: #343a40
}


html[dir*="rtl"] .contactUsLink i  {
    margin-left: 10px;
    margin-right: 1px;
}

#faq {
    padding: 50px 0;
}

#faq .accordion-item {
    border: 0;
    border-radius: 0;
    margin-bottom: 5px;
}

#faq .accordion-button {
    border: 0;
    border-radius: 0;
    color: #fff;
    background: #da291c;
    box-shadow: none;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 10px 20px 40px;
}

#faq .accordion-body {
    padding: 20px 0;
    font-size: 15px;
}
#calculateBmi {
    padding: 40px 0;
    background: #f8f8f8
}
#calculateBmi h5 {
    font-size: 24px;
    color: #da291c;
    font-weight: 700;
}
#calculateBmi h5 ~ strong {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}
#calculateBmi h5 ~ p {
    display: block;
    font-size: 15px;
}