body {
    font-family: 'Gothic A1', sans-serif;

}

:root {
    --primary-color: #685197;
    --secondary-color: #33b2d2;
}

#header {
    border-top: solid 3px var(--secondary-color)
}

.topbar {
    background-color: #e2f4f9;
    min-height: 35px;
}

.logo {
    margin: 0px;
    padding: 0px;
    width: 222px;
    height: 149px;
    display: block;
    position: absolute;
    z-index: 99;
}

.logo a {
    width: 222px;
    height: 149px;
    background: url('../img/logo.png') no-repeat;
    display: block;
    text-indent: -999em;

}

.reg,
.call {
    display: block;
    height: 36px !important;
    line-height: 36px;
    font-weight: bold;
    color: var(--primary-color);
}

.navBar {
    background-color: var(--primary-color);
    display: block;
    height: 75px;
    position: relative;
}

.navBar nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.navBar nav ul li {
    margin: 0px;
    padding: 0px;
}

.navBar nav ul li a {
    letter-spacing: uppercase;
}

.navBar nav ul {
    display: flex;
    flex: 1;
    height: 75px;
}

.navBar nav ul li {
    display: flex;
    flex: 1;

}

.navBar nav ul li a {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;

}

.navBar nav ul li a.activeLink,
.navBar nav ul li a:hover {
    background-color: #7657a1;
}

.homeslider .img {
    display: block;
    overflow: hidden;
    height: calc(100vh - 111px);
}

.homeslider img {
    width: 100%;
}

.sliderCont {
    height: 30%;
    position: absolute;
    bottom: -3px;
    background-color: rgba(25, 79, 144, 0.92);
    width: 100%;
}

.sliderCont .title {
    position: absolute;
    top: -111px;

}

.sliderCont .cont {
    display: flex;
    justify-content: space-between;

    height: 295px;

}

.sliderCont .cont .desc {
    flex: 1;
    display: flex;
    max-width: 40%;
    color: white;
    font-size: 18px;
    line-height: 33px;
    align-items: center;
}

.sliderCont .cont .drop:before {
    content: '';
    border-left: solid 1px white;
    height: 180px;
    display: block;
    width: 2px;
    position: relative;
    left: -84px
}

.sliderCont .cont .drop {
    flex: 1;
    display: flex;
    max-width: 40%;
    align-items: center;
    color: white;
    font-size: 18px;
    line-height: 33px;
}

.sliderCont h3 {
    margin: 0px;
    padding: 0px;
}

.sliderCont h3 .top {
    font-weight: bold;
    font-size: 40px;
    color: white;
    background: var(--secondary-color);
    margin: 0px;
    padding: 8px 10px 0 10px;
}

.sliderCont h3 .bottom {
    font-weight: bold;
    font-size: 60px;
    color: white;
    display: block;
    margin: 0px;
    padding: 0px;
}

.sliderCont .drop a {
    color: var(--secondary-color)
}

.sliderCont .drop a.dropbtn {
    font-weight: 700;
    background-color: #33b2d2;
    color: white;
    padding: 12px 30px;
    display: inline-block;
    text-decoration: none;
    margin-top: 25px
}

.pageCont {
    padding: 80px 0;
    font-size: 17px;
    line-height: 25px;
}

.pageCont h2 {
    font-size: 35px;
    color: var(--primary-color);
    margin: 0px;
    padding: 25px 0;
    font-weight: 700;
}

.pageCont h3 {
    font-size: 22px;
    color: var(--primary-color);
    margin: 0px;
    padding: 25px 0;
    font-weight: 700;
}

.pageCont .imgcol img {
    width: 100%;
}

.care-row {
    background: #d4eff5;
    padding: 58px 0
}

aside.care {
    background: #685197 url('../img/q.jpg') 100% 0 no-repeat;
    padding: 30px;

}

aside.care p {
    color: #fff;
    font-size: 18px;
}

aside.care a.see {
    margin: 15px 0 0 0;
    background: #f5f05d;
    border-radius: 10px;
    color: var(--primary-color);
    padding: 10px 25px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
}

aside.care h2 {
    background: url('../img/care-quality.jpg');
    display: block;
    width: 206px;
    height: 91px;
}

aside.care h2 span {
    position: absolute;
    left: -999em;
}

.vision h2 {
    font-size: 22px;
    color: var(--primary-color);
    padding-bottom: 40px;
    font-weight: 700;
}

.vision p:before {
    content: '';
    display: block;
    background: url("../img/cote.png");
    width: 31px;
    height: 26px;
    left: -50px;
    position: relative;

}

.vision p {
    padding-left: 50px;
    font-size: 18px;
}

