﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges 
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 

.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}
*/



body {
    padding-top: 0px;
    padding-bottom: 20px;
}

ul {
    padding-inline-start: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

a:visited {
    text-decoration: none;
}

/*CSS Düzenlemelerim*/

/*Header kısmı için css düzenlemeleri*/

.forMobile {
    display: none;
}

.compMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}


.author {
}

    .author:hover {
        color: beige;
    }




.logo ul li {
    background-color: #5f2224;
    border: #b08f79 solid 3px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    width: 110px;
}

    .logo ul li a {
        color: burlywood;
        font-size: 24px;
        margin-left: 8px;
    }

ul {
    list-style-type: none;
}

nav ul li a {
    color: #9E6E4E;
    background-color: transparent;
    font-size: 18px;
}

.navbarColor ul li a {
    color: #9E6E4E;
    background-color: transparent;
    font-size: 18px;
}

.navbarColor ul li:hover ul li a {
    color: #9E6E4E;
    background-color: white;
    font-size: 18px;
}

.navbarColor ul li:hover ul li:hover a {
    color: white;
    background-color: burlywood;
    font-size: 18px;
}

.navbarColor ul li:hover a {
    color: #4C211E;
    font-size: 18px;
    background-color: white;
}

.navbarColor ul li ul {
    display: none;
}


.navbarColor ul li:hover ul {
    display: block;
    background-color: white;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin: 0;
    background-color: white;
    top: 59px;
}




.subMenu ul li a {
    padding-left: 20px;
}

.subMenu ul li:hover {
    background-color: burlywood;
    color: white;
}

.subMenu ul li a:hover {
    color: white;
}



.bgColorTopContact {
    background-color: #632a26;
}


.topContact {
    padding-top: 10px;
    padding-bottom: 10px;
}

.textTopContact a {
    color: #fbe3cb;
    font-size: 12px;
}





    .textTopContact a:hover {
        color: white;
        font-size: 12px;
    }


.link-decoration a {
    text-decoration: none;
}

    .link-decoration a:hover {
        text-decoration: none;
    }

    .link-decoration a button:hover {
        text-decoration: none;
    }

.dropbtn {
    background-color: transparent;
    margin-top: 5px;
}


.header {
    font-family: 'RobotoSlab-Regular';
    background-color: white;
    height: 70px;
    padding: 8px 0px;
    border-bottom: burlywood solid 2px;
}


.btnAppointment {
    padding-right: 0px;
    background-color: #9E6E4E;
    color: white;
    height: 40px;
    font-size: medium;
    border: #b08f79 solid 3px;
}

.btnDisplay {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*Slider kısmı ile ilgili css düzenlemeleri*/

/*slideshow*/
* {
    box-sizing: border-box
}

body {
    font-family: Verdana,sans-serif;
}

.mySlides {
    position: absolute;
    /*display: none*/
}
/* Slideshow container */
/*.slideshow-container {
    max-width: 1000px;
    position: relative;
    /*margin: auto;
    }
*/

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* The dots/bullets/indicators */
.dot {
    position: relative;
    bottom: 60px;
    height: 20px;
    width: 20px;
    margin: 0 6px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 15s ease;
}

.active {
    background-color: #717171;
}
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 150.5s;
    animation-name: fade;
    animation-duration: 150.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .65
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .65
    }

    to {
        opacity: 1
    }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

/*slideshow*/

.bgImg {
    background-image: url("Uploads/slider.jpg");
    background-repeat: no-repeat;
    height: 550px;
    background-size: cover;
    margin-top: 80px;
    margin-bottom: 30px;
    filter: brightness(0.81);
}

.sliderProp {
    background-color: #dcc7b9;
    opacity: 0.65;
    width: 500px;
    height: 550px;
}

.sliderTitle {
    color: #271110;
    font-size: 29px;
    padding-top: 180px;
    padding-left: 40px;
    padding-right: 40px;
}



.sliderDescription {
    color: #834318;
    font-size: 24px;
    padding-left: 40px;
    float: right;
    padding-right: 50px;
    /*padding-top:50px;*/
}

/*Body kısmı ile ilgili css düzenlemeleri*/




