/* #region ------------------------ Override Bs4 Start ------------------------   */
.container {
    min-width: 1150px !important;
    max-width: 1150px !important;
    padding-left: 6px;
    padding-right: 6px;
}

.container[data-select="sub"] {
    min-width: 1200px !important;
    max-width: 1200px !important;
    margin-bottom: 40px;
}

.container-fluid {
    padding-left: 6px;
    padding-right: 6px;
}

.row {
    margin-left: -6px;
    margin-right: -6px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 6px;
    padding-right: 6px;
}

/* #endregion  ------------------------ Override Bs4 End ------------------------   */
/* #region ------------------------ Layout Core Start ------------------------   */
html,
body {
    width: 100%;
    font-weight: 200;
    overflow-x: hidden;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background-color: #f8f9fa;
}

#pageWrapper {
    width: 100%;
    min-height: 100vh;
    height: auto !important;
    margin-bottom: -453px;
    overflow-x: hidden;
}

#pageWrapper .ghostFooter {
    width: 100%;
    display: block;
    height: 453px;
}

/* #endregion ------------------------ Layout Core End ------------------------   */
/* #region ------------------------ Header & HederTop ------------------------   */
header {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 12;
    line-height: 100%;
    padding: 10px 0;
}

header .logo {
    width: 100px;
}

header .searchWrapper {
    width: 100%;
    position: relative;
}

header .searchWrapper i.ls {
    font-size: 22px;
    position: absolute;
    color: #333333;
    right: 9px;
    top: 6px;
    transform: rotateY(190deg);
}

header .searchWrapper input[type="text"] {
    height: 35px;
    width: 100%;
    display: block;
    background: transparent;
    border: 1px solid #333333;
    outline: none;
    margin-top: 4px;
    color: #fff;
    position: relative;
    padding: 8px 40px 8px 8px;
    font-weight: 300;
    opacity: 0.9;
    font-size: 14px;
    color: #333333;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

header .searchWrapper input[type="text"]::-webkit-input-placeholder {
    color: #333333;
}

header .searchWrapper input[type="text"]::-moz-placeholder {
    color: #333333;
}

header .searchWrapper input[type="text"]:-ms-input-placeholder {
    color: #333333;
}

header .searchWrapper input[type="text"]:-moz-placeholder {
    color: #333333;
}

header .searchWrapper input[type="text"]:hover {
    color: #333333;
}

header .searchWrapper input[type="text"]:hover::-webkit-input-placeholder {
    color: #fff;
}

header .searchWrapper input[type="text"]:hover::-moz-placeholder {
    color: #fff;
}

header .searchWrapper input[type="text"]:hover:-ms-input-placeholder {
    color: #fff;
}

header .searchWrapper input[type="text"]:hover:-moz-placeholder {
    color: #fff;
}

header .searchWrapper .srResultWrapper {
    padding: 8px;
}

header .r {
    float: right;
    margin-right: 0;
    margin-left: 23px;
}

header a.mNav {
    color: #333333;
    font-size: 16px;
    margin-right: 17px;
    line-height: 280%;
    font-weight: 500;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

header a.mNav:hover {
    text-decoration: none;
    color: #333333;
}

header a.mNav.login {
    background-color: #FAB048;
    color: #333333;
    padding: 0 21px;
}

header a.mNav.login:hover {
    border-color: #fff;
    color: #fff;
}

header .btn-group a.dropdown-item {
    padding-top: 6px;
    padding-bottom: 6px;
}

.srResultWrapper {
    padding: 16px 14px !important;
}

.srResultWrapper:hover {
    color: #000 !important;
    background: #d9d9d9 !important;
    border: none !important;
    padding: 16px 14px !important;
}

.srResult {
    padding: 0px !important;
    display: block;
    overflow: hidden;
}

.srResult > div {
    border: none !important;
}

.srResult:hover {
    color: #000 !important;
    border: none !important;
    padding: 0px !important;
}

.srResult.titl {
    font-size: 22px;
    font-weight: 900;
}

.srResult.desc {
    font-size: 15px;
    color: #7e7e7e;
}

.srResult.det {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    font-size: 13px;
    font-weight: 900;
    padding-top: 1px !important;
}

header.affix {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0e264f;
    padding: 8px 0;
}

header.affix #headerTop {
    display: none;
}

header.affix .wrapper {
    background-color: transparent;
    border: none;
}

header.affix .wrapper #menu ul li a {
    color: #fff;
}

header.affix .wrapper #menu ul li.active a {
    color: #3872b8;
}

header.affix .quickAppointment {
    background-color: #fff;
    color: #0e264f;
    font-weight: 400;
}

header.affix .logo img {
    top: 5px;
}

header.affix .logo img.affix {
    display: block;
}

header.affix .logo img.default {
    display: none;
}

#welcome {
    width: 100%;
    height: calc(80vh - 66px);
    position: relative;
    overflow: hidden;
}

#welcome .z {
    position: relative;
    z-index: 2;
}

#welcome .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#welcome .bg:before,
#welcome .bg:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    content: "";
}

#welcome .bg:before {
    z-index: 0;
    background: url('https://online.milad.org.tr/site/img/welcome.jpeg') center center no-repeat;
}

#welcome .bg:after {
    z-index: 1;
    background: #000;
    opacity: 0.25;
}

#welcome .wrapper {
    width: 70%;
    height: calc(90vh - 66px);
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    color: #fff;
    align-items: center;
    padding-bottom: 10%;
}

#welcome .wrapper h1 {
    color: #fff;
}

#welcome .wrapper h1 span {
    display: block;
    font-style: italic;
}

#welcome .wrapper p {
    font-size: 15px;
    margin: 20px 0;
    font-weight: 300;
    line-height: 150%;
}

#welcome .btnWrapper a {
    display: inline-block;
    color: #009688;
    border: 1px solid #fff;
    padding: 8px 17px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    background-color: #fff;

    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#welcome .btnWrapper a:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

.solidityRatio .progress {
    height: 10px;
    margin: 14px 0 6px 0;
}

.solidityRatio .progress > div {
    background-color: #f99b16;
}

.solidityRatio .percentage {
    font-size: 13px;
}

#welcomeProfile > div {
    padding-top: 31px;
    padding-bottom: 31px;
}

.bannerWrapper {
    margin: 20px 0;
}

.bannerWrapper .item {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
}

.bannerWrapper .item img {
    position: relative;
    z-index: 1;
}

.bannerWrapper .item .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
}

.bannerWrapper .item span {
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    z-index: 2;
    display: block;
    margin: 0;
    padding: 25px;
}

.bannerWrapper .item a {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #fff;
    color: #363636;
    padding: 8px 16px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.bannerWrapper .item .bg:before {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    content: "";
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0.6;
}
.bannerWrapper .item span a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #009688;
}

#wrapperBar {
    width: 100px;
    position: fixed;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    z-index: 5;
    box-shadow: 0px 0px 22px -10px #000;
    border-right: none;
    opacity: 0.5;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#wrapperBar:hover {
    opacity: 1;
}

#wrapperBar > div {
    width: 100%;
    background-color: #0e264f;
    padding: 10px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    cursor: pointer;
}

#wrapperBar > div a.link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#wrapperBar > div:last-child {
    border: none;
}

#wrapperBar > div:nth-child(1) > div {
    top: 0;
}

#wrapperBar > div:nth-child(2) > div {
    top: -81px;
}

#wrapperBar > div:nth-child(3) > div {
    top: -162px;
}

#wrapperBar > div:nth-child(4) > div {
    top: -243px;
}

#wrapperBar > div:hover {
    background-color: #fff;
}

#wrapperBar > div:hover > span,
#wrapperBar > div:hover > i {
    color: #363636;
}

#wrapperBar > div:hover > div {
    display: block;
}

#wrapperBar > div > i,
#wrapperBar > div > span {
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
}

#wrapperBar > div > i {
    font-size: 45px;
}

#wrapperBar > div > span {
    font-weight: 500;
    font-size: 10px;
}

#wrapperBar > div > div {
    width: 350px;
    height: 323px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 100px;
    box-sizing: border-box;
    display: none;
    box-shadow: -24px 0px 41px -36px #000;
}

#wrapperBar > div > div > div {
    width: 100%;
    display: block;
    overflow: hidden;
}

#wrapperBar > div > div .title {
    display: block;
    padding: 16px 20px;
    box-sizing: border-box;
    background-color: #0e264f;
    color: #fff;
    font-weight: 600;
    text-align: left;
    margin: 0;
}

#wrapperBar > div > div .cnt {
    height: calc(100% - 56px);
    padding: 16px 20px;
    box-sizing: border-box;
}

#wrapperBar > div > div .cnt form {
    margin: 0;
}

#wrapperBar > div > div .cnt form select {
    padding: 0;
}

#wrapperBar > div > div .cnt form .wrp {
    margin-top: 20px;
}

#wrapperBar > div > div .cnt.cont a {
    color: #363636;
}

#wrapperBar > div > div .cnt.cont a i {
    color: #0e264f;
}

#wrapperBar > div > div .cnt.np {
    padding: 0;
    background: url('https://online.milad.org.tr/site/img/loader.gif') center center no-repeat;
}

#wrapperBar > div > div .cnt iframe {
    width: 100% !important;
    height: 100% !important;
}

#wrapperBar > div > div.workHours .item {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #363636;
    padding: 10px 0;
    font-weight: 200;
    margin: 0 auto 20px auto;
    color: #363636;
}

#wrapperBar > div > div.workHours .item:last-child {
    border: none;
}

#wrapperBar > div > div.workHours .item p {
    display: inline-block;
}

#wrapperBar > div > div.workHours .item p:first-child {
    float: left;
}

#wrapperBar > div > div.workHours .item p:last-child {
    float: right;
}

.boxWrapper {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 16px;
}

.boxWrapper.mb {
    margin-bottom: 20px;
}

.filterWrapper h5 {
    margin: 15px 0 15px 0;
}

.filterWrapper .cnt {
    width: 100%;
    height: 180px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 8px;
}

.filterWrapper .cnt .ah {
    overflow: initial;
    height: auto;
}

.filterWrapper .cnt ul li a {
    color: #333333;
    display: block;
    padding: 3px 0;
}

.filterWrapper .cnt ul li a i {
    color: #FAB048;
}

.filterWrapper .cnt.ah {
    height: auto;
    overflow-x: initial;
    overflow-y: initial;
}

/* #endregion ------------------------ Header & HederTop ------------------------   */
/* #region ------------------------ Homepage Start ------------------------   */
#services,
#blog,
#doctors {
    padding: 60px 0;
    display: block;
    position: relative;
}

#icons {
    position: relative;
    z-index: 2;
    padding: 32px 16px;
}

#icons .title {
    text-align: center;
    margin-top: 60px;
}

#icons .title a:before {
    left: 0;
    transform: none;
}

#icons .img {
    width: 100%;
    height: 500px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    left: 2.5%;
}

#icons .item {
    width: 100%;
    margin: 0;
    min-height: 160px;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
}

#icons .item.r {
    width: 112.5%;
}

#icons .item .icon,
#icons .item .text {
    display: block;
    float: left;
}

#icons .item .icon {
    width: 30%;
    border-radius: 100%;
    font-size: 80px;
    color: #3872b8;
    position: relative;
    text-align: center;
}

#icons .item .text {
    width: 70%;
    position: relative;
}

#icons .item .text h5 {
    font-size: 21px;
    font-weight: 400;
    margin: 0 0 15px 0;
    color: #0e264f;
}

#icons .item .text p {
    color: #363636;
    font-weight: 200;
}

#about {
    padding: 70px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

#about .title {
    text-align: left;
    margin-top: 60px;
}

#about .title a:before {
    left: 0;
    transform: none;
}

#about .cnt {
    margin-bottom: 20px;
    overflow: hidden;
}

#about .image {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center center;
    border: 10px solid #0e264f;
    transform: perspective(600px) rotateY(15deg) scale(0.9);
    position: relative;
    top: 20px;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#about .image:hover {
    border-color: #3872b8;
}

#about a.goDetail {
    display: inline-block;
}

#doctors {
    background-color: #f5f5f5;
}

#doctors .title {
    text-align: center;
}

.title {
    width: 100%;
    text-align: left;
    margin: 60px 0 15px 0;
}

.title h2 a {
    color: #333333;
    font-weight: 300;
    font-size: 1.7rem;
    position: relative;
    text-transform: uppercase;
    display: block;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.title h2 a:hover {
    text-decoration: none;
    color: #363636;
}

.title h3 {
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 600;
    color: #363636;
    margin: 20px 0;
}

#services {
    background-color: #f5f5f5;
}

#services .title {
    text-align: center;
}

#workingHours {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

#workingHours .title .lineArea {
    background-color: #363636;
}

#workingHours .title .lineArea:before {
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

#workingHours .bgIMG {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

#workingHours:after {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: #0e264f;
    content: "";
    opacity: 0.7;
}

#workingHours .title {
    text-align: center;
}

#workingHours .title h2 a,
#workingHours .title h3 {
    color: #fff;
}

#workingHours .item {
    width: 85%;
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #fff;
    padding: 10px 0;
    font-weight: 600;
    margin: 0 auto 20px auto;
    color: #fff;
}

#workingHours .item:last-child {
    border: none;
}

#workingHours .item p {
    display: inline-block;
}

#workingHours .item p:first-child {
    float: left;
}

#workingHours .item p:last-child {
    float: right;
}

#blog {
    position: relative;
    overflow: hidden;
    background-color: #fefefe;
}

#blog .title {
    text-align: center;
}

#blog .owlDots .owl-dots {
    bottom: -5px;
}

#blog .owlDots .owl-dots .owl-dot span {
    color: #3872b8;
}

.bannerArea {
    position: relative;
    overflow: hidden;
    background-color: #0e264f;
    padding: 40px 0;
    color: #fff;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.bannerArea:before {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #363636;
    left: 0;
    bottom: -100%;
    z-index: 0;
    content: "";
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.bannerArea h3 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}

.bannerArea p {
    font-weight: 200;
}

.bannerArea .iconArea {
    text-align: center;
    font-size: 20px;
}

.bannerArea .iconArea i {
    position: relative;
    transform: scale(7);
    top: 35px;
}

.bannerArea .iconArea .default {
    display: block;
}

.bannerArea .iconArea .hover {
    display: none;
}

.bannerArea:hover:before {
    bottom: 0;
}

.bannerArea:hover .iconArea .default {
    display: none;
}

.bannerArea:hover .iconArea .hover {
    display: block;
}

.bannerArea.extraDetail {
    background-color: #0e264f;
    overflow: initial;
    margin-top: 20px;
    margin-bottom: 1.5px;
}

.bannerArea.extraDetail:hover {
    background-color: #363636;
}

.bannerArea.extraDetail:before {
    display: none;
}

.bannerArea.extraDetail .img {
    width: 90%;
    position: absolute;
    height: 250px;
    left: 0;
    bottom: -40px;
    overflow: hidden;
}

.bannerArea.extraDetail .img:before {
    width: 100%;
    height: 100%;
    background-color: #3872b8;
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.bannerArea.extraDetail .img img {
    position: absolute;
    top: 0;
    left: 0;
}

#featured,
#newlyAdded {
    position: relative;
    overflow: hidden;
}

/* #endregion ------------------------ Homepage End ------------------------   */
/* #region ------------------------ SubPage Start ------------------------   */
#firmDetail .banner {
    width: 100%;
    height: 200px;
    position: relative;
    z-index: 2;
}

#firmDetail .banner .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#firmDetail .banner .bg:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    background-size: 21px;
    content: "";
    opacity: 0.2;
}

#firmDetail .profile {
    width: 160px;
    height: 160px;
    background-color: #fff;
    border-radius: 100%;
    top: 100px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 22px -15px #000;
}

