* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #4B5763;
    line-height: 1.8rem;
    font-family: 'kottaone-regular';
    font-size: 1.15rem;
}

.main {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
}

div {
    box-sizing: border-box;
    pborder: 1px solid red;
}

body {
    background-color: #CFE8FF;
}

.container {
    min-height: 100dvh;
    width: 100vw;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: auto auto 1fr auto;
    align-content: center;
    justify-content: space-around;
    gap: 10px 20px;
    box-shadow: rgba(24, 56, 109, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    font-weight: 500;
}


/* heading and contact: phone and email */

.e-mail:before {
    content: attr(data-website) "\0040" attr(data-user);
    unicode-bidi: bidi-override;
    direction: rtl;
    font-family: 'MV Boli';
}

span.rev {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-family: 'MV Boli';
    font-size: 1rem;
}

span.rev.bli:before {
    content: "8685"
}

span.rev.bli:after {
    content: " 605"
}

.one-phone {
    grid-column: 1/5;
    grid-row: 1/2;
    max-width: 100%;
}

.one-phone h3 {
    text-align: right;
    margin-right: 20px;
    line-height: 1.2rem;
    font-weight: 600;
    font-family: "MV Boli";
    color: #4B5763;
    padding: 14px 30px 0 0;
    font-size: 1rem;
}

.one-phone-text {
    line-height: 1.2rem;
    font-weight: 600;
    font-family: "MV Boli";
    color: #4B5763;
}

.two-logo {
    grid-column: 1/2;
    grid-row: 2/3;
    /* background-color: #b4dcff; */
    padding-left: 20px;
}

.two-logo img {
    /* max-width:250px;
    max-height:250px; */
    object-fit: cover;
    width: 100%;
    max-height: 100%;
    min-width: 200px;
}

.three-slider {
    grid-column: 2/5;
    grid-row: 2/3;
    width: 100%;
}

.three-slider img {
    width: 100%;
    max-height: 100%;
    border: 20px solid #fff;
}

.three-slider .pictureonly {
    display: none;
}


/************ slide css on home page****************/

.main {
    position: relative;
}

#sliderb_container {
    position: relative;
    width: 800px;
    height: 400px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    box-shadow: rgba(24, 56, 109, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.slides {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 800px;
    height: 400px;
    overflow: hidden;
}

.loadingslide {
    position: absolute;
    top: 0px;
    left: 0px;
}

.loadingslide2 {
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    display: block;
    background-color: #0869BD;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.loadingslide3 {
    position: absolute;
    display: block;
    background: url(../img/loading.gif) no-repeat center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssora05l,
.jssora05r {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../img/a17.png) no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
}

.jssora05r {
    background-position: -70px -40px;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.pjssora05l.pjssora05ldn {
    background-position: -250px -40px;
}

.pjssora05r.pjssora05rdn {
    background-position: -310px -40px;
}

.jssora05l {
    top: 120px;
    left: 30px;
}

.jssora05r {
    top: 120px;
    right: 30px;
}


/* hide navigation bar under slide show - shows when no js  home page***/

.mapbox {
    box-sizing: border-box;
    position: absolute;
    top: 1px;
    left: 30px;
    width: 50px;
    height: 1px;
    overflow: hidden;
    border-top: 2px solid #fff;
    background-color: #fff;
}

.hide {
    display: none;
}


/*---------------------*/

.pictureonly {
    display: none;
    height: 0;
    width: 0;
}

.four-nav {
    grid-column: 1/2;
    grid-row: 3/4;
    /* background-color: #cafaff; */
}

.menudiv h2 {
    display: block;
    padding: 10px 20px 10px 50px;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.7rem;
    color: #095197;
    color: #2B74BB;
    font-family: "MV Boli";
}

.four-nav .nav {
    display: block;
    padding: 10px 20px 10px 50px;
    font-family: "MV Boli";
    text-decoration: none;
    color: #4B5763;
    font-weight: 600;
    text-align: left;
    font-size: 1.3rem;
}

.five-content {
    grid-column: 2/5;
    grid-row: 3/4;
    border: 2px solid #1586F5;
    margin: 20px;
}


/* title for each content box */

.inner-text-box {
    padding: 10px 20px 0 20px;
}

.inner-text-box h1 {
    font-family: 'MV Boli';
    text-align: center;
    color: #2B74BB;
    line-height: 2rem;
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom:10px;
}

.five-content h1.home-bl {
    font-family: 'MV Boli';
    text-align: center;
    color: #2B74BB;
    line-height: 2rem;
    font-size: 1.3rem;
    padding-top: 10px;
}

.five-content .homebox {
    text-align: center;
    line-height: 2rem;
    margin-top: 30px;
}

.five-content p.about {
    margin-bottom: 20px;
}

.five-content img.aboutimg {
    width: 100%;
}

.five-content p.testimonials {
    margin-bottom: 20px;
}


/* list items for service page */

ul {
    padding: 20px 0 0 40px;
}

li {
    padding: 4px;
    line-height: 2rem;
}


/* for contact page */

table {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

#id02 {
    display: none;
}

input {
    height: 2rem;
}

input,
placeholder {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1rem;
    font-weight: 600;
}

input,
textarea {
    width: 100%;
    padding: 4px;
}

.five-content .btn {
    background-color: #fff;
    border: #bcbdbd 2px solid;
    border-radius: 5px;
    padding: 0 4px;
    margin: 0;
    font-size: 1rem;
}

#respond-confirm {
    padding: 0 30px 20px 30px;
    text-align: center;
}

.response h4 {}

p.respond-confirm,
p.respond-message {
    padding-bottom: 10px;
    color: #2B74BB;
}

.respond-message {
    font-weight: bold;
}

.error {
    color: red;
    padding-top: 10px;
    text-align: center;
}


/* 'designed by' box */

.six-credit {
    grid-column: 1/2;
    grid-row: 4/5;
    text-align: right;
    font-size: 0.9rem;
    padding-left: 4px;
    line-height: 1.3rem;
    margin-bottom: 14px;
}

.six-credit a {
    font-size: 0.9rem;
    line-height: 1.3rem;
}


/* footer */

.seven-footer {
    grid-column: 2/5;
    grid-row: 4/5;
    text-align: center;
    color: #4B5763;
    font-family: "MV Boli";
    font-weight: bold;
    font-size: 1rem;
}


/* individual styles */

@media only screen and (max-width: 750px) {
    * {
        font-size: 1.2rem;
    }
    .container {
        width: 100%;
        font-size: 1rem;
        grid-template-columns: 1fr 1fr auto;
        grid-template-rows: auto auto auto 1fr auto auto;
        gap: 0;
        padding: 10px;
    }
    .one-phone {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .one-phone h3 {
        text-align: right;
        margin: 0;
    }
    .two-logo {
        grid-column: 1/2;
        grid-row: 1/2;
    }
    .two-logo img {
        width: 90%;
        max-width: 200px;
        padding: 10px 0 0 30px;
    }
    .three-slider {
        grid-column: 1/3;
        grid-row: 2/3;
        margin: 0 auto;
        width: 100%;
    }
    .main {
        box-sizing: border-box;
        width: 90%;
        margin: 0 auto;
    }
    .three-slider .pictureonly {
        display: none;
        height: 0;
        width: 0;
    }
    .four-nav {
        grid-column: 1/3;
        grid-row: 3/4;
    }
    .menudiv {
        display: none;
        height: 0;
    }
    .menubox {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 10px 0 0 20px;
    }
    .four-nav .nav {
        padding: 6px;
        margin: 0 10px;
        border: 0;
    }
    .five-content {
        grid-column: 1/3;
        grid-row: 4/5;
        border: 0;
    }
    .inner-text-box {
        border: 2px solid #1586F5;
        padding-bottom: 10px;
    }
    .six-credit {
        grid-column: 1/3;
        grid-row: 6/7;
        font-size: 0.9rem;
        text-align: right;
        padding-right: 20px;
        margin-bottom: 20px;
    }
    .six-credit a {
        font-size: 0.9rem;
    }
    .seven-footer {
        grid-column: 1/3;
        grid-row: 5/6;
    }
}

@media only screen and (max-width: 600px) {
    * {
        font-size: 1.2rem;
    }
    .container {
        width: 100%;
        margin: 0 auto;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto 1fr auto auto;
        gap: 10px 0;
        padding: 0;
    }
    .one-phone {
        grid-column: 1/2;
        grid-row: 2/3;
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
    }
    .one-phone h3 {
        text-align: center;
        padding: 0;
    }
    .two-logo {
        grid-column: 1/2;
        grid-row: 1/2;
        padding: 10px 0 0 0;
        margin: 0 auto;
    }
    .three-slider {
        grid-column: 1/2;
        grid-row: 3/4;
        margin: 0 auto;
    }
    .main {
        display: none;
        height: 0;
    }
    .two-logo img {
        width: 100%;
        max-width: 200px;
        padding: 0;
        border-left: 10px solid #ffffff;
        border-right: 10px solid #ffffff;
    }
    .three-slider .pictureonly {
        display: block;
        width: 94%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        box-shadow: rgba(24, 56, 109, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }
    .pictureonly img {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .four-nav {
        grid-column: 1/2;
        grid-row: 4/5;
    }
    .menudiv {
        display: none;
        height: 0;
    }
    .menubox {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .four-nav .nav {
        padding: 6px;
        margin: 0 10px;
        border: 0;
    }
    .five-content {
        grid-column: 1/2;
        grid-row: 5/6;
        border: 0;
        margin: 0 auto;
        width: 94%;
    }
    .inner-text-box {
        border: 2px solid #1586F5;
        padding-bottom: 10px;
    }
    .six-credit {
        grid-column: 1/2;
        grid-row: 7/8;
        font-size: 0.9rem;
        text-align: right;
        margin-bottom: 20px;
        padding-right: 20px;
    }
    .six-credit a {
        font-size: 0.9rem;
    }
    .seven-footer {
        grid-column: 1/2;
        grid-row: 6/7;
    }
}