.bodyStyle {
    font-family: 'Open Sans',sans-serif;
}

.aboutBrief {
    margin-bottom: 20px;
}



.marginBottom {
    margin-bottom: 20px;
}

.leftImgBook {
    width: 350px;
    height: 330px;
    float: left;
    margin: 0 20px 20px 0;
    box-shadow: #707476 1px 3px 5px;
}

.leftImg {
    width: 100%;
    height: 290px;
    float: left;
    margin: 0 20px 20px 0;
    box-shadow: #707476 1px 3px 5px;
}

.leftImgAbout {
    width: 280px;
    height: 320px;
    float: left;
    margin: 0 20px 20px 0;
    box-shadow: #707476 1px 3px 5px;
}





.contentImage {
    width: 100%;
    height: 200px;
    background-image: url("Uploads/icerik.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.7);
    background-position: center;
    margin-top: 110px;
    box-shadow: #707476 1px 3px 5px;
}

.contentImageFont {
    font-size: 32px;
    color: #a34608;
    filter: drop-shadow;
    font-style: italic;
    font-family: auto;
    padding-left: 10px;
    position: relative;
    top: 90px;
}

.homePageImg {
    width: 100%;
    height: 400px;
}




.contentTitle {
    font-size: 24px;
    color: #9E6E4E;
    padding-left: 12px;
}

.contentSubTitle {
    font-size: 15px;
    color: #9E6E4E;
    padding-left: 12px;
    font-weight: bold;
}

.contentDescription {
    color: #707476;
    font-size: 17px;
}

    .contentDescription li {
        color: #707476;
        font-size: 17px;
        margin-bottom: 15px;
    }

.contentListIcon ul li a i {
    font-size: 22px;
    color: #ae876b;
}

.contentDescription a a:hover {
    color: #9E6E4E;
}

.articleDescription {
}

    .articleDescription a {
        padding: 2%;
    }



.indexContent {
    background-color: white;
    margin-top: 30px;
    margin-bottom: 60px;
}

.workingArea ul a li {
    background-color: #5f2224;
    border: #b08f79 solid 3px;
    margin-bottom: 14px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-top: 4px;
}

.workingArea ul a li {
    color: burlywood;
    font-size: 16px;
    margin-left: 8px;
}

    .workingArea ul a li:hover {
        color: #fbf0f0;
    }

.homeArticle {
    margin-top: 30px;
    margin-bottom: 50px;
}

.contentArticle {
    margin-bottom: 50px;
}

    .contentArticle a {
        color: white;
    }


    .contentArticle img {
        width: 100%;
        height: 350px;
        margin-bottom: 10px;
    }

.homeArticle a {
    color: white;
}

.homeArticle img {
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
}

.filterWorking {
    filter: brightness(0.8);
}

.marginImg {
    margin-left: 40px;
}

.bgImgBusinessLaw {
    background-image: url("Uploads/ishukuku.jpg");
}

.bgImgRealEstate {
    background-image: url("Uploads/gayrimenkulhukuku-img.jpg");
}

.bgImgFamilyLaw {
    background-image: url("Uploads/ailehukuku-img.jpg");
}

.bgImgCompensationLaw {
    background-image: url("Uploads/tazminathukuku-img.jpg");
}

.bgImgExecutiveLaw {
    background-image: url("Uploads/icraiflashukuku-img.jpg");
}

.bgImgPunishmentLaw {
    background-image: url("Uploads/cezahukuku-img.jpg");
}

.bgJobImg {
    background-repeat: no-repeat;
    height: 250px;
    width: 320px;
    background-size: cover;
    margin-bottom: 20px;
    margin-right: 40px;
    margin-top: 20px;
    background-repeat: round;
    box-shadow: #8a6d3b 2px 4px 8px;
    border: groove;
}

.wa a:hover {
    filter: brightness(0.5);
    text-shadow: turquoise 5px 5px 8px;
    color: brown;
}

.workingTitle {
    top: 190px;
    margin: 0px;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #fbfaf7;
    background-color: #131111;
    opacity: 0.8;
    width: 314px;
    height: 55px;
    margin-left: -15px;
    border: groove;
    padding-top: 11px;
    padding-bottom: 5px;
}


.bgColorPayment {
    /*background-color: #6c3129;*/
    background-color: #ccc;
    height: 350px;
    margin-top: 40px;
    box-shadow: 3px 3px 5px 0;
}



.paymentProp {
    /*background-color: #dcc7b9;*/
    background-color: whitesmoke;
    border: 3px solid #741d20;
    border-style: double;
    box-shadow: 7px 7px 10px 0 #834318;
    height: 310px;
    padding: 30px;
    margin-top: 25px;
    opacity: 0.9;
    margin-top: 20px;
    margin-bottom: 20px;
}

.paymentTitle {
    font-size: 20px;
    font-weight: bold;
    color: darkred;
}

.paymentDescription {
    font-size: 15px;
    color: dimgrey;
}

.payment a i {
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 35px;
    height: 15px;
    color: white;
}



.payment a {
    color: white;
    background: #cf1515;
    border-radius: 10px;
    width: 180px;
    position: relative;
    margin-top: 10px;
    height: 115px;
    left: 29%;
    text-align: center;
    font-size: 10px;
    padding: 10px;
    font-weight: bold;
    vertical-align: middle;
}


.paymentProp a {
    float: left;
}




.payment:hover {
    color: white;
}

.paymentImg {
    width: 70%;
    height: 350px;
    float: right;
    /* margin-top: -50px; */
    box-shadow: #92671c 1px 2px 3px;
    border-radius: 8px;
}





.bgVideo {
    margin-top: 70px;
}

    .bgVideo iframe {
        width: 100%;
        height: 500px;
    }



.articleBtn {
    padding: 2%;
    margin-top: 5px;
    text-align: center;
    width: 90px;
    top: 10px;
    position: relative;
}

    .articleBtn:hover {
        color: wheat;
    }


.contactInfo {
    color: #834318;
}

    .contactInfo:hover {
        color: #9E6E4E;
    }


.bgConnection {
    height: 200px;
    margin-top: 40px;
}

.connectionContent {
    margin-bottom: 5px;
}


    .connectionContent a {
        color: #6d4c36;
        font-size: 16px;
    }

        .connectionContent a:hover {
            color: #8f6448;
            font-size: 16px;
        }

/*Footer kısmı ile ilgili düzenlemeler*/
.footerBackground {
    background-color: #4C211E;
    padding-bottom: 20px;
}

.footerName {
    text-align: center;
}

.footerProp {
    padding: 40px;
    font-size: 12px;
    color: #DCBE9F;
}

    .footerProp a {
        color: #fbe3cb;
    }

    .footerProp hr {
        color: burlywood;
    }

    .footerProp a:hover {
        color: white;
    }


.footerImg img {
    background-size: cover;
    height: 350px;
    margin-top: 30px;
    width: 100%;
}






/*Mobil veya diğer cihazlara uyumluluk için css düzenlemeleri*/

@media screen and (min-width: 994px) and (max-width: 1200px) {

    .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 8px;
    }

    .forMobile {
        display: none;
    }

    .sliderProp {
        height: 350px;
        width: 350px;
    }

    .sliderDescription {
        font-size: 18px;
    }

    .sliderTitle {
        font-size: 20px;
    }

    .navbarColor {
        padding-top: 10px;
    }

        .navbarColor ul li a {
            font-size: 18px;
        }

            .navbarColor ul li a:hover {
                font-size: 18px;
            }

    .logo ul li a {
        color: burlywood;
        font-size: 20px;
        margin-left: 4px;
    }

    .logo ul li {
        background-color: #5f2224;
        border: #b08f79 solid 2px;
        padding-bottom: 4px;
        padding-left: 4px;
        padding-top: 4px;
        width: 90px;
        margin: auto;
        position: absolute;
    }

    .btnAppointment {
        padding-right: 0px;
        background-color: #9E6E4E;
        color: white;
        height: 47px;
        padding: 4px;
        font-size: 14px;
        border: #b08f79 solid 2px;
    }

    .bgJobImg {
        margin-right: 20px;
        width: 280px;
    }

    .bgImg {
        height: 350px;
    }

    .workingArea ul a li {
        font-size: 17px;
    }

    .workingTitle {
        width: 275px;
    }


    .contentTitle {
        font-size: 22px;
    }

    .contentSubTitle {
        font-size: 16px;
    }

    .contentImage {
        height: 180px;
        background-position: initial;
    }

    .contentImageFont {
        color: #da8a2e;
        font-size: 25px;
        top: 120px;
    }

    .contentDescription {
        font-size: 17px;
        padding: 5px;
    }

        .contentDescription li {
            font-size: 17px;
        }

    .leftImgAbout {
        height: 190px;
        width: 150px;
    }

    .leftImg {
        height: 200px;
    }

    .leftImgBook {
        height: 150px;
        width: 150px;
    }

    .paymentTitle {
        font-size: 22px;
    }

    .paymentDescription {
        font-size: 17px;
    }


    .paymentImg {
        height: 350px;
        margin-top: 0px;
    }

    .payment a {
        margin-top: 0px;
        height: 110px;
        left: 27%;
    }

    .paymentProp {
        padding: 25px;
    }

    .marginImg {
        margin-left: 0px;
    }

    .indexContent {
        margin-bottom: 0px;
    }
}





