/* iPad in portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    footer .social-icon-style-12 ul{
        justify-content: space-around;
    }
    footer .social-icon-style-12 ul li {
        margin-left: 0;
    }
    .subchild p{font-size: 12px;}
    .subchild .col-md-3,
    .subchild .col-md-6 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .ipad-off{display: none !important}

    .text-ip-left{text-align: left !important;}
    .col-ip-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    footer .col-lg-2{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-ip-8 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .col-ip-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-ip-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .lead2 {
        font-size: 27px !important;
        line-height: 1.2;
    }
    .textimonial_box{
        display: block !important;
    }
    .pxs90-0{
        padding: 90px 0px 64px 0px !important;
    }
    .nav-tabs > li.nav-item:nth-child(1), .nav-tabs > li.nav-item:nth-child(3), .nav-tabs > li.nav-item:nth-child(2) {
        margin-right: 10px !important;
    }
    .tobtn.centerf>a{margin: auto !important}
    body .LinesBox div h2,
    body .LinesBox div p {
        padding-left: 15px;
        margin-bottom: 0;
        width: 57%;
        text-align: left;
        font-size: 18px !important;
    }
}
.ipadV-on{display: none;}
/* iPad in landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .ipadV-on{display: block !important;}
    .paddingCustom{
        padding: 190px 0px 268px 0px !important;
    }
    .pcipad{
        padding: 90px 15px 110px 15px !important;
    }
    .subchild p,
    .subchild a{
        font-size: 11px !important;
    }
    .subchild .col-md-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .subchild .col-md-6 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    footer .social-icon-style-12 ul li {
        margin-left: 0px !important;
        margin: 0 17px !important;
    }
    .lead2 {
        font-size: 32px !important;
        line-height: 1.2;
    }
    body h2 {
        font-size: 3.3rem;
        line-height: 4.2rem;
    }
    body .lg-w-85 {
        width: 83% !important;
    }
    .textimonial_box p{font-size: 14px;}
    body .textimonial_box .bg-white {
        width: 100%;
        padding: 60px 35px;
    }
    body .modal-dialog {
        top: 8%;
    }
    .LinesBox div h2,
    .LinesBox div p {
        font-size: 19px !important;
    }
}

