﻿/* ------------------------------------------------
	Style by : Hanieh shahriyari
	Email : Shahriyari.hanieh@gmail.com
------------------------------------------------ */

@import url('fontCustom.css');

html,
body {
    font-size: 16px;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'IRANSans';
    direction: rtl;
    color: #333;
    text-align: right;
    background: #fff;
    overflow: hidden;
    min-height: 100%;
    height: 100vh;
    overflow: auto;
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #333;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

* {
    outline: none;
}

    *:hover,
    *:focus {
        outline: none;
        /*-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;*/
    }

.img-full {
    width: 100%;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(208, 208, 208, 0.4);
    }

::-webkit-scrollbar:horizontal {
    height: 6px;
}

::-webkit-scrollbar-track:horizontal {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:horizontal {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.btn {
    background: #44279e;
    border-color: #44279e;
    height: 44px;
    border-radius: 50px;
    color: #fff;
    line-height: initial;
}

    .btn:hover,
    .btn:focus,
    .btn.focus {
        background: #fff;
        border-color: #44279e;
        color: #44279e;
        box-shadow: none;
    }

.btn-color {
    background: #FC3955;
    border-color: #FC3955;
}

    .btn-color:hover,
    .btn-color:focus {
        border-color: #FC3955;
        color: #FC3955;
    }

/*#region Slick banner*/
.banner {
    width: 100%;
    position: relative;
}

    .banner .slick-list {
        height: 100vh;
    }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

    .slick-slider.slide-banner:not(.show) {
        opacity: 1;
    }

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.responsive .slick-list,
.responsive-insurance .slick-list {
    /*padding: 0 30px;*/
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.banner .slick-slide img {
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
    z-index: 10;
    font-size: 21px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 22px;
    height: 22px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 100%;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "fontCustom" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #00B5C8;
    }

.slick-prev {
    left: -10px;
}

[dir='rtl'] .slick-prev {
    right: -13px;
    left: auto;
}

.slick-prev:before {
    content: "\e0de";
    margin-left: 10px;
}

[dir='rtl'] .slick-prev:before {
    content: "\e0df";
    margin-right: -89px;
    margin-left: 0;
}

.slick-next {
    right: -10px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -13px;
}

.slick-next:before {
    content: "\e0df";
    margin-right: -50px;
}

[dir='rtl'] .slick-next:before {
    content: "\e0de";
    margin-right: -46px;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    top: calc(50% - 60px);
    left: 4rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        width: 40px;
        height: 40px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 40px;
            height: 40px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 100px;
                line-height: 40px;
                position: absolute;
                top: 0;
                left: 0;
                width: 40px;
                height: 40px;
                content: '•';
                text-align: center;
                color: #fff;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: #4527A0;
        }

/*#endregion Slick banner*/
/*#region Header*/
.header {
    background: rgba(0, 181, 200, 0.4);
    position: absolute;
    top: 30px;
    width: 100%;
    padding: 9px 0;
}

.phone,
.menu-slide,
.menu-user,
.menu-fix {
    float: right;
    margin-left: 10px;
    margin: 12px 0 0 10px;
}

    .menu-fix ul {
        margin: 13px 0 0 0;
    }

        .menu-fix ul li {
            float: right;
            margin-left: 20px;
        }

            .menu-fix ul li a {
                color: #fff;
                text-decoration: none;
                line-height: 1.5;
                display: block;
                width: 100%;
                height: 100%;
            }

.logo img {
}

.menu.float-right {
    width: calc(100% - 210px)
}

.logo.float-left {
}

/* slide Menu */
.flippet[data-type*=small-menu-slide] .trigger-menu {
    cursor: pointer;
    width: 43px;
    height: 43px;
    background: #fff;
    border-radius: 200px;
    position: relative;
    z-index: 20;
}

    .flippet[data-type*=small-menu-slide] .trigger-menu .three-bars-icon {
        margin: 20px 9px;
        user-selectable: none;
        position: relative;
        display: inline-block;
        width: 25px;
        height: 0.25em;
        background: rgba(0, 181, 200, 0.4);
        border-radius: 3px;
    }

        .flippet[data-type*=small-menu-slide] .trigger-menu .three-bars-icon:before,
        .flippet[data-type*=small-menu-slide] .trigger-menu .three-bars-icon:after {
            border-radius: 3px;
            -webkit-transition: -webkit-transform 0.3s ease;
            -moz-transition: -moz-transform 0.3s ease;
            transition: transform 0.3s ease;
        }

        .flippet[data-type*=small-menu-slide] .trigger-menu .three-bars-icon:before {
            content: "";
            display: block;
            position: absolute;
            width: 25px;
            height: 0.25em;
            top: -0.5em;
            background: rgba(0, 181, 200, 0.4);
        }

        .flippet[data-type*=small-menu-slide] .trigger-menu .three-bars-icon:after {
            content: "";
            display: block;
            position: absolute;
            width: 25px;
            height: 0.25em;
            top: 0.5em;
            background: rgba(0, 181, 200, 0.4);
        }

        .flippet[data-type*=small-menu-slide] .trigger-menu .three-bars-icon.close {
            position: relative;
            display: inline-block;
            background: transparent;
            margin: 19px 9px;
        }

            .flippet[data-type*=small-menu-slide] .trigger-menu .three-bars-icon.close:before,
            .flippet[data-type*=small-menu-slide] .trigger-menu .three-bars-icon.close:after {
                -webkit-transition: -webkit-transform 0.3s ease;
                -moz-transition: -moz-transform 0.3s ease;
                transition: transform 0.3s ease;
            }

            .flippet[data-type*=small-menu-slide] .trigger-menu .three-bars-icon.close:before {
                content: "";
                display: block;
                position: absolute;
                width: 25px;
                height: 0.25em;
                top: 0;
                background: rgba(0, 181, 200, 1);
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .flippet[data-type*=small-menu-slide] .trigger-menu .three-bars-icon.close:after {
                content: "";
                display: block;
                position: absolute;
                width: 25px;
                height: 0.25em;
                top: 0;
                background: rgba(0, 181, 200, 1);
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

.flippet[data-type*=small-menu-slide] ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 0;
    top: -87px;
    -webkit-transform: translateX(10em);
    -moz-transform: translateX(10em);
    -ms-transform: translateX(10em);
    -o-transform: translateX(10em);
    transform: translateX(10em);
    -webkit-transition: -webkit-transform 1.2s ease;
    -moz-transition: -moz-transform 1.2s ease;
    transition: transform 1.2s ease;
}

    .flippet[data-type*=small-menu-slide] ul.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background: rgba(255, 255, 255, 0.98);
        width: 100%;
        height: 100vh;
        z-index: 15;
        position: fixed;
        top: 0
    }

        .flippet[data-type*=small-menu-slide] ul.active li {
            opacity: 1;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

    .flippet[data-type*=small-menu-slide] ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 7px 0;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        width: 200px;
        margin: auto;
        text-align: center;
        border-bottom: 1px solid #4527A0;
    }

        .flippet[data-type*=small-menu-slide] ul li:first-child {
            width: 100%;
            background: rgba(0, 181, 200, 0.4);
            border-bottom: 0;
            margin-top: 32px;
        }

        .flippet[data-type*=small-menu-slide] ul li:last-child {
            border-bottom: 0;
        }

        .flippet[data-type*=small-menu-slide] ul li a {
            color: #4527A0;
            text-decoration: none;
            line-height: 1.5;
            display: block;
            width: 100%;
            height: 100%;
        }

.modal-scroll {
    overflow: hidden;
}

/* user Menu  */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #333333 !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #2a328f !important;
}

    .nav-item:hover .nav-link.wallet a {
        color: #fff !important;
    }

    .nav-item:hover .nav-link.wallet {
        background: #2a328f;
        color: #fff !important;
    }

        .nav-item:hover .nav-link.wallet:hover {
            color: #fff !important;
        }

        .nav-item:hover .nav-link.wallet span {
            font-size: 0.85rem;
            border-right: 2px solid #00B5C8;
            padding-right: 6px;
        }

.nav-item.active {
    display: flex;
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #2a328f;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
    font-size: 0.9rem;
}

    .nav-item .dropdown-menu {
        transform: translate3d(0, 10px, 0);
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        display: block;
        padding: 0;
        margin: 0;
        transition: all 200ms linear;
        position: absolute;
        right: 0;
    }

    .nav-item.show .dropdown-menu {
        opacity: 1;
        visibility: visible;
        max-height: 999px;
        transform: translate3d(0, 22px, 0);
    }

.dropdown-menu {
    padding: 5px !important;
    margin: 0;
    font-size: 0.75rem;
    color: #333;
    background-color: #fcfaff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
    text-align: right;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 5px 10px;
    color: #333;
    border-radius: 2px;
    transition: all 200ms linear;
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #fff;
        background-color: #00B5C8;
    }

/*#endregion Header*/
/*#region banner item*/
.banner-item {
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .banner-item div {
        padding: 0 30px;
    }

    .banner-item a {
        color: #333;
        display: block;
    }

        .banner-item a img {
            width: 100%;
            background: rgba(255, 255, 255, 0.7);
            border-radius: 5px;
            padding-bottom: 18px;
            padding-top: 0.75rem;
            border: 1px solid rgba(0, 181, 200, 0.4);
        }

        .banner-item a h4 {
            background: #00BCD4;
            color: #fff;
            font-size: 1.2rem;
            font-weight: 400;
            width: 80%;
            margin: auto;
            padding: 10px;
            border-radius: 100px;
            margin-top: -22px;
            z-index: 10;
            position: relative;
        }

    .banner-item .row {
        margin-bottom: 1rem;
    }

/*#endregion banner item*/
/*#region lab section*/
.title {
    color: #00B5C8;
}

    .title h2 {
        font-size: 1.7rem;
        font-weight: 400;
    }

.lab-section {
    padding: 1rem 0 3rem 0;
    margin: 0;
}

    .lab-section .slick-slide {
        text-align: center;
    }

        .lab-section .slick-slide img {
            margin: auto;
        }

        .lab-section .slick-slide h3 {
            font-size: 1rem;
            color: #36299A;
            font-weight: 400;
            margin: 20px 0 0 0;
        }

/*#endregion lab section*/
/*#region insurance section*/
.insurance-section {
    background-image: url(../img/insSec.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .insurance-section img {
        width: 60%;
        margin: auto;
    }

/*#endregion insurance section*/
/*#region faq section*/
.faq-section {
    background-image: url(../img/faqSec.jpg);
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faq-img img {
    width: 80%;
}

.faq-section ul {
    width: 60%;
}

    .faq-section ul li {
        margin-bottom: 14px;
        text-align: center;
        border-radius: 45px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

        .faq-section ul li:nth-child(1) {
            background: #00ACC1;
        }

            .faq-section ul li:nth-child(1):hover {
                background: rgba(0, 172, 193, 0.6);
            }

        .faq-section ul li:nth-child(2) {
            background: #0097A7;
        }

            .faq-section ul li:nth-child(2):hover {
                background: rgba(0, 151, 167, 0.6)
            }

        .faq-section ul li:nth-child(3) {
            background: #00838F;
            margin-bottom: 0;
        }

            .faq-section ul li:nth-child(3):hover {
                background: rgba(0, 131, 143, 0.6);
            }

        .faq-section ul li a {
            color: #fff;
            display: block;
            width: 100%;
            padding: 12px 20px;
        }

            .faq-section ul li a i {
                float: right;
                margin-top: -5px;
            }

/*#endregion faq section*/
/*#region team section*/
.team-section {
    margin: 0;
    background-image: url(../img/teamSec.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .team-section .title {
        color: #36299A;
    }

    .team-section .slick-slide {
        text-align: center;
    }

        .team-section .slick-slide img {
            margin: auto;
            width: 140px;
            border-radius: 100px;
            border: 1px dashed #dfdbe9;
            padding: 6px;
        }

        .team-section .slick-slide h3 {
            font-size: 1.2rem;
            color: #36299A;
            font-weight: 400;
            margin: 20px 0 0 0;
        }

        .team-section .slick-slide p {
            font-size: 1rem;
            color: #36299A;
        }

/*#endregion team section*/
/*#region ask section*/
.ask-section {
    background-image: url(../img/askSec.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .ask-section h5 {
        background: #00acc2;
        color: #fff;
        width: 300px;
        text-align: center;
        padding: 10px;
        border-radius: 50px;
        margin: 0 auto -15px;
        position: relative;
    }

    .ask-section .ask-box {
        background: rgba(255, 255, 255, 0.6);
        border: 1px solid #d8eeef;
        border-radius: 8px;
        padding: 2rem;
        color: #44279e;
        display: inline-block;
        width: 100%;
    }

        .ask-section .ask-box > div {
            display: flex;
            width: 100%;
        }

            .ask-section .ask-box > div.form-group {
                margin: 0;
                margin-bottom: 20px;
                display: flex;
            }

            .ask-section .ask-box > div small {
                width: 50%;
                float: right;
                font-size: 0.9rem;
                margin: 11px 0px;
            }

            .ask-section .ask-box > div > span {
                width: 50%;
                float: right;
            }

.star-cb-group {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
    /* the hidden clearer */
}

    .star-cb-group * {
        font-size: 1.5rem;
    }

    .star-cb-group > input {
        display: none;
    }

        .star-cb-group > input + label {
            /* only enough room for the star */
            display: inline-block;
            overflow: hidden;
            text-indent: 9999px;
            width: 1em;
            white-space: nowrap;
            cursor: pointer;
            margin: 0;
        }

            .star-cb-group > input + label:before {
                display: inline-block;
                text-indent: -9999px;
                content: "☆";
                color: #44279e;
                font-size: 1.5rem;
                line-height: 1.5rem;
            }

            .star-cb-group > input:checked ~ label:before,
            .star-cb-group > input + label:hover ~ label:before,
            .star-cb-group > input + label:hover:before {
                content: "★";
                color: #44279e;
                text-shadow: 0 0 1px #333;
            }

    .star-cb-group > .star-cb-clear + label {
        text-indent: -9999px;
        width: 0.5em;
        margin-left: -0.5em;
    }

        .star-cb-group > .star-cb-clear + label:before {
            width: 0.5em;
        }

    .star-cb-group:hover > input + label:before {
        content: "☆";
        color: #44279e;
        text-shadow: none;
    }

    .star-cb-group:hover > input + label:hover ~ label:before,
    .star-cb-group:hover > input + label:hover:before {
        content: "★";
        color: #44279e;
        text-shadow: 0 0 1px #44279e;
    }

/*#endregion ask section*/
/*#region certificate section*/
.certificate-section img {
    width: 100%;
}

/*#endregion certificate section*/
/*#region new section*/
.new-section {
    /*background-image: url(../img/askSec.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: rgba(69, 39, 160, 0.09);
}

    .new-section .card-box {
        margin: 0 30px;
    }

    .new-section .card {
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-box-shadow: 0px 5px 8px 0px rgba(3, 1, 76, 0.18);
        -moz-box-shadow: 0px 5px 8px 0px rgba(3, 1, 76, 0.18);
        box-shadow: 0px 5px 8px 0px rgba(3, 1, 76, 0.18);
    }

    .new-section .card-body {
        padding-top: 0;
    }

        .new-section .card-body img {
            border-radius: 100px;
            margin: auto;
            width: 90px;
            display: block;
            margin-top: -45px;
            border: 1px solid #44279e;
        }

    .new-section .card-title {
        font-size: 1rem;
        color: #44279e;
    }

    .new-section .card-text {
        font-size: 0.9rem;
        color: #333;
        height: 88px;
        overflow: hidden;
    }

.new-info {
    margin-left: 8px;
    display: inline-block;
    color: #c1c1c1;
    margin-top: -15px;
}

    .new-info i {
        float: right;
        margin-left: 3px;
    }

    .new-info small {
        float: right;
    }

/*#endregion new section*/
/*#region map section*/
.map {
    line-height: 0;
}

    .map iframe {
        height: 25rem;
        width: 100%;
    }

/*#endregion map section*/
/*#region footer*/
footer {
    background: #00b5c8;
    color: #44279e;
}

    footer p {
        margin: 5px 0;
        font-size: 0.85rem
    }

.social {
    margin-top: 25px;
}

    .social ul {
        text-align: center;
    }

        .social ul li {
        }

            .social ul li a {
                background: #fff;
                color: #00b5c8;
                border-radius: 50px;
                padding: 15px 11px 0px;
            }

                .social ul li a i {
                    font-size: 20px;
                }

                .social ul li a:hover {
                    background: #44279e;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    transition: all .3s;
                }

footer .namad img {
    height: 80px;
    float: left;
    background: rgba(255, 255, 255, 0.6);
    padding: 2px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(138, 155, 165, 0.1);
    margin-right: 10px;
}

/*#endregion footer*/
/*#region form Modal*/
.modal-content {
    border-radius: 20px;
}

.modal-header {
    background: #9EC1D6;
    padding: 0 1rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom: 2px solid #59617B;
}

    .modal-header button {
    }

    .modal-header img {
        width: 150px;
        margin-top: 10px;
    }

    .modal-header .close {
        font-size: 34px;
        border-radius: 50px;
        background: #FC3955;
        opacity: 1;
        text-shadow: none;
        color: #fff;
        padding: 27px 14.25px 21px;
        margin: 10px 0;
    }

        .modal-header .close span {
            line-height: 0;
            display: block;
        }

/*#endregion form Modal*/
/* #region inner */
.inner {
    background-image: url(../img/insSec.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-body {
    min-height: 10rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    border: 1px solid rgba(0, 181, 200, 0.4);
    width: 100%;
    margin-bottom: 2rem;
}

    .inner-body p {
        font-size: 0.85rem;
        line-height: 2;
        text-align: justify;
    }

    .inner-body .map iframe {
        height: 15rem;
    }

.service .nav-item {
    width: 12.5%;
    padding: 0.5%;
}

    .service .nav-item button {
        border: 0;
        padding: 5px !important;
        width: 100%;
        border-radius: 5px;
    }

        .service .nav-item button.active {
            background: #00b5c8;
            color: #44279e !important;
        }

    .service .nav-item:hover::after {
        display: none;
    }

.faq .accordion > .card > .card-header {
    margin-bottom: 14px;
    text-align: right;
    border-radius: 45px;
    background: #00ACC1;
    color: #fff;
    display: block;
    width: 100%;
    padding: 12px 20px;
    cursor: pointer;
}

.faq .card {
    border: 0;
    background: transparent;
}

.faq .card-body {
    padding-top: 0;
}

.address-bar {
    display: inline-block;
    margin-top: 140px;
    margin-bottom: 5px;
}

    .address-bar span {
        color: #00b5c8;
        font-size: 0.8rem;
        margin: 0 5px;
    }

        .address-bar span a {
            color: #c1c1c1;
        }

            .address-bar span a:hover {
                color: #00b5c8;
            }

.experiment {
    text-align: center;
    margin-bottom: 15px;
}

    .experiment img {
        margin: auto;
        width: 100%;
        border-radius: 100px;
        border: 1px dashed #00b5c8;
        padding: 6px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .experiment:hover img {
        transform: rotate(10deg);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .experiment h3 {
        font-size: 1rem;
        color: #36299A;
        font-weight: 400;
        margin-top: 10px;
    }

.experiment-rule-title {
    position: relative;
    padding-right: 14px;
    margin: 0;
    color: #36299A;
}

    .experiment-rule-title:before {
        content: '';
        height: 10px;
        width: 10px;
        border-radius: 100%;
        background: #36299A;
        display: block;
        float: right;
        position: absolute;
        right: 0px;
        top: 5px;
    }

.experiment-rule {
    position: relative;
    padding-right: 1rem;
    padding-top: 10px;
}

    .experiment-rule:before {
        content: '';
        height: 100%;
        width: 2px;
        background: #36299A;
        display: block;
        float: right;
        position: absolute;
        right: 4px;
        top: -4px;
    }

.new-section-in {
    background: transparent;
}

/* #endregion inner */

@media only screen and (max-width:991px) {
    .faq-img img {
        width: 100%;
    }

    .faq-section ul {
        width: 100%;
    }

    .menu-fix {
        display: none;
        width: 100%;
        margin-top: 0;
    }

    .banner-item div {
        padding: 0 5px;
    }

    .banner-item a h4 {
        background: #00BCD4;
        font-size: 0.85rem;
    }

    .title h2 {
        font-size: 1.4rem;
    }

    .ask-section h5 {
        font-size: 1rem;
    }

    .ask-section .ask-box > div small {
        font-size: 0.75rem;
        margin: 7px 0px;
        text-align: center;
    }

    .ask-box .col-form-label {
        font-size: 0.75rem;
        padding-right: 0;
        padding-left: 0;
    }

    .lab-section .slick-slide h3 {
        margin: 10px 0 0 0;
    }

    .ask-section .ask-box p {
        font-size: 0.9rem;
        margin-bottom: 1.1rem;
        text-align: justify;
    }

    .ask-section .ask-box {
        padding: 2rem 0.75rem 0.75rem;
    }

        .ask-section .ask-box > div.form-group {
            margin-bottom: 10px;
        }

    .new-section .card-text {
        font-size: 0.8rem;
        height: 40px;
        margin-bottom: 0.75rem;
    }

    .new-section .card-body .btn {
        font-size: 0.9rem;
        height: 40px;
    }

    .ask-box .btn {
        font-size: 0.9rem;
        height: 40px;
    }

    .new-section .card-body {
        padding: 0.75rem;
        padding-top: 0;
    }

    .team-section .slick-slide h3 {
        font-size: 1rem;
        margin: 10px 0 0 0;
    }

    .team-section .slick-slide p {
        font-size: 0.8rem;
        margin: 0;
    }

    .new-section .card-box {
        margin: 0 15px;
    }

    .service .nav-item {
        width: 20%;
    }

    .address-bar {
        margin-top: 130px;
    }
}

@media only screen and (max-width:767px) {
    .service .nav-item {
        width: 33.33%;
    }

    .address-bar {
        margin-top: 100px;
    }

    .slick-dots {
        display: none !important;
    }

    .header {
        top: 10px;
        padding: 4px 0;
    }

    .menu {
        display: block;
        /*width: 100%;*/
    }

    .phone, .headerphone {
        display: none;
    }

    .logo {
        display: block;
        text-align: center;
    }

    .flippet[data-type*=small-menu-slide] ul.active {
        right: 0;
        top: 0;
    }

    .flippet[data-type*=small-menu-slide] ul li:first-child {
        margin-top: 7px;
    }

    .banner-item div {
        margin-bottom: 10px;
    }

    .banner-item a h4 {
        width: 94%;
    }

    .banner-item a img {
        width: 100%;
    }

    .banner .slick-list {
        height: auto;
    }

    .banner-item a h4 {
        padding: 6px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .banner-item {
        bottom: -10px;
    }
}

@media only screen and (max-width:575px) {
    .service .nav-item {
        width: 50%;
    }


    .banner-item {
        position: relative;
    }

    [dir='rtl'] .slick-next {
        right: auto;
        left: 8px;
    }

    [dir='rtl'] .slick-prev {
        right: 8px;
        left: auto;
    }

    .slick-prev,
    .slick-next {
        width: 30px;
    }

    .banner-item a h4 {
        width: 80%;
    }

    .banner-item a img {
        width: 100%;
    }

    .banner-item div {
        padding: 0 15px;
    }
}

/*#region New*/

.copyRight {
    margin-top: 5px;
    font-size: 11px;
}

    .copyRight p {
        color: #dbdbdb;
    }

    .copyRight a {
        color: #eab21d;
        font-weight: 500;
    }

        .copyRight a:hover {
            color: #25396f;
        }

.headerphone {
    cursor: pointer;
    width: 217px;
    height: 43px;
    background: #fff;
    border-radius: 200px;
    position: relative;
    z-index: 20;
    color: rgba(0, 181, 200, 0.4);
    vertical-align: middle !important;
    float: right;
    margin: 12px 0px 0px 10px;
    font-size: x-large;
    padding: 6px 12px 0 0;
}

.headerphoneicon {
    font-size: xx-large;
    float: left;
    margin: 0px 0px 0px 9px;
}

.card-img-top {
    max-height: 378px;
    /* width: 100% !important; */
    width: auto;
}
/*#endregion New*/