﻿@font-face {
    font-family: 'Inter-Regular';
    src: url('/assets/fonts/Inter-Regular.ttf') format('truetype');
}

body {
    font-family: 'Inter-Regular' !important;
}

.insurancefullBlock {
    background-image: url('/assets/images/clinikk/WebviewBG.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.ClinikkWrap {
    padding-top: 5%;
    width: 65%;
}

.logoWrap {
    background: linear-gradient(to bottom, #33ccff 0%, #660033 -2%);
}

    .logoWrap img {
        width: 150px;
        margin-left: 10px;
        margin-top: 4px;
    }

.pretopText {
    float: right;
}

    .pretopText p {
        margin-top: 10%;
        margin-right: 20px;
        color: #fff;
    }

.insuranceWrap {
    background-image: url('/assets/images/clinikk/IndianDoctorOne.png');
    background-repeat: no-repeat;
    background-size: 912px;
    background-color: #fff;
}

.insuranceWrap1 {
    background-image: url('/assets/images/clinikk/IndianDoctorTwo.png');
    background-repeat: no-repeat;
    background-size: 912px;
    background-color: #fff;
}

.insuranceContent {
    background-image: url('/assets/images/clinikk/111.png');
    background-repeat: no-repeat;
    margin: 12% 7% 0% 5%;
    width: 60%;
}

.insuranceContent1 {
    background-image: url('/assets/images/clinikk/112.png');
    background-repeat: no-repeat;
    margin: 45% auto 0;
    width: 70%;
}

.ins1 img {
    width: 60px;
    margin-top: -7%;
}

.ins1form img {
    width: 60px;
    margin-top: -5%;
}

.ins2 {
    padding: 5%;
    text-align: center;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

    .ins2 h3 {
        color: #fff;
    }

    .ins2 h1 {
        font-size: 65px;
        color: #fff;
        font-weight: 700;
        text-shadow: 1px 2px 4px #847c7c;
        margin-top: 10px;
        font-family: 'Inter-Regular' !important;
    }

    .ins2 img {
        width: 120px;
        height: 50px;
        margin-top: 10px;
    }

    .ins2 h2 {
        color: #fff;
        font-weight: 600;
        text-shadow: 1px 2px 4px #847c7c;
    }

    .ins2 h4 {
        font-weight: 600;
        margin-top: 2%;
    }

    .ins2 h5 {
        color: #fff;
        padding-top: 5%;
    }

.insFeature1 ul li img {
    width: 30px;
}

.insFeature1 ul li {
    display: flex;
    list-style-type: none;
    margin: 2% 0;
}

.insFeature1 {
    margin-left: 5%;
}

    .insFeature1 ul li p {
        margin-top: 5px;
        margin-left: 10px;
    }

.insProceed {
    display: flex;
    justify-content: center;
}

.insPeoceed1 img {
    width: 150px;
    margin-top: 5px;
}

.inssubmit1 img {
    width: 40px;
}

.insuranceWrap2 {
    background-image: url('/assets/images/clinikk/Stethoscope.png');
    background-repeat: no-repeat;
    background-size: 912px;
}

.insplan2 {
    padding: 2% 5%;
}

    .insplan2 p {
        color: #fff;
        padding: 6px 0;
    }

    .insplan2 h2 {
        font-size: 40px;
        color: #fff;
        font-weight: 700;
        text-shadow: 1px 2px 4px #252525;
    }

    .insplan2 img {
        width: 120px;
        height: 50px;
    }

    .insplan2 h4 {
        font-size: 20px;
        padding-top: 5px;
        font-weight: 600;
        color: #e7f155;
    }

.insProceedplan2 {
    display: flex;
    margin-left: 5%;
}

.clinikkLogo {
    margin-top: 2%;
    margin-left: 5%;
}

    .clinikkLogo p {
        color: #fff;
        font-size: 10px;
    }

    .clinikkLogo img {
        width: 150px;
    }

.clinikkLogo1 img {
    width: 150px;
}

.clinikkLogo1 p {
    font-size: 10px;
}

.insuranceContentBlock {
    display: flex;
}

.medicalicon {
    margin-top: 55%;
}

.insinputBG1 {
    background-image: url('/assets/images/clinikk/1.png');
}

.insinputBG2 {
    background-image: url('/assets/images/clinikk/2.png');
}

.insuranceForm {
    width: 60%;
    margin: 0 auto;
}

.insForm input {
    outline: none;
    border: none;
    background: transparent;
    padding: 5px;
    text-align: center;
    color: #000;
    font-weight: 600;
    width: 100%;
}

.insForm select {
    outline: none;
    border: none;
    background: transparent;
    padding: 5px;
    text-align: center;
    color: #000;
    font-weight: 600;
    width: 100%;
    text-align-last: center;
}

/*****************/
.commentForm input {
    outline: none;
    border: none;
    background: transparent;
    padding: 5px;
    text-align: center;
    color: #000;
    font-weight: 600;
    width: 100%;
}

.commentForm select {
    outline: none;
    border: none;
    background: transparent;
    padding: 5px;
    text-align: center;
    color: #000;
    font-weight: 600;
    width: 100%;
    text-align-last: center;
}

.commentForm button {
    border: none;
    padding: 0;
}

    .commentForm button img {
        width: 200px;
    }

/*********/
.ins-submit button {
    border: none;
    padding: 0;
    cursor: pointer;
}

    .ins-submit button img {
        width: 200px;
    }

.insTC {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
}

.insForm input::-webkit-input-placeholder {
    color: #000;
}

.insTC p a {
    color: #0056b3;
}

@media (max-width: 767px) {
    .insuranceForm {
        width: 70%;
        margin: 0 auto;
    }

    .insplan2 {
        padding: 2% 10%;
    }

    .insProceedplan2 {
        margin-left: 10%;
    }

    .clinikkLogo {
        margin-left: 10%;
    }

    .ClinikkWrap {
        width: 100%;
        padding-top: 15%;
    }

    .logoWrap img {
        width: 100px;
        margin-left: 20px;
    }

    .pretopText p {
        margin-top: 5%;
    }

    .insuranceWrap {
        background-size: 470px;
    }

    .insuranceContent {
        margin: 8% 7% 0% 0%;
        width: 100%;
    }

    .insuranceContent1 {
        width: 70%;
    }

    .ins2 {
        width: 100%;
    }

        .ins2 h3 {
            font-size: 18px;
        }

        .ins2 h1 {
            font-size: 36px;
        }

    .insFeature1 ul li img {
        width: 25px;
        height: 25px;
    }

    .insuranceWrap2 {
        background-size: 600px;
    }

    .insuranceWrap1 {
        background-size: 570px;
    }

    .insFeature1 ul li p {
        margin-top: 0px;
        font-size: 12px;
    }

    .insplan2 h2 {
        font-size: 36px;
    }

    .insurancefullBlock {
        background: none;
    }

    .ins-submit button img {
        width: 150px;
    }

    .insTC {
        width: 95%;
        margin-bottom: 5%;
    }

    .ins2 h2 {
        font-size: 24px;
        padding-top: 12px;
    }
}

@media (max-width: 400px) {
    .insuranceWrap1 {
        background-size: 500px;
    }

    .logoWrap img {
    }

    .pretopText p {
        margin-top: 7%;
        font-size: 12px;
    }
}