#firmDetail .profile img {
    max-height: 160px;
    width: auto;
    max-width: 100%;
}

#firmDetail #navWrapper {
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: #3D57FD;
}

#firmDetail #navWrapper a {
    padding: 11px 35px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 3%;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#firmDetail #navWrapper a:hover,
#firmDetail #navWrapper a.active {
    background-color: #fff;
    color: #333333;
    text-decoration: none;
}

#firmDetail .boxWrapper {
    margin-top: 40px;
}

#firmList > .container {
    position: relative;
    z-index: 99;
}

#firmProfile {
    position: relative;
    z-index: 1;
}

#subPageBanner {
    width: 100%;
    position: relative;
    top: -113px;
    margin-bottom: -40px;
    left: 0;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    z-index: 1;
}

#subPageBanner:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0e264f;
    z-index: -2;
    content: "";
    opacity: 0.5;
}

#subPageBanner .item {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 50px;
}

#subPageBanner h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
    text-align: center;
}

#subPageBanner.fileSystem:after {
    display: none;
}

#subPageBanner.fileSystem .item {
    width: 100%;
    height: 190px;
    display: table;
}

#subPageBanner.fileSystem h3 {
    color: #484848;
}

#subPageBanner.fileSystem #pageBreadcrumb ol li:before {
    color: #000;
}

#subPageBanner.fileSystem #pageBreadcrumb ol li a {
    color: #484848;
}

#leftNav {
    width: 90%;
    height: auto;
}

#leftNav .box {
    width: 100%;
    box-shadow: 0 5px 40px 10px #eaeaef;
    display: block;
    overflow: hidden;
}

#leftNav .title {
    background-color: #0e264f;
    margin-top: 0;
}

#leftNav .title h2 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    padding: 25px 20px;
    text-transform: uppercase;
}

#leftNav ul {
    width: 100%;
    padding: 0 10px;
}

#leftNav ul li {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #c1c1c1;
    overflow: hidden;
}

#leftNav ul li:last-child {
    border: none;
}

#leftNav ul li a {
    display: block;
    padding: 18px 20px 19px 20px;
    color: #363636;
    font-size: 16px;
    font-weight: 200;
    position: relative;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#leftNav ul li a:after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f105";
    padding-left: 8px;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#leftNav ul li a.active,
#leftNav ul li a:hover {
    text-decoration: none;
    padding: 18px 25px 19px 20px;
    color: #0e264f;
}

#leftNav ul li a.active:after,
#leftNav ul li a:hover:after {
    content: "\f101";
}

#detail {
    color: #858585;
}

#detail.dr h2 {
    font-size: 22px;
    font-weight: 400;
    color: #0e264f;
}

#detail[data-select="cont"] h1 {
    margin-top: 30px;
}

#detail h1,
#detail h2,
#detail h3,
#detail h4,
#detail h5,
#detail h6 {
    color: #525252;
}

#detail .pimg {
    width: 100%;
    height: 400px;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}

#detail .imgProduct {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 20px;
    margin-bottom: 20px;
}

#detail #projectsMap {
    width: 97%;
    height: 300px;
    position: relative;
    margin-bottom: 60px;
    z-index: 2;
    border: 4px solid #0e264f;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#detail #projectsMap:hover {
    border-color: #3872b8;
}

#detail #projectsMap > iframe {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

#detail #drMovies h6 {
    margin: 25px 0 0 0;
    font-size: 25px;
    color: #0e264f;
    padding-bottom: 8px;
    font-weight: 800;
    border: none;
}

#detail #drMovies .drIframe {
    width: 100%;
    height: 200px;
    display: block;
    padding: 3px;
    background-color: #fff;
    border: 6px solid #0e264f;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

#detail #drMovies .drIframe:hover {
    border-color: #3872b8;
}

#detail #drMovies .drIframe:hover a:before {
    color: #fff;
}

#detail #drMovies .drIframe a {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#detail #drMovies .drIframe a:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f04b";
    color: #3872b8;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    z-index: 2;
    font-size: 100px;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#detail #drMovies .drIframe > iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: none;
}

#detail h1 {
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 15px;
}

#detail h6 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 20px;
    padding-bottom: 6px;
    border-bottom: 1px solid #8a8a8a;
}

#detail .cnt p a {
    color: inherit;
}

#detail .cnt p a i {
    width: 20px;
    display: inline-block;
    font-size: 23px;
    text-align: center;
    padding-right: 26px;
    position: relative;
    top: 3px;
    color: #3872b8;
}

#detail.product {
    color: #000;
}

#detail.product h1 {
    margin-bottom: 0;
}

#detail.product .dButtons {
    padding-top: 40px;
}

#detail.product .dButtons > a {
    display: inline-block;
    margin: 10px 8px 10px 0;
    color: #ffffff;
    padding: 10px 20px 6px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
    color: #e32714;
    border: 1px solid #e32714;
}

#detail.product .dButtons > a:hover {
    text-decoration: none;
    background-color: #e32714;
    color: #fff;
}

#detail.product a.pDetail {
    display: inline-block;
    margin: 8px 0;
    color: #363636;
    border: 1px solid #363636;
}

#detail.product span.rate {
    width: 100%;
    display: block;
}

#detail.product span.rate i {
    color: #ffaf40;
}

#detail.product span.by {
    font-weight: 700;
    font-size: 13px;
    color: #e32714;
}

#detail.product p.price {
    font-weight: 700;
    display: block;
    position: relative;
    margin: 15px 0 70px 0;
    transform: scale(1.3);
    left: 83px;
}

#detail.product p.price span.discount {
    width: 10%;
    height: 45px;
    line-height: 51px;
    font-size: 13px;
    display: block;
    float: left;
    background: red;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-right: 2%;
    border-radius: 10px;
}

#detail.product p.price span.oldprice {
    width: 70%;
    height: 10px;
    display: block;
    float: left;
    font-size: 12px;
    margin: 2px 0 5px 0;
    color: #737373;
    text-decoration: line-through;
}

#detail.product p.price span.oldprice:after {
    content: ' TL';
}

#detail.product p.price span.newprice {
    width: 30%;
    height: 10px;
    display: block;
    float: left;
    font-size: 22px;
}

#detail.product p.price span.newprice:after {
    content: ' TL';
}

#detail.product p.price[data-select="nodiscount"] span.newprice {
    font-size: 28px;
    width: 100%;
    padding-top: 6px;
    float: none;
}

#detail.product .cnt {
    padding: 20px 0 0 0;
}

#detail.product .iconSet {
    display: block;
    margin: 15px 0;
    overflow: hidden;
    text-align: left;
}

#detail.product .iconSet a {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 2px 5px;
    border-radius: 10px;
    overflow: hidden;
    width: auto;
    min-width: 160px;
}

#detail.product .iconSet a span {
    display: block;
    float: left;
    padding: 1px 8px;
}

#detail.product .iconSet a span.icon {
    width: 30%;
    margin-right: 2%;
    font-size: 32px;
    color: #e32714;
    text-align: center;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#detail.product .iconSet a span.icon i {
    position: relative;
    top: 2px;
}

#detail.product .iconSet a span.text {
    width: 67%;
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding-top: 7px;
}

#detail.product .iconSet a:hover span.icon {
    background-color: #e32714;
    color: #fff;
}

#detail.product #shareArea {
    margin: 0 0 20px 0;
}

#detail button[type="submit"][data-process="default"] {
    background-color: #3872b8;
    border-radius: 20px;
}

#detail #tabWrapper {
    display: block;
    overflow: hidden;
    margin-top: 40px;
}

#detail #tabWrapper #tabTitle {
    border-bottom: 1px solid #e32714;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
}

#detail #tabWrapper #tabTitle > a {
    width: 24%;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    font-size: 13px;
    color: #363636;
    display: inline-block;
    margin: 0 0.25%;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: border-box;
}

#detail #tabWrapper #tabTitle > a > span {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    line-height: 140% !important;
    height: auto;
    max-height: 44px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10%;
    position: relative;
    padding-left: 25px;
}

#detail #tabWrapper #tabTitle > a > span i {
    position: absolute;
    left: -7px;
    top: 41%;
    transform: translateY(-50%);
    width: 30px;
    font-size: 27px;
    text-align: center;
}

#detail #tabWrapper #tabTitle > a:hover {
    background-color: #eaeaea;
}

#detail #tabWrapper #tabTitle > a.active {
    background-color: #e32714;
    color: #fff;
}

#detail #tabWrapper #tabContent > div:not(.active) {
    display: none;
}

#detail #tabWrapper #tabContent .content {
    padding: 20px 15px;
    height: auto;
}

#detail #tabWrapper #tabContent .content:not(.noscroll) {
    min-height: 335px;
    max-height: 340px;
    overflow-y: auto;
}

#detail #tabWrapper #tabContent .content .iframe {
    width: 100%;
    height: 270px;
    display: block;
    padding: 3px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

#detail #tabWrapper #tabContent .content .iframe a {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#detail #tabWrapper #tabContent .content .iframe a:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f144";
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    z-index: 2;
    font-size: 200px;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#detail #tabWrapper #tabContent .content .iframe a:hover:before {
    color: #e32714;
}

#detail #tabWrapper #tabContent .content .iframe > iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: none;
}

#detail #tabWrapper #tabContent .content .fileWrapper {
    margin: 0;
}

#detail #tabWrapper #tabContent form.contact {
    margin: 0;
}

#detail.product #imgSlider span.price {
    position: absolute;
    right: 50px;
    top: 0;
    display: inline-block;
    background-color: #f0f0f0;
    font-size: 15px;
    padding: 7px 19px;
    text-align: left;
    font-weight: 200;
    border-radius: 5px;
    z-index: 2;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#detail.product #imgSlider span.price:after {
    content: " ₺";
}

#detail .gallery {
    display: block;
    overflow: hidden;
    padding: 30px 0;
}

#detail .gallery .item {
    padding: 6px;
}

#detail .gallery .item > a {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 30px;
    position: relative;
    display: block;
    box-shadow: 0px 0px 8px -2px #000;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#detail .gallery .item > a:hover {
    box-shadow: 0px 0px 8px -2px #e32714;
}

div.cnt[data-type="typography"] {
    line-height: 160%;
}

div.cnt[data-type="typography"] ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

div.cnt[data-type="typography"] ul,
div.cnt[data-type="typography"] ul li {
    font-size: 16px;
    line-height: 26px;
    color: #292929;
    margin-bottom: 15px;
    list-style-type: initial;
    font-weight: 200;
}

div.cnt[data-type="typography"] h1,
div.cnt[data-type="typography"] h2,
div.cnt[data-type="typography"] h3,
div.cnt[data-type="typography"] h4,
div.cnt[data-type="typography"] h5,
div.cnt[data-type="typography"] p {
    color: #292929;
    margin-bottom: 1rem;
}

div.cnt[data-type="typography"] p {
    font-size: 16px;
    font-weight: 200;
}

div.cnt[data-type="typography"] a {
    color: #3872b8;
}

#filterArea {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#filterArea .item {
    display: block;
    float: right;
    margin-left: 45px;
}

#filterArea .item h6 {
    float: left;
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 3px;
}

#filterArea .item h6 i {
    width: 20px;
    height: 19px;
    display: block;
    float: left;
    text-align: center;
    margin-right: 5px;
}

#filterArea .item h6 i.clickable {
    cursor: pointer;
    color: #E91E63;
}

#filterArea .item select {
    width: 250px;
    float: left;
    border: none;
    padding: 0 10px;
    outline: none;
    position: relative;
    top: 1px;
}

#filterArea .item span.result {
    display: block;
    padding-right: 30px;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    top: -1px;
    display: none;
    color: #E91E63;
}

#filterContent {
    width: 100%;
    display: block;
}

#filterContent .fItem {
    width: 24%;
    margin: 0.5%;
}

#shareArea {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0;
}

#shareArea h5 {
    display: block;
    float: left;
    margin-top: 7px;
    font-weight: 400;
}

#shareArea ul {
    display: block;
    float: left;
}

#shareArea ul li {
    display: block;
    float: left;
    margin-left: 15px;
    overflow: hidden;
}

#shareArea ul li a {
    color: #333;
    display: block;
    width: 30px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    transform: scale(1);
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#shareArea ul li a.facebook {
    color: #3B5998;
}

#shareArea ul li a.twitter {
    color: #55acee;
}

#shareArea ul li a.vimeo {
    color: #00adef;
}

#shareArea ul li a.googleplus {
    color: #dc4a3d;
}

#shareArea ul li a.linkedin {
    color: #0077b5;
}

#shareArea ul li a.pinterest {
    color: #e60023;
}

#shareArea ul li a.whatsapp {
    color: #4caf50;
}

#shareArea ul li a:hover {
    transform: scale(1.1);
    color: #000;
}

#ohter {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}

#ohter h6 {
    margin: 0 0 15px 0;
    font-size: 25px;
    color: #0e264f;
    padding-bottom: 8px;
    font-weight: 800;
    margin-top: 75px;
    border: none;
}

#ohter .list {
    margin: 0;
    padding: 0 !important;
    overflow: initial;
}

#ohter .list .itemBg,
#ohter .list .itemNormal,
#ohter .list .itemVertical {
    box-shadow: 0px 4px 22px -12px #000;
}

#ohter .list .itemBg .img,
#ohter .list .itemNormal .img,
#ohter .list .itemVertical .img {
    height: 220px;
}

#ohter .list .itemBg a.go,
#ohter .list .itemNormal a.go,
#ohter .list .itemVertical a.go {
    font-size: 18px;
    height: auto;
}

#ohter .list .price,
#ohter .list .rate {
    padding-left: 10px;
}

#ohter .owl-dots {
    bottom: -20px;
}

#map {
    width: 100%;
    height: 400px;
    display: block;
    position: relative;
    z-index: 1;
    background-color: #ddd;
    margin-bottom: 60px;
}

#map #map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#map #disabledScroll {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}

#map a.map {
    text-decoration: none;
}

#staticPageWrapper {
    padding-top: 35px;
}

#faq .faq-list {
    padding: 0;
    list-style: none;
}

#faq .faq-list li {
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 17px 40px;
}

#faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
}

#faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: -25px;
    top: 6px;
    transition: 1s;
}

.faq-title {
    text-align: center;
    font-size: 17px;
    border-bottom: 2px dashed #ffffff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #ffffff;
}

#faq .faq-list p {
    padding-top: 5px;
    margin-bottom: 20px;
    font-size: 15px;
}

.collapsed i.las.la-arrow-up {
    transform: rotate(180deg);
}

#banner {
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-bottom: 20px;
}

#banner > .container {
    position: relative;
    z-index: 99;
}

#banner .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

#banner .bg:before {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.3;
}

#banner .breadcrumb {
    border-color: #FAB048;
    border-radius: 0;
    background: #fff;
}

#banner .breadcrumb li a {
    color: #333333;
}

#banner .breadcrumb li:before {
    font-weight: 100;
}

#banner .breadcrumb .breadcrumb-item.active {
    font-weight: 500;
    color: #FAB048;
}

#banner.second {
    height: 100px;
}

#banner.second .breadcrumb {
    background-color: #fff;
    border: none;
    margin-bottom: 0;
}

#particles-js {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* ---- stats.js ---- */
.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

#formContent .boxWrapper {
    border: none;
    margin: 80px 0;
    padding: 30px 20px;
}

#formContent .boxWrapper .text > h3 {
    margin-top: 20px;
}

#formContent .boxWrapper .text p {
    margin: 15px 0 30px 0;
    display: block;
}

#tabContent > div:not(.active) {
    display: none;
}

/* #endregion ------------------------ SubPage End ------------------------   */
/* #region ------------------------ List ------------------------   */
.list .horizontalFirm {
    background: #fff;
    overflow: hidden;
    padding: 18px 10px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
}