@media screen and (min-width: 768px) and (max-width: 993px) {

    .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 8px;
    }

    .forMobile {
        display: none;
    }

    .sliderProp {
        height: 350px;
        width: 350px;
    }

    .sliderDescription {
        font-size: 18px;
    }

    .sliderTitle {
        font-size: 20px;
    }

    .navbarColor {
        padding-top: 10px;
    }

        .navbarColor ul li a {
            font-size: 16px;
        }

        .navbarColor ul li:hover ul li a {
            font-size: 16px;
        }

            .navbarColor ul li:hover ul li a:hover {
                font-size: 16px;
            }

        .navbarColor ul li a:hover {
            font-size: 16px;
        }

    .logo ul li a {
        color: burlywood;
        font-size: 17px;
        margin-left: 4px;
    }

    .logo ul li {
        background-color: #5f2224;
        border: #b08f79 solid 2px;
        padding-bottom: 4px;
        padding-left: 4px;
        padding-top: 4px;
        width: 75px;
        margin: auto;
        position: absolute;
    }

    .btnAppointment {
        padding-right: 0px;
        background-color: #9E6E4E;
        color: white;
        height: 47px;
        width: 55px;
        padding: 4px;
        font-size: 12px;
        border: #b08f79 solid 2px;
    }

    .bgJobImg {
        margin-right: 20px;
    }

    .bgImg {
        height: 350px;
    }

    .workingArea ul a li {
        font-size: 15px;
    }


    .contentTitle {
        font-size: 18px;
    }

    .contentSubTitle {
        font-size: 14px;
    }

    .contentImage {
        height: 180px;
        background-position: initial;
    }

    .contentImageFont {
        color: #da8a2e;
        font-size: 25px;
        top: 120px;
    }

    .contentDescription {
        font-size: 15px;
        padding: 5px;
    }

        .contentDescription li {
            font-size: 15px;
        }

    .leftImgAbout {
        height: 180px;
        width: 150px;
    }

    .leftImg {
        height: 200px;
    }

    .leftImgBook {
        height: 150px;
        width: 150px;
    }


    .paymentImg {
        height: 300px;
        margin-top: 10px;
        width: 95%;
    }




    .aboutBrief {
        margin-bottom: 40px;
    }


    .payment a {
        margin-top: 0px;
        height: 100px;
        left: 20%;
        font-size: 10px;
    }

        .payment a i {
            font-size: 30px;
            padding-bottom: 35px;
            padding-top: 5px;
        }

    .paymentProp {
        padding: 25px;
    }

    .marginImg {
        margin-left: 0px;
    }

    .indexContent {
        margin-bottom: 0px;
    }

    .bgVideo iframe {
        width: 100%;
        height: 400px;
    }
}



