﻿@import url('animate.css');
@import url('fancybox.css');
@import url('bootstrap.css');
@import url('fontawesome.css');
@import url('icomoon.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto Condensed:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
/* Layout
------------------------------------*/
fieldset {
    display: none
}




   
    fieldset.show {
        display: block
    }
.tabs {
    margin: 2px 20px 0px 5px !important;
    padding-bottom: 0px !important;
    cursor: pointer
}

    .tabs h6 {
        font-weight: 500;
        font-size: 18px;
        line-height: 32px;
    }

    .tabs:hover,
    .tabs.active {
        border-bottom: 2px solid #DD2127 !important;
    }

        .tabs.active:after {
            content: '';
        }
* {
    margin: 0;
    padding: 0;
}

    *, *:after, *:before {
        box-sizing: border-box;
    }

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #fdfffc;
    font-family: 'Nunito Sans';
    font-size: 16px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

    a, a:hover, a:focus {
        text-decoration: none;
    }

img {
    display: block;
    max-width: 100%;
}

:focus {
    outline: none;
}



/* Header
------------------------------------*/
.header {
    padding: 0;
    margin: 0 0 10px;
    height: 75px;
}

    .header .headRow {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;
        /*padding:0 50px;*/
        margin-top: 20px;
    }

    .header .logo {
        display: block;
        background: url(../images/logo.png) no-repeat;
        width: 108px;
        height: 35px;
    }

.call {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.header .call-mob {
    display: none;
}

.bluBtn {
    background: #DD2127;
    border-radius: 16px;
    padding: 12px 24px;
    margin-left: 5px;
    color: #fff !important;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    border: 0;
    cursor: pointer;
}

    .bluBtn:hover {
        background: #DD2127;
        color: #fff;
    }
.devider {
    width: 100%;
    height: 1px;
    background: #E3E0D1;
    margin: 20px 0;
}
.actionarea {
    /*        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;*/
    width: 90%;
    margin: 50px auto;
}

.align {
    align-items: baseline;
}

.actionarea .leftPanel {
    float: left;
    width: 52%;
}
.actionarea .rightPanel {
    float: right;
    width: 42%;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #E3E0D1;
    box-sizing: border-box;
    border-radius: 16px;
    margin-bottom: 30px;
}
    .actionarea .rightPanel .dataBox {
        padding: 24px;
        border: 1px solid #E3E0D1;
        box-sizing: border-box;
        border-radius: 16px;
        margin-bottom: 30px;
        display:flex;
    }

    .actionarea .rightPanel .appointmentDate {
        display: inline-block;
        width: 22%;
        border-right: 1px #E3E0D1 solid;
        font-family: Roboto Condensed;
        font-size: 40px;
        font-weight: 700;
        line-height: 59px;
        letter-spacing: -0.02em;
        color: #323234;
    }

        .actionarea .rightPanel .appointmentDate span {
            font-family: Roboto Condensed;
            font-size: 16px;
            font-weight: 700;
            line-height: 18.75px;
            letter-spacing: -0.02em;
            display: block;
            padding-left: 5px;
        }
    .actionarea .rightPanel .data {
        margin-left: 15px;
        display: inline-block;
        width: 72%;
    }
    .actionarea .rightPanel .referenceNumber {
        display: block;
        width: 85%;
        font-family: Roboto Condensed;
        font-size: 16px;
        font-weight: 700;
        line-height: 16.75px;
        letter-spacing: -0.02em;
        text-align: left;
        margin-bottom:10px;
        color: #323234;
    }

        .actionarea .rightPanel .referenceNumber span {
            font-family: Nunito Sans;
            font-size: 16px;
            font-weight: 400;
            line-height: 21.82px;
            letter-spacing: -0.02em;
            text-align: left;
            color: #323234;
        }

    .actionarea .rightPanel h2 {
        font-weight: 700;
        font-family: 'Roboto Condensed';
        font-size: 24px;
        line-height: 28px;
        color: #323234;
        margin-bottom: 20px;
        text-align: left;
    }
    .engineerBox{
        width:100%;
        display:inline-block;
    }
.engineerBox p {
    color: #767677;
    font-size: 14px;
    margin-left: 38px;
    margin-bottom:0;
}
        .engineerBox .title{
            display:flex;
        }
            .engineerBox .title .pic {
                border-radius: 50%;
                border: 3px solid #eee;
                width: 28px;
                margin-right: 10px;
            }
                .engineerBox .title .pic img {
                    border-radius: 50%;
                }
                .engineerBox .title .name {
                    font-family: Roboto Condensed;
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 18.75px;
                    letter-spacing: -0.02em;
                    color: #767677;
                }
            .engineerBox .title .icon {               
                margin-right: 10px;
            }
            /* Footer
------------------------------------*/
            .footer {
                float: left;
                width: 100%;
                background: #f5f8f5;
                padding: 0;
            }

    .footer .wf-container-footer {
        padding: 50px 0 60px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        .footer .wf-container-footer .logo {
            margin-bottom: 10px;
            width: 180px;
        }

.footer_accordion {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #313A3F;
    padding: 20px 0px 0;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    padding: 20px 0px 0;
    margin: 0 0 20px;
}

    .footer_active, .footer_accordion:hover {
    }

    .footer_accordion:after {
        content: url(../images/downArrow.png);
        float: right;
        margin-left: 5px;
        line-height: 30px;
    }

.footer_active:after {
    content: url(../images/upArrow.png);
}

.footer_holder {
    border-bottom: 1px solid #e0e0e0;
}

.footer_panel {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 14px;
    line-height: 150%;
    /* or 27px */
    letter-spacing: 0.012em;
    /* General / Dark */
    color: #767677;
    width: 100%;
}

.footer .wf-container-footer ul li {
    margin: 0 0 5px;
}

    .footer .wf-container-footer ul li:last-child {
        border: 0;
    }

    .footer .wf-container-footer ul li a {
        color: #878F9D;
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
    }

        .footer .wf-container-footer ul li a:hover {
            color: #7a818c;
        }

.footer .wf-container-footer .social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0;
}

    .footer .wf-container-footer .social img {
        padding-right: 10px;
    }

.footer .footer-bottom {
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    width: 100%;
    font-size: 10px;
    font-weight: 400;
    color: #767677;
}

.footerPanel {
    display: flex;
    justify-content: space-between;
}



/* Responsive
------------------------------------*/
@media only screen and (min-width: 280px) {
    .container {
        max-width: 96%;
    }
}

@media only screen and (min-width: 1350px) {
    .container {
        max-width: 96%;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1240px;
    }
}




@media only screen and (max-width: 1024px) {
    /* index
------------------------------------*/

    
   
}


    @media only screen and (max-width: 912px) {

        
    }

    @media only screen and (max-width: 820px) {

        .header .logo a {
            display: block;
            /*			background: url(../images/logo1.png) no-repeat;
            width: 200px;
            height: 90px;*/
            background-size: 90%;
        }

        .call {
            width: 52%;
        }

        .call2 {
            display: none;
        }

        .actionarea {
            width: 100%;
            margin: 40px auto;
        }
    }

    @media only screen and (max-width: 768px) {
        .actionarea {
            display: flex;
            flex-direction: column;
            width: 65%;
        }

            .actionarea .leftPanel {
                width: 100%;
            }

            .actionarea .rightPanel {
                width: 100%;
                margin-bottom: 15px;
                margin-top:25px;
            }
    }

    @media only screen and (max-width: 600px) {
        
    }

    @media only screen and (max-width: 540px) {
        /* index
------------------------------------*/
        .header {
            box-shadow: none;
            position: fixed;
            z-index: 1000;
            width: 100%;
            top: 0;
            background: #fff;
            height: 85px;
        }

            .header .headRow {
                flex-wrap: nowrap;
            }


        .call {
            display: none;
        }

        .header .call-mob {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
        }

            .header .call-mob a {
                background: #DD2127;
                border-radius: 16px;
                overflow: hidden;
                padding: 12px 24px;
                color: #fff;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-items: center;
            }

        .actionarea {
            width: 100%;
        }


        
    }


    @media screen and (max-width: 444px) {

        

        

            
    }

    @media screen and (max-width: 430px) {

        .actionarea .rightPanel .data {
            width: 82%;
        }
        .actionarea .rightPanel .dataBox {
            padding: 15px;
            margin-bottom: 20px;
        }

       
    }

    @media screen and (max-width: 414px) {

        
    }


    @media screen and (max-width: 393px) {

        
    }

    @media screen and (max-width: 390px) {
        /* index
------------------------------------*/




        
}

@media screen and (max-width: 384px) {
}

@media screen and (max-width: 380px) {
    /* index
------------------------------------*/
    .actionarea .rightPanel .appointmentDate {
        font-size: 40px;
    }
}



@media screen and (max-width: 360px) {
    
}

@media screen and (max-width: 354px) {
    

@media screen and (max-width: 340px) {
    /* index
------------------------------------*/
    
}

@media screen and (max-width: 320px) {
    .actionarea .rightPanel .dataBox {
        padding: 15px 10px;
        margin-bottom: 20px;
    }
    .actionarea .rightPanel .appointmentDate {
        font-size: 36px;
    }
}

@media screen and (max-width: 280px) {
    /* index
------------------------------------*/

}