.list .horizontalFirm .logo {
    width: 100%;
    height: 105px;
    overflow: hidden;
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.list .horizontalFirm .logo img {
    max-width: 100%;
    max-height: 90px;
}

.list .horizontalFirm h5 a {
    display: block;
    text-align: left;
    color: #333333;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.list .horizontalFirm h5 a:hover {
    color: #009688;
    text-decoration: none;
}

.list .horizontalFirm p.info {
    font-size: 14px;
    font-weight: 200;
    margin: 7px 0;
}

.list .horizontalFirm .btns {
    width: 100%;
    text-align: left;
}

.list .horizontalFirm .btns a {
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    text-decoration: none;
    color: #363636;
    border: 1px solid #ddd;
    padding: 3px 10px;
    border-radius: 10px;
}

.list .horizontalFirm .btns a:hover {
    background-color: #FAB048;
    border-color: #FAB048;
    color: #fff;
    text-decoration: none;
}

.list .firm {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 10px 15px;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.list .firm .logo {
    width: 100%;
    height: 150px;
    overflow: hidden;
    text-align: center;
    margin: 10px 0;
}

.list .firm .logo img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    max-height: 150px;
}

.list .firm h5 a {
    display: block;
    text-align: center;
    color: #333333;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.list .firm h5 a:hover {
    color: #009688;
    text-decoration: none;
}

.list .firm p.info {
    font-size: 14px;
    font-weight: 200;
    margin: 7px 0;
}

.list .firm .btns {
    width: 100%;
    text-align: center;
}

.list .firm .btns a {
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    text-decoration: none;
    color: #333333;
}

.list .firm .btns a:hover {
    color: #009688;
    text-decoration: none;
}

.list .firm:hover {
    border-color: #009688;
}

.list .firmText a {
    color: #333333;
    display: block;
    font-weight: 300;
    padding: 8px 0;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.list .firmText a span {
    font-size: 11px;
}

.list .firmText a span:before {
    content: "(";
}

.list .firmText a span:after {
    content: ")";
}

.list div[class^="listItem"] {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 10px 40px 0 10px;
}

.list div[class^="listItem"] .text {
    padding: 10px;
}

.list div[class^="listItem"] div[class^="img"] {
    position: relative;
    transform: scale(1);
    margin-bottom: 10px;
}

.list div[class^="listItem"]:hover a.go {
    color: #3872b8;
}

.list .listItem {
    width: 100%;
}

.list .listItem .img {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.list .listItem .img.contain {
    background-size: 65% auto;
    background-position: center center;
}

.list .listItemVertical .img {
    width: 100%;
    height: 200px;
    display: table;
    overflow: hidden;
    position: relative;
}

.list .listItemVertical .img > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    position: relative;
    transform: scale(1);
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.list .listItemVertical .img > div img {
    width: auto;
    max-width: 85%;
    height: auto;
    max-height: 140px;
    display: inline-block;
}

.list a.go {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    display: block;
    vertical-align: middle;
    padding: 0 10px;
}

.list a.go span {
    max-height: 55px;
    vertical-align: middle;
    display: inline-block;
    line-height: 140% !important;
}

.list a.link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.adsWrapper .ads {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 230px;
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.adsWrapper .ads.one {
    width: 100%;
    height: 230px;
}

.adsWrapper .ads.two {
    width: 100%;
    height: 500px;
    margin-top: 20px;
}

.adsWrapper .boxWrapper {
    width: 275px;
}

/* #endregion ------------------------ List ------------------------   */
/* #region ------------------------ Faq Answer Questions Start ------------------------   */
#sss {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

#sss .item {
    width: 98%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

#sss .item .title,
#sss .item .content {
    width: 100%;
}

#sss .item .title {
    background-color: #f7f7f7;
    font-size: 13px;
    height: 90px;
    line-height: 90px;
    padding: 0 10px 0 60px;
    margin: 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#sss .item .title:before {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "\f067";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 32px;
    color: #7d7d7d;
}

#sss .item .title h3 {
    display: inline-block;
    font-size: 22px;
    line-height: 140% !important;
    font-weight: 500;
    vertical-align: middle;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 0;
}

#sss .item .title:hover {
    background-color: #eaeaea;
}

#sss .item .content {
    padding: 20px 20px 40px 20px;
    height: auto;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 160%;
    letter-spacing: 0.3px;
    display: none;
}

#sss .item.active {
    border-color: #3872b8;
}

#sss .item.active .title {
    background-color: #3872b8;
}

#sss .item.active .title:before,
#sss .item.active .title h3 {
    color: #fff;
}

#sss .item.active .title:before {
    content: "\f068";
}

/* #endregion ------------------------ Faq Answer Questions End ------------------------   */
/* #region ------------------------ Footer Start ------------------------   */
footer {
    width: 100%;
    height: auto;
    padding: 70px 0 50px 0;
    position: relative;
    overflow: hidden;
    background-color: #0e264f;
    z-index: 6;
    margin-top: 60px;
}

footer h3 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 400;
    display: block;
}

footer h3 a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

footer h3 a:hover {
    color: #fff;
    text-decoration: none;
    padding-left: 5px;
}

footer h3 a:hover:after {
    width: 100%;
}

footer ul {
    width: 100%;
    display: block;
    height: auto;
}

footer ul li {
    width: 100%;
    display: block;
}

footer ul li a {
    color: #fff;
    font-weight: inherit;
    font-size: inherit;
    padding: 7.5px 1px;
    font-weight: 200;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

footer ul li a:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f067";
    color: #fff;
}

footer ul li a:hover {
    color: #fff;
    text-shadow: 1px 1px #0e264f;
    text-decoration: none;
}

footer ul li a:hover:before {
    content: "\f101";
}

footer ul li:last-child a {
    padding-bottom: 0;
}

footer .footerBottom {
    width: 100%;
    display: block;
    padding: 16px 0;
    border-top: 1px solid #fff;
    font-weight: 200;
    position: relative;
    text-align: center;
    z-index: 2;
    color: #fff;
    margin-top: 20px;
    font-size: 12px;
    line-height: 150%;
}

footer .footerBottom a {
    color: inherit;
}

footer .footerBottom p {
    text-align: center;
}

footer .cnt p {
    display: block;
    margin-bottom: 10px !important;
    font-weight: 200;
    color: #fff !important;
}

footer .cnt p p,
footer .cnt p i {
    color: #fff;
}

footer .cnt p a {
    color: #fff;
    font-weight: 200;
}

footer div.cnt[data-type="typography"] a {
    color: #fff;
}

footer p.law {
    width: 100%;
    display: block;
    text-align: center;
    color: red;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 9px;
}

footer a.signature {
    display: block;
    float: right;
}

footer a.signature b {
    position: relative;
    top: 4.5px;
    margin: 0 10px 0 10px;
    transform: scale(1.3);
    width: 50px;
    height: 18px;
    display: inline-block;
    background: url('https://online.milad.org.tr/site/img/statics/sddLogoWhite.png') 0 0 no-repeat;
    background-size: contain;
}

/* #endregion ------------------------ Footer End ------------------------   */
/* #region ------------------------ Popup Search Wrapper ------------------------   */
#searchWrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

#searchWrapper .wrapper {
    width: 80%;
    max-width: 1000px;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#searchWrapper .wrapper h6 {
    font-size: 78px;
    font-weight: 200;
    color: #fff;
    text-align: center;
}

#searchWrapper .wrapper form {
    border-bottom: 1px solid #3872b8;
    overflow: hidden;
    margin-top: 25px;
}

#searchWrapper .wrapper form input,
#searchWrapper .wrapper form button {
    border: none;
    outline: none;
    background-color: transparent;
    display: block;
    float: left;
}

#searchWrapper .wrapper form input {
    width: 90%;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 25px;
    color: inherit;
    font-weight: 200;
    color: #fff;
}

#searchWrapper .wrapper form input::-webkit-input-placeholder {
    color: #fff;
}

#searchWrapper .wrapper form input::-moz-placeholder {
    color: #fff;
}

#searchWrapper .wrapper form input:-ms-input-placeholder {
    color: #fff;
}

#searchWrapper .wrapper form input:-moz-placeholder {
    color: #fff;
}

#searchWrapper .wrapper form button,
#searchWrapper .wrapper form a.cls {
    width: 5%;
    height: 40px;
    line-height: 40px;
    float: left;
    color: inherit;
    font-size: 27px;
    margin-top: 0;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

#searchWrapper .wrapper form button:hover,
#searchWrapper .wrapper form a.cls:hover {
    color: #3872b8;
}

#searchWrapper .wrapper form a.cls {
    color: #fff;
}

#searchWrapper .wrapper form button {
    font-size: 23px;
}

/* #endregion ------------------------ Popup Search Wrapper ------------------------   */
/* #region ------------------------ Search Result ------------------------   */
#searchResultNotFound {
    width: 100%;
    height: calc(100vh - 113px);
    overflow: hidden;
    display: block;
}

#searchResultNotFound .text,
#searchResultNotFound .bg {
    width: 100%;
    height: 220px;
}

#searchResultNotFound .text p {
    color: #646464;
    font-weight: 200;
    line-height: 140%;
    font-size: 31px;
}

#searchResultNotFound .bg {
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}

body[data-view="searchResult"] .ghostFooter {
    display: none !important;
}

body[data-view="searchResult"] #pageWrapper {
    margin-bottom: 0;
}

/* #endregion ------------------------ Search Result ------------------------   */
/* #region ------------------------ Page Not Found ------------------------   */
#pageNotFound {
    width: 100%;
    height: calc(100vh - 113px);
    overflow: hidden;
    display: block;
}

#pageNotFound .text,
#pageNotFound .bg {
    width: 100%;
    min-height: 220px;
}

#pageNotFound .text h3,
#pageNotFound .text p {
    width: 100%;
    display: block !important;
}

#pageNotFound .text h3 {
    color: #4a4a4a;
    font-weight: 500;
    font-size: 31px;
    margin-top: 35px;
}

#pageNotFound .text p {
    color: #646464;
    font-weight: 200;
    line-height: 140%;
    font-size: 18px;
    margin: 10px 0;
}

#pageNotFound a.backToHomepage {
    margin-top: 8px;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 700;
    display: block;
}

#pageNotFound .bg {
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}

body[data-view="notFound"] .ghostFooter {
    display: none !important;
}

body[data-view="notFound"] #pageWrapper {
    margin-bottom: 0;
}

/* #endregion ------------------------ Page Not Found ------------------------   */
/* #region ------------------------ File System Start ------------------------   */
.fileWrapper {
    width: 100%;
    display: block;
    margin: 50px 0;
    overflow: hidden;
}

.fileWrapper .file {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    height: auto;
    overflow: hidden;
    float: left;
}

