@media only screen and (min-width: 100px) and (max-width: 555px) {

    .siqembed[embedtheme],
    .siqembed[embedtheme] iframe {
        width: 100% !important;
        height: 67% !important;
        border-radius: 0;
    }
}

@media only screen and (min-width: 100px) and (max-width: 555px) {

    .zsiq-newtheme.zsiq_size2[embedtheme],
    .zsiq-newtheme.zsiq_size3[embedtheme],
    body .zsiq-mobhgt[embedtheme].zsiq-newtheme {
        height: 60% !important;
    }
}

.whatsapp-btn {
    position: fixed;
    bottom: 210px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
}

footer p,
.mediz-footer-wrapper a,
.widget_nav_menu ul li {
    color: #000
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
}

.whatsapp-btn1 {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #079610;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn1 i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
}


/*Estilos con animation contorno respirando*/
@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.mediz-body a:hover {
    color: #1c4ca5 !important;
    background: #fff;
    border: 1px solid #1c4ca5;
}

.zsiq_theme1.zsiq_floatmain {
    width: 60px;
    max-height: 60px;
    bottom: 100px;
}

#chat-fab {
    bottom: 100px !important;
    left: 20px !important;
    right: inherit !important;
    display: none !important;
}

#heding {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #ffffff;
    margin-top: 20px;
    line-height: 55px;
    text-transform: uppercase;
}

@media screen and (min-width:320px) and (max-width:991px) {
    #heding {
        line-height: 38px;
    }

    #mediz-page-wrapper {
        padding: 50px 0px;
    }

    .benefits-inner {
        padding: 10px 10px;
        height: 180px;
    }

    .join-now h4 {
        padding: 40px 0px 0px;
    }

    .benefits .owl-carousel.owl-drag .owl-item h4 span {
        padding: 5px 10px;
    }

    .benefits .owl-carousel.owl-drag .owl-item h4 {
        line-height: 15px;
    }

    #pagepara p {
        font-weight: 600 !important;
        text-align: center;
        font-size: 14px !important;
        line-height: 1.5em;
        padding: 10px;
    }

    .join-now1 {
        padding: 25px 30px;
    }

    .join-now1 .btn {
        padding: 12px 25px;
        font-size: 15px;
    }

    .gdlr-core-opening-hour-widget {
        padding: 0px 10px;
    }

    .mediz-footer-wrapper {
        padding: 50px 20px 0px;
    }
}

#pagepara p {
    font-weight: 600 !important;
    text-align: center;
    font-size: 17px;
    line-height: 1.5em;
    padding: 10px;
}

#welbg {
    padding: 0px;
}

#headng {
    margin-top: 10px;
    padding: 0px 60px 0px 0px;
}

.gdlr-core-style-2 {
    margin-bottom: 17px;
    text-align: center;
}

.gdlr-core-blog-thumbnail {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#pagepara {
    padding: 20px 15px
}

.hess {
    font-size: 20px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
}

#crmWebToEntityForm.zcwf_lblLeft {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    box-sizing: border-box;
}

#crmWebToEntityForm.zcwf_lblLeft * {
    box-sizing: border-box;
}

#crmWebToEntityForm {
    text-align: left;
}

#crmWebToEntityForm * {
    direction: ltr;
}

.zcwf_lblLeft .zcwf_title {
    word-wrap: break-word;
    padding: 0px 6px 10px;
    font-weight: bold
}

