@import "icons.css";

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../css/fonts/eot/IRANSansWeb(FaNum)_Black.eot');
    src: url('../css/fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../css/fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../css/fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../css/fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../css/fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../css/fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../css/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../css/fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../css/fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../css/fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../css/fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../css/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../css/fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../css/fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../css/fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../css/fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../css/fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../css/fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../css/fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../css/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../css/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../css/fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../css/fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../css/fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../css/fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../css/fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../css/fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../css/fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../css/fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}



:root {
    --colorGreen: #4bb2ae;
    --colorGreenLight: #c9fffd;
    --colorBlack: #393939;
}


a{
    text-decoration: none!important;
}
ul{
    margin: 0!important;
    padding: 0!important;
}
body{
    font-family: IRANSans,sans-serif!important;
    background: #fff;
    color: var(--colorBlack);
    font-size: 15px;
    direction: rtl;
}
body.english{
    font-family: sans-serif!important;
}


.dirLtr {
    direction: ltr !important;
}

.dirRtl {
    direction: rtl !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-17 {
    font-size: 17px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-19 {
    font-size: 19px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-26 {
    font-size: 26px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-30 {
    font-size: 30px !important;
}



.topbar{
    padding: 15px 40px;
    background: var(--colorGreen);
    display: flex;
    align-items: center;
}
.topbar .right{
    display: flex;
    align-items: center;
}
.topbar .btn-wt{
    display: none;
}

.topbar .phone{
    height: 60px;
    text-align: right;
    direction: ltr;
}
.topbar .phone span{
    color: #fff;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.topbar .phone p{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
}

.topbar .logo{
    margin-right: auto;
}

.topbar .logo img{
    max-width: 150px;
    height: auto;
    border-radius: 8px;
}
.topbar .social-icons{
    margin-right: 80px;
}
.social-icons a{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: var(--colorBlack);
    margin-left: 8px;
    transition: 200ms;
}

.social-icons a:hover{
    background: var(--colorBlack);
    color: #fff;
}


.bg-section{
    background: #555 url("/clinic/public/images/background.jpg") no-repeat fixed;
    background-size: cover;
    position: relative;
}

.bg-inner{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    padding: 40px;
}
.loading{
    cursor: progress;
    pointer-events: none!important;
    opacity: .6;
}
.bg-inner .right{
    width: 100%;
    padding-left: 20px;
    text-align: right;
}
.bg-inner .right .video{
    margin-left: auto;
    border-radius: 8px;
}
.bg-inner .right .video video{
    width: calc(100% - 100px);
    height: 350px;
}
.bg-inner .right .title{
    display: block;
    margin: 20px 0;
    color: var(--colorGreen);
    font-size: 35px;
    font-weight: 700;
}
.bg-inner .right .text{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}
.btn-wt{
    background: var(--colorGreen);
    color: var(--colorBlack)!important;
    display: inline-block;
    padding: 8px 20px;
    direction: ltr;
    border-radius: 80px;
    font-size: 16px;
    transition: 500ms;
}

.btn-wt i{
    font-size: 25px;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}
.btn-wt:hover{
    transform: translate(0,-4px);
}
.bg-inner .left{
    width: 100%;

}
.bg-inner .left .form{
    overflow: hidden;
    margin-right: auto;
    width: 450px;
    min-height: 400px;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 20px;
}
.steps{
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0!important;
}

.steps li{
    display: inline-block;
    cursor: default;
    padding: 4px 8px;
    border-radius: 50px;
    margin-left: 8px;
    font-size: 14px;
    color: var(--colorGreen);
}
.steps li.active{
    color: #fff;
    background: var(--colorBlack);
}
.steps li.active + li,
.steps li.active + li + li,
.steps li.active + li + li + li,
.steps li.active + li + li + li + li
{
    color: grey;
}
.section{
    padding:20px;
    display: none;
}
#stepOne{
    display: block;
}



.form-title{
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}

.btn-nav{
    display: inline-block;
    padding: 7px 25px;
    border-radius: 50px;
    background: var(--colorGreenLight);
    font-size: 16px;
    cursor: pointer;
}
.btn-nav i{
    vertical-align: middle;
}
.btn-nav.next{
    background: var(--colorGreen);
    color: #fff;
}
.form-navigation{
    text-align: center;
}
.btn-nav.send{
    background: var(--colorGreen);
    color: #fff;
}

.btn-nav:hover{
    background: var(--colorBlack)!important;
    color: #fff!important;
}












.about{
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
}


.feature-item {
    color: var(--colorBlack);
    font-weight: 600;
    display: inline-block;
    padding: 12px 15px;
    background: var(--colorGreenLight);
    margin-top: 10px;
    text-align: center;
    width: calc(100% - 100px);
    cursor: default;
    position: relative;
    transition: 500ms;
}
.feature-item span{
    z-index: 1;
    position: relative;
}
.feature-item:before{
    width: 5px;
    content: '';
    position: absolute;
    height: 100%;
    background: var(--colorGreen);
    right: 0;
    top: 0;
    z-index: 0;
    transition: 500ms;
}
.feature-item:hover:before{
    width: 100%;
}
.feature-item:hover{
    color: #fff;
}



.owl-carousel{
    direction: ltr;
}
.owl-nav{
    height: 0;
}

.owl-chevron{
    color: #fff;
    border-radius: 3px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.owl-chevron:hover{
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    color: #333;
}

.owl-chevron.left{
    left: 50px;
}
.owl-chevron.right{
    right: 50px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: var(--colorGreen);
}



.owl-chevron{
    color: #fff;
    border-radius: 3px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px!important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto!important;
}
.owl-chevron:hover{
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    color: #333;
}

.owl-chevron.left{
    left: 50px;
}
.owl-chevron.right{
    right: 50px;
}
.owl-theme .owl-nav [class*=owl-]{
    background: var(--colorGreen);
}

.owl-item{
    transition: 400ms;
    transform: scale(0.7)!important;
    filter: grayscale(100%);
}
.owl-item.active.center{
    transform: scale(1)!important;
    filter: grayscale(0) !important;
}

.section-title{
    font-size: 28px;
    display: block;
    font-weight: 600;
    text-align: center;
}

.footer{
    background: var(--colorGreen);
    display: flex;
    justify-content: space-between;
    padding: 40px 150px;
}

.fbox .title{
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}

.fbox .item{
    color: #fff;
    margin: 0 0 10px;
}
.fbox .item span{
    display: inline-block;
    margin-right: 8px;
    direction: ltr;
}
.fbox .item i{
    font-size: 18px;
    vertical-align: middle;
}

.custom-input{
    width: 350px;
    height: 46px;
    position: relative;
}
.custom-input i{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 46px;
    width: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    color: grey;
}

.custom-input input{
    padding-right: 50px;
    line-height: 46px;
    height: 46px;
    border: 2px solid transparent;
    background: #fff;
    outline: none!important;
    width: 100%;
    border-radius: 50px;
}
.custom-input input:focus{
    border-color: var(--colorBlack);
    background: #fff!important;
}

.section .custom-input{
    width: 100%;
}
.section .custom-input input{
    background: #f5f5f5;
}



.iti__flag {background-image: url("/images/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("/images/flags@2x.png");}
}
.iti{
    width: 100%!important;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag{
    background: transparent!important;
}
.custom-input.dirLtr i{
    z-index: 2;
}

.form-check-input:checked{
    background-color: var(--colorGreen);
    border-color: var(--colorGreen);
}
.form-select:focus {
    border-color: var(--colorGreenLight)!important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(37,191,75,0.39);
}
.form-control:focus {
    color: var(--colorBlack);
    border-color: var(--colorGreenLight);
    box-shadow: 0 0 0 0.25rem rgba(37,191,75,0.39);
}

.radio-img  > input {
    display:none;
}

.radio-img  > img{
    cursor:pointer;
    border:2px solid #eee;
    width: 100px;
    border-radius: 5px;
    filter: grayscale(100%);
    margin: 4px 0 0 4px;
}

.radio-img  > input:checked + img{
    border-color: var(--colorGreen);
    filter: grayscale(0);
}




@media (max-width: 992px) {

    .topbar{
        flex-direction: column-reverse;
    }
    .topbar .logo{
        margin: 0 auto 20px auto;
    }

    .topbar .right {
        justify-content: center;
    }

    .bg-inner .right .text{
        display: none!important;
    }

    .bg-inner{
        flex-direction: column;
    }
    .bg-inner .right{
        padding: 0;
    }
    .bg-inner .right .video video{
        width: 100%;
    }
    .bg-inner .left{
        margin-top: 20px;
    }
    .bg-inner .left .form{
        width: 100%;
    }
    .footer{
        flex-direction: column;
        padding: 30px 20px;
    }

    .fbox{
        width: 100%;
        margin-bottom: 50px;
    }
    .fbox:last-of-type{
        margin-bottom: 0 !important;
    }

}

@media (max-width: 768px) {
    .feature-item{
        width: 100%;
    }
}

@media (max-width: 576px) {
    .steps li{
        margin-left: 0!important;
        font-size: 12px;
        padding: 4px;
    }
    .topbar .btn-wt{
        display: inline-block;
        margin-left: 8px;
    }
    .topbar{
        padding: 15px;
    }
    .topbar .logo{
        margin-bottom: 15px;
        border-bottom: 1px solid var(--colorBlack);

        width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }

    .topbar .right {
        justify-content: space-between;
        width: 100%;
    }
    .topbar .social-icons{
        margin: 0;
    }
    .topbar .social-icons a{
        margin: 0 2px;
        width: 30px;
        height: 30px;
        line-height: 34px;
    }
    .topbar .phone{
        display: none;
    }
    .btn-wt{
        background: var(--colorBlack);
        color: #fff!important;
    }
    .btn-wt i{
        color: var(--colorGreen);
    }

    .custom-input{
        width: 100%;
    }
}