.fileWrapper .file .iconWrapper {
    width: 100%;
    height: 150px;
    line-height: 150px;
    font-size: 50px;
    display: block;
    text-align: center;
    color: silver;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.fileWrapper .file .iconWrapper:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    display: inline-block;
    font-size: inherit;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.fileWrapper .file .iconWrapper .process {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    position: absolute;
    z-index: 1;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.fileWrapper .file .iconWrapper .process > a {
    width: 50%;
    height: 100%;
    line-height: 100%;
    display: block;
    position: relative;
    color: #959595;
    margin: 0;
    padding: 0;
    font-size: 20px;
    float: left;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.fileWrapper .file .iconWrapper .process > a i {
    position: absolute;
    bottom: 15px;
    display: block;
    transform: translateX(-50%);
    left: 50%;
}

.fileWrapper .file .iconWrapper:hover {
    border: 1px solid #9b9b9b;
    color: #a7a7a7;
}

.fileWrapper .file .iconWrapper:hover:before {
    opacity: 0;
}

.fileWrapper .file .iconWrapper:hover .process {
    bottom: 0;
}

.fileWrapper .file .iconWrapper:hover .process a:hover {
    color: #000;
}

.fileWrapper .file a.text {
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 5px 10px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #3d3d3d;
}

.fileWrapper .file .iconWrapper[data-icon=txt]:before {
    content: '\f0f6';
}

.fileWrapper .file .iconWrapper[data-icon=mp3]:before {
    content: '\f1c7';
}

.fileWrapper .file .iconWrapper[data-icon=pdf]:before {
    content: '\f1c1';
}

.fileWrapper .file .iconWrapper[data-icon=rar]:before,
.fileWrapper .file .iconWrapper[data-icon=zip]:before {
    content: '\f1c6';
}

.fileWrapper .file .iconWrapper[data-icon=xlsm]:before,
.fileWrapper .file .iconWrapper[data-icon=xlsb]:before,
.fileWrapper .file .iconWrapper[data-icon=xltx]:before,
.fileWrapper .file .iconWrapper[data-icon=xltm]:before,
.fileWrapper .file .iconWrapper[data-icon=xls]:before,
.fileWrapper .file .iconWrapper[data-icon=xlt]:before,
.fileWrapper .file .iconWrapper[data-icon=xlsx]:before {
    content: '\f1c3';
}

.fileWrapper .file .iconWrapper[data-icon=pptx]:before,
.fileWrapper .file .iconWrapper[data-icon=pptm]:before,
.fileWrapper .file .iconWrapper[data-icon=ppt]:before,
.fileWrapper .file .iconWrapper[data-icon=xps]:before,
.fileWrapper .file .iconWrapper[data-icon=potx]:before,
.fileWrapper .file .iconWrapper[data-icon=potm]:before,
.fileWrapper .file .iconWrapper[data-icon=pot]:before,
.fileWrapper .file .iconWrapper[data-icon=ppsx]:before,
.fileWrapper .file .iconWrapper[data-icon=ppsm]:before,
.fileWrapper .file .iconWrapper[data-icon=pps]:before,
.fileWrapper .file .iconWrapper[data-icon=ppam]:before,
.fileWrapper .file .iconWrapper[data-icon=ppa]:before {
    content: '\f1c4';
}

.fileWrapper .file .iconWrapper[data-icon=m4b]:before,
.fileWrapper .file .iconWrapper[data-icon=m4r]:before,
.fileWrapper .file .iconWrapper[data-icon=mbr]:before,
.fileWrapper .file .iconWrapper[data-icon=mxl]:before,
.fileWrapper .file .iconWrapper[data-icon=nst]:before,
.fileWrapper .file .iconWrapper[data-icon=oma]:before,
.fileWrapper .file .iconWrapper[data-icon=ptx]:before,
.fileWrapper .file .iconWrapper[data-icon=ra]:before,
.fileWrapper .file .iconWrapper[data-icon=rmi]:before,
.fileWrapper .file .iconWrapper[data-icon=rng]:before,
.fileWrapper .file .iconWrapper[data-icon=smf]:before,
.fileWrapper .file .iconWrapper[data-icon=smp]:before,
.fileWrapper .file .iconWrapper[data-icon=tak]:before,
.fileWrapper .file .iconWrapper[data-icon=tta]:before,
.fileWrapper .file .iconWrapper[data-icon=vox]:before,
.fileWrapper .file .iconWrapper[data-icon=wax]:before,
.fileWrapper .file .iconWrapper[data-icon=wpk]:before,
.fileWrapper .file .iconWrapper[data-icon=wrk]:before,
.fileWrapper .file .iconWrapper[data-icon=wve]:before,
.fileWrapper .file .iconWrapper[data-icon=all]:before,
.fileWrapper .file .iconWrapper[data-icon=als]:before,
.fileWrapper .file .iconWrapper[data-icon=amz]:before,
.fileWrapper .file .iconWrapper[data-icon=bun]:before,
.fileWrapper .file .iconWrapper[data-icon=emp]:before,
.fileWrapper .file .iconWrapper[data-icon=emx]:before,
.fileWrapper .file .iconWrapper[data-icon=fev]:before,
.fileWrapper .file .iconWrapper[data-icon=gig]:before,
.fileWrapper .file .iconWrapper[data-icon=gpk]:before,
.fileWrapper .file .iconWrapper[data-icon=imp]:before,
.fileWrapper .file .iconWrapper[data-icon=lvp]:before,
.fileWrapper .file .iconWrapper[data-icon=mtp]:before,
.fileWrapper .file .iconWrapper[data-icon=omf]:before,
.fileWrapper .file .iconWrapper[data-icon=ove]:before,
.fileWrapper .file .iconWrapper[data-icon=pts]:before,
.fileWrapper .file .iconWrapper[data-icon=rfl]:before,
.fileWrapper .file .iconWrapper[data-icon=sdat]:before,
.fileWrapper .file .iconWrapper[data-icon=sfl]:before,
.fileWrapper .file .iconWrapper[data-icon=sm]:before,
.fileWrapper .file .iconWrapper[data-icon=svd]:before,
.fileWrapper .file .iconWrapper[data-icon=syn]:before,
.fileWrapper .file .iconWrapper[data-icon=vdj]:before,
.fileWrapper .file .iconWrapper[data-icon=vrf]:before,
.fileWrapper .file .iconWrapper[data-icon=wow]:before,
.fileWrapper .file .iconWrapper[data-icon=mp3]:before,
.fileWrapper .file .iconWrapper[data-icon=amr]:before,
.fileWrapper .file .iconWrapper[data-icon=flac]:before,
.fileWrapper .file .iconWrapper[data-icon=m3u]:before,
.fileWrapper .file .iconWrapper[data-icon=ptm]:before,
.fileWrapper .file .iconWrapper[data-icon=voc]:before,
.fileWrapper .file .iconWrapper[data-icon=xspf]:before,
.fileWrapper .file .iconWrapper[data-icon=dss]:before,
.fileWrapper .file .iconWrapper[data-icon=aax]:before,
.fileWrapper .file .iconWrapper[data-icon=abc]:before,
.fileWrapper .file .iconWrapper[data-icon=cda]:before,
.fileWrapper .file .iconWrapper[data-icon=m4a]:before,
.fileWrapper .file .iconWrapper[data-icon=ogg]:before,
.fileWrapper .file .iconWrapper[data-icon=wav]:before,
.fileWrapper .file .iconWrapper[data-icon=acd]:before,
.fileWrapper .file .iconWrapper[data-icon=ftm]:before,
.fileWrapper .file .iconWrapper[data-icon=aac]:before,
.fileWrapper .file .iconWrapper[data-icon=aaf]:before,
.fileWrapper .file .iconWrapper[data-icon=ac3]:before,
.fileWrapper .file .iconWrapper[data-icon=act]:before,
.fileWrapper .file .iconWrapper[data-icon=aif]:before,
.fileWrapper .file .iconWrapper[data-icon=aiff]:before,
.fileWrapper .file .iconWrapper[data-icon=ape]:before,
.fileWrapper .file .iconWrapper[data-icon=aud]:before,
.fileWrapper .file .iconWrapper[data-icon=aup]:before,
.fileWrapper .file .iconWrapper[data-icon=dvf]:before,
.fileWrapper .file .iconWrapper[data-icon=flp]:before,
.fileWrapper .file .iconWrapper[data-icon=gsm]:before,
.fileWrapper .file .iconWrapper[data-icon=iff]:before,
.fileWrapper .file .iconWrapper[data-icon=kar]:before,
.fileWrapper .file .iconWrapper[data-icon=m4p]:before,
.fileWrapper .file .iconWrapper[data-icon=mid]:before,
.fileWrapper .file .iconWrapper[data-icon=mod]:before,
.fileWrapper .file .iconWrapper[data-icon=mpc]:before,
.fileWrapper .file .iconWrapper[data-icon=msv]:before,
.fileWrapper .file .iconWrapper[data-icon=mus]:before,
.fileWrapper .file .iconWrapper[data-icon=nra]:before,
.fileWrapper .file .iconWrapper[data-icon=odm]:before,
.fileWrapper .file .iconWrapper[data-icon=pcm]:before,
.fileWrapper .file .iconWrapper[data-icon=pk]:before,
.fileWrapper .file .iconWrapper[data-icon=pls]:before,
.fileWrapper .file .iconWrapper[data-icon=ram]:before,
.fileWrapper .file .iconWrapper[data-icon=rbs]:before,
.fileWrapper .file .iconWrapper[data-icon=sds]:before,
.fileWrapper .file .iconWrapper[data-icon=seq]:before,
.fileWrapper .file .iconWrapper[data-icon=ses]:before,
.fileWrapper .file .iconWrapper[data-icon=shn]:before,
.fileWrapper .file .iconWrapper[data-icon=spx]:before,
.fileWrapper .file .iconWrapper[data-icon=vlc]:before,
.fileWrapper .file .iconWrapper[data-icon=wma]:before,
.fileWrapper .file .iconWrapper[data-icon=wv]:before,
.fileWrapper .file .iconWrapper[data-icon=dcf]:before,
.fileWrapper .file .iconWrapper[data-icon=gp3]:before,
.fileWrapper .file .iconWrapper[data-icon=mtd]:before,
.fileWrapper .file .iconWrapper[data-icon=nwc]:before,
.fileWrapper .file .iconWrapper[data-icon=pc]:before,
.fileWrapper .file .iconWrapper[data-icon=qcp]:before,
.fileWrapper .file .iconWrapper[data-icon=sf2]:before,
.fileWrapper .file .iconWrapper[data-icon=sng]:before,
.fileWrapper .file .iconWrapper[data-icon=vpl]:before,
.fileWrapper .file .iconWrapper[data-icon=wrf]:before,
.fileWrapper .file .iconWrapper[data-icon=zpl]:before,
.fileWrapper .file .iconWrapper[data-icon=aa]:before,
.fileWrapper .file .iconWrapper[data-icon=acm]:before,
.fileWrapper .file .iconWrapper[data-icon=aifc]:before,
.fileWrapper .file .iconWrapper[data-icon=apl]:before,
.fileWrapper .file .iconWrapper[data-icon=cpr]:before,
.fileWrapper .file .iconWrapper[data-icon=dmf]:before,
.fileWrapper .file .iconWrapper[data-icon=imf]:before,
.fileWrapper .file .iconWrapper[data-icon=it]:before,
.fileWrapper .file .iconWrapper[data-icon=kmp]:before {
    content: '\f1c7';
}

.fileWrapper .file .iconWrapper[data-icon=doc]:before,
.fileWrapper .file .iconWrapper[data-icon=docx]:before {
    content: '\f1c2';
}

/* #endregion ------------------------ File System End ------------------------   */
/* #region ------------------------ Carousel Start ------------------------   */
#imgSlider,
#movSlider {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    border: 4px solid #0e264f;
}

#imgSlider[data-select="dr"],
#movSlider[data-select="dr"] {
    width: 95%;
}

#imgSlider[data-select="dr"] .imgWrapper,
#movSlider[data-select="dr"] .imgWrapper,
#imgSlider[data-select="dr"] .imgWrapper,
#movSlider[data-select="dr"] .imgWrapper {
    height: 500px;
}

#imgSlider .crsl,
#movSlider .crsl {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#imgSlider .imgMiddle,
#movSlider .imgMiddle {
    width: 100%;
    height: 400px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

#imgSlider .imgMiddle a,
#movSlider .imgMiddle a {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
}

#imgSlider .imgMiddle img,
#movSlider .imgMiddle img {
    max-width: 90%;
    max-height: 350px;
    width: auto;
    display: inline-block;
    margin: 0 auto;
}

#imgSlider .imgWrapper,
#movSlider .imgWrapper {
    width: 100%;
    height: 400px;
    position: relative;
}

#imgSlider .imgWrapper > a,
#movSlider .imgWrapper > a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
}

#imgSlider .iframe,
#movSlider .iframe {
    width: 100%;
    height: 400px;
    display: block;
    padding: 3px;
    background-color: #fff;
}

#imgSlider .iframe a,
#movSlider .iframe a {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#imgSlider .iframe a:before,
#movSlider .iframe a:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f04b";
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    z-index: 2;
    font-size: 200px;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#imgSlider .iframe a:hover:before,
#movSlider .iframe a:hover:before {
    color: #3872b8;
}

#imgSlider .iframe > iframe,
#movSlider .iframe > iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: none;
}

#imgSlider a.prev,
#movSlider a.prev,
#imgSlider a.next,
#movSlider a.next {
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    z-index: 100;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#imgSlider a.prev,
#movSlider a.prev {
    left: 0px;
}

#imgSlider a.prev:before,
#movSlider a.prev:before {
    width: 80%;
    height: 80%;
    position: absolute;
    content: "";
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotateZ(-45deg);
    top: 6px;
}

#imgSlider a.next,
#movSlider a.next {
    right: 0px;
}

#imgSlider a.next:before,
#movSlider a.next:before {
    width: 80%;
    height: 80%;
    position: absolute;
    content: "";
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotateZ(45deg);
    top: 6px;
    right: 20px;
}

#imgSlider:hover,
#movSlider:hover {
    border-color: #3872b8;
}

#imgSlider:hover a.prev:before,
#movSlider:hover a.prev:before,
#imgSlider:hover a.next:before,
#movSlider:hover a.next:before {
    border-color: #3872b8;
}

#imgSlider a.createFancy,
#movSlider a.createFancy {
    overflow: hidden;
}

#imgSlider.owlDots .owl-dots,
#movSlider.owlDots .owl-dots {
    bottom: -35px;
}

#imgSlider:hover,
#movSlider:hover {
    border-color: #363636;
}

#movSlider {
    margin-top: 40px;
}

#movSlider .owl-dots {
    bottom: -30px;
}

#tmbSlider {
    width: 90%;
    height: auto;
    margin: 0 auto 50px auto;
    overflow: hidden;
    position: relative;
    top: 10px;
}

#tmbSlider a.img {
    width: 100%;
    height: 100px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    border: 1px solid #c2c2c2;
}

#tmbSlider a.img:hover {
    border-color: #8f8f8f;
}

#tmbSlider a.img.active {
    border-color: #3872b8;
}

#tmbSlider a.right,
#tmbSlider a.left {
    color: #424242;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    display: block;
    text-align: center;
    position: absolute;
}

#tmbSlider a.right:hover,
#tmbSlider a.left:hover {
    color: #3872b8;
}

#tmbSlider a.right.disabled,
#tmbSlider a.left.disabled {
    opacity: 0.2;
    cursor: no-drop;
}

#tmbSlider a.right {
    right: 0;
}

#tmbSlider a.left {
    left: 0;
}

#tmbSlider .crsl {
    width: 85%;
    margin: 0 auto;
}

#tmbSlider[data-prop="product"] a.img {
    background-size: 70% auto;
}

/* #endregion ------------------------ Carousel End ------------------------   */
/* #region ------------------------ Form Start ------------------------   */
form input {
    font-weight: 400;
}

form.contact {
    margin: 25px 0;
}

form.contact label.error {
    color: red;
    font-size: 12px;
    margin: 0;
    font-weight: 500;
    display: none;
}

form.contact label[generated="true"] {
    display: none !important;
}

form.contact span.exp {
    display: block;
    float: left;
}

form.contact .wrp {
    margin-top: 35px;
    position: relative;
}

form.contact .wrp.phoneInputWrapper .intl-tel-input {
    width: 100%;
}

form.contact .wrp.phoneInputWrapper .intl-tel-input .selected-flag {
    background-color: transparent;
}

form.contact .wrp.phoneInputWrapper .intl-tel-input .country-list {
    max-width: 360px;
    overflow-x: hidden;
    overflow-y: scroll;
}

form.contact .wrp.phoneInputWrapper input[type='text'][data-type='phone'] {
    width: 100%;
    height: 38px;
    font-size: 19px;
    outline: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    font-weight: 200;
    border-radius: 0;
}

form.contact .wrp.phoneInputWrapper input[type='text'][data-type='phone']::-webkit-input-placeholder {
    color: #ddd;
}

form.contact .wrp.phoneInputWrapper input[type='text'][data-type='phone']::-moz-placeholder {
    color: #ddd;
}

form.contact .wrp.phoneInputWrapper input[type='text'][data-type='phone']:-ms-input-placeholder {
    color: #ddd;
}

form.contact .wrp.phoneInputWrapper input[type='text'][data-type='phone']:-moz-placeholder {
    color: #ddd;
}

form.contact .wrp.phoneInputWrapper label.response {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    opacity: 1;
}

form.contact .wrp.phoneInputWrapper label.response > span {
    display: none;
}

form.contact .wrp.phoneInputWrapper label.response .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

form.contact .wrp.phoneInputWrapper label.response .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

form.contact .wrp.phoneInputWrapper label.response .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
    animation: dash 0.9s 0.35s ease-in-out forwards;
}

form.contact .wrp.phoneInputWrapper label.response .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

form.contact .wrp.phoneInputWrapper[data-msg="success"] input[type="text"] {
    border-color: #4caf50;
}

form.contact .wrp.phoneInputWrapper[data-msg="success"] label.response span.valid {
    display: block;
}

form.contact .wrp.phoneInputWrapper[data-msg="error"] input[type="text"] {
    border-color: #f44336;
}

form.contact .wrp.phoneInputWrapper[data-msg="errorFocusOut"] input[type="text"] {
    border-color: #f44336;
}

form.contact .wrp.phoneInputWrapper[data-msg="errorFocusOut"] label.response span.invalid {
    display: block;
}

form.contact input[type='text']:not([data-type='phone']),
form.contact input[type='password'],
form.contact input[type='email'],
form.contact select,
form.contact textarea {
    width: 100%;
    padding: 10px 46px 10px 10px;
    height: 38px;
    font-size: 19px;
    outline: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    border-radius: 0;
    font-family: inherit;
}

form.contact input[type='text']:not([data-type='phone']) ~ label.response,
form.contact input[type='password'] ~ label.response,
form.contact input[type='email'] ~ label.response,
form.contact select ~ label.response,
form.contact textarea ~ label.response {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 4px;
    opacity: 1;
    margin: 0;
}

form.contact input[type='text']:not([data-type='phone']) ~ label.response > span,
form.contact input[type='password'] ~ label.response > span,
form.contact input[type='email'] ~ label.response > span,
form.contact select ~ label.response > span,
form.contact textarea ~ label.response > span {
    display: none;
}

form.contact input[type='text']:not([data-type='phone']) ~ label.response .path,
form.contact input[type='password'] ~ label.response .path,
form.contact input[type='email'] ~ label.response .path,
form.contact select ~ label.response .path,
form.contact textarea ~ label.response .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

form.contact input[type='text']:not([data-type='phone']) ~ label.response .path.circle,
form.contact input[type='password'] ~ label.response .path.circle,
form.contact input[type='email'] ~ label.response .path.circle,
form.contact select ~ label.response .path.circle,
form.contact textarea ~ label.response .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

form.contact input[type='text']:not([data-type='phone']) ~ label.response .path.line,
form.contact input[type='password'] ~ label.response .path.line,
form.contact input[type='email'] ~ label.response .path.line,
form.contact select ~ label.response .path.line,
form.contact textarea ~ label.response .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
    animation: dash 0.9s 0.35s ease-in-out forwards;
}

form.contact input[type='text']:not([data-type='phone']) ~ label.response .path.check,
form.contact input[type='password'] ~ label.response .path.check,
form.contact input[type='email'] ~ label.response .path.check,
form.contact select ~ label.response .path.check,
form.contact textarea ~ label.response .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