.zcwf_lblLeft.cpT_primaryBtn:hover {
    background: linear-gradient(#02acff 0, #006be4 100%) no-repeat padding-box !important;
    box-shadow: 0 -2px 0 0 #0159b9 inset !important;
    border: 0 !important;
    color: #fff !important;
    outline: 0 !important;
}

.zcwf_lblLeft .zcwf_col_fld input[type=text],
input[type=password],
input[type=tel] {
    /*width: 60%;*/
    /*border: 1px solid #c0c6cc !important;*/
    /*resize: vertical;*/
    /*border-radius: 2px;*/
    /*float: left;*/
    background: #FFFFFF;
    border: none;
    border: 2px solid #B8DFFF;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter-Regular';
    transition: all .5s ease;
}

.texara {
    /*width: 60%;*/
    /*border: 1px solid #c0c6cc !important;*/
    /*resize: vertical;*/
    /*border-radius: 2px;*/
    /*float: left;*/
    background: #FFFFFF;
    border: none;
    border: 2px solid #B8DFFF;
    border-radius: 10px;
    width: 100%;
    padding: 0 15px;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter-Regular';
    transition: all .5s ease;
}

.zcwf_lblLeft .zcwf_col_lab {
    width: 100%;
    word-break: break-word;
    padding: 0px 6px 0px;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    min-height: 1px;
}

.zcwf_lblLeft .zcwf_col_fld {
    float: left;
    width: 100%;
    padding: 5px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
}

.zcwf_lblLeft .zcwf_privacy {
    padding: 6px;
}

.zcwf_lblLeft .wfrm_fld_dpNn {
    display: none;
}

.dIB {
    display: inline-block;
}

.zcwf_lblLeft .zcwf_col_fld_slt {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    border: none;
    border: 2px solid #B8DFFF;
    border-radius: 10px;
    color: #747474;
}

.zcwf_lblLeft .zcwf_row:after,
.zcwf_lblLeft .zcwf_col_fld:after {
    content: '';
    display: table;
    clear: both;
}

.zcwf_lblLeft .zcwf_col_help {
    float: left;
    margin-left: 7px;
    font-size: 12px;
    max-width: 35%;
    word-break: break-word;
}

.zcwf_lblLeft .zcwf_help_icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #fff;
    border: 1px solid #c0c6cc;
    color: #c1c1c1;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    border-radius: 50%;
}

.zcwf_lblLeft .zcwf_row {
    margin: 15px 0px;
}

.zcwf_lblLeft .formsubmit {
    margin-right: 5px;
    cursor: pointer;
    color: var(--baseColor);
    font-size: 12px;
}

.zcwf_lblLeft .zcwf_privacy_txt {
    width: 100%;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-family: Arial;
    display: inline-block;
    vertical-align: top;
    color: var(--baseColor);
    padding-top: 2px;
    margin-left: 6px;
}

.zcwf_lblLeft .zcwf_button {
    border: 2px solid transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 50px;
    border-radius: 5px;
    border: none;
    padding: 0 60px 0 30px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Inter-SemiBold';
    transition: background 0.3s ease-in-out;
    background: url(../images/arrow-right.svg) no-repeat right 30px center, rgba(248, 80, 50, 1);
    background: url("../images/arrow-right.svg") no-repeat right 30px center, -moz-linear-gradient(left, rgba(248, 80, 50, 1) 0%, rgba(231, 56, 39, 1) 100%);
    background: url("../images/arrow-right.svg") no-repeat right 30px center, -webkit-gradient(left top, right top, color-stop(0%, rgba(248, 80, 50, 1)), color-stop(100%, rgba(231, 56, 39, 1)));
    background: url(../images/arrow-right.svg) no-repeat right 30px center, -webkit-linear-gradient(left, rgba(248, 80, 50, 1) 0%, rgba(231, 56, 39, 1) 100%);
    background: url("../images/arrow-right.svg") no-repeat right 30px center, -o-linear-gradient(left, rgba(248, 80, 50, 1) 0%, rgba(231, 56, 39, 1) 100%);
    background: url("../images/arrow-right.svg") no-repeat right 30px center, -ms-linear-gradient(left, rgba(248, 80, 50, 1) 0%, rgba(231, 56, 39, 1) 100%);
    background: url(../images/arrow-right.svg) no-repeat right 30px center, linear-gradient(to right, rgba(248, 80, 50, 1) 0%, rgba(231, 56, 39, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=1);
}

.zcwf_lblLeft .zcwf_tooltip_over {
    position: relative;
}

.zcwf_lblLeft .zcwf_tooltip_ctn {
    position: absolute;
    background: #dedede;
    padding: 3px 6px;
    top: 3px;
    border-radius: 4px;
    word-break: break-word;
    min-width: 100px;
    max-width: 150px;
    color: var(--baseColor);
    z-index: 100;
}

.zcwf_lblLeft .zcwf_ckbox {
    float: left;
}

.zcwf_lblLeft .zcwf_file {
    width: 55%;
    box-sizing: border-box;
    float: left;
}

.clearB:after {
    content: '';
    display: block;
    clear: both;
}

@media all and (max-width: 767px) {

    .zcwf_lblLeft .zcwf_col_lab,
    .zcwf_lblLeft .zcwf_col_fld {
        width: auto;
        float: none !important;
    }

    .zcwf_lblLeft .zcwf_col_help {
        width: 100%;
    }

    .top-form {
        width: 100% !important;
        padding: 20px !important;
    }

    .enquiry-form h1 {
        font-size: 24px !important;
        line-height: 34px;
    }
}

.top-form {
    float: left;
    width: 40%;
    padding: 40px 50px;
}

.mobile_field {
    background: #FFFFFF;
    border: none;
    border-bottom: 4px solid #B8DFFF;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter-Regular';
    transition: all .5s ease;
}

#Description {
    background: #FFFFFF;
    border: none;
    border: 2px solid #B8DFFF;
    border-radius: 10px;
    width: 100%;
    padding: 0 15px;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter-Regular';
    transition: all .5s ease;
}

