/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700);*/
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/S6uyw4BMUTPHjxAwXjeu.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/S6uyw4BMUTPHjx4wXg.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/S6u9w4BMUTPHh6UVSwaPGR_p.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#content {
    background-color: #ffffff;
    padding: 0.5rem;
    display: flex;
}

#left,
#right {
    background-color: #f4f4f4;
    border: 1px solid #eee;
    padding: 1rem;
    flex-grow: 1;
    color: #fff;
    border-radius: 5px;
}

.f-left {
    float: left;
}

.bgDark {
    background-color: #333333 !important;
    color: white;
}

.not-found i {
    text-align: center;
    display: block;
    margin-top: 30px;
    font-size: 50px;
    color: red;
}

.not-found p {
    color: red !important;
    font-weight: bold;
    text-align: center;
    margin: 10px;
    margin-top: 0px;
}

.st-heading-title {
    margin: auto 0;
}

#selected_service_name {
    margin: auto 0;
    padding-top: 3px;
    padding-left: 5px;
    color: green;
}

.service_label {
    font-size: 16px !important;
    text-align: right;
}

.btn-style-all {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

    .btn-style-all .fa {
        margin-right: 5px;
    }

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Lato';
}

h1 {
    font-size: 2em;
    padding: 2em;
    text-align: center;
}

.accordion dl {
}

.accordion dt > a {
    text-align: left;
    font-weight: 700;
    padding: 0.8em 2em 0.8em 2em;
    display: block;
    text-decoration: none;
    -webkit-transition: background-color 0.5s ease-in-out;
}

.accordion dd {
    color: black;
    font-size: 1em;
    background-color: transparent;
    background-image: linear-gradient(135deg, #ffcc00 0%, #ffcc00 100%);
}

    .accordion dd > p {
        padding: 0.5em 2em 0em 2em;
        text-align: left;
        line-height: normal;
    }

.accordion {
    position: relative;
    background-color: #ffffff;
    width: 100%;
}

    .accordion dt {
        background-color: #12acad;
        cursor: pointer;
    }

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 2em 0 2em 0;
}

.accordionTitle {
    background-color: #ffffff;
    border-bottom: 1px solid #2c3e50;
}

    .accordionTitle:before {
        content: "+";
        font-size: 1.5em;
        margin-right: 0.3em;
        -moz-transition: -moz-transform 0.3s ease-in-out;
        -o-transition: -o-transform 0.3s ease-in-out;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }

    .accordionTitle:hover {
        background-color: #145a32;
        margin-left: 10px;
        padding-left: 1.5em !important;
        color: #d6e1d0 !important;
    }

.accordionTitleActive {
    color: white !important;
    background-color: #145a32;
    margin-left: 10px;
    padding-left: 1.4em !important;
}

    .accordionTitleActive:before {
        content: "-";
        -webkit-transform: rotate(-225deg);
        -moz-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }

.accordionTitle p { 
    margin: 0px;
}
.animateIn {
    display: contents;
}
.animateIn p {
    margin: 0px;
    background-image: linear-gradient(135deg, #ffcc00 0%, #ffcc00 100%);
}

.accordionItem {
    height: auto;
    overflow: hidden;
}

.accordionItemUrdu {
    height: auto;
    overflow: hidden;
    float: right;
}

@media all {
    .accordionItem {
        -moz-transition: max-height 1s;
        -o-transition: max-height 1s;
        -webkit-transition: max-height 1s;
        transition: max-height 1s;
    }

    .accordionItemUrdu {
        -moz-transition: max-height 1s;
        -o-transition: max-height 1s;
        -webkit-transition: max-height 1s;
        transition: max-height 1s;
    }
}

@media screen and (min-width: 48em) {
    .accordionItem {
        -moz-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        -webkit-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }

    .accordionItemUrdu {
        -moz-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        -webkit-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }
}

.accordionItemCollapsed {
    max-height: 0;
}

     .animateIn {
        -webkit-animation-name: accordionIn;
        -webkit-animation-duration: 0.65s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: both;
        -webkit-animation-delay: 0s;
        -moz-animation-name: normal;
        -moz-animation-duration: 0.65s;
        -moz-animation-iteration-count: 1;
        -moz-animation-direction: alternate;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-fill-mode: both;
        -moz-animation-delay: 0s;
        animation-name: accordionIn;
        animation-duration: 0.65s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-timing-function: ease-in-out;
        animation-fill-mode: both;
        animation-delay: 0s;
    }

.animateOut {
    -webkit-animation-name: accordionOut;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    -moz-animation-name: accordionOut;
    -moz-animation-duration: 0.75s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    animation-name: accordionOut;
    animation-duration: 0.75s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0s;
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes accordionIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes accordionOut {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.8);
    }
}