form.contact input[type='text']:not([data-type='phone']):focus,
form.contact input[type='password']:focus,
form.contact input[type='email']:focus,
form.contact select:focus,
form.contact textarea:focus,
form.contact input[type='text']:not([data-type='phone']):invalid:focus:placeholder-shown,
form.contact input[type='password']:invalid:focus:placeholder-shown,
form.contact input[type='email']:invalid:focus:placeholder-shown,
form.contact select:invalid:focus:placeholder-shown,
form.contact textarea:invalid:focus:placeholder-shown {
    border-color: #3872b8;
    box-shadow: none;
}

form.contact input[type='text']:not([data-type='phone']):valid:placeholder-shown,
form.contact input[type='password']:valid:placeholder-shown,
form.contact input[type='email']:valid:placeholder-shown,
form.contact select:valid:placeholder-shown,
form.contact textarea:valid:placeholder-shown {
    border-color: #ccc;
}

form.contact input[type='text']:not([data-type='phone']):valid:focus:not(:placeholder-shown),
form.contact input[type='password']:valid:focus:not(:placeholder-shown),
form.contact input[type='email']:valid:focus:not(:placeholder-shown),
form.contact select:valid:focus:not(:placeholder-shown),
form.contact textarea:valid:focus:not(:placeholder-shown) {
    border-color: #4caf50;
}

form.contact input[type='text']:not([data-type='phone']):valid:focus:not(:placeholder-shown) ~ label.response span.valid,
form.contact input[type='password']:valid:focus:not(:placeholder-shown) ~ label.response span.valid,
form.contact input[type='email']:valid:focus:not(:placeholder-shown) ~ label.response span.valid,
form.contact select:valid:focus:not(:placeholder-shown) ~ label.response span.valid,
form.contact textarea:valid:focus:not(:placeholder-shown) ~ label.response span.valid {
    display: block;
}

form.contact input[type='text']:not([data-type='phone']):invalid:not(:focus):not(:placeholder-shown),
form.contact input[type='password']:invalid:not(:focus):not(:placeholder-shown),
form.contact input[type='email']:invalid:not(:focus):not(:placeholder-shown),
form.contact select:invalid:not(:focus):not(:placeholder-shown),
form.contact textarea:invalid:not(:focus):not(:placeholder-shown),
form.contact input[type='text']:not([data-type='phone']):invalid:focus:not(:placeholder-shown),
form.contact input[type='password']:invalid:focus:not(:placeholder-shown),
form.contact input[type='email']:invalid:focus:not(:placeholder-shown),
form.contact select:invalid:focus:not(:placeholder-shown),
form.contact textarea:invalid:focus:not(:placeholder-shown) {
    border-color: #f44336;
}

form.contact input[type='text']:not([data-type='phone']):invalid:not(:focus):not(:placeholder-shown) ~ label.response span.invalid,
form.contact input[type='password']:invalid:not(:focus):not(:placeholder-shown) ~ label.response span.invalid,
form.contact input[type='email']:invalid:not(:focus):not(:placeholder-shown) ~ label.response span.invalid,
form.contact select:invalid:not(:focus):not(:placeholder-shown) ~ label.response span.invalid,
form.contact textarea:invalid:not(:focus):not(:placeholder-shown) ~ label.response span.invalid {
    display: block;
}

form.contact textarea {
    height: 150px;
}

form.contact textarea ~ label.response {
    height: calc(100% - 20px);
    right: 25px;
    top: 10px;
}

form.contact .wrp.phoneInputWrapper .intl-tel-input {
    width: 100%;
}

form.contact .wrp.phoneInputWrapper .intl-tel-input .selected-flag {
    background-color: transparent;
}

form.contact .wrp.phoneInputWrapper .intl-tel-input .country-list {
    max-width: 360px;
    overflow-x: hidden;
    overflow-y: scroll;
}

form.contact .wrp.phoneInputWrapper input[type='text'][data-type='phone'] {
    width: 100%;
    height: 38px;
    font-size: 19px;
    outline: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    font-weight: 200;
    border-radius: 0;
}

form.contact .wrp.phoneInputWrapper input[type='text'][data-type='phone']::-webkit-input-placeholder {
    color: #ddd;
}

form.contact .wrp.phoneInputWrapper input[type='text'][data-type='phone']::-moz-placeholder {
    color: #ddd;
}

form.contact .wrp.phoneInputWrapper input[type='text'][data-type='phone']:-ms-input-placeholder {
    color: #ddd;
}

form.contact .wrp.phoneInputWrapper input[type='text'][data-type='phone']:-moz-placeholder {
    color: #ddd;
}

form.contact .wrp.phoneInputWrapper label.response {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    opacity: 1;
}

form.contact .wrp.phoneInputWrapper label.response > span {
    display: none;
}

form.contact .wrp.phoneInputWrapper label.response .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

form.contact .wrp.phoneInputWrapper label.response .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

form.contact .wrp.phoneInputWrapper label.response .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
    animation: dash 0.9s 0.35s ease-in-out forwards;
}

form.contact .wrp.phoneInputWrapper label.response .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

form.contact .wrp.phoneInputWrapper[data-msg="success"] input[type="text"] {
    border-color: #4caf50;
}

form.contact .wrp.phoneInputWrapper[data-msg="success"] label.response span.valid {
    display: block;
}

form.contact .wrp.phoneInputWrapper[data-msg="error"] input[type="text"] {
    border-color: #f44336;
}

form.contact .wrp.phoneInputWrapper[data-msg="error"] label.response span.invalid {
    display: block;
}

form.contact .wrp.phoneInputWrapper[data-msg="errorFocusOut"] input[type="text"] {
    border-color: #f44336;
}

form.contact .wrp.phoneInputWrapper[data-msg="errorFocusOut"] label.response span.invalid {
    display: block;
}

form.contact label.error {
    display: block;
    color: red;
    font-weight: 500;
    font-size: 13px;
}

form.contact img {
    display: block;
    margin: 0 auto;
}

form.contact button[type="submit"] {
    width: 100%;
    display: block;
    background-color: #3872b8;
    font-weight: 400;
    color: #fff;
    padding: 8px 0;
    margin-top: 15px;
    outline: none;
    border: none;
    font-size: 14px;
    border-radius: 10px;
    cursor: pointer;
}

form.contact button[type="submit"]:hover {
    background-color: #363636;
    color: #fff;
}

form.contact button[type="submit"] span {
    display: none;
}

form.contact button[type="submit"] span i:before {
    font-size: 16px;
    position: relative;
    right: 5px;
}

form.contact button[type="submit"][data-process="default"] {
    pointer-events: initial !important;
}

form.contact button[type="submit"][data-process="default"] span.default {
    display: block;
}

form.contact button[type="submit"][data-process="sending"] {
    pointer-events: none !important;
    background-color: #89593a !important;
}

form.contact button[type="submit"][data-process="sending"] span.sending {
    display: block;
    color: #fff;
}

form.contact button[type="submit"][data-process="sending"] span.sending i {
    color: #fff !important;
}

form.contact button[type="submit"][data-process="sending-true"] {
    pointer-events: none !important;
    background-color: #4CB944 !important;
}

form.contact button[type="submit"][data-process="sending-true"] span.sending-true {
    display: block;
    color: #fff;
}

form.contact button[type="submit"][data-process="sending-true"] span.sending-true i {
    color: #fff !important;
}

form.contact button[type="submit"][data-process="sending-false"] {
    pointer-events: none !important;
    background-color: #FF4242 !important;
}

form.contact button[type="submit"][data-process="sending-false"] span.sending-false {
    display: block;
    color: #fff;
}

form.contact button[type="submit"][data-process="sending-false"] span.sending-false i {
    color: #fff !important;
}

form.contact button[type="submit"][data-process="sending-error"] {
    pointer-events: none !important;
    background-color: #FF4242 !important;
}

form.contact button[type="submit"][data-process="sending-error"] span.sending-error {
    display: block;
    color: #fff;
}

form.contact button[type="submit"][data-process="sending-error"] span.sending-error i {
    color: #fff !important;
}

/* #endregion ------------------------ Form End ------------------------   */
/* #region ------------------------ Reset Override Styles Start ------------------------   */
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a.prev,
a.next {
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

a.prev {
    left: 70px;
}

a.prev:before {
    width: 80%;
    height: 80%;
    position: absolute;
    content: "";
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotateZ(-45deg);
    top: 6px;
}

a.next {
    right: 75px;
}

a.next:before {
    width: 80%;
    height: 80%;
    position: absolute;
    content: "";
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotateZ(45deg);
    top: 6px;
    right: 20px;
}

nav[aria-label="navigation"] .disabled {
    cursor: not-allowed !important;
}

nav[aria-label="navigation"] .page-item .page-link {
    border-color: #e1e1e1 !important;
    color: #3872b8;
}

nav[aria-label="navigation"] .page-item.active .page-link {
    background-color: #3872b8;
    color: #fff;
}

a,
a:focus,
a:hover,
button,
button:focus,
button:hover {
    outline: none !important;
}

.anim {
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

a#jq-BackToTop {
    font-size: 25px;
    display: block;
    position: fixed;
    bottom: 40px;
    right: -60px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #222;
    z-index: 100;
    box-shadow: 0px 0px 12px -2px #000;
    border-radius: 10px;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

a#jq-BackToTop i {
    position: relative;
    top: 1px;
    font-size: 20px;
}

a#jq-BackToTop:hover {
    background-color: #565656;
    color: #fff;
}

a#jq-BackToTop i.active {
    -webkit-animation-name: jump;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwads;
    -webkit-animation-direction: alternate;
}

ul,
ul li,
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.crsl .item,
.crsl img,
.crsl a,
.crsl p {
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

a.link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
}

.owlDots .owl-nav {
    display: none;
}

.owlDots .owl-dots {
    width: 100%;
    position: absolute;
    bottom: -35px;
    text-align: center;
}

.owlDots .owl-dots .owl-dot {
    display: inline-block;
    margin-left: 8px;
}

.owlDots .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    background-color: #999;
    border-radius: 100%;
    transform: scale(1);
}

.owlDots .owl-dots .owl-dot.active span {
    background-color: #363636;
    transform: scale(1.2);
}

.clearfix {
    width: 100%;
    height: 0px;
    display: block;
    overflow: hidden;
}

/* #endregion ------------------------ Reset Override Styles End ------------------------   */
/* #region ------------------------ Animates Start ------------------------   */
@-webkit-keyframes jump {
    from {
        top: -3px;
    }
    to {
        top: 3px;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}

@-webkit-keyframes vCrc {
    from {
        transform: scale(1.05);
        opacity: 1;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes offer {
    0% {
        transform: scale(0.95);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

/* #endregion ------------------------ Animates End ------------------------   */
/* #region ------------------------ Popup Forms Start ------------------------   */
div[data-status="popupWrapper"] {
    width: 100%;
    max-width: 550px;
    height: auto;
}

div[data-status="popupWrapper"] h5 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
    color: #0e264f;
}

div[data-status="popupWrapper"] .cnt {
    padding: 10px 6px;
    font-size: 15px;
    margin-top: 5px;
    color: #505050;
}

div[data-status="popupWrapper"] .cnt p.exp {
    margin: 18px 0;
}

div[data-status="popupWrapper"] form.contact {
    margin: 0;
}

div[data-status="popupWrapper"] form.contact button[type="submit"] {
    padding: 11px 0;
    background-color: #0e264f;
    border-radius: 20px;
}

div[data-status="popupWrapper"] form.contact .wrp {
    margin-top: 25px;
    position: relative;
}

div[data-status="popupWrapper"] form.contact .wrp.phoneInputWrapper .intl-tel-input {
    width: 100%;
}

div[data-status="popupWrapper"] form.contact .wrp.phoneInputWrapper .intl-tel-input .selected-flag {
    background-color: transparent;
}

div[data-status="popupWrapper"] form.contact .wrp.phoneInputWrapper .intl-tel-input .country-list {
    max-width: 360px;
    overflow-x: hidden;
    overflow-y: scroll;
}

div[data-status="popupWrapper"] form.contact .wrp.phoneInputWrapper input[type='text'][data-type='phone'] {
    border-radius: 15px;
    height: 50px;
    font-weight: 400;
}

div[data-status="popupWrapper"] form.contact .wrp.phoneInputWrapper label.response {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    opacity: 1;
}

div[data-status="popupWrapper"] form.contact input[type='text'],
div[data-status="popupWrapper"] form.contact input[type='password'],
div[data-status="popupWrapper"] form.contact input[type='email'],
div[data-status="popupWrapper"] form.contact select,
div[data-status="popupWrapper"] form.contact textarea {
    border-radius: 15px;
    height: 50px;
    padding: 15px 46px 15px 15px;
    font-weight: 400;
}

div[data-status="popupWrapper"] form.contact input[type='text'] ~ label.response,
div[data-status="popupWrapper"] form.contact input[type='password'] ~ label.response,
div[data-status="popupWrapper"] form.contact input[type='email'] ~ label.response,
div[data-status="popupWrapper"] form.contact select ~ label.response,
div[data-status="popupWrapper"] form.contact textarea ~ label.response {
    right: 15px;
    top: 11px;
}

div[data-status="popupWrapper"] form.contact textarea {
    height: 130px;
}

div[data-status="popupWrapper"] form.contact select {
    padding: 0 15px;
}

div[data-status="popupWrapper"] form.contact select ~ label.response {
    right: 25px;
    top: 11px;
}

div[data-status="popupWrapper"] p.helper {
    padding: 10px 5px;
    font-size: 11px;
    font-weight: 700;
    color: #424242;
}

/* #endregion ------------------------ Popup Forms End ------------------------   */
/* #region ------------------------ Common Style Start ------------------------   */
.sddBtn {
    display: inline-block;
    float: left;
    border: 1px solid #0e264f;
    background-color: #0e264f;
    color: #fff;
    padding: 6px 30px;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 10px;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.sddBtn.dark {
    color: #363636;
    border-color: #363636;
    background-color: transparent;
}

.sddBtn.dark:hover {
    background-color: #0e264f;
    border-color: #0e264f;
    color: #fff;
}

.sddBtn:hover {
    background-color: transparent;
    border-color: #3872b8;
    color: #3872b8;
    text-decoration: none;
}

#useCookie {
    width: 100%;
    height: auto;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    display: none;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#useCookie.completed {
    bottom: -100%;
}

#useCookie p {
    color: #fff;
    font-weight: 200;
}

#useCookie a {
    display: inline-block;
    color: #fff;
    float: right;
    margin-left: 5px;
    border: 1px solid #fff;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 400;
    margin-top: 7px;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

#useCookie a:hover {
    border-color: #fff;
    background-color: #fff;
    color: #3872b8;
    text-decoration: none;
}

#useCookie a.success {
    color: #fff;
    border-color: #fff;
    background: #3872b8;
}

#useCookie a.success:hover {
    border-color: #3872b8;
}