@media screen and (min-width: 376px) and (max-width: 767px) {
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .indexContent {
        margin-bottom: 0px;
    }

    .aboutBrief {
        margin-bottom: 20px;
    }

    .articleBtn {
        top: 0px;
    }

    .contentTitle {
        font-size: 18px;
    }

    .contentSubTitle {
        font-size: 13px;
    }

    .contentDescription {
        font-size: 15px;
    }

        .contentDescription li {
            color: #707476;
            font-size: 15px;
            margin-bottom: 15px;
        }

    .workingArea ul a li {
        color: burlywood;
        font-size: 15px;
        margin-left: 8px;
    }

    .bgConnection {
        height: 250px;
        margin-top: 20px;
    }

    .connectionContent a {
        color: #6d4c36;
        font-size: 13px;
    }

        .connectionContent a:hover {
            font-size: 13px;
        }

    .paymentImg {
        display: none;
    }

    .paymentTitle {
        font-size: 16px;
    }

    .paymentDescription {
        font-size: 13px;
    }

    .paymentProp {
        padding: 25px;
    }





    .topContact a {
        font-size: 10.5px;
    }

    .leftImgBook {
        height: 150px;
        width: 150px;
    }

    .leftImg {
        display: none;
    }


    .leftImgAbout {
        height: 170px;
        width: 150px;
    }

    .marginImg {
        margin-left: 0px;
    }


    .workingTitle {
        top: 160px;
        margin: 0px;
        text-align: center;
        position: relative;
        font-size: 20px;
        color: #fbfaf7;
        background-color: #131111;
        opacity: 0.8;
        width: 305px;
        height: 45px;
        margin-left: -15px;
        border: groove;
        padding-top: 7px;
        padding-bottom: 5px;
    }

    .bgJobImg {
        background-repeat: no-repeat;
        height: 210px;
        width: 310px;
        background-size: cover;
        margin-bottom: 20px;
        margin-right: 20px;
        margin-top: 20px;
        background-repeat: round;
        box-shadow: #8a6d3b 2px 4px 8px;
        border: groove;
    }


    .forComp {
        display: none;
    }

    .forMobile {
        display: inline-grid;
        float: left;
        padding-left: 0px;
    }

    .sliderProp {
        background-color: #dcc7b9;
        opacity: 0.65;
        width: 200px;
        height: 200px;
    }

    .sliderTitle {
        color: #271110;
        font-size: 17px;
        padding-top: 30px;
        padding-left: 4px;
    }

    .sliderDescription {
        color: #834318;
        font-size: 15px;
        padding-left: 4px;
        float: right;
        padding-right: 10px;
    }

    .bgImg {
        background-image: url("Uploads/slider.jpg");
        background-repeat: no-repeat;
        height: 200px;
        background-size: cover;
        margin-top: 100px;
    }



    /*.logo {
        float:left;
    }*/

    .btnAppointment {
        margin-right: 0px;
        background-color: #9E6E4E;
        color: white;
        height: 40px;
        font-size: small;
        border: #b08f79 solid 3px;
        padding: 2px;
    }

    .btnDisplay {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .contentImageFont {
        font-size: 22px;
        color: #e2dcd7;
        filter: drop-shadow;
        font-style: italic;
        font-family: auto;
        padding-left: 10px;
        position: relative;
        top: 128px;
    }

    .logo {
        left: 50%;
        margin-left: -45px;
        position: relative;
    }


        .logo ul li {
            background-color: #5f2224;
            border: #b08f79 solid 3px;
            padding-bottom: 5px;
            padding-left: 5px;
            padding-top: 5px;
            width: 90px;
        }

            .logo ul li a {
                color: burlywood;
                font-size: 18px;
                margin-left: 4px;
                margin-right: 4px;
            }

    ul {
        list-style-type: none;
    }

    .btnPadding ul li {
        padding: 0 10px;
    }


    .btnMobile a {
        text-decoration: none;
        color: #5f2224;
        font-size: 16px;
    }





        .btnMobile a i {
            font-size: 40px;
        }

    .btnDrop {
        background-color: transparent;
    }

    .btnD {
        display: inline-block;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    /*.nav li a:hover {
        background-color: burlywood;
        color: white;
    }*/



    .nav li a {
        color: #9E6E4E;
        background-color: transparent;
        font-size: 18px;
    }

    .nav li:hover ul li a {
        color: #9E6E4E;
        background-color: white;
        font-size: 18px;
    }

    .nav li:hover ul li:hover a {
        color: white;
        background-color: burlywood;
        font-size: 18px;
    }

    .nav li:hover a {
        color: #4C211E;
        font-size: 18px;
        background-color: white;
    }

    .nav li ul {
        display: none;
    }


    .nav li:hover ul {
        display: block;
        background-color: white;
    }

    /*ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin: 0;
        background-color: white;
    }*/


    .contentImage {
        width: 100%;
        height: 170px;
    }








    .payment a i {
        padding-top: 10px;
        padding-bottom: 40px;
        font-size: 30px;
    }

    .payment a {
        color: white;
        background: #cf1515;
        border-radius: 10px;
        width: 130px;
        height: 100px;
        left: 27%;
        margin-top: 5px;
        position: relative;
        text-align: center;
        font-size: 8px;
        padding: 5px;
        font-weight: bold;
        vertical-align: middle;
    }

    .bgVideo iframe {
        width: 100%;
        height: 200px;
    }

    .footerProp {
        padding: 20px;
    }

    .footerImg img {
        background-size: 100% 100%;
        height: 110px;
        margin-top: 30px;
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .indexContent {
        margin-bottom: 0px;
    }

    .aboutBrief {
        margin-bottom: 20px;
    }

    .articleBtn {
        top: 0px;
    }

    .contentTitle {
        font-size: 16px;
    }

    .bgConnection {
        height: 270px;
        margin-top: 20px;
    }

    .connectionContent a {
        font-size: 13px;
    }

        .connectionContent a:hover {
            font-size: 13px;
        }

    .bgVideo {
        margin-top: 50px;
    }

    .contentSubTitle {
        font-size: 13px;
    }

    .contentDescription {
        margin-bottom: 15px;
        font-size: 15px;
    }

        .contentDescription li {
            color: #707476;
            font-size: 15px;
            margin-bottom: 15px;
        }

    .workingArea ul a li {
        color: burlywood;
        font-size: 15px;
        margin-left: 8px;
    }

    .paymentImg {
        display: none;
    }

    .paymentTitle {
        font-size: 15px;
    }

    .paymentDescription {
        font-size: 13px;
    }

    .paymentProp {
        padding: 25px;
    }





    .topContact a {
        font-size: 10.5px;
    }

    .leftImgBook {
        height: 140px;
        width: 130px;
    }

    .leftImg {
        display: none;
    }


    .leftImgAbout {
        height: 160px;
        width: 130px;
    }

    .marginImg {
        margin-left: 0px;
    }


    .workingTitle {
        top: 160px;
        margin: 0px;
        text-align: center;
        position: relative;
        font-size: 20px;
        color: #fbfaf7;
        background-color: #131111;
        opacity: 0.8;
        width: 265px;
        height: 45px;
        margin-left: -15px;
        border: groove;
        padding-top: 7px;
        padding-bottom: 5px;
    }

    .bgJobImg {
        background-repeat: no-repeat;
        height: 210px;
        width: 270px;
        background-size: cover;
        margin-bottom: 20px;
        margin-right: 20px;
        margin-top: 20px;
        background-repeat: round;
        box-shadow: #8a6d3b 2px 4px 8px;
        border: groove;
    }


    .forComp {
        display: none;
    }

    .forMobile {
        display: inline-grid;
        float: left;
        padding-left: 0px;
    }

    .sliderProp {
        background-color: #dcc7b9;
        opacity: 0.65;
        width: 200px;
        height: 200px;
    }

    .sliderTitle {
        color: #271110;
        font-size: 15px;
        padding-top: 50px;
        padding-left: 4px;
    }

    .sliderDescription {
        color: #834318;
        font-size: 12px;
        padding-left: 4px;
        float: right;
        padding-right: 10px;
        /*padding-top:50px;*/
    }

    .bgImg {
        background-image: url("Uploads/slider.jpg");
        background-repeat: no-repeat;
        height: 200px;
        background-size: cover;
        margin-top: 100px;
    }



    /*.logo {
        float:left;
    }*/

    .btnAppointment {
        margin-right: 0px;
        background-color: #9E6E4E;
        color: white;
        height: 40px;
        font-size: small;
        border: #b08f79 solid 3px;
        padding: 2px;
    }

    .btnDisplay {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .contentImageFont {
        font-size: 22px;
        color: #e2dcd7;
        filter: drop-shadow;
        font-style: italic;
        font-family: auto;
        padding-left: 10px;
        position: relative;
        top: 128px;
    }

    .logo {
        left: 50%;
        margin-left: -45px;
        position: relative;
    }


        .logo ul li {
            background-color: #5f2224;
            border: #b08f79 solid 3px;
            padding-bottom: 5px;
            padding-left: 5px;
            padding-top: 5px;
            width: 90px;
        }

            .logo ul li a {
                color: burlywood;
                font-size: 18px;
                margin-left: 4px;
                margin-right: 4px;
            }

    ul {
        list-style-type: none;
    }

    .btnPadding ul li {
        padding: 0 10px;
    }


    .btnMobile a {
        text-decoration: none;
        color: #5f2224;
        font-size: 16px;
    }





        .btnMobile a i {
            font-size: 40px;
        }

    .btnDrop {
        background-color: transparent;
    }

    .btnD {
        display: inline-block;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    /*.nav li a:hover {
        background-color: burlywood;
        color: white;
    }*/



    .nav li a {
        color: #9E6E4E;
        background-color: transparent;
        font-size: 18px;
    }

    .nav li:hover ul li a {
        color: #9E6E4E;
        background-color: white;
        font-size: 18px;
    }

    .nav li:hover ul li:hover a {
        color: white;
        background-color: burlywood;
        font-size: 18px;
    }

    .nav li:hover a {
        color: #4C211E;
        font-size: 18px;
        background-color: white;
    }

    .nav li ul {
        display: none;
    }


    .nav li:hover ul {
        display: block;
        background-color: white;
    }

    /*ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin: 0;
        background-color: white;
    }*/


    .contentImage {
        width: 100%;
        height: 170px;
    }

    .payment a i {
        padding-top: 10px;
        padding-bottom: 30px;
        font-size: 30px;
    }

    .payment a {
        color: white;
        background: #cf1515;
        border-radius: 10px;
        width: 140px;
        left: 22%;
        height: 85px;
        margin-top: 5px;
        position: relative;
        text-align: center;
        font-size: 8px;
        padding: 5px;
        font-weight: bold;
        vertical-align: middle;
    }

    .bgVideo iframe {
        width: 100%;
        height: 200px;
    }

    .footerProp {
        padding: 20px;
    }

    .footerImg img {
        background-size: 100% 100%;
        height: 110px;
        margin-top: 30px;
        width: 100%;
    }
}


@media screen and (max-width: 360px) {

    .leftImgAbout {
        height: 160px;
        width: 140px;
    }

    .payment a {
        color: white;
        background: #cf1515;
        border-radius: 10px;
        width: 140px;
        left: 15%;
        height: 85px;
        margin-top: 5px;
        position: relative;
        text-align: center;
        font-size: 8px;
        padding: 5px;
        font-weight: bold;
        vertical-align: middle;
    }


    .workingTitle {
        top: 120px;
        margin: 0px;
        text-align: center;
        position: relative;
        font-size: 20px;
        color: #fbfaf7;
        background-color: #131111;
        opacity: 0.8;
        width: 225px;
        height: 45px;
        margin-left: -15px;
        border: groove;
        padding-top: 7px;
        padding-bottom: 5px;
    }

    .bgJobImg {
        background-repeat: no-repeat;
        height: 170px;
        width: 230px;
        background-size: cover;
        margin-bottom: 20px;
        margin-right: 20px;
        margin-top: 20px;
        background-repeat: round;
        box-shadow: #8a6d3b 2px 4px 8px;
        border: groove;
    }
}

@media screen and (max-width: 280px) {
    .bgJobImg {
        width: 190px;
    }

    .workingTitle {
        width: 185px;
    }
}