/*new*/
fieldset {
    overflow: hidden
}

.some-class {
    float: left;
    clear: none;
}

label {
    float: left;
    clear: none;
    display: block;
    padding: 0px 1em 0px 8px;
}

input[type=radio],
input.radio {
    float: left;
    clear: none;
    margin-top: 6px;
}

.accordionTitleUrdu {
    background-color: #ffffff;
    border-bottom: 1px solid #2c3e50;
}

    .accordionTitleUrdu:before {
        content: "+";
        font-size: 1.5em;
        margin-left: 22px;
        float: right;
        -moz-transition: -moz-transform 0.3s ease-in-out;
        -o-transition: -o-transform 0.3s ease-in-out;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }


    .accordionTitleUrdu:hover {
        background-color: #145a32;
        margin-right: 10px;
        padding-right: 1.5em !important;
        color: #d6e1d0 !important;
    }

.accordionTitleActiveUrdu {
    color: white !important;
    /* background-color: #337e40;*/
    background-color: #145a32;
    margin-right: 10px;
    padding-right: 1.4em !important;
}

    .accordionTitleActiveUrdu:before {
        content: "-";
        /*-webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    transform: rotate(-225deg);*/
    }

.accordionUrdu dl {
}

.accordionUrdu dt > a {
    text-align: right;
    font-weight: 700;
    padding: 0.8em 2em 0.8em 2em;
    display: block;
    text-decoration: none;
    -webkit-transition: background-color 0.5s ease-in-out;
    /*width: 100%;*/
}

.accordionUrdu dd {
    color: black;
    font-size: 1em;
    background-color: transparent;
    background-image: linear-gradient(135deg, #ffcc00 0%, #ffcc00 100%);
    width: 100%;
}

    .accordionUrdu dd > p {
        padding: 0em 2em 0em 2em;
        text-align: right;
    }

.accordionUrdu {
    position: relative;
    background-color: #ffffff;
    width: 100%
}

    .accordionUrdu dt {
        background-color: #12acad;
        cursor: pointer;
    }

.clrYTheme {
    background-color: #ffcc00 !important;
}

.clrGTheme {
    background-color: #145a32 !important;
}

input[type='radio']:after {
    /*width: 15px;
    height: 15px;*/
    border-radius: 15px;
    /* top: -2px;*/
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    /* width: 15px;
    height: 15px;*/
    border-radius: 15px;
    /* top: -2px;*/
    left: -1px;
    position: relative;
    background-color: #145a32 !important;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.btnDownload {
    color: #145a32 !important;
    background-color: white;
    border: 5px;
    padding: 5px;
    display: block;
    width: 133px;
    margin: 0 auto;
    margin-bottom: 8px;
}
fieldset .urd span {
    font-family: 'nastaleeqalvi' !important;
    word-spacing: 2px !important;
    font-size: 26px;
    margin-top: -6px;
    display: block;
}
#r-st-heading-title .st-heading-title span {
    font-family: 'nastaleeqalvi' !important;
    word-spacing: 2px !important;
    font-size: 28px;
}
.accordionTitleUrdu {
    font-family: 'nastaleeqalvi' !important;
    word-spacing: 2px !important;
    font-size: 22px;
    font-weight: normal !important;
}
.accordionItemUrdu {
    font-family: 'nastaleeqalvi' !important;
    word-spacing: 2px !important;
    font-size: 20px;
    font-weight: normal !important;
}
.animateIn ul, ol {
    text-align: left !important;
    padding-left: 36px !important;
    background-image: linear-gradient(135deg, #ffcc00 0%, #ffcc00 100%);
}
