﻿body {
    margin: 0;
    font-family: "OpenSans";
    overflow-x: hidden;
}


@font-face {
    font-family: "OpenSans-Light";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url("Font/OpenSans-Light.woff") format("woff");
}

@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("Font/OpenSans.woff") format("woff");
}

@font-face {
    font-family: "OpenSans-Semibold";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("Font/OpenSans-Semibold.woff") format("woff");
}


.page-content {
    min-height: 600px;
}


.line-home {
    background: url("../Styles/img/main-spacer-11.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 12px;
}

/*======================*/

.cl-effect-14 a:hover:before, .cl-effect-14 a:focus:before, .cl-effect-14 a.activepage:before {
    left: 50%;
    transform: rotate(0deg) translateX(-50%);
    opacity: 1;
    -webkit-transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover:after, .cl-effect-14 a:focus:after, .cl-effect-14 a.active:after, .cl-effect-14 a.activepage:after {
    right: 50%;
    transform: rotate(0deg) translateX(50%);
    opacity: 1;
    -webkit-transform: rotate(0deg) translateX(50%);
}

/*=================*/

/*============================ Header =============================*/
.support-header {
    background-color: #3E4095;
    display: block;
    overflow: hidden;
    padding: 8px 0;
}

.phone-div {
    display: inline-block;
    margin-right: 5px;
}

.phone-div > i.icon-mobile-phone {
    background-color: #EFEFEF;
    color: #1F1F1F;
    font-size: 22px;
    padding: 1px 7px;
    border-radius: 20px;
}

.phone-div > i.icon-phone {
    background-color: #EFEFEF;
    border-radius: 20px;
    color: #1F1F1F;
    font-size: 18px;
    padding: 3px 5px;
}

.phone-div > span {
    color: #EFEFEF;
    font-size: 16px;
    margin-left: 5px;
}

.header {
    /*background: radial-gradient(circle farthest-side at center bottom, rgb(255, 255, 255) 0%, rgb(236, 240, 241) 100%);*/
    padding: 20px;
}

.logo {
    width: 140px;
    float: left;
}

.logo a {
    display: block;
    cursor: pointer;
}

/*================================ Menu ==================================*/

.main-menu {
    float: right;
    margin-top: 20px;
}

.mob-btn-navbar {
    background-color: #3E4095;
    color: #FFFFFF;
    display: block;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
}

.mob-btn-navbar:hover {
    color: #FFFFFF;
    text-decoration: none;
}
/*========================== Footer ==============================*/


.footer-block {
    background: url("../styles/img/footer-bg.png") no-repeat scroll center center #3E4095; /*/ cover*/
    padding: 10px 0;
}

.footer-block .footer-aboutus h1,
.footer-block .footer-links h1,
.footer-block .footer-followus h1,
.footer-block .footer-address h1 {
    border-bottom: 1px solid #636262;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    text-shadow: 0 4px 4px #000000;
}

.footer-block .footer-aboutus > span {
    color: #929292;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    display: block;
}

.footer-block .footer-links ul > li {
    display: block;
    line-height: 25px;
}

.footer-block .footer-links ul > li a {
    text-decoration: none;
    color: #929292;
    font-size: 15px;
}

.footer-block .footer-links ul > li a:hover, .footer-block .footer-links ul > li a.activepage {
    text-decoration: none;
    color: #FFFFFF;
}


.footer-block .footer-links ul > li a > i {
    margin-right: 5px;
}

.footer-block .footer-followus ul > li {
    display: inline-block;
    margin-right: 5px;
}

.footer-block .footer-followus ul > li a:hover {
    text-decoration: none;
}

.footer-block .footer-followus ul > li a > i {
    background-color: #929292;
    border: 2px solid #606060;
    border-radius: 50%;
    color: #EFEFEF;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.footer-block .footer-followus ul > li a:hover > i {
    animation: 1s linear 0s normal none 1 spinAround;
    -webkit-animation: 1s linear 0s normal none 1 spinAround;
    -moz-animation: 1s linear 0s normal none 1 spinAround;
    -o-animation: 1s linear 0s normal none 1 spinAround;
}

.footer-block .footer-address ul > li {
    display: inline-block;
    width: 100%;
}

@-moz-keyframes spinAround {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinAround {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.footer-block .footer-followus ul > li a > i.icon-facebook:hover {
    background-color: #3B5998;
    border-color: #3B5998;
}

.footer-block .footer-followus ul > li a > i.icon-google-plus:hover {
    background-color: #DB4937;
    border-color: #DB4937;
}

.footer-block .footer-followus ul > li a > i.icon-twitter:hover {
    background-color: #55ACEE;
    border-color: #55ACEE;
}

.footer-block .footer-followus ul > li a > i.icon-linkedin:hover {
    background-color: #0073B2;
    border-color: #0073B2;
}

.iconbox {
    color: #929292;
    display: block;
    float: left;
    font-size: 25px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 26px;
}

.address-area {
    float: left;
    width: 85%;
    margin-left: 12px;
    color: #929292;
    /*font-family: 'OpenSans';*/
    margin-bottom: 10px;
    font-size: 15px;
}

.createdby {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    color: #222222;
    display: block;
    overflow: hidden;
    padding: 5px 0;
    width: 100%;
}

.createdby .client {
    color: #808080;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 28px;
}

.createdby .owner {
    float: right;
    line-height: 18px;
}

.createdby .owner:hover {
    text-decoration: none;
}

.createdby .owner > p, .createdby .owner > span {
    color: #808080;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    vertical-align: top;
}

.createdby .owner > img {
    display: inline-block;
    height: 25px;
    margin: 0 4px;
    width: 25px;
}

.createdby .owner > p:hover {
    border-bottom: 1px solid #7FBA00;
}

.createdby .owner:hover {
}

.top_scroll {
    background-color: #222222;
    border: 3px solid #888888;
    border-radius: 50%;
    bottom: 50px;
    color: #B5B5B5;
    cursor: pointer;
    font-size: 26px;
    opacity: 0.7;
    overflow: hidden;
    padding: 6px 10px;
    position: fixed;
    right: -60px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    z-index: 100;
}

[class^="icon-"]:before, [class*=" icon-"]:before, [class^="icon-"], [class*=" icon-"] {
    cursor: pointer !important;
}

.top_scroll:hover {
    background-color: #74B8FF;
    border-color: #FFFFFF;
    color: #FFFFFF;
    opacity: 1;
    text-decoration: none;
}

.top_scroll:focus {
    text-decoration: none;
    color: #FFFFFF;
}

/*========================== Slider =========================================*/

#slider-wrapper {
    background: url("../Styles/img/loading.gif") no-repeat scroll center center rgb(212, 212, 212);
    height: 587px;
    margin-top: 1px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

.main-label {
    position: relative;
}

.main-label .main-text {
    background-color: rgba(255, 255, 255, 0.68);
    position: absolute;
    top: -42px;
    padding: 10px;
    z-index: 1;
    left: 16%;
    width: 65%;
    text-align: center;
}

.main-label .main-line {
    background-color: #505050;
}

.main-label .main-line span {
    color: #FFFFFF;
    font-size: 22px;
    display: block;
    padding: 22px 0;
}

/*===============================================================*/

.mj-work {
    background-color: #505050;
    margin-bottom: 100px;
    position: relative;
    transition: all 0.4s ease-in-out 0.2s;
}

.primary_content_wrap {
    /*background: none repeat scroll 0 0 rgb(249, 249, 249);*/
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin-top: 100px;
}

.top-box {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin-bottom: 90px;
    padding: 0;
    position: relative;
}

.mj-work:hover {
    background: none repeat scroll 0 0 #282828;
    box-shadow: 0 9px 9px -7px #3E4095;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.mj-work h5 {
    color: #FFFFFF;
    padding: 20px 0 40px 0;
    text-align: center;
}

.mj-workicon {
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    width: 100px;
}

.mj-workicon img {
    height: 80px;
    width: 80px;
    z-index: 1002;
}

.mj-workicon .repairimg {
    margin-left: 8px;
    margin-top: 18px;
}

.mj-workicon .salesimg {
    margin-left: 10px;
    margin-top: 7px;
}

.mj-workicon .webimg {
    height: 100%;
    width: 100%;
}
/*.mj-work:hover .mj-workicon {
    background-color: #3E4095;
}*/


.extra-wrap {
    overflow: hidden;
    margin-top: 17px;
}

.box-title h3 {
    font: bold 18px/1.2em Sans-serif;
    color: rgb(49, 49, 49);
}

.box-title .subtitle {
    color: #3E4095;
    /*font-family: 'Open Sans',sans-serif;*/
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    text-transform: uppercase;
}

.box-content {
    color: #F9F9F9;
    padding: 40px 0 60px 0;
}

.box-content li i {
    font-size: 8px;
    margin-right: 10px;
    color: rgb(112, 119, 237);
}

.box-content ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    color: #F1F1F1;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.box-button {
    bottom: -8px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.box-content .button {
    background: none repeat scroll 0 0 #3D3F93;
    color: rgb(249, 249, 249) !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding: 5px 13px 5px;
    text-align: center;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
}

/*============================= About Us==================*/
.title {
    margin-top: 15px;
    margin-bottom: 50px;
}

.title .page-title {
    border-bottom: 1px solid rgb(229, 229, 229);
    color: rgb(120, 154, 217);
    line-height: 30px;
}

.title .page-title span {
    border-color: rgb(62, 64, 149);
    border-bottom-style: solid;
    border-bottom-width: 3px;
    /*display: inline-block;*/
    font-size: 20px;
    text-transform: uppercase;
}

.textcontent {
    margin-bottom: 50px;
}

.textcontent p {
    line-height: 24px;
    text-align: justify;
    font-size: 15px;
    margin: 5px 0;
    color: rgb(135, 134, 134);
}

.textcontent h1 {
    color: #7799d8;
    font-size: 18px;
    line-height: 28px;
    margin-top: -5px;
}

.textcontent h6 {
    font-weight: normal;
    line-height: 25px;
    font-size: 18px;
}

.aboutus-img {
    background-color: #e8e8e8;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    height: 173px;
    padding: 5px 5px 2px;
    width: 158px;
}

.aboutus-name {
    color: #404040;
    line-height: 25px;
    margin-top: 5px;
}

.aboutus-name > span {
    color: #606060;
    display: block;
    font-size: 14px;
}

/*==================================Services========================*/
.service-work {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-position: center top !important;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-bottom: 25px;
    padding-top: 30px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.service h1 {
    color: #7799D8;
    font-size: 18px;
    font-weight: normal;
}

.service-work .service-content {
    text-align: center;
}

.service-work .service-image {
    color: #909090;
    display: block;
    font-weight: bold;
    margin-top: 28px;
}

.box-process {
    position: relative;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

.background-box {
    background: none repeat scroll 0 0 #909090;
    height: 100px;
    left: 50%;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: 0 100% 0;
    width: 100px;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 0 100% 0;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: 0 100% 0;
    -o-transform: rotate(-45deg);
    -o-transform-origin: 0 100% 0;
}

.service-content:hover .background-box {
    background: none repeat scroll 0 0 #000;
}

.service-content:hover .service-image {
    color: #000;
}

.mission-block {
    background-color: #55678C;
    border-radius: 100px;
    box-shadow: 0 5px 2px #A6A6A6;
    margin: 45px 0;
    /* margin: 20px 0;*/
    padding: 10px 0;
    text-align: center;
}

.mission-block h1 {
    color: #45D605;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 30px;
    text-shadow: 0 3px 2px #404040;
}

.mission-block span {
    color: #F9F9F9;
    font-size: 15px;
    line-height: 30px;
}

.background-box-line {
    border: 1px solid #CBCBCB;
    height: 100px;
    left: 50%;
    margin-top: -31px;
    padding: 13px;
    position: absolute;
    top: 47%;
    transform: rotate(-45deg);
    transform-origin: 0 100% 0;
    width: 100px;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 0 100% 0;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: 0 100% 0;
    -o-transform: rotate(-45deg);
    -o-transform-origin: 0 100% 0;
}

.box-process-icon {
    color: #FFFFFF;
    font-family: 'FontAwesome';
    font-size: 30px;
    height: 170px;
    line-height: 170px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    width: 170px;
    z-index: 2;
}

.box-process-icon i {
    font-size: 50px;
    line-height: 170px;
}

.box-angle-one-icon {
    color: #A4A4A4;
    font-family: 'FontAwesome';
    font-size: 40px;
    height: 170px;
    line-height: 170px;
    position: absolute;
    text-align: center;
    left: 32%;
    z-index: 2;
}

.box-angle-two-icon {
    color: #A4A4A4;
    font-family: 'FontAwesome';
    font-size: 40px;
    height: 170px;
    line-height: 170px;
    position: absolute;
    text-align: center;
    right: 32%;
    z-index: 2;
}


/*==================== Sub Link Repairing ========================*/


.service-tag {
    text-align: right;
}

.service-tag h2 {
    color: #444444;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
}

.service-tag span {
    color: #ED8E22;
    font-size: 20px;
    line-height: 25px;
}

.sublink-page {
    background-color: rgba(217, 217, 217, 0.21);
    margin-top: 20px;
    margin-bottom: 40px;
}

.mj-sublink p {
    font-family: OpenSans;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
}

.sublink-img {
    height: 57%;
    text-align: center;
    width: 57%;
}

.sub-button {
    text-align: center;
}

.clear-send-button {
    background: linear-gradient(to bottom, #3E4095, #3E4095) !important;
    color: #fff;
    border-radius: 0;
}

/*=============================Contact=============================*/
.map-img {
    position: relative;
}

.contact-field {
    display: block;
    height: 50px;
    margin-bottom: 5px;
}

.contact-valid {
    color: #FF0000;
    display: block;
    font-size: 12px;
    line-height: 15px;
}

.contact3 {
    background-color: rgba(238, 238, 238, 0.68);
    margin-bottom: 100px;
    margin-top: 100px;
    position: relative;
}

.contact-information {
    background-color: rgba(255, 255, 255, 0.77);
    overflow: hidden;
    padding: 0 2%;
    position: absolute;
    right: 10px;
    top: 0;
    margin: 10px 0;
    height: 338px;
}

.contact-information h3 {
    color: rgba(32, 104, 220, 0.78);
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
}

.contact-information input[type="text"], .contact-information textarea, .product-information input[type="text"], .product-information textarea, .product-information select {
    margin-bottom: 0px;
    display: block;
}

.contact-information textarea, .product-information textarea {
    resize: none;
}

.contact-address {
    background: url("../Styles/img/shadow.png") no-repeat scroll center bottom / cover rgba(0, 0, 0, 0);
    bottom: -20px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.contact3 .address1 {
    background: none repeat scroll 0 0 #3E4095;
    border: 2px solid #F5F5F5;
    border-radius: 50%;
    box-shadow: 0 0 3px #808080;
    color: #FFFFFF;
    font-size: 30px;
    height: 50px;
    left: 42%;
    line-height: 50px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -30px;
    width: 50px;
}

.contact3:hover .address1 {
    background-color: #848484;
}

.contact3 .con-info {
    padding: 40px;
    text-align: center;
    border: 2px dashed #DDDDDD;
    max-height: 160px;
}

.contact3 h3 {
    color: #3E4095;
    font-size: 24px;
    font-weight: bold;
}

.contact3 span {
    line-height: 28px;
    display: block;
    font-size: 16px;
}


.btn-blue {
    background: none repeat scroll 0 0 #74B8FF;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    /*margin: 5px 0;*/
    outline: medium none;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.btn-blue:hover, .btn-blue:focus {
    background-color: #3E4095;
    color: #FFFFFF;
    text-decoration: none;
}

/*=============================Eduction=============================*/
.info-marksheet {
    background-color: #e2f8db;
    border: 1px solid #cfe8c7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px;
    display: flex;
}

.info-marksheet > i {
    color: #097fa6;
    float: left;
    font-size: 20px;
    margin-right: 10px;
}
    .info-marksheet > p {font-size: 15px;}
    .info-marksheet > i:before {
        cursor: default !important;
    }

.info-marksheet > span {
    color: #4c8839;
    font-size: 14px;
    line-height: 15px;
}

.search-result-block {
    background-color: #55678C;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
}

.search-result-block h2 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.search-result-block .search-field {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.search-result-block .search-field:last-child {
    margin-right: 0px;
}

.search-result-block .search-field span {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    line-height: 25px;
}

.search-result-block .search-field > p {
    background-color: #817F7F;
    border-radius: 50%;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    vertical-align: top;
    width: 30px;
}

.search-result-block .search-field select {
    width: auto;
    max-width: 926px;
    min-width: 220px;
}

.search-result-block .search-field a {
    margin-top: 25px;
}

.search-result-block .search-field a i {
    margin-right: 5px;
}

.search-result-block .search-field a:hover, .search-result-block .search-field a:focus {
    text-decoration: none;
    color: #FFFFFF;
}

.print-result {
    position: absolute;
    bottom: 9px;
    right: 12px;
}

.student-info {
    background-color: #FFFFFF;
    border: 1px solid #C3D9FF;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}

.student-info .student-info-bg {
    background-color: #E8EEFA;
    padding: 5px;
}

.student-info .student-img {
    background-color: #FFFFFF;
    display: inline-block;
    height: 150px;
    margin: 5px;
    width: 150px;
}

.student-info .student-img img {
    height: 100%;
    width: 100%;
}

.student-info .student-details {
    padding-left: 20px;
    vertical-align: top;
    width: 100%;
}

.student-details tr {
    line-height: 30px;
}

.student-info .student-details .lbl-info {
    color: #454545;
    display: inline-block;
    font-size: 14px;
    max-width: 200px;
    min-width: 200px;
    line-height: 25px;
}

.student-info .student-details .txt-info {
    color: #000;
    font-size: 14px;
    line-height: 25px;
}

.student-table-bordered {
    border: 1px solid #B3B3B3;
}

.marksheet-wrapper {
    margin: 0 auto;
    padding: 20px;
    width: 180mm;
}

.marksheet-layout {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 20px 0px 10px;
}

.marksheet-layout .logo {
    float: left;
    width: 320px;
}

.set-img {
    background-color: #FFFFFF;
    float: right;
}

.set-img img {
    height: 80px;
    width: 80px;
}

.marksheet-wrapper .student-info {
    border: 1px solid #404040;
}

.marksheet-wrapper .student-table-bordered {
    border: 1px solid #404040;
}

.marksheet-wrapper .table-bordered th, .marksheet-wrapper .table-bordered td {
    border-left: 1px solid #404040;
}

.marksheet-wrapper .table-bordered th:first-child, .marksheet-wrapper .table-bordered td:first-child {
    border-left: none;
}

.marksheet-wrapper .table th, .marksheet-wrapper .table td {
    border-top: 1px solid #404040;
}

.marksheet-wrapper .student-info .student-details {
    width: 665px;
}

.student-marks {
    margin-bottom: 50px;
    overflow: auto;
}

.student-marks thead {
    background-color: #55678C;
    color: #FFFFFF;
}

.student-marks tbody td {
    font-size: 14px;
    padding: 5px;
}

.student-marks thead tr th {
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}

.student-marks thead th.srno {
    width: 20px;
}

.student-marks thead th.subname {
    width: auto;
}

.student-marks thead th.marks {
    width: 80px;
}

.student-marks thead th.remarks {
    width: 150px;
}

.student-marks tbody td.center-text {
    text-align: center;
    vertical-align: middle;
}

.student-marks tbody td ul > li {
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.student-marks tbody .lbl-total {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.student-marks tbody .txt-totalmarks {
    /*color: #59A303;*/
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.student-marks tbody .lbl-qualified {
    /*color: #59A303;*/
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.student-marks tbody .lbl-qualified.fail {
    color: #FF0000;
}

.student-marks tbody .lblnote {
    background-color: #D9E4F9;
    font-size: 11px;
    height: 20px;
}

.student-marks tbody .lblqualified {
    background-color: #FCFDFF;
}

.student-marks tbody .lblqualified > ul > li {
    font-size: 10px;
    line-height: 15px;
}
/*======================================Pricing=====================================*/

.pricing span {
    color: rgb(62, 64, 149);
    font-size: 19px;
}

.pricing h1 {
    color: #7799D8;
    font-size: 18px;
    font-weight: normal;
}

.slider-img {
    height: 410px;
    line-height: 410px;
    text-align: center;
    width: 100%;
}

.slider-img img {
    vertical-align: middle;
    max-height: 100%;
}

.forminput {
    width: 432px;
}

.price-select {
    width: 445px;
}
/*=========================================================================*/

@media (min-width:320px) and (max-width : 359px) {

    /*---------------Header-------------------*/
    .page-content .container, .footer-block .container {
        padding: 0 15px;
    }

    .support-header {
        text-align: center;
    }

    .support-header .pull-right {
        float: none;
    }

    .phone-div > i.icon-mobile-phone {
        font-size: 12px;
        padding: 1px 5px;
    }

    .phone-div > span {
        font-size: 12px;
    }

    .phone-div > i.icon-phone {
        font-size: 12px;
        padding: 1px 3px;
    }

    .logo {
        display: block;
        float: none;
        margin: 0 auto;
    }

    .main-menu {
        display: block;
        float: none;
        margin-top: 10px;
        background-color: #F4F4F4;
    }

    .mob-btn-navbar {
        display: block;
    }

    nav a {
        display: block;
        padding: 10px 20px;
        text-align: center;
        font-size: 12px;
    }

    .main-label .main-text {
        left: 7px;
        padding: 5px;
        top: -20px;
        width: 93%;
    }

    .main-label .main-line span {
        font-size: 10px;
        line-height: 15px;
        padding: 5px 0;
    }
    /*---------------Footer-------------------*/
    .footer-block .footer-aboutus h1, .footer-block .footer-links h1, .footer-block .footer-followus h1, .footer-block .footer-address h1 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .footer-block .footer-aboutus > span {
        font-size: 13px;
        line-height: 18px;
    }

    .footer-block .footer-links ul > li {
        line-height: 20px;
    }

    .footer-block .footer-links ul > li a {
        font-size: 13px;
    }

    .footer-block .footer-followus ul > li a > i {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

    .iconbox {
        font-size: 20px;
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

    .address-area {
        font-size: 13px;
        margin-bottom: 5px;
        margin-left: 9px;
        width: 90%;
    }

    .createdby .client {
        display: block;
        float: none;
        text-align: center;
        font-size: 11px;
    }

    .createdby .owner {
        display: block;
        float: none;
        text-align: center;
    }

    .createdby .owner > p, .createdby .owner > span {
        font-size: 11px;
    }

    .createdby .owner > img {
        height: 20px;
        width: 20px;
    }

    .top_scroll {
        font-size: 20px;
        padding: 2px 5px;
    }
    /*---------------Home-------------------*/

    .title {
        margin-bottom: 25px;
        margin-top: 8px;
    }

    .primary_content_wrap {
        margin-top: 40px;
    }

    .mj-work h5 {
        font-size: 15px;
        padding: 10px 0 20px;
    }

    .box-content {
        padding: 20px 0 30px 0;
    }

    .box-content ul li {
        font-size: 14px;
    }

    .mj-work {
        margin-bottom: 50px;
    }
    /*---------------Services-------------------*/
    .title .page-title span {
        font-size: 16px;
    }

    .service h1 {
        font-size: 16px;
        text-align: center;
    }

    .service-work .service-content {
        margin-bottom: 15px;
    }

    .box-angle-one-icon, .box-angle-two-icon {
        display: none;
    }

    .service-work .service-image {
        font-size: 15px;
        line-height: 20px;
    }

    .service-work {
        margin: 10px 0 20px 0;
    }

    .service-tag {
        text-align: center;
    }

    .service-tag h2 {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 30px;
    }

    .service-tag span {
        font-size: 18px;
    }
    /*---------------Pricing-------------------*/

    .slider-img {
        height: 205px;
        line-height: 205px;
    }

    .product-information {
        padding: 0 15px;
    }

    .pricing h1 {
        font-size: 16px;
    }

    .price-select {
        width: 260px;
    }

    .forminput {
        width: 245px;
    }

    .textcontent {
        margin-bottom: 25px;
    }

    .textcontent p {
        font-size: 14px;
        line-height: 22px;
    }

    .textcontent h6 {
        font-size: 16PX;
    }

    .aboutus-img {
        display: inline-block;
    }

    .mission-block {
        border-radius: 50px;
        padding: 10px 0;
    }

    .mission-block h1 {
        font-size: 16px;
        line-height: 25px;
    }

    .mission-block span {
        font-size: 12px;
        line-height: 15px;
    }

    .sublink-page {
        margin: 25px 0;
    }
    /*---------------------Contact------------------------*/
    .map-img img {
        display: none;
    }

    .contact-information {
        position: static;
        height: 300px;
    }

    .contact3 {
        margin: 50px 0;
    }

    .contact3 .address1 {
        font-size: 20px;
        height: 35px;
        left: 42%;
        line-height: 35px;
        top: -20px;
        width: 35px;
    }

    .contact3 .con-info {
        padding: 20px;
    }

    .contact3 h3 {
        font-size: 20px;
    }

    .contact3 span {
        font-size: 14px;
        line-height: 24px;
    }

    /*=============================Eduction=============================*/
    .info-marksheet {
        text-align: center;
    }

    .info-marksheet > i {
        display: block;
        float: none;
    }

    .search-result-block .search-field {
        display: block;
        margin-right: 0px;
    }

    .search-result-block .search-field input[type="text"] {
        width: 255px;
    }

    .search-result-block .search-field select {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 265px;
    }

    .search-result-block .search-field select > option {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 255px;
    }

    .print-result {
        bottom: 10px;
    }

    .student-info .student-img {
        display: block;
        margin: 0 auto;
        height: 100px;
        width: 100px;
    }

    .student-details li {
        border-bottom: 1px solid #ddd;
    }

    .student-info .student-details .lbl-info {
        font-size: 13px;
        display: block;
        max-width: none;
    }

    .student-info .student-details .txt-info {
        display: block;
        font-size: 14px;
    }

    .student-marks thead tr th {
        font-size: 12px;
    }

    .student-marks tr .exam-name {
        font-size: 15px;
    }

    .student-marks tbody .lbl-total, .student-marks tbody .txt-totalmarks, .student-marks tbody .lbl-qualified {
        font-size: 16px;
    }

    .student-marks tbody .lblnote, .student-marks tbody .lblqualified > ul > li {
        font-size: 11px;
        line-height: 18px;
    }


    .student-info .student-details {
        display: inline-block;
        width: 90%;
    }

    .search-result-block .search-field > p {
        display: block;
        margin: 0 auto;
    }
}

@media (min-width:360px) and (max-width : 479px) {
    /*---------------Header-------------------*/
    .page-content .container, .footer-block .container {
        padding: 0 15px;
    }

    .support-header {
        text-align: center;
    }

    .support-header .pull-right {
        float: none;
    }

    .phone-div > i.icon-mobile-phone {
        font-size: 12px;
        padding: 1px 5px;
    }

    .phone-div > span {
        font-size: 12px;
    }

    .phone-div > i.icon-phone {
        font-size: 12px;
        padding: 1px 3px;
    }

    .logo {
        display: block;
        float: none;
        margin: 0 auto;
    }

    .main-menu {
        display: block;
        float: none;
        margin-top: 10px;
        background-color: #F4F4F4;
    }

    .mob-btn-navbar {
        display: block;
    }

    nav a {
        display: block;
        padding: 10px 20px;
        text-align: center;
        font-size: 12px;
    }

    .main-label .main-text {
        left: 7px;
        padding: 5px;
        top: -20px;
        width: 93%;
    }

    .main-label .main-line span {
        font-size: 10px;
        line-height: 15px;
        padding: 5px 0;
    }
    /*---------------Footer-------------------*/
    .footer-block .footer-aboutus h1, .footer-block .footer-links h1, .footer-block .footer-followus h1, .footer-block .footer-address h1 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .footer-block .footer-aboutus > span {
        font-size: 13px;
        line-height: 18px;
    }

    .footer-block .footer-links ul > li {
        line-height: 20px;
    }

    .footer-block .footer-links ul > li a {
        font-size: 13px;
    }

    .footer-block .footer-followus ul > li a > i {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

    .iconbox {
        font-size: 20px;
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

    .address-area {
        font-size: 13px;
        margin-bottom: 5px;
        margin-left: 9px;
        width: 90%;
    }

    .createdby .client {
        display: block;
        float: none;
        text-align: center;
        font-size: 11px;
    }

    .createdby .owner {
        display: block;
        float: none;
        text-align: center;
    }

    .createdby .owner > p, .createdby .owner > span {
        font-size: 11px;
    }

    .createdby .owner > img {
        height: 20px;
        width: 20px;
    }

    .top_scroll {
        font-size: 20px;
        padding: 2px 5px;
    }
    /*---------------Home-------------------*/
    .title {
        margin-bottom: 25px;
        margin-top: 8px;
    }

    .primary_content_wrap {
        margin-top: 40px;
    }

    .mj-work h5 {
        font-size: 15px;
        padding: 10px 0 20px;
    }

    .box-content {
        padding: 20px 0 30px 0;
    }

    .box-content ul li {
        font-size: 14px;
    }

    .mj-work {
        margin-bottom: 50px;
    }
    /*---------------Services-------------------*/
    .title .page-title span {
        font-size: 16px;
    }

    .service h1 {
        font-size: 16px;
        text-align: center;
    }

    .service-work .service-content {
        margin-bottom: 15px;
    }

    .box-angle-one-icon, .box-angle-two-icon {
        display: none;
    }

    .service-work .service-image {
        font-size: 15px;
        line-height: 20px;
    }

    .service-work {
        margin: 10px 0 20px 0;
    }

    .service-tag {
        text-align: center;
    }

    .service-tag h2 {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 30px;
    }

    .service-tag span {
        font-size: 18px;
    }
    /*---------------Pricing-------------------*/

    .slider-img {
        height: 205px;
        line-height: 205px;
    }

    .product-information {
        padding: 0 15px;
    }

    .pricing h1 {
        font-size: 16px;
    }

    .price-select {
        width: 300px;
    }

    .forminput {
        width: 285px;
    }

    .textcontent {
        margin-bottom: 25px;
    }

    .textcontent p {
        font-size: 14px;
        line-height: 22px;
    }

    .textcontent h6 {
        font-size: 16PX;
    }

    .aboutus-img {
        display: inline-block;
    }

    .mission-block {
        border-radius: 50px;
        padding: 10px 5px;
    }

    .mission-block h1 {
        font-size: 18px;
        line-height: 30px;
    }

    .mission-block span {
        font-size: 14px;
        line-height: 20px;
    }

    .sublink-page {
        margin: 25px 0;
    }
    /*---------------------Contact------------------------*/
    .map-img img {
        display: none;
    }

    .contact-information {
        position: static;
        height: 300px;
    }

    .contact3 {
        margin: 50px 0;
    }

    .contact3 .address1 {
        font-size: 20px;
        height: 35px;
        left: 42%;
        line-height: 35px;
        top: -20px;
        width: 35px;
    }

    .contact3 .con-info {
        padding: 20px;
    }

    .contact3 h3 {
        font-size: 20px;
    }

    .contact3 span {
        font-size: 14px;
        line-height: 24px;
    }
    /*=============================Eduction=============================*/
    .info-marksheet {
        text-align: center;
    }

    .info-marksheet > i {
        display: block;
        float: none;
    }

    .search-result-block .search-field {
        display: block;
        margin-right: 0px;
    }

    .search-result-block .search-field input[type="text"] {
        width: 295px;
    }

    .search-result-block .search-field select {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 310px;
    }

    .search-result-block .search-field select > option {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 295px;
    }

    .print-result {
        bottom: 10px;
    }

    .student-info .student-img {
        display: block;
        margin: 0 auto;
        height: 100px;
        width: 100px;
    }

    .student-details li {
        border-bottom: 1px solid #ddd;
    }

    .student-info .student-details .lbl-info {
        font-size: 13px;
        display: block;
        max-width: none;
    }

    .student-info .student-details .txt-info {
        display: block;
        font-size: 14px;
    }

    .student-marks thead tr th {
        font-size: 12px;
    }

    .student-marks tr .exam-name {
        font-size: 15px;
    }

    .student-marks tbody .lbl-total, .student-marks tbody .txt-totalmarks, .student-marks tbody .lbl-qualified {
        font-size: 16px;
    }

    .student-marks tbody .lblnote, .student-marks tbody .lblqualified > ul > li {
        font-size: 11px;
        line-height: 18px;
    }

    .search-result-block .search-field > p {
        display: block;
        margin: 0 auto;
    }
}
/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (min-width:480px) and (max-width : 639px) {
    /*---------------Header-------------------*/
    .page-content .container, .footer-block .container {
        padding: 0 15px;
    }

    .support-header {
        text-align: center;
    }

    .support-header .pull-right {
        float: none;
    }

    .phone-div > i.icon-mobile-phone {
        font-size: 14px;
        padding: 2px 6px;
    }

    .phone-div > span {
        font-size: 14px;
    }

    .phone-div > i.icon-phone {
        font-size: 14px;
        padding: 2px 4px;
    }

    .logo {
        display: block;
        float: none;
        margin: 0 auto;
    }

    .main-menu {
        display: block;
        float: none;
        margin-top: 10px;
        background-color: #F4F4F4;
    }

    .mob-btn-navbar {
        display: block;
    }

    nav a {
        display: block;
        padding: 10px 20px;
        text-align: center;
        font-size: 12px;
    }

    .main-label .main-text {
        left: 5%;
        padding: 5px;
        top: -20px;
        width: 85%;
    }

    .main-label .main-line span {
        font-size: 13px;
        line-height: 15px;
        padding: 5px 0;
    }
    /*---------------Footer-------------------*/
    .footer-block .footer-aboutus h1, .footer-block .footer-links h1, .footer-block .footer-followus h1, .footer-block .footer-address h1 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .footer-block .footer-aboutus > span {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-block .footer-links ul > li {
        line-height: 20px;
    }

    .footer-block .footer-links ul > li a {
        font-size: 14px;
    }

    .footer-block .footer-followus ul > li a > i {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        width: 24px;
    }

    .iconbox {
        font-size: 22px;
        height: 22px;
        line-height: 22px;
        width: 22px;
    }

    .address-area {
        font-size: 14px;
        margin-bottom: 5px;
        margin-left: 9px;
        width: 90%;
    }

    .createdby .client {
        display: block;
        float: none;
        text-align: center;
        font-size: 12px;
    }

    .createdby .owner {
        display: block;
        float: none;
        text-align: center;
    }

    .createdby .owner > p, .createdby .owner > span {
        font-size: 11px;
    }

    .createdby .owner > img {
        height: 20px;
        width: 20px;
    }

    .top_scroll {
        font-size: 22px;
        padding: 4px 7px;
    }
    /*---------------Home-------------------*/
    .title {
        margin-bottom: 25px;
        margin-top: 8px;
    }

    .primary_content_wrap {
        margin-top: 40px;
    }

    .mj-work h5 {
        font-size: 15px;
        padding: 10px 0 20px;
    }

    .box-content {
        padding: 20px 0 30px 0;
    }

    .box-content ul li {
        font-size: 14px;
    }

    .mj-work {
        margin-bottom: 50px;
    }
    /*---------------Services-------------------*/
    .title .page-title span {
        font-size: 16px;
    }

    .service h1 {
        font-size: 16px;
        text-align: center;
    }

    .service-work .service-content {
        margin-bottom: 15px;
    }

    .box-angle-one-icon, .box-angle-two-icon {
        display: none;
    }

    .service-work .service-image {
        font-size: 15px;
        line-height: 20px;
    }

    .service-work {
        margin: 10px 0 20px 0;
    }

    .service-tag h2 {
        font-size: 14px;
    }

    .service-tag span {
        font-size: 18px;
    }
    /*---------------Pricing-------------------*/

    .slider-img {
        height: 205px;
        line-height: 205px;
    }

    .product-information {
        padding: 0 15px;
    }

    .pricing h1 {
        font-size: 16px;
    }

    .price-select {
        width: 420px;
    }

    .forminput {
        width: 405px;
    }

    .textcontent {
        margin-bottom: 25px;
    }

    .textcontent p {
        font-size: 14px;
        line-height: 22px;
    }

    .textcontent h6 {
        font-size: 16PX;
    }

    .aboutus-img {
        display: inline-block;
    }

    .mission-block {
        border-radius: 50px;
        padding: 10px 9px;
    }

    .mission-block h1 {
        font-size: 18px;
    }

    .mission-block span {
        font-size: 14px;
        line-height: 20px;
    }

    .sublink-page {
        margin: 25px 0;
    }
    /*---------------------Contact------------------------*/
    .map-img img {
        display: none;
    }

    .contact-information {
        position: static;
        height: 300px;
    }

    .contact3 {
        margin: 50px 0;
    }

    .contact3 .address1 {
        font-size: 20px;
        height: 35px;
        left: 46%;
        line-height: 35px;
        top: -20px;
        width: 35px;
    }

    .contact3 .con-info {
        padding: 20px;
    }

    .contact3 h3 {
        font-size: 20px;
    }

    .contact3 span {
        font-size: 14px;
        line-height: 24px;
    }

    /*=============================Eduction=============================*/

    .info-marksheet {
        text-align: center;
    }

    .info-marksheet > i {
        display: block;
        float: none;
    }

    .search-result-block .search-field {
        display: block;
        margin-right: 0px;
    }

    .search-result-block .search-field input[type="text"] {
        width: 415px;
    }

    .search-result-block .search-field select {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 430px;
    }

    .search-result-block .search-field select > option {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 415px;
    }

    .print-result {
        bottom: 9px;
    }

    .student-info .student-img {
        display: block;
        margin: 0 auto;
        height: 100px;
        width: 100px;
    }

    .student-details li {
        border-bottom: 1px solid #ddd;
    }

    .student-info .student-details .lbl-info {
        font-size: 13px;
        display: block;
        max-width: none;
    }

    .student-info .student-details .txt-info {
        display: block;
        font-size: 14px;
    }

    .student-marks thead tr th {
        font-size: 12px;
    }

    .student-marks tr .exam-name {
        font-size: 15px;
    }

    .student-marks tbody .lbl-total, .student-marks tbody .txt-totalmarks, .student-marks tbody .lbl-qualified {
        font-size: 16px;
    }

    .student-marks tbody .lblnote, .student-marks tbody .lblqualified > ul > li {
        font-size: 11px;
        line-height: 18px;
    }

    .search-result-block .search-field > p {
        display: block;
        margin: 0 auto;
    }
}
/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */

@media (min-width:640px) and (max-width : 760px) {
    /*---------------Header-------------------*/
    .page-content .container, .footer-block .container {
        padding: 0 15px;
    }

    .support-header {
        text-align: center;
    }

    .support-header .pull-right {
        float: none;
    }

    .phone-div > i.icon-mobile-phone {
        font-size: 14px;
        padding: 2px 6px;
    }

    .phone-div > span {
        font-size: 14px;
    }

    .phone-div > i.icon-phone {
        font-size: 14px;
        padding: 2px 4px;
    }

    .header {
        padding: 20px 10px;
    }

    .logo {
        display: block;
        float: none;
        margin: 0 auto;
    }

    .main-menu {
        display: block;
        float: none;
        margin-top: 15px;
        min-height: 50px;
    }

    .mob-menu {
        overflow: visible !important;
    }

    nav a {
        font-size: 15px;
        margin: 0 4px;
        padding: 0 14px !important;
    }

    .main-label .main-text {
        left: 10%;
        padding: 5px;
        top: -20px;
        width: 80%;
    }

    .main-label .main-line span {
        font-size: 16px;
        line-height: 20px;
        padding: 5px 0;
    }
    /*---------------Footer-------------------*/
    .footer-block .footer-aboutus h1, .footer-block .footer-links h1, .footer-block .footer-followus h1, .footer-block .footer-address h1 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .footer-block .footer-aboutus > span {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-block .footer-links ul > li {
        line-height: 20px;
    }

    .footer-block .footer-links ul > li a {
        font-size: 14px;
    }

    .footer-block .footer-followus ul > li a > i {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        width: 24px;
    }

    .iconbox {
        font-size: 22px;
        height: 22px;
        line-height: 22px;
        width: 22px;
    }

    .address-area {
        font-size: 14px;
        margin-bottom: 5px;
        margin-left: 9px;
        width: 90%;
    }

    .createdby .client {
        display: block;
        float: none;
        text-align: center;
        font-size: 12px;
    }

    .createdby .owner {
        display: block;
        float: none;
        text-align: center;
    }

    .createdby .owner > p, .createdby .owner > span {
        font-size: 11px;
    }

    .createdby .owner > img {
        height: 20px;
        width: 20px;
    }

    .top_scroll {
        font-size: 22px;
        padding: 4px 7px;
    }
    /*---------------Home-------------------*/
    .title {
        margin-bottom: 25px;
        margin-top: 8px;
    }

    .primary_content_wrap {
        margin-top: 40px;
    }

    .mj-work h5 {
        font-size: 15px;
        padding: 10px 0 20px;
    }

    .box-content {
        padding: 20px 0 30px 0;
    }

    .box-content ul li {
        font-size: 14px;
    }

    .mj-work {
        margin-bottom: 50px;
    }
    /*---------------Services-------------------*/
    .title .page-title span {
        font-size: 16px;
    }

    .service h1 {
        font-size: 16px;
        text-align: center;
    }

    .service-work .service-content {
        margin-bottom: 15px;
    }

    .box-angle-one-icon, .box-angle-two-icon {
        display: none;
    }

    .service-work .service-image {
        font-size: 15px;
        line-height: 20px;
    }

    .service-work {
        margin: 10px 0 20px 0;
    }
    /*---------------Pricing-------------------*/

    .slider-img {
        height: 205px;
        line-height: 205px;
    }

    .product-information {
        padding: 0 15px;
    }

    .pricing h1 {
        font-size: 16px;
    }

    .price-select {
        width: 580px;
    }

    .forminput {
        width: 565px;
    }

    .textcontent {
        margin-bottom: 25px;
    }

    .textcontent p {
        font-size: 14px;
        line-height: 22px;
    }

    .textcontent h6 {
        font-size: 16PX;
    }

    .aboutus-img {
        display: inline-block;
    }

    .mission-block {
        border-radius: 50px;
        margin: 20px 0;
        padding: 10px 5px;
    }

    .mission-block h1 {
        font-size: 18px;
        line-height: 30px;
    }

    .mission-block span {
        font-size: 14px;
        line-height: 20px;
    }

    .sublink-page {
        margin: 25px 0;
    }
    /*---------------------Contact------------------------*/
    .map-img img {
        display: none;
    }

    .contact-information {
        position: static;
        height: 300px;
    }

    .contact3 {
        margin: 50px 0;
    }

    .contact3 .address1 {
        font-size: 20px;
        height: 35px;
        left: 46%;
        line-height: 35px;
        top: -20px;
        width: 35px;
    }

    .contact3 .con-info {
        padding: 20px;
    }

    .contact3 h3 {
        font-size: 20px;
    }

    .contact3 span {
        font-size: 14px;
        line-height: 24px;
    }
    /*=============================Eduction=============================*/
    .search-result-block .search-field:first-of-type {
        display: block;
    }

    .search-result-block .search-field:nth-of-type(3) {
        margin-right: 0px;
    }

    .student-info .student-img {
        height: 120px;
        width: 120px;
        margin-right: 10px;
    }

    .search-result-block .search-field select {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 355px;
    }

    .search-result-block .search-field select > option {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 385px;
    }

    .student-info .student-details .lbl-info {
        max-width: 130px;
        min-width: 130px;
    }

    .student-info .student-details .txt-info {
        font-size: 15px;
    }
}

@media (min-width:761px) and (max-width : 959px) {

    .main-label .main-text {
        left: 10%;
        top: -40px;
        width: 80%;
    }

    .main-label .main-line span {
        font-size: 18px;
        padding: 16px 0;
    }

    .header {
        padding: 20px 10px;
    }

    .logo {
        display: block;
        float: none;
        margin: 0 auto;
    }

    .main-menu {
        display: block;
        float: none;
        margin-top: 15px;
        min-height: 50px;
    }

    .mob-menu {
        overflow: visible !important;
    }

    nav a {
        font-size: 15px;
        margin: 0 10px;
        padding: 0 16px !important;
    }

    /*---------------Footer-------------------*/
    .footer-block .footer-aboutus h1, .footer-block .footer-links h1, .footer-block .footer-followus h1, .footer-block .footer-address h1 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .footer-block .footer-aboutus > span {
        font-size: 13px;
        line-height: 20px;
    }

    .footer-block .footer-links ul > li {
        line-height: 22px;
    }

    .footer-block .footer-links ul > li a {
        font-size: 13px;
    }

    .footer-block .footer-followus ul > li a > i {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

    .iconbox {
        font-size: 20px;
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

    .address-area {
        font-size: 13px;
        margin-bottom: 5px;
        margin-left: 5px;
        width: 84%;
    }

    .mj-work h5 {
        font-size: 15px;
        padding: 10px 0 20px;
    }

    .box-content ul li {
        font-size: 14px;
    }
    /*---------------Home-------------------*/

    .mj-work h5 {
        font-size: 15px;
        padding: 10px 0 20px;
    }

    .box-content {
        padding: 20px 0 30px 0;
    }

    .box-content ul li {
        font-size: 14px;
    }


    /*---------------Services-------------------*/

    .title .page-title span {
        font-size: 16px;
    }

    .service h1 {
        font-size: 16px;
    }

    .service-work .service-image {
        font-size: 15px;
        line-height: 22px;
    }
    /*---------------Pricing-------------------*/

    .pricing h1 {
        font-size: 16px;
    }

    .price-select {
        width: 275px;
    }

    .forminput {
        width: 260px;
    }

    .textcontent {
        margin-bottom: 25px;
    }

    .textcontent p {
        font-size: 14px;
        line-height: 22px;
    }

    .sublink-page {
        margin: 25px 0;
    }
    /*---------------------Contact------------------------*/

    .map-img img {
        height: 330px;
    }

    .contact-information {
        height: 310px;
    }

    .contact3 .address1 {
        font-size: 20px;
        height: 35px;
        left: 46%;
        line-height: 35px;
        top: -20px;
        width: 35px;
    }

    .contact3 .con-info {
        padding: 20px;
        min-height: 160px;
    }

    .contact3 h3 {
        font-size: 20px;
    }

    .contact3 span {
        font-size: 14px;
        line-height: 24px;
    }
    /*=============================Eduction=============================*/
    .search-result-block .search-field:first-of-type {
        display: block;
    }

    .search-result-block .search-field:nth-of-type(3) {
        margin-right: 0px;
    }

    .search-result-block .search-field select {
        width: 355px;
    }

    .search-result-block .search-field a {
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .print-result {
        bottom: 10px;
    }

    .search-result-block .search-field select {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 365px;
    }

    .search-result-block .search-field select > option {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 355px;
    }
}
/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width:960px) and (max-width : 1023px) {
    nav a {
        margin: 0 5px;
        padding: 0 10px !important;
    }

    .main-label .main-line span {
        font-size: 18px;
        padding: 18px 0;
    }

    .address-area {
        margin-left: 5px;
    }

    /*---------------Services-------------------*/

    .title .page-title span {
        font-size: 16px;
    }

    .service h1 {
        font-size: 16px;
    }

    .service-work .service-image {
        font-size: 15px;
        line-height: 22px;
    }
    /*---------------Pricing-------------------*/

    .pricing h1 {
        font-size: 16px;
    }

    .price-select {
        width: 360px;
    }

    .forminput {
        width: 345px;
    }

    .textcontent {
        margin-bottom: 25px;
    }

    .textcontent p {
        font-size: 14px;
        line-height: 24px;
    }
}
/* big landscape tablets, laptops, and desktops */
@media (min-width:1024px) and (max-width : 1279px) {
    nav a {
        margin: 0 5px;
    }

    .main-label .main-line span {
        font-size: 18px;
        padding: 18px 0;
    }

    .address-area {
        margin-left: 5px;
    }
    /*---------------Services-------------------*/
    .title .page-title span {
        font-size: 16px;
    }

    .service h1 {
        font-size: 16px;
    }

    .service-work .service-image {
        font-size: 15px;
        line-height: 22px;
    }

    /*---------------Pricing-------------------*/

    .pricing h1 {
        font-size: 16px;
    }

    .price-select {
        width: 360px;
    }

    .forminput {
        width: 345px;
    }

    .textcontent {
        margin-bottom: 25px;
    }

    .textcontent p {
        font-size: 14px;
        line-height: 24px;
    }

    .sublink-page {
        margin: 25px 0;
    }

    .map-img img {
        height: 330px;
    }

    .contact-information {
        height: 310px;
    }

    .contact3 .con-info {
        min-height: 180px;
    }
}
/* hi-res laptops and desktops */
@media (min-width:1280px) {
}

@media (min-width:1200px) and (max-width : 1400px) {
}