#footer {
    background-color: var(--primary-color);
    padding: 50px 0;
    color: white;
    font-size: 14px;
}

#footer ul {
    list-style: none;
}

#footer ul li {
    padding: 5px 0;
}

#footer ul li a {
    text-decoration: none;
    color: white;
}

#footer h3 {
    font-size: 18px;
}

.socialBlock a {
    width: 55px;
    height: 55px;
    background: #7657a1;
    display: block;

}

.socialBlock ul {
    display: flex;
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
}

.socialBlock ul li {
    margin-right: 10px;
}

.socialBlock ul li span {
    position: absolute;
    left: -999rem;
}

.socialBlock ul li.facebook a {
    background-color: #7657a1
}

.socialBlock ul li.facebook a {
    background: url("../img/facebook.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #7657a1
}

.socialBlock ul li.twitter a {
    background: url("../img/twitter.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #7657a1
}

.socialBlock ul li.linkedIn a {
    background: url("../img/linkedin.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #7657a1
}

.socialBlock ul li.instagram a {
    background: url("../img/instagram.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #7657a1
}

.copyright a {
    color: var(--secondary-color)
}

.copyright {
    padding-top: 15px;
    display: block
}

main {
    min-height: calc(100vh - 402px);
}

.asterisk {
    display: inline-block;
    padding: 0 3px;
    color: #ff0000
}

.pagePic {
    min-height: 112px;
    overflow: hidden;
    display: block;
    background-color: #000000;
    position: relative;


}

.pagePic.map {
    height: 400px
}

.pagePic h1 {
    position: absolute;
    bottom: -12px;
    margin: 0px;
    padding: 0px;
    font-weight: 800;
    color: white;
    z-index: 99;
}

.pagePic.map h1 {
    color: var(--primary-color)
}

.pagePic img {
    width: 100%;
    opacity: 0.8;
}

.board .container {
    background-color: var(--primary-color);
    border-radius: 25px;
    color: white;
    font-size: 18px;
    padding-bottom: 40px;
    padding-top: 15px;
}

.board h3 {
    font-size: 30px;
    font-weight: 800;
    color: white;
    margin-top: 40px;
    margin-bottom: 40px;
}

.board ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.board ul li {
    padding: 8px 0
}

.board p a {
    font-weight: bold;
    color: var(--secondary-color);
}

.gallery {
    padding-bottom: 60px;
    padding-top: 40px
}

.gallery a {
    display: flex;
    flex: 1;
    height: 100%;
    padding-top: 25px;
}

.gallery img {
    object-fit: cover;
    border-radius: 15px;
}

.btn {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    border-radius: 0px;
}

.btn-primary {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);


}

.btn-primary:hover {
    background-color: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color)
}

.btn.wide {
    width: 100%;
}

.sendBtn {
    margin-top: 30px;
}

.myform {
    font-size: 16px;
}

.myform .input-group div {
    display: block;
    width: 100%;

}

.myform input {
    border-radius: 0px;
}

.myform input {
    background: #f4f3f3;
}

.myform textarea {
    min-height: 300px;
    background: #f4f3f3;
    border-radius: 0px;
}


.pageCont li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.cookieBox {
    display: block;
    width: 350px;
    height: 200px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 25px #cccccc;
    padding: 15px;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.cookieBox a {
    color: var(--secondary-color);
    font-weight: bold;
    display: inline-block;
    margin-left: 5px;
}

.btnBlock {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnBlock .accept {
    margin: 15px 0 0 0;
    background: #f5f05d;
    border-radius: 10px;
    color: var(--primary-color);
    padding: 10px 25px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
}

.btnBlock a.decline {
    margin: 15px 0 0 0;
    background: #cccccc;
    border-radius: 10px;
    color: var(--primary-color);
    padding: 10px 25px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    margin-left: 25px
}

.vanish {
    display: block;
    position: absolute;
    left: -999em;
}
.navBar label,.navBar input{
display: none;
}
/* body{
    border-top:solid 10px #f5f05d
} */

/* For Desktop View */
.galerie {
    width: 100%;
    max-width: 1300px;
    margin: auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .item{
    width: 300px;
    height: 200px;
    margin: 10px;
    overflow: hidden;
    flex-shrink: 0;
  }
  
  .item img{
    width: 100%;
    height: auto;
  }
  
  .modal {
        display: none;
        position: fixed;
        z-index: 9999;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.9);
      }
  .modal-content {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 1200px;
      }
  .close {
        color: #f1f1f1;
        position: absolute;
        top: 15px;
        right: 35px;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
        cursor: pointer;
      }
   .close:hover,
      .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
      }

      .helperTxt {
        font-size:12px;
        padding:10px 0;
    }
    

    svg.tick{
        stroke: darkcyan;
    }
      .site{
          height:100vh;
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center;
      }
      .site svg path {
          stroke:var(---primary-color)
      }
      .site a{
          color:var(---primary-color)
      }
/* For Tablet View */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* body{
        border-top:solid 10px brown
    } */
    .topbar .col-lg-5 {
        text-align: right;
    }

    .navBar nav {
        margin-left: 200px;
    }

    .homeslider img {
        width: 100%;
        height: auto;
    }

    .homeslider .img {
        height: auto;
    }

    .sliderCont {
        position: relative;
        bottom: 0px;
        padding-top: 30px;
        padding-bottom: 30px;

    }

    .sliderCont .cont {
        height: auto;
        flex-direction: column;
    }

    .sliderCont .cont .desc {
        width: 100%;
        max-width: 100%;
    }

    .sliderCont .cont .drop {
        width: 100%;
        max-width: 100%;
    }

    .sliderCont .cont .drop:before {
        display: none
    }

    #footer {}

    .reg,
    .call {
        text-align: right
    }
}

/* For Mobile Portrait View */
@media screen and (max-width: 480px) {
    /* body{
        border-top:solid 10px black
    } */

}

/* For Mobile Landscape View */
@media screen and (max-width: 896px) {
    /* body{
        border-top:solid 10px pink
    } */
    .reg, .call{
        text-align: right;
    }

}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-width: 640px) {
    /* body{
        border-top:solid 10px rgb(167, 6, 127)
    } */

}

/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-width: 320px) and (max-width:896px) {
    /* body{
        border-top:solid 10px blue
    } */
    .sliderCont{
        position:static;
    }
    .sliderCont .cont{
        flex-direction: column;
        height:auto;
        padding-top:40px;
    }
    .sliderCont .cont .desc,.sliderCont .cont .drop{
        max-width:100%;
    }
    aside.vision{
        padding-top:30px;
    }
    .reg,
    .call {
        text-align: right
    }

    .navBar .hamburger {
        width: 35px;
        height: 4px;
        display: none;
        border-radius: 5px;
        background: white;
        position: relative;
        top: 18px;
    }

    .navBar input.menucheck {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        z-index: 9;
        opacity: 0;
        left: 290px;
    top: 20px;
    }

    .navBar .hamburger {
        display: block;
        top: 36px;
        left: 216px;
    }

    .navBar nav ul {
        display: none;
        position: absolute;
        width: 250px;
        flex-direction: column;
        background: #000;
        top: 75px;
        left: 295px;
        background: var(--primary-color);
    height: auto;
    z-index:99
    }
    .navBar nav ul li a{padding:8px 0}
    .navBar .hamburger:before {
        width: 35px;
        height: 4px;
        border-radius: 5px;
        background: white;
        position: absolute;
        top: -8px;
        left: 0px;
        content: "";
    }
    .navBar .hamburger:after {
        width: 35px;
        height: 4px;
        border-radius: 5px;
        background: white;
        position: absolute;
        top: 8px;
        left: 0px;
        content: "";
    }
    input.menucheck:checked ~ nav ul {
      
        display:flex;
       }
       input.menucheck:checked ~ .hamburger{
        background:transparent
       }
       input.menucheck:checked ~ .hamburger:before {
        transform: rotate(45deg) translate(-2px, -1px);
        top:2px;
       }
       input.menucheck:checked ~ .hamburger:after {
        transform: rotate(-45deg) translate(0, -1px);
        top:1px;
       }
  
}

@media screen and (min-width: 320px) and (max-width:414px) {
/* body{
    border-top:solid 10px goldenrod;
} */
.navBar input.menucheck{
    left:226px;
}
.navBar nav ul{
    width:100%;
    left:0px;
}
.topbar{
    font-size:12px;
}
.reg, .call{
    height:25px !important;
    line-height:25px;
}
.homeslider .img{
    height:auto;
}
.sliderCont{
    height:auto;
    position:static;
}
.sliderCont .cont{
    flex-direction: column;
    height:auto;
    padding-top:40px;
}
.sliderCont .cont,.care-row{padding:25px 0}
.pageCont,#footer{
    padding:20px 0;
}
.sliderCont .cont .desc,.sliderCont .cont .drop{
    max-width:100%;
}
#footer ul{
    padding:0px;
}
.pagePic img{
    height: 116px;
    width: auto;
}
.logo{ width: 150px;}
.logo a {
    width: 150px;
    height: 150px;
    background-size: 100%;
}
}