﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*============ Contact ==============*/

/*.india .ContactSectionIF {
    height: 172px;
}*/

.appointmentCL .form-control{
    border-top:0px !important;
    border-left:0px !important;
    border-right:0px !important;
    border-bottom:1px solid #707070 !important;
    border-radius:0px !important;
}

.ContactSectionIF {
    /*border: 1px solid #006FB9;*/
    box-shadow: 0px 0px 8px #0000004e;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 5px;
    margin-top: 20px;
    transition: all 0.5s;
    word-break: break-word;
}

.ContactSectionIF .innerDetails {
    display: flex !important;
    align-items: flex-start !important;
}

.ContactSectionIF .innerDetails label{
   width:72px;
}

.ContactSectionIF .comDetails {
    margin-top: 10px !important;
}

.ContactSectionIF .UserName label{
    margin-bottom: 2px !important;
}

    .ContactSectionIF:hover {
        transform: scale(1.05);
        box-shadow: 0px 0px 8px #0000004e;
    }
/*.distrubuter{
    display:none;
}*/

.distrubuter h3 {
    margin-bottom: 0px !important;
}


.ContactSection h3 {
    font-size: 22px;
    color: #006FB9;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
}

.comDetails {
    margin-top: 20px;
    /*margin-bottom: 20px;*/
}

.address p {
    color: #000000;
    margin-bottom: 0px;
}

.innerDetails {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
}

    .innerDetails label {
        color: #006FB9;
        font-weight: bold;
        margin-bottom: 0px;
        padding-right: 5px;
    }

    .innerDetails p {
        color: #707070;
        margin-bottom: 0px;
    }

        .innerDetails p a {
            color: #707070 !important;
            text-decoration: none !important;
        }

.conInfo p {
    margin-bottom: 0px;
    color: #000000;
}


.MapSection iframe {
    width: 100%;
    height: 360px;
}

.selectSection {
    width: 100%;
    display: none;
    padding: 30px;
    box-shadow: 0px 2px 10px 0px #c5cdd2;
}

/*.content {
    width: 95%;
}*/

.distrubuter{
    margin-top:30px;
}

.OuterRegion {
    margin-bottom: 30px;
}

.OuterRegion label{
    color: #006FB9;
    font-weight: bold;
}
.appointmentCL {
    position: relative;
    font-weight: bold;
    cursor: pointer;
}

.appointmentCL .icon{
    position:absolute;
    top:5px;
    right:10px;
}

.appointmentCL .form-control {
    cursor:pointer;
    /*pointer-events:none;*/
}



.material-icons {
    width: 14px;
    font-size:28px;
}

.panel-group {
    margin-bottom: 0px !important;
}

    .panel-group .panel {
        margin-bottom: 15px !important;
        border-radius: 4px;
    }

    .panel-group .panel:last-child{
        margin-bottom: 0px !important;
        border-radius: 4px;
    }

.panel-default > .panel-heading {
    color: #0077c0;
    background-color: #ffffff;
    border-color: #ddd;
    cursor: pointer;
    padding: 12px 15px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.panel-body ul{
    list-style:none !important;
}

    .panel-body ul li {
        cursor: pointer;
        font-size: 16px;
        margin-bottom:3px;
    }

.UserName p{
    font-size:16px;
}

.glyphicon {
    font-size: 14px;
}

/*------------- Media Query -------------*/
@media only screen and (min-width:1500px) {
}
    /*---------- desktop ----------*/
    @media (min-width:1200px) and (max-width:1499px) {
        /*.ContactSectionIF {
            
        }*/

        /*.india .ContactSectionIF {
            height: 180px;
        }*/

        .ContactSectionIF .innerDetails label {
            width: 66px;
        }
    }
    /*---------- Laptop ----------*/
    @media (min-width:992px) and (max-width:1199px) {

        /*====== Contact ========*/

        .client h4 {
            font-size: 21px;
            margin-bottom: 20px;
        }

        .client div p {
            margin-bottom: 10px;
        }

        .ContactSectionIF .UserName p{
            font-size:15px;
        }

        .ContactSectionIF .innerDetails p a {
            font-size: 15px;
        }

        .ContactSectionIF .innerDetails label {
            width: 66px;
        }
    }
    /*------------ Tab ------------*/
    @media (min-width:768px) and (max-width:991px) {


        /*====== Contact ========*/

        /*.ContactSectionIF {
            height: 180px;
        }*/

        /*.india .ContactSectionIF {
            height: 180px;
        }*/

            .ContactSectionIF .comDetails {
                margin-bottom: 0px !important;
            }


        .client h4 {
            font-size: 19px;
            margin-bottom: 15px;
        }

        .client div p {
            margin-bottom: 5px;
        }

        .ContactSectionIF .innerDetails label {
            width: 66px !important;
        }

        .ContactSection .comDetails .innerDetails:last-child{
            align-items:flex-start;
        } 
        
        .ContactSection .comDetails .innerDetails:last-child label{
            width:139px;
        }
    }
    /*------------ small device ------------*/
    @media (min-width:577px) and (max-width:767px) {

        /*====== Contact ========*/

        .ContactSectionIF .innerDetails label {
            width: 58px;
        }

        .content {
            margin-bottom: 40px;
        }

        .UserName p {
            font-size: 12px;
        }

        .OuterRegion label {
            margin-bottom: 0px !important;
        }

        .MapSection iframe {
            width: 100%;
            height: 350px;
        }

        .ContactSection {
            margin-top: 0px;
            margin-bottom: 30px;
        }

            .ContactSection h3 {
                font-size: 18px;
                margin-bottom: 10px;
            }

        .comDetails {
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .MoContactChange {
            display: flex;
            flex-direction: column-reverse
        }

        .distrubuter .ContactSection {
            margin-top: 0px;
            margin-bottom: 0px !important;
        }

        .ContactSectionIF {
            height: auto;
        }

            .ContactSectionIF .comDetails {
                margin-top: 10px !important;
                margin-bottom:0px !important;
            }
    }
    /*---------- Mobile ----------*/
    @media only screen and (max-width:576px) {

        .content {
            margin-bottom: 40px;
        }

        .UserName p {
            font-size: 12px;
        }

        .OuterRegion label {
            margin-bottom: 0px !important;
        }

        /*====== Contact ========*/

        .MapSection iframe {
            width: 100%;
            height: 350px;
        }

        .ContactSection {
            margin-top: 0px;
            margin-bottom: 30px;
        }

            .ContactSection h3 {
                font-size: 18px;
                margin-bottom: 10px;
            }

        .comDetails {
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .MoContactChange {
            display: flex;
            flex-direction: column-reverse
        }

        .distrubuter .ContactSection {
            margin-top: 0px;
            margin-bottom: 0px !important;
        }

        .ContactSectionIF {
            height: auto;
        }

            .ContactSectionIF .comDetails {
                margin-top: 10px !important;
                margin-bottom:0px !important;
            }

            .ContactSectionIF .innerDetails label {
                width: 58px;
            }
    }