.mainpadd {
    padding: 60px 0px 60px 0px;
}

#abt h3 {
    font-size: 36px;
    font-weight: 700;
    text-transform: none;
    color: #1c4ca5;
}

#abt p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    color: #5f5f5f;
}

@media screen and (min-width:320px) and (max-width:767px) {
    #abt h3 {
        font-size: 30px;
        font-weight: 700;
        text-transform: none;
        color: #1c4ca5;
    }
}

#gdlr-core-wrapper-4 {
    padding: 80px 0px;
}

.gdlr-core-button-item a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 10px 27px 14px 30px;
    text-transform: none;
    border-radius: 50px !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #17449e !important;
}


@media screen and (min-width:320px) and (max-width:991px) {

    .gdlr-core-button-item,
    .sub-title-branch {
        text-align: center !important;
        margin-top: 50px;
    }

    .product-details-master h3 {
        font-size: 28px !important;
    }

    .join-now1 h4 {
        padding: 20px 0px 0px;
        line-height: 1.5;
        font-size: 25px !important;
    }

    .product-details-master {
        padding: 50px 10px !important
    }

    #copywirte {
        font-size: 18px;
        padding: 10px 0px
    }

    #footp {
        font-size: 20px;
    }

    .gdlr-core-opening-hour-widget-list .gdlr-core-tail {
        float: right;
        font-size: 20px;
    }

    .gdlr-core-opening-hour-widget-list .gdlr-core-head {
        float: left;
        font-weight: 600;
        font-size: 20px;
    }

    #headng {
        padding: 0px 20px !important;
    }

    #branshes-master .owl-carousel.owl-drag .owl-item p,
    #karnada p {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
        padding: 20px 15px;
    }

    #branshes-master .owl-carousel.owl-drag .owl-item,
    #karnada .owl-carousel.owl-drag .owl-item {
        padding: 10px;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.35) 10px 5px 10px;
        margin-bottom: 1em;
        height: 360px;
    }

    #branshes-master .owl-carousel.owl-drag .owl-item h4,
    #karnada h4 {
        font-size: 26px;
        padding-top: 20px;
    }

    footer p,
    .mediz-footer-wrapper a,
    .widget_nav_menu ul li {
        color: #000;
        font-size: 18px;
    }
}

#karnada {
    padding-top: 50px;
}


#branshes-master h5 {
    text-align: center !important;
}

#our_brands img {
    border-radius: 10px;
    border: 1px solid #f8f8f8;
    padding: 10px;
    box-shadow: 0px 0px 2px 2px #edecec;
    margin: 10px;
}

#testimonials_section .owl-item img {
    width: 80px !important;
    margin: 1em auto 1.3em auto !important;
    max-width: 100% !important;
    padding: 10px !important;
    opacity: 0.3 !important;
    border-radius: 0% !important;
    animation: none !important;
    filter: brightness(0.2);
}