﻿#comments .comment-form .text-call {
    margin-bottom: 1rem !important;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
    font-size: 2rem;
}
#main-nav .sub-menu li a {
    display: block;
    font-size: 16px !important;
    color: #14141F !important;
    padding: 16px !important;
    font-weight: 700 !important;
}

.flat-title-page.inner {
  padding: 171px 0 188px;
  position: relative;
  background: url(/assets/images/slider/banner-single.webp) center center no-repeat;
  background-size: cover;
}
.ftex {
    margin-bottom: 0;
    text-align: center;
}

.fcopy {
    padding: 15px 0;
    font-size: 14px;
    border-top: 1px solid #b14233;
    background-color: #232629;
}
.sosmed-icon a {
    color: #ffffff;
    background-color: transparent;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0;
}
.text-center{
    text-align: center;
    margin-top: 2rem;
}
.phone-icon {
  font-size: 27px;
  background-color: #000;
  padding: 7px;
  border-radius: 50%;
  width: 50px;
  text-align: center;
  position: fixed;
  bottom: 61px;
  right: 138px;
  display: inline-block;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7019607843);
  z-index: 999;
}
.phone-icon i {
  color: white;
  font-size: 3.5rem;
}

.whatsapp-icon {
  font-size: 35px;
  background-color: #25d366;
  padding: 2px;
  border-radius: 50%;
  width: 50px;
  text-align: center;
  position: fixed;
  bottom: 61px;
  right: 60px;
  display: inline-block;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7019607843);
  z-index: 999;
}
.whatsapp-icon i {
  color: white;
  font-size: 4.4rem;
}

.bize-ulasin-btn {
  position: fixed;
  bottom: 15px;
  z-index: 999999;
  right: 18px;

}
.bize-ulasin-btn a {
  color: #fff;
  border-color:red;
  line-height: 32px;
  background-color: #000;;
  padding: 0.6rem;
  text-decoration: none;
  padding-bottom: 0.5rem;
   font-size:1.5rem;
}
.bize-ulasin-btn a:hover {
  border-width: 0px;
  border-color: #736459;
  color: #fff;
}

.copyright{
    background-color: #232629;
    font-size: 1.3rem  !important;
    color: #a3a3a3;
    font-weight: 500 !important;
    display: flex;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif !important;
    border-top: 3px solid #337ab7;
    height: 115px;
}

.copyright .description{
  font-weight: 400  !important;
  font-size: 13px  !important;
  line-height: 17px  !important;
  color: #777777  !important;
  font-family: "Open Sans", sans-serif  !important; 
  }

.copyright .article{
    width: 70% !important;
    margin: 1.5rem 4rem 1.5rem 9rem !important;
}
.copyright .bottom{
    width: 30% !important;
    text-align: left!important ;
    margin: 2.5rem 2rem !important;
}
.copyright .bottom, img{
    margin-bottom: 1rem !important;
}
.copyright .bottom .all-rights, a{
    text-decoration: none !important;
    color: black;
    text-align: justify;
}
.copyright .bottom .all-rights, a:hover{
    text-decoration: none !important;
}
@media (max-width:992px) {
    .copyright .bottom, img{
        margin-top: 1.4rem !important;
        max-width: 100% !important;
    }
    .copyright .bottom{
        padding-right: 2rem !important;
        margin: 0 !important;
    }
    .copyright .article{
        margin: 1rem 3rem !important;
    }
}
@media (max-width:556px) {
    .copyright{
        display: block !important;
        padding: 2rem !important;
    }
    .copyright .bottom .all-rights{
        margin-top: 1.5rem !important;
        max-width: 100% !important;
    }
    .copyright .bottom, img{
        margin-top: 1.4rem !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .copyright .bottom{
        padding-right: 2rem !important;
    }
    .copyright .article .description{
        width: 100% !important;
        display: none !important;
        text-align: justify !important;
    }
    .copyright .bottom .all-rights{
        display: block !important;
     	width:100%;
    }
    .copyright .article{
        width: 100% !important;
        margin: 2rem 1rem 2rem 0rem !important;
    }
}
ul, li{
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-family: "Open Sans", sans-serif;
}

ol, li{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #777777;
    font-family: "Open Sans", sans-serif;
}

#main-nav > ul > li > a {
    position: relative;
    font-size: 15px !important;
    line-height: 20px;
    font-weight: 700;
    display: block;
    color: var(--primary-color2);
    padding-right: 12.5px;
}
.cookie-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  text-align: center;
  z-index:99999999;
  font-family: Arial, Helvetica, sans-serif !important;
}
.cookie-container p{
text-align: left;
}

.cookie-container .btn-primary {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #ffffff !important;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 2px;
    margin: 0 0 0 17px;
    line-height: 1.2;
    padding: 12px 60px !important;
  	display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
}

.cookie-container .btn-primary:hover {
    background-color: #B14233;
}

.cookie-container a {
  color: white;
  text-decoration: none;
}
  .cookie-modal{
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4); 
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .cookie-modal .content{
    max-width: 500px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .cookie-modal .btn-primary{
	padding: 10px 30px;
    background-color: #0277bd;
    color: white;
	}
  .cookie-section{
      margin-bottom: 1rem !important;
  }
  .cookie-section .title{
      font-size: 1.2rem;
  }
.cookie-modal p{
    margin-bottom: 0;
}
.cookie-modal h2{
    color:black;
}

@media(max-width:780px){
  .cookie-button{
	flex-direction: column; 
  }
  .cookie-button .btn-primary{
    margin-bottom: 1rem;
    margin-left: 0 !important;
   }
}
}



	