/* #region ------------------------ Common Style Start ------------------------   */
/* #region All Small devices (Phone & Tablet & Small Desktop) */
@media only screen and (min-width: 0) and (max-width: 992px) {
    .bannerArea.extraDetail {
        display: none !important;
    }

    .searchWrapper {
        position: absolute;
        left: 0;
        top: 55px;
        z-index: 1000;
        background: #fff;
        padding: 20px 10px;
        display: none;
        width: 100%;
    }

    .searchWrapper input[type="text"] {
        border: none;
        border-bottom: 1px solid #333333;
        font-size: 19px;
        height: 35px;
        width: 100%;
        display: block;
        background: transparent;
        outline: none;
        margin-top: 4px;
        position: relative;
        padding: 8px 40px 8px 8px;
        font-weight: 300;
        opacity: 0.9;
        transition: 0.3s all ease-in;
    }

    .searchWrapper a.cls {
        width: 40px;
        height: 37px;
        position: absolute;
        right: 0;
        top: 20px;
        background-color: #fff;
        z-index: 1000;
        text-align: center;
        line-height: 138%;
        color: #000;
        font-size: 28px;
    }

    html,
    body {
        height: auto;
        text-align: left;
        background-color: #fff;
    }

    body.sub .list .listItem .img {
        height: 230px;
    }

    #welcome {
        height: auto;
    }

    #welcome .btnWrapper a {
        background-color: transparent;
        border-color: #fff;
        color: #fff !important;
        margin-top: 8px;
    }

    #welcome .wrapper {
        width: 95%;
        display: block;
        height: auto;
        padding-top: 20%;
    }

    .bannerWrapper .item span {
        font-size: 23px;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #pageWrapper {
        margin-bottom: 0;
        overflow: hidden;
    }

    #pageNotFound {
        height: auto !important;
        margin-top: 80px;
    }

    #pageNotFound .bg {
        background-position: left center;
    }

    #pageNotFound .h-100 {
        height: auto !important;
    }

    body[data-view="notFound"] #pageWrapper,
    body[data-view="searchResult"] #pageWrapper {
        min-height: auto !important;
    }

    body[data-view="notFound"] footer,
    body[data-view="searchResult"] footer {
        margin-top: 0;
    }

    #searchResultNotFound {
        margin: 80px 0 0 0;
        height: auto !important;
        display: block;
    }

    #searchResultNotFound .text,
    #searchResultNotFound .bg {
        width: 100%;
        height: 220px;
    }

    #searchResultNotFound .bg {
        background-size: auto;
        background-position: 40px center;
        background-repeat: no-repeat;
    }

    .container {
        min-width: initial !important;
        max-width: initial !important;
    }

    .container[data-select="sub"] {
        min-width: initial !important;
        max-width: initial !important;
        margin-bottom: 0;
    }

    #mobilHeader {
        width: 100%;
        height: 55px;
        background-color: #fff;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        line-height: 60px;
        box-shadow: 0px 0px 4px #000;
        color: #3872b8;
    }

    #mobilHeader a.search {
        display: block;
        float: right;
        font-size: 24px;
        position: relative;
        color: #424242;
    }

    #mobilHeader a.i.active {
        color: #363636;
    }

    #mobilHeader .logo {
        max-width: 150px;
        max-height: 50px;
    }

    #mobilHeader .logo img {
        max-width: 100px;
        max-height: 42px;
        position: relative;
        top: -3px;
        left: 0;
    }

    #mobilHeader a.hIcon {
        float: right;
        color: #363636;
        font-size: 26px;
        margin-right: 18px;
    }

    #mobilHeader #phoneNavTrigger {
        display: block;
        padding: 18px 0;
        float: right;
        margin-left: 0;
        position: relative;
        top: 3px;
        z-index: 99;
    }

    #mobilHeader #phoneNavTrigger .icon {
        width: 25px;
        height: 14px;
        position: relative;
        top: 4px;
        right: 0;
        margin: 0 auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }

    #mobilHeader #phoneNavTrigger .icon span {
        background-color: #424242;
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        border-radius: 10px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    #mobilHeader #phoneNavTrigger .icon span:nth-child(1) {
        top: 0px;
        height: 1.3px;
    }

    #mobilHeader #phoneNavTrigger .icon span:nth-child(2),
    #mobilHeader #phoneNavTrigger .icon span:nth-child(3) {
        top: 6px;
    }

    #mobilHeader #phoneNavTrigger .icon span:nth-child(4) {
        top: 12px;
        height: 1.3px;
    }

    #mobilHeader #phoneNavTrigger .icon.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #mobilHeader #phoneNavTrigger .icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #mobilHeader #phoneNavTrigger .icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #mobilHeader #phoneNavTrigger .icon.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #mobilHeader .mobilDropdownArea {
        width: 100%;
        height: 50px;
        float: right;
        border-radius: 0;
        overflow: hidden;
        position: fixed;
        left: 0;
        top: 60px;
        z-index: 5;
        background-color: rgba(66, 66, 66, 0.8);
        color: #fff;
        display: none;
    }

    #mobilHeader .mobilDropdownArea > div {
        display: none;
    }

    #mobilHeader .mobilDropdownArea .share > a {
        width: 20%;
        height: 50px;
        line-height: 53px;
        display: block;
        float: left;
        color: #fff;
        font-size: 19px;
    }

    #mobilHeader .mobilDropdownArea .share a.whatsapp {
        background-color: #25d366;
    }

    #mobilHeader .mobilDropdownArea .share a.facebook {
        background-color: #3B5998;
    }

    #mobilHeader .mobilDropdownArea .share a.twitter {
        background-color: #55acee;
    }

    #mobilHeader .mobilDropdownArea .share a.googleplus {
        background-color: #d1402e;
    }

    #mobilHeader.slideUp {
        transform: translateY(-100%);
    }

    #mobilHeader.slideDown,
    #mobilHeader.headroom--top {
        transform: translateY(0%);
    }

    #mobilHeader .langMenu {
        width: auto;
        display: block;
        overflow: hidden;
        text-align: center;
        float: right;
        margin-top: 19px;
    }

    #mobilHeader .langMenu > a {
        width: 30px;
        height: 23px;
        display: block;
        float: left;
        text-transform: uppercase;
        text-align: center;
        border-radius: 5px;
        border: 1px solid transparent;
        margin: 0 2px;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transition: 0.3s all ease-in;
        -moz-transition: 0.3s all ease-in;
        -ms-transition: 0.3s all ease-in;
        transition: 0.3s all ease-in;
    }

    #mobilHeader .langMenu > a[data-flag="tr"] {
        background-image: url('https://online.milad.org.tr/site/img/flags/tr.svg');
    }

    #mobilHeader .langMenu > a[data-flag="ar"] {
        background-image: url('https://online.milad.org.tr/site/img/flags/ar.svg');
    }

    #mobilHeader .langMenu > a[data-flag="en"] {
        background-image: url('https://online.milad.org.tr/site/img/flags/gb.svg');
    }

    #mobilHeader .langMenu > a.active,
    #mobilHeader .langMenu > a:hover {
        border-color: #3872b8;
        background-color: #3872b8;
        color: #fff;
    }

    #phoneNav {
        width: 280px;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        position: fixed;
        padding-bottom: 10px;
        top: 0;
        right: -280px;
        background-color: #fff;
        z-index: 1000;
        box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.5);
        text-align: left;
        /* Overrade Styles */
    }

    #phoneNav .dl-menuwrapper {
        width: 100%;
        max-width: 300px;
        float: left;
        position: relative;
        -webkit-perspective: 750pt;
        perspective: 750pt;
        -webkit-perspective-origin: 50% 200%;
        perspective-origin: 50% 200%;
    }

    #phoneNav .dl-menuwrapper:first-child {
        margin-right: 75pt;
    }

    #phoneNav .dl-menuwrapper button {
        background: #ccc;
        border: none;
        width: 3pc;
        height: 45px;
        text-indent: -900em;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        outline: 0;
        opacity: 0;
    }

    #phoneNav .dl-menuwrapper button:after {
        content: '';
        position: absolute;
        width: 68%;
        height: 5px;
        background: #fff;
        top: 10px;
        left: 16%;
        box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
    }

    #phoneNav .dl-menuwrapper ul {
        padding: 0;
        list-style: none;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    #phoneNav .dl-menuwrapper li {
        position: relative;
    }

    #phoneNav .dl-menuwrapper li a {
        display: block;
        position: relative;
        padding: 15px 20px;
        font-size: 1pc;
        line-height: 20px;
        font-weight: 300;
        color: #363636;
        outline: 0;
    }

    #phoneNav .no-touch .dl-menuwrapper li a:hover {
        background: rgba(255, 248, 213, 0.1);
    }

    #phoneNav .dl-menuwrapper li.dl-back > a {
        padding-left: 30px;
    }

    #phoneNav .dl-menuwrapper li.dl-back:after,
    #phoneNav .dl-menuwrapper li > a:not(:only-child):after {
        position: absolute;
        top: 0;
        line-height: 50px;
        font-family: FontAwesome;
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: "\f101";
    }

    #phoneNav .dl-menuwrapper li.dl-back:after {
        left: 10px;
        color: #fff;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #phoneNav .dl-menuwrapper li > a:after {
        right: 10px;
        color: #fff;
    }

    #phoneNav .dl-menuwrapper .dl-menu {
        margin: 5px 0 0 0;
        position: absolute;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    #phoneNav .dl-menuwrapper .dl-menu.dl-menu-toggle {
        transition: all 0.3s ease;
    }

    #phoneNav .dl-menuwrapper .dl-menu.dl-menuopen {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    #phoneNav .dl-menuwrapper li .dl-submenu {
        display: none;
    }

    #phoneNav .dl-menu.dl-subview li,
    #phoneNav .dl-menu.dl-subview li.dl-subview > a,
    #phoneNav .dl-menu.dl-subview li.dl-subviewopen > a {
        display: none;
    }

    #phoneNav .dl-menu.dl-subview li.dl-subview,
    #phoneNav .dl-menu.dl-subview li.dl-subview .dl-submenu,
    #phoneNav .dl-menu.dl-subview li.dl-subviewopen,
    #phoneNav .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
    #phoneNav .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
        display: block;
    }

    #phoneNav .dl-menuwrapper > .dl-submenu {
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
        margin: 0;
    }

    #phoneNav .dl-menu.dl-animate-out-1 {
        -webkit-animation: MenuAnimOut1 0.2s;
        animation: MenuAnimOut1 0.2s;
    }

    #phoneNav .dl-menu.dl-animate-out-2 {
        -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
        animation: MenuAnimOut2 0.3s ease-in-out;
    }

    #phoneNav .dl-menu.dl-animate-out-3 {
        -webkit-animation: MenuAnimOut3 0.4s ease;
        animation: MenuAnimOut3 0.4s ease;
    }

    #phoneNav .dl-menu.dl-animate-out-4 {
        -webkit-animation: MenuAnimOut4 0.4s ease;
        animation: MenuAnimOut4 0.2s ease;
    }

    #phoneNav .dl-menu.dl-animate-out-5 {
        -webkit-animation: MenuAnimOut5 0.4s ease;
        animation: MenuAnimOut5 0.4s ease;
    }

    @-webkit-keyframes MenuAnimOut1 {
        50% {
            -webkit-transform: translateZ(-250px) rotateY(30deg);
        }
        75% {
            -webkit-transform: translateZ(-372.5px) rotateY(15deg);
            opacity: 0.5;
        }
        100% {
            -webkit-transform: translateZ(-500px) rotateY(0);
            opacity: 0;
        }
    }
    @-webkit-keyframes MenuAnimOut2 {
        100% {
            -webkit-transform: translateX(-100%);
            opacity: 0;
        }
    }
    @-webkit-keyframes MenuAnimOut3 {
        100% {
            -webkit-transform: translateZ(300px);
            opacity: 0;
        }
    }
    @-webkit-keyframes MenuAnimOut4 {
        100% {
            -webkit-transform: translateZ(-300px);
            opacity: 0;
        }
    }
    @-webkit-keyframes MenuAnimOut5 {
        100% {
            -webkit-transform: translateY(40%);
            opacity: 0;
        }
    }
    @keyframes MenuAnimOut1 {
        50% {
            -webkit-transform: translateZ(-250px) rotateY(30deg);
            transform: translateZ(-250px) rotateY(30deg);
        }
        75% {
            -webkit-transform: translateZ(-372.5px) rotateY(15deg);
            transform: translateZ(-372.5px) rotateY(15deg);
            opacity: 0.5;
        }
        100% {
            -webkit-transform: translateZ(-500px) rotateY(0);
            transform: translateZ(-500px) rotateY(0);
            opacity: 0;
        }
    }
    @keyframes MenuAnimOut2 {
        100% {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            opacity: 0;
        }
    }
    @keyframes MenuAnimOut3 {
        100% {
            -webkit-transform: translateZ(300px);
            transform: translateZ(300px);
            opacity: 0;
        }
    }
    @keyframes MenuAnimOut4 {
        100% {
            -webkit-transform: translateZ(-300px);
            transform: translateZ(-300px);
            opacity: 0;
        }
    }
    @keyframes MenuAnimOut5 {
        100% {
            -webkit-transform: translateY(40%);
            transform: translateY(40%);
            opacity: 0;
        }
    }
    #phoneNav .dl-menu.dl-animate-in-1 {
        -webkit-animation: MenuAnimIn1 0.3s;
        animation: MenuAnimIn1 0.3s;
    }

    #phoneNav .dl-menu.dl-animate-in-2 {
        -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
        animation: MenuAnimIn2 0.3s ease-in-out;
    }

    #phoneNav .dl-menu.dl-animate-in-3 {
        -webkit-animation: MenuAnimIn3 0.4s ease;
        animation: MenuAnimIn3 0.4s ease;
    }

    #phoneNav .dl-menu.dl-animate-in-4 {
        -webkit-animation: MenuAnimIn4 0.4s ease;
        animation: MenuAnimIn4 0.4s ease;
    }

    #phoneNav .dl-menu.dl-animate-in-5 {
        -webkit-animation: MenuAnimIn5 0.4s ease;
        animation: MenuAnimIn5 0.4s ease;
    }

    @-webkit-keyframes MenuAnimIn1 {
        0% {
            -webkit-transform: translateZ(-500px) rotateY(0);
            opacity: 0;
        }
        20% {
            -webkit-transform: translateZ(-250px) rotateY(30deg);
            opacity: 0.5;
        }
        100% {
            -webkit-transform: translateZ(0) rotateY(0);
            opacity: 1;
        }
    }
    @-webkit-keyframes MenuAnimIn2 {
        0% {
            -webkit-transform: translateX(-100%);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateX(0);
            opacity: 1;
        }
    }
    @-webkit-keyframes MenuAnimIn3 {
        0% {
            -webkit-transform: translateZ(300px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateZ(0);
            opacity: 1;
        }
    }
    @-webkit-keyframes MenuAnimIn4 {
        0% {
            -webkit-transform: translateZ(-300px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateZ(0);
            opacity: 1;
        }
    }
    @-webkit-keyframes MenuAnimIn5 {
        0% {
            -webkit-transform: translateY(40%);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(0);
            opacity: 1;
        }
    }
    @keyframes MenuAnimIn1 {
        0% {
            -webkit-transform: translateZ(-500px) rotateY(0);
            transform: translateZ(-500px) rotateY(0);
            opacity: 0;
        }
        20% {
            -webkit-transform: translateZ(-250px) rotateY(30deg);
            transform: translateZ(-250px) rotateY(30deg);
            opacity: 0.5;
        }
        100% {
            -webkit-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0);
            opacity: 1;
        }
    }
    @keyframes MenuAnimIn2 {
        0% {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }
    @keyframes MenuAnimIn3 {
        0% {
            -webkit-transform: translateZ(300px);
            transform: translateZ(300px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1;
        }
    }
    @keyframes MenuAnimIn4 {
        0% {
            -webkit-transform: translateZ(-300px);
            transform: translateZ(-300px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1;
        }
    }
    @keyframes MenuAnimIn5 {
        0% {
            -webkit-transform: translateY(40%);
            transform: translateY(40%);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }
    #phoneNav .dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
        -webkit-animation: SubMenuAnimIn1 0.4s ease;
        animation: SubMenuAnimIn1 0.4s ease;
    }

    #phoneNav .dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
        -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
        animation: SubMenuAnimIn2 0.3s ease-in-out;
    }

    #phoneNav .dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
        -webkit-animation: SubMenuAnimIn3 0.4s ease;
        animation: SubMenuAnimIn3 0.4s ease;
    }

    #phoneNav .dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
        -webkit-animation: SubMenuAnimIn4 0.4s ease;
        animation: SubMenuAnimIn4 0.4s ease;
    }

    #phoneNav .dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
        -webkit-animation: SubMenuAnimIn5 0.4s ease;
        animation: SubMenuAnimIn5 0.4s ease;
    }

    @-webkit-keyframes SubMenuAnimIn1 {
        0% {
            -webkit-transform: translateX(50%);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateX(0);
            opacity: 1;
        }
    }
    @-webkit-keyframes SubMenuAnimIn2 {
        0% {
            -webkit-transform: translateX(100%);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateX(0);
            opacity: 1;
        }
    }
    @-webkit-keyframes SubMenuAnimIn3 {
        0% {
            -webkit-transform: translateZ(-300px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateZ(0);
            opacity: 1;
        }
    }
    @-webkit-keyframes SubMenuAnimIn4 {
        0% {
            -webkit-transform: translateZ(300px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateZ(0);
            opacity: 1;
        }
    }
    @-webkit-keyframes SubMenuAnimIn5 {
        0% {
            -webkit-transform: translateZ(-200px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateZ(0);
            opacity: 1;
        }
    }
    @keyframes SubMenuAnimIn1 {
        0% {
            -webkit-transform: translateX(50%);
            transform: translateX(50%);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }
    @keyframes SubMenuAnimIn2 {
        0% {
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }
    @keyframes SubMenuAnimIn3 {
        0% {
            -webkit-transform: translateZ(-300px);
            transform: translateZ(-300px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1;
        }
    }
    @keyframes SubMenuAnimIn4 {
        0% {
            -webkit-transform: translateZ(300px);
            transform: translateZ(300px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1;
        }
    }
    @keyframes SubMenuAnimIn5 {
        0% {
            -webkit-transform: translateZ(-200px);
            transform: translateZ(-200px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1;
        }
    }
    #phoneNav .dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
        -webkit-animation: SubMenuAnimOut1 0.4s ease;
        animation: SubMenuAnimOut1 0.4s ease;
    }

    #phoneNav .dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
        -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
        animation: SubMenuAnimOut2 0.3s ease-in-out;
    }

    #phoneNav .dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
        -webkit-animation: SubMenuAnimOut3 0.4s ease;
        animation: SubMenuAnimOut3 0.4s ease;
    }

    #phoneNav .dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
        -webkit-animation: SubMenuAnimOut4 0.4s ease;
        animation: SubMenuAnimOut4 0.4s ease;
    }

    #phoneNav .dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
        -webkit-animation: SubMenuAnimOut5 0.4s ease;
        animation: SubMenuAnimOut5 0.4s ease;
    }

    @-webkit-keyframes SubMenuAnimOut1 {
        0% {
            -webkit-transform: translateX(0);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateX(50%);
            opacity: 0;
        }
    }
    @-webkit-keyframes SubMenuAnimOut2 {
        0% {
            -webkit-transform: translateX(0);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateX(100%);
            opacity: 0;
        }
    }
    @-webkit-keyframes SubMenuAnimOut3 {
        0% {
            -webkit-transform: translateZ(0);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateZ(-300px);
            opacity: 0;
        }
    }
    @-webkit-keyframes SubMenuAnimOut4 {
        0% {
            -webkit-transform: translateZ(0);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateZ(300px);
            opacity: 0;
        }
    }
    @-webkit-keyframes SubMenuAnimOut5 {
        0% {
            -webkit-transform: translateZ(0);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateZ(-200px);
            opacity: 0;
        }
    }
    @keyframes SubMenuAnimOut1 {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateX(50%);
            transform: translateX(50%);
            opacity: 0;
        }
    }
    @keyframes SubMenuAnimOut2 {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            opacity: 0;
        }
    }
    @keyframes SubMenuAnimOut3 {
        0% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateZ(-300px);
            transform: translateZ(-300px);
            opacity: 0;
        }
    }
    @keyframes SubMenuAnimOut4 {
        0% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateZ(300px);
            transform: translateZ(300px);
            opacity: 0;
        }
    }
    @keyframes SubMenuAnimOut5 {
        0% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateZ(-200px);
            transform: translateZ(-200px);
            opacity: 0;
        }
    }
    #phoneNav .no-js .dl-menuwrapper .dl-menu {
        position: relative;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    #phoneNav .no-js .dl-menuwrapper li .dl-submenu {
        display: block;
    }

    #phoneNav .no-js .dl-menuwrapper li.dl-back {
        display: none;
    }

    #phoneNav .no-js .dl-menuwrapper li > a:not(:only-child) {
        background: rgba(0, 0, 0, 0.1);
    }

    #phoneNav .no-js .dl-menuwrapper li > a:not(:only-child):after {
        content: '';
    }

    #phoneNav .demo-1 .dl-menuwrapper button {
        background: #c62860;
    }

    #phoneNav .demo-1 .dl-menuwrapper button.dl-active,
    #phoneNav .demo-1 .dl-menuwrapper button:hover,
    #phoneNav .demo-1 .dl-menuwrapper ul {
        background: #9e1847;
    }

    #phoneNav .demo-2 .dl-menuwrapper button {
        background: #e86814;
    }

    #phoneNav .demo-2 .dl-menuwrapper button.dl-active,
    #phoneNav .demo-2 .dl-menuwrapper button:hover,
    #phoneNav .demo-2 .dl-menuwrapper ul {
        background: #D35400;
    }

    #phoneNav .demo-3 .dl-menuwrapper button {
        background: #08cbc4;
    }

    #phoneNav .demo-3 .dl-menuwrapper button.dl-active,
    #phoneNav .demo-3 .dl-menuwrapper button:hover,
    #phoneNav .demo-3 .dl-menuwrapper ul {
        background: #00b4ae;
    }

    #phoneNav .demo-4 .dl-menuwrapper button {
        background: #90b912;
    }

    #phoneNav .demo-4 .dl-menuwrapper button.dl-active,
    #phoneNav .demo-4 .dl-menuwrapper button:hover,
    #phoneNav .demo-4 .dl-menuwrapper ul {
        background: #79a002;
    }

    #phoneNav .demo-5 .dl-menuwrapper button {
        background: #744783;
    }

    #phoneNav .demo-5 .dl-menuwrapper button.dl-active,
    #phoneNav .demo-5 .dl-menuwrapper button:hover,
    #phoneNav .demo-5 .dl-menuwrapper ul {
        background: #643771;
    }

    #phoneNav .dl-menuwrapper button {
        display: none;
    }

    #phoneNav .dl-menuwrapper .dl-menu.dl-menuopen {
        position: relative !important;
    }

    #phoneNav ul.dl-menu li,
    #phoneNav .dl-animate-in-5 li,
    #phoneNav .dl-animate-in-5 li {
        border-bottom: 1px solid #e3e3e3;
    }

    #phoneNav ul.dl-menu li a,
    #phoneNav .dl-animate-in-5 li a,
    #phoneNav .dl-animate-in-5 li a {
        color: #363636;
        font-weight: 500;
    }

    #phoneNav ul.dl-menu li a:after,
    #phoneNav .dl-animate-in-5 li a:after,
    #phoneNav .dl-animate-in-5 li a:after {
        color: #cc4430;
    }

    #phoneNav ul.dl-menu li:last-child,
    #phoneNav .dl-animate-in-5 li:last-child,
    #phoneNav .dl-animate-in-5 li:last-child {
        border-bottom: none;
    }

    #phoneNav ul.dl-menu li li.dl-back:after,
    #phoneNav .dl-animate-in-5 li li.dl-back:after,
    #phoneNav .dl-animate-in-5 li li.dl-back:after {
        color: #cc4430;
    }

    #phoneNav ul.dl-menu ul.dl-submenu li,
    #phoneNav .dl-animate-in-5 ul.dl-submenu li,
    #phoneNav .dl-animate-in-5 ul.dl-submenu li {
        border-bottom: 1px solid #e3e3e3 !important;
    }

    #phoneNav ul.dl-menu ul.dl-submenu li:last-child,
    #phoneNav .dl-animate-in-5 ul.dl-submenu li:last-child,
    #phoneNav .dl-animate-in-5 ul.dl-submenu li:last-child {
        border-bottom: none !important;
    }

    #phoneNav ul.dl-menu li.dl-subviewopen,
    #phoneNav .dl-animate-in-5 li.dl-subviewopen,
    #phoneNav .dl-animate-in-5 li.dl-subviewopen {
        border-bottom: none !important;
    }

    #phoneNav #dl-menu > ul {
        padding-top: 12px;
    }

    #phoneNav .company {
        padding: 12px 0;
        margin-bottom: 12px;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 5;
        background-color: #0e264f;
    }

    #phoneNav .company a {
        color: #fff;
        display: block;
        text-decoration: none;
        text-align: left;
        font-weight: 200;
        font-size: 27px;
        padding-left: 10px;
    }

    #phoneNav a.quickCont {
        display: block;
        width: 100%;
        color: #363636;
        padding: 11px 11px 11px 21px;
        font-size: 15px;
        font-weight: 500;
        border-bottom: 1px solid #e3e3e3;
        text-align: left;
    }

    #phoneNav a.quickCont.last {
        border: none;
    }

    #phoneNav a.quickCont.active {
        background-color: #cfcfcf;
    }

    #phoneNav a.quickCont i {
        width: 26px;
        color: #0e264f;
        font-size: 21px;
        text-align: left;
    }

    #phoneNav .social {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin: 20px 0;
    }

    #phoneNav .social ul {
        width: 100%;
        text-align: left;
        padding-left: 10px;
    }

    #phoneNav .social ul li {
        display: inline-block;
    }

    #phoneNav .social ul li:last-child {
        border: none;
    }

    #phoneNav .social ul li a {
        width: 45px;
        height: 45px;
        line-height: 140%;
        font-size: 34px;
        display: block;
        text-align: center;
        border-radius: 5px;
        color: #fff;
        margin: 0 6px;
        position: relative;
        transform: scale(.9);
    }

    #phoneNav .social a.facebook {
        background-color: #3B5998;
    }

    #phoneNav .social a.twitter {
        background-color: #55acee;
    }

    #phoneNav .social a.instagram {
        background-color: #A57D60;
    }

    #phoneNav .social a.youtube {
        background-color: #f00;
    }

    #phoneNav .social a.vimeo {
        background-color: #00adef;
    }

    #phoneNav .social a.googleplus {
        background-color: #dc4a3d;
    }

    #phoneNav .social a.linkedin {
        background-color: #0077b5;
    }

    #phoneNav .social a.pinterest {
        background-color: #e60023;
    }

    #phoneNav .social a.foursquare {
        background-color: #e2305f;
    }

    #phoneNav .social a.tumblr {
        background-color: #1c3764;
    }

    #phoneNav .dl-menuwrapper {
        margin-bottom: 20px;
    }

    #phoneNav .dl-menuwrapper li a {
        font-weight: 200;
    }

    #phoneNav > div > h5 {
        margin: 30px 10px 10px 10px;
        color: #000;
    }

    #phoneNav > div > a.quickCont:last-child {
        border: none;
    }

    .mobilBg {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.9);
        display: none;
    }

    #mobilFooter {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 100;
        transform: translateY(100%);
        -webkit-transition: 0.3s all ease-in;
        -moz-transition: 0.3s all ease-in;
        -ms-transition: 0.3s all ease-in;
        transition: 0.3s all ease-in;
    }

    #mobilFooter > div {
        width: 50%;
        float: left;
        display: block;
        text-align: center;
        -webkit-transition: 0.3s all ease-in;
        -moz-transition: 0.3s all ease-in;
        -ms-transition: 0.3s all ease-in;
        transition: 0.3s all ease-in;
        background-color: #fff;
    }

    #mobilFooter > div:nth-child(1) {
        background-color: #3872b8;
    }

    #mobilFooter > div:nth-child(2) {
        background-color: #4caf50;
    }

    #mobilFooter > div a {
        font-size: 1rem;
        color: #fff;
        display: block;
        padding: 13px 0;
        text-align: center;
        font-weight: 400;
    }

    #mobilFooter > div a i {
        position: relative;
        transform: scale(1.5);
        padding-right: 7px;
        top: 0px;
    }

    #mobilFooter.ontop,
    #mobilFooter.onpin {
        transform: translateY(100%);
    }

    #mobilFooter.onunpin,
    #mobilFooter.onbottom {
        transform: translateY(0%);
    }

    .mobilFooter,
    .ghostMobilFooter {
        height: 47px;
    }

    .headerSpace {
        width: 100%;
        height: 55px;
    }

    #sliderWrapper {
        top: 0;
        margin-bottom: 0;
    }

    #sliderWrapper .tparrows {
        display: none !important;
    }

    #sliderWrapper .sFirstTitle {
        font-size: 7vw !important;
        line-height: 130% !important;
        padding: 8px 14px !important;
        text-align: left !important;
        font-weight: 600;
        color: #fff;
    }

    #sliderWrapper .detailText {
        width: 100%;
        font-size: 4vw !important;
        line-height: 130% !important;
        padding: 8px 14px !important;
        font-weight: 400;
        text-align: left !important;
    }

    #formContent .boxWrapper {
        margin: 30px 0;
    }

    .title {
        text-align: center;
    }

    .title h2 a {
        text-align: center;
    }

    .title h3 {
        text-align: center;
    }

    .title .svgImage svg {
        transform: none;
        left: 0;
    }

    #services,
    #blog,
    #doctors {
        padding: 30px 0;
    }

    #icons {
        padding-top: 0;
    }

    #icons .title {
        margin-top: 0;
    }

    #icons .img {
        background-position: left center;
        height: 200px;
        left: 0;
        margin-bottom: 40px;
    }

    #icons .item {
        min-height: auto;
        padding: 0;
    }

    #icons .item.r {
        width: 100%;
    }

    #icons .item .icon {
        float: left;
        text-align: left;
    }

    #icons .item .icon i {
        color: #0e264f;
    }

    #icons .item .text {
        float: right;
    }

    #about {
        height: auto;
    }

    #about .title {
        text-align: left;
        margin-top: 60px;
    }

    #about .cnt {
        margin-bottom: 20px;
        overflow: hidden;
    }

    #about .image {
        width: 100%;
        height: 400px;
        position: relative;
        transform: perspective(600px) rotateX(15deg) scale(0.9);
    }

    #about .image > div {
        margin: 0;
        position: absolute;
    }

    #about .image > div.img1,
    #about .image > div.img2,
    #about .image > div.img3 {
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
    }

    #about .image > div.img1 {
        width: 100%;
        height: 100%;
    }

    #about .image > div.img2,
    #about .image > div.img3 {
        bottom: -30px !important;
    }

    #about .image > div.img2 {
        width: 50%;
        height: 30%;
        left: 0 !important;
    }

    #about .image > div.img3 {
        width: 50%;
        height: 30%;
        right: 0 !important;
    }

    #about .image .img {
        position: absolute;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 15px;
        z-index: 2;
    }

    #about a.goDetail {
        display: inline-block;
    }

    #about,
    #services,
    .bannerArea,
    #blog,
    #icons,
    #workingHours {
        padding: 30px 0;
    }

    #services .list[data-select="services"] .listItem {
        margin: 5px 0;
    }

    #services .list[data-select="services"] .listItem .wrapper .img {
        height: 188px;
    }

    #services .list[data-select="services"] .listItem .wrapper .text {
        padding: 8px 12px 0px 12px;
    }

    #services .list[data-select="services"] .listItem .wrapper .text h2 a {
        white-space: initial;
        text-overflow: initial;
    }

    #services .list[data-select="services"] .listItem .wrapper .text p {
        margin: 5px 0;
    }

    #services .list[data-select="services"] .listItem .wrapper a.gS {
        padding: 8px 0;
    }

    #workingHours .bgIMG {
        background-attachment: initial;
    }

    #workingHours .item {
        width: 100%;
    }

    #doctors .list > .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: auto;
    }

    #doctors .list > .row::-webkit-scrollbar {
        width: 4px;
    }

    #doctors .list > .row::-webkit-scrollbar-track {
        background: #fff;
    }

    #doctors .list > .row::-webkit-scrollbar-thumb {
        background: #3872b8;
    }

    #doctors .list > .row::-webkit-scrollbar-thumb:hover {
        background: #3872b8;
    }

    #doctors .list > .row > div {
        flex: 0 0 76% !important;
    }

    #doctors .list > .row .listItem .img {
        height: 300px;
        background-position: top center;
    }

    #blog .list[data-select="blog"] .listItem .img {
        height: 200px;
    }

    #blog .owlDots .owl-dots {
        text-align: left;
        bottom: 0;
    }

    .bannerArea .iconArea {
        text-align: left;
    }

    .bannerArea .iconArea i {
        top: 0;
        transform: scale(1) !important;
        font-size: 100px !important;
    }

    .bannerArea.extraDetail {
        margin-top: 240px;
        margin-bottom: 0px;
    }

    .bannerArea.extraDetail:before {
        display: none;
    }

    .bannerArea.extraDetail .img {
        width: 100%;
        position: absolute;
        height: 360px;
        left: 0;
        bottom: -24px;
        overflow: hidden;
        transform: scale(0.7);
    }

    .fancybox-toolbar {
        opacity: 1;
        visibility: visible;
    }

    #subPageBanner {
        top: 0;
        margin-bottom: 65px;
        overflow: initial;
    }

    #subPageBanner:after {
        display: none;
    }

    #subPageBanner .item {
        height: 150px;
        padding-bottom: 10px;
    }

    #subPageBanner h3 {
        font-weight: 200;
        margin-top: 0;
    }

    #subPageBanner #pageBreadcrumb {
        width: 100%;
        position: absolute;
        margin: 0;
        bottom: -45px;
        left: 0;
        padding-left: 0;
        border: none;
    }

    #subPageBanner #pageBreadcrumb ol {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 10px 10px !important;
        display: block;
    }

    #subPageBanner #pageBreadcrumb ol li {
        display: inline-block;
    }

    #subPageBanner #pageBreadcrumb ol li:before,
    #subPageBanner #pageBreadcrumb ol li a {
        color: #363636;
        font-weight: 200;
        font-size: 15px;
    }

    #subPageBanner .shape {
        bottom: -1px;
    }

    #leftNav {
        width: 100%;
        margin: 20px 0;
    }

    #leftNav .title h2 {
        float: none;
        text-align: left;
    }

    #leftNav ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        align-content: center;
        overflow-x: scroll;
        overflow-y: hidden;
        margin: 8px 0 13px 0;
    }

    #leftNav ul li {
        width: auto;
        height: auto;
        flex: 0 0 auto !important;
        margin-right: 8px;
        border: none;
    }

    #leftNav ul li.active {
        order: -1;
    }

    #leftNav ul li a {
        padding: 8px 16px;
        border: 1px solid rgba(54, 54, 54, 0.2);
        color: #363636;
        font-weight: 400;
        font-size: 14px;
    }

    #leftNav ul li a:after {
        display: none;
    }

    #leftNav ul li a:hover,
    #leftNav ul li a.active {
        padding: 8px 16px;
        background-color: #0e264f;
        border-color: #0e264f;
        color: #fff;
    }

    #leftNav ul li a.active {
        order: 1;
    }

    .list {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .list .horizontalFirm {
        border: none;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    .list .horizontalFirm .text {
        margin-top: 15px;
    }

    .list .horizontalFirm .logo {
        height: 150px;
    }

    .list .horizontalFirm .logo img {
        max-height: 150px;
    }

    .list .horizontalFirm h5 a, .list .horizontalFirm .btns {
        text-align: center;
    }

    .list .horizontalFirm p.info {
        margin: 15px 0;
    }

    .list .firm {
        border: none
    }

    .list .firm p.info {
        text-align: center;
    }

    .list .comment {
        margin-bottom: 20px;
        background-color: #f6f6f6;
    }

    .list[data-select="product"] .item.on .img > a:nth-child(1) {
        display: none !important;
    }

    .list[data-select="product"] .item.on .img > a:nth-child(2) {
        display: block !important;
    }

    .list[data-select="product"] .item.off .img > a:nth-child(1) {
        display: block !important;
    }

    .list[data-select="product"] .item.off .img > a:nth-child(2) {
        display: none !important;
    }

    .list[data-select="blog"] .listItem {
        width: 100%;
        margin: 0 0 30px 0;
        border: 1px solid #efefef;
    }

    .list[data-select="blog"] .listItem .text {
        padding: 15px;
    }

    .list[data-select="institutions"] .listItemVertical {
        border: none;
    }

    .list[data-select="institutions"] .listItemVertical .img {
        height: 150px;
    }

    .list[data-select="institutions"] .listItemVertical .img img {
        max-height: 100px;
    }

    .list[data-select="institutions"] .listItemVertical a.go {
        height: auto;
        font-weight: 400;
        line-height: 140%;
    }

    .list[data-select="institutions"] .listItemVertical a.go span {
        max-height: inherit;
        vertical-align: initial;
    }

    #detail {
        padding-left: 0;
    }

    #detail #tabWrapper #tabTitle {
        display: flex;
        flex-flow: row;
        overflow-x: auto;
    }

    #detail #tabWrapper #tabTitle a {
        width: auto;
        min-width: 250px;
        margin: 0 10px 0 0;
        border-radius: 0;
        display: block;
        float: none;
        padding: 0 22px 0 10px;
    }

    #detail #tabWrapper #tabContent {
        background-color: #f9f9f9;
    }

    #detail #tabWrapper #tabContent > div {
        display: none;
    }

    #detail #tabWrapper #tabContent .content {
        min-height: initial !important;
        max-height: initial !important;
    }

    #detail #projectsMap {
        height: 280px;
    }

    #detail .gallery .item {
        margin-bottom: 20px;
    }

    #detail .gallery .item > a {
        height: 150px;
    }

    #detail.product .dButtons a {
        margin: 10px 4px;
        padding: 13px 15px 10px 15px;
    }

    #detail.product p.price {
        position: static;
        transform: none;
    }

    #detail.product p.price span.discount {
        width: 15%;
    }

    #detail.product .iconSet {
        text-align: center;
    }

    #detail.product .iconSet a {
        width: 48%;
        min-width: initial;
        display: inline-block;
        float: none;
        margin: 2px 0;
    }

    #detail.product .iconSet a:nth-child(1) span.icon {
        background: #ff9800;
    }

    #detail.product .iconSet a:nth-child(2) span.icon {
        background: #e32714;
    }

    #detail.product .iconSet a:nth-child(3) span.icon {
        background: #795548;
    }

    #detail.product .iconSet a:nth-child(4) span.icon {
        background: #3872b8;
    }

    #detail.product .iconSet a:nth-child(5) span.icon {
        background: #e32714;
    }

    #detail.product .iconSet a:nth-child(6) span.icon {
        background: #cc4430;
    }

    #detail.product .iconSet a:nth-child(7) span.icon {
        background: #E91E63;
    }

    #detail.product .iconSet a:nth-child(8) span.icon {
        background: #508831;
    }

    #detail.product .iconSet a:nth-child(9) span.icon {
        background: #ffaf40;
    }

    #detail.product .iconSet a span {
        width: 100% !important;
        margin: 0 !important;
    }

    #detail.product .iconSet a span.icon {
        color: #fff;
        font-size: 35px;
    }

    #detail.product .iconSet a span.text {
        padding: 17px 7px 6px 7px;
    }

    span#mobilResult {
        display: block;
        padding-right: 30px;
        font-weight: 700;
        font-size: 14px;
        position: relative;
        color: #E91E63;
    }

    .fileWrapper .file .iconWrapper:hover:before {
        opacity: 1;
    }

    .fileWrapper .file .iconWrapper .process {
        bottom: 0;
        opacity: 0;
    }

    .fileWrapper .file .iconWrapper .process a {
        width: 100%;
    }

    .fileWrapper .file .iconWrapper .process a:last-child {
        display: none;
    }

    .fileWrapper .file a.text {
        font-size: 15px;
    }

    #imgSlider {
        margin-bottom: 40px;
    }

    #imgSlider[data-select="dr"] .imgWrapper {
        height: 250px;
    }

    #imgSlider a.prev,
    #imgSlider a.next {
        display: none;
    }

    #imgSlider .imgWrapper,
    #movSlider .imgWrapper,
    #imgSlider .imgMiddle,
    #movSlider .imgMiddle,
    #imgSlider .iframe,
    #movSlider .iframe {
        height: 280px;
    }

    #imgSlider .imgWrapper img,
    #movSlider .imgWrapper img,
    #imgSlider .imgMiddle img,
    #movSlider .imgMiddle img,
    #imgSlider .iframe img,
    #movSlider .iframe img {
        max-height: 240px;
    }

    #drMovies {
        margin-bottom: 15px;
    }

    #useCookie {
        background-color: rgba(0, 0, 0, 0.9);
    }

    #useCookie a {
        width: 48%;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        margin: 10px 1% 5px 1%;
        text-align: center;
    }

    #shareArea ul {
        float: none;
        text-align: center;
    }

    #shareArea ul li {
        float: none;
        display: inline-block;
        margin: 0 5px;
    }

    #sss {
        width: 100%;
        display: block;
        margin-bottom: 40px;
        position: relative;
        overflow: hidden;
    }

    #sss .item {
        margin-top: 10px !important;
        margin-bottom: 0;
    }

    #sss .item .title,
    #sss .item .content {
        width: 100%;
    }

    #sss .item .title {
        min-height: 60px;
        height: auto;
        line-height: 60px;
        padding-top: 8px;
        padding-bottom: 8px;
        background-color: #f1f1f1;
    }

    #sss .item .title:before {
        font-size: 20px;
    }

    #sss .item .title h3 {
        font-size: 17px;
        height: auto;
        max-height: initial;
    }

    #sss .item .title:hover {
        background-color: #eaeaea;
    }

    #sss .item .content {
        max-height: initial;
        overflow: initial;
    }

    #shareArea h5 {
        text-align: left;
        margin-bottom: 10px;
        float: none;
    }

    #shareArea ul {
        text-align: left;
    }

    #shareArea ul li:first-child {
        margin-left: 0;
    }

    #shareArea ul li:first-child a {
        width: 15px;
    }

    #ohter {
        margin-bottom: 0;
    }

    #searchWrapper .wrapper h6 {
        font-size: 45px;
    }

    #searchWrapper .wrapper form {
        border: none;
    }

    #searchWrapper .wrapper form input {
        width: 100%;
        border-bottom: 1px solid #3872b8;
    }

    #searchWrapper .wrapper form button,
    #searchWrapper .wrapper form a.cls {
        margin-top: 30px;
        width: 50%;
    }

    #branchDoctors .list[data-select="doctors"] .listItem {
        margin-bottom: 20px;
    }

    #branchDoctors .list[data-select="doctors"] .listItem .img {
        background-position: top center;
    }

    footer {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    footer ul {
        height: auto;
        overflow: inherit;
    }

    footer h3 {
        margin-top: 40px;
    }

    footer h3 a {
        margin-bottom: 0;
    }

    footer .social {
        text-align: left;
    }

    footer .social a {
        font-size: 19px;
    }

    footer .footerBottom {
        background-color: transparent;
        color: #fff;
        padding: 12px 0;
        text-align: left;
        font-size: 14px;
    }

    footer .footerBottom p {
        text-align: left;
    }

    footer p.law {
        margin: 20px 0;
        text-align: left;
    }

    footer a.signature {
        width: 100%;
        margin: 15px 0 8px 0;
        text-align: left;
    }

    .intl-tel-input .country-list,
    .intl-tel-input.iti-container {
        width: 100% !important;
        max-width: 100% !important;
        height: 99% !important;
        max-height: 80% !important;
        position: fixed !important;
        top: 50% !important;
        left: 0 !important;
        z-index: 100000 !important;
        transform: translateY(-50%) !important;
    }

    .owlDots .owl-dots {
        text-align: center;
    }

    .adsWrapper > div {
        margin: 20px auto;
        background-color: #FAB048;
        color: #fff;
    }

    #mobilFilterWrapper {
        width: 100%;
        height: auto;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1000;
    }

    #mobilFilterWrapper.active .filterCnt {
        bottom: 51px;
    }

    #mobilFilterWrapper > div {
        width: 100%;
        position: fixed;
        left: 0;
    }

    #mobilFilterWrapper .bar {
        box-shadow: 0px 0px 22px -9px #000;
        background: #fff;
        overflow: hidden;
        bottom: 0;
        z-index: 1000;
    }

    #mobilFilterWrapper .bar a {
        width: 50%;
        display: block;
        position: relative;
        padding: 12px 0;
        float: left;
        text-align: center;
        font-size: 18px;
        color: #000;
        font-weight: 300;
    }

    #mobilFilterWrapper .bar a:focus {
        text-decoration: none;
    }

    #mobilFilterWrapper .bar a.active {
        background-color: #f3f3f3;
    }

    #mobilFilterWrapper .bar a:first-child:before {
        content: "";
        width: 1px;
        height: 60%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        background: #000;
        opacity: .5;
    }

    #mobilFilterWrapper .filterCnt {
        width: 100%;
        height: calc(100vh - 51px);
        position: fixed;
        z-index: 999;
        bottom: -100%;
        background: #fff;
        box-sizing: border-box;
        padding: 20px;
        overflow-y: auto;
    }

    #mobilFilterWrapper .filterCnt > div {
        display: none;
    }

    #mobilFilterWrapper .filterCnt h5 {
        margin: 20px 0 10px 0;
    }

    #mobilFilterWrapper .filterCnt ul {
        margin: 16px 0;
    }

    #mobilFilterWrapper .filterCnt ul li {
        text-align: left;
        font-size: 16px;
        padding: 2px 0;
    }

    #mobilFilterWrapper .filterCnt[data-view="filter"] .filter {
        display: block !important;
    }

    #mobilFilterWrapper .filterCnt[data-view="sort"] .sort {
        display: block !important;
    }

    #mobilFilterWrapper a.apply {
        display: block;
        font-weight: 400;
        color: #353535;
        border: 1px solid #353535;
        text-align: left;
        padding: 6px 0 6px 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        background: #fff;
    }

    .table-responsive table.table {
        width: 150%;
    }

    #banner.second .breadcrumb {
        background-color: #f3f3f3;
    }

    form.imageform .input-group > div {
        width: 100%;
    }

    form.imageform div.input-group-append {
        margin-top: 10px;
    }

    #firmDetail #navWrapper {
        width: 100%;
        position: relative;
        padding-top: 45px;
        left: 0;
    }
    #firmDetail #navWrapper.ontop, #firmDetail #navWrapper.onpin {
        transform: translateY(0%);
    }
    #firmDetail #navWrapper.onunpin, #firmDetail #navWrapper.onbottom {
        padding-top: 5px;
        position: fixed;
        z-index: 100;
        left: 0;
        top: 0;
    }
    #firmDetail #navWrapper a {
        padding-bottom: 0;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    #firmDetail .profile {
        width: 130px;
        height: 130px;
        margin: 0 auto;
    }
    #firmDetail .banner .bg:before {
        opacity: .6;
    }
    #firmDetail #tabTitle {
        width: 100%;
        height: 60px;
        display: flex;
        flex-direction: row;
        overflow-y: hidden;
        overflow-x: auto;
        padding-top: 5px;
    }

/* #endregion All Small devices (Phone & Tablet & Small Desktop) */
