@charset "utf-8";
/* CSS Document */
/* 
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Courgette', cursive;
*/

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    overflow-x: hidden;
}

a, button, a:hover, button:hover {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-decoration: none;
}

/* tourism page starts here */
.clear{
    clear: both;
}
.tourismBox{
    padding-bottom: 70px;
}
.tourismSection .tourismBox:nth-child(1n) .lovelyCityImg img{
    float: left;
    padding-right: 30px;
}
.tourismSection .tourismBox:nth-child(2n) .lovelyCityImg img{
    float: right;
    padding-left: 30px;
    padding-right: 0;
}
.tourismSection .tourismBox .lovelyCityImg img{
    padding-bottom: 30px;
    width: 512px;
    background: #fff;
}

.lovelyCityImg h2{
    margin: 0;
    color: #df1c29;
    font-size: 25.70px;
    font-weight: 700;
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.lovelyCityImg p{
    margin: 0;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 30px;
}
/* tourism page ends here */

/* departments page css starts here */
.departmentListOuterBox{
    border-radius: 5px;
    font-size: 15px;
    color: #1b1b28;
    font-weight: 500;
    display: block;
    border-right: none;
    background: #df1c29;
    padding: 1px 7px 1px 1px;
}
.departmentListBox{
    margin-bottom: 30px;
}
.departmentListBox:hover a{
    text-decoration: underline;
    color: #fff;
}
.departmentListOuterBox div{
    min-height: 90px;
    padding: 18px;
    padding-top: 15px;
    padding-bottom: 12px;
    border-radius: 5px;
    background: #fff;
}
.departmentListOuterBox.highlight div {
    background: #ef9ae0;
}
.departmentListOuterBox:hover div{
    color: #fff;
    background: #08223d;
}
.departmentListOuterBox:hover {
    padding: 0px 7px 0px 0px;
    margin: 1px 0 1px 1px;
}
.departmentListSection{
    padding-right: 40px;
    padding-bottom: 20px;
}
/* departments page css ends here */

/* newsletter css starts here */
.eNewsletterBg{
    background: #f8f7f7;
    padding-top: 48px;
    padding-bottom: 126px;
}
.eNewsLetterSection .panel-heading {
    padding: 0px 0px;
    border-bottom: none;
}
.eNewsLetterSection .panel-title a.collapsed {
    color: #08223d;
    background: #e6e6e6;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: block;
    text-decoration: none;
}
.eNewsLetterSection .panel-title a {
    color: #fff;
    background-color: #08223d;
    transition: all 0.3s;
    display: block;
    height: 48px;
    padding: 0 0px 0 30px;
    -webkit-transition: all 0.3s;
    line-height: 48px;
    font-weight: 900;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    outline: none;
    box-shadow: none;
}
.eNewsLetterSection .panel-title a .fa.fa-chevron-right{
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    width: 48px;
    background: #c52d2f;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.eNewsLetterSection .panel-title a.collapsed .fa.fa-chevron-right{
    background: #c9c9c9;
    color: #08223d;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.eNewsLetterSection .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    background: #f2f2f2;
}
.eNewsLetterSection .panel-group{
    margin-bottom: 0;
}
.eNewsLetterSection .panel-default{
    border: none;
}
.eNewsLetterSection .panel-body{
    margin-top: 4px;
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
.eNewsLetterSection .panel-group .panel-heading + .panel-collapse > .panel-body{
    border-top: none;
}
.eVartaPatraList ul{
    margin-bottom: 0;
    list-style: none;
    padding-left: 20px;
}
.eVartaPatraList ul li{
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid #a1a1a1;
}
.eVartaPatraList ul li:last-child{
    border-bottom: none;
}
.eNewsLetterSection .panel-title a.collapsed:hover {
    color: #fff;
    background-color: #08223d;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.eNewsLetterSection .panel-title a.collapsed:hover .fa.fa-chevron-right{
    background: #c52d2f;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.eVartaPatraList ul li a{
    font-size: 18px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #1f1f20;
    display: block;
    padding-bottom: 14px;
    padding-top: 14px;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
.eVartaPatraList ul li:before{
    position: absolute;
    content: "\f054";
    left: 0;
    top: 20px;
    font-size: 13px;
    font-family: "fontAwesome";
    color: #1f1f20;
}
.sarathiInformationpanel figure figcaption.eNewsletterRightImg{
    font-size: 19px;
    color: #08223d;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    border-bottom: 4px solid #08223d;
}
.sarathiInformationpanel figure figcaption.eNewsletterRightImg span{
    color: #fb4b62;
    font-size: 22px;
}
.sarathiInformationpanel figure figcaption.eNewsletterRightImg p{
    margin-bottom: 0;
    padding-left: 35px;
}
.eNewsletterInfoSection{
    background: #08223d;
    padding-top: 60px;
    padding-bottom: 90px;
}
.eNewsLetterMainContainer{
    margin-bottom: 50px;
}
.eNewsletterMainOuter .sarathiInformationpanel {
    margin-top: 30px;
}
.newsLetterInfoBox .dropdown-menu>li {
    display: block;
}
.newsLetterInfoBox .dropdown .btn{
    background: none;
    color: #ffffff;
    font-size: 26px;
    padding: 0;
    outline: none;
    box-shadow: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    position: relative;
    padding-right: 45px;
} 
.newsLetterInfoBox .dropdown .btn:after{
    content: "\f078";
    position: absolute;
    right: -0px;
    top: 6.5px;
    font-size: 20px;
    font-family: "fontAwesome";
}
.newsLetterInfoBox .dropdown-menu li a{
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #d1d0d0;
    padding: 8px 0 8px 20px;
    color: #666666;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.newsLetterInfoBox .dropdown-menu li a:hover{
    color: #000;
}
.newsLetterInfoBox .dropdown-menu li:last-child a{
    border-bottom: none;
}
.newsLetterInfoBox .dropdown-menu{
    padding: 5px 8px;
    border-radius: 0;
}
.newsLetterInfoBox .dropdown-menu li a:before {
    content: "\e258";
    position: absolute;
    font-size: 10px;
    top: 12px;
    left: 3px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.eNewsletterInfoSection .newsLetterFooterboxes{
    position: relative;
}
.eNewsletterInfoSection .newsLetterFooterboxes:nth-child(1):after,
.eNewsletterInfoSection .newsLetterFooterboxes:nth-child(2):after{
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    background: #ffffff;
    width: 2px;
    height: 82px;
}
.newsletterOrders h2{
    font-size: 24px;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
}
.newsletterOrders h2 a{
    color: #fff;
    text-decoration: none;
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.newsletterOrders h2 a:hover{
    color: #eb0029;
}
.newsletterOrders h2 a:after{
    content: "\f054";
    position: absolute;
    right: -35px;
    top: 7.5px;
    font-size: 20px;
    font-family: "fontAwesome";
}
.newsletterOrders{
    padding-left: 40px;
}
.newsletterOrders p{
    margin-bottom: 0;
    color: #6dcdf1;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
}
.newsLetterPlaceInfo{
    padding-left: 50px;
}
.newsLetterPlaceInfo p{
    margin-bottom: 0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}
/* newsletter css ends here */


/* national and state website css starts */
.exploreIndiaExternalLink{
    position: absolute;
    top: 26%;
    right: 0;
    text-align: center;
    background: #df1c29;
    border-radius: 3px;
}
.exploreIndiaExternalLink .fa{
    font-size: 19px;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.nationalStateSection .departmentListOuterBox h2{
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #1b1b28;
    margin-bottom: 5px;
    line-height: 20px;
}
.nationalStateSection .departmentListOuterBox h2 span{
    display: block;
}
.nationalStateSection .departmentListOuterBox p{
    font-size: 11.50px;
    font-weight: 300;
    color: #1b1b28;
    margin-bottom: 0;
}
.nationalStateSection .departmentListOuterBox:hover div h2,
.nationalStateSection .departmentListOuterBox:hover div p {
    color: #fff;
}
.nationalStateSection .departmentListBox:hover a {
    text-decoration: none;
    
}
.nationalStateSection{
    padding-right: 30px;
}
.nationalWebsiteSection{
    margin-right: 0;
    margin-left: 0;
}
.nationalWebsiteSection .nationalWebsiteBox{
    padding-left: 0;
    padding-right: 0;
    height: 140px;
    outline: 1px solid #d2d2d2;
    text-align: center;
    margin-left: 1px;
    margin-top: 1px;
    width: 33%;
}
.nationalWebsiteSection .nationalWebsiteBox .nationalWebsiteOuterBox{
    display: table;
    width: 100%;
    height: 100%;
}
.nationalWebsiteSection .nationalWebsiteBox .nationalWebsiteOuterBox .nationalWebsiteInnerBox{
    display: table-cell;
    vertical-align: middle;
}
.nationalWebsiteBox .nationalWebsiteImg img{
    margin: auto;
}

.nationalWebsiteOuterBox .nationalWebsiteInnerBox .nationalWebsiteImg a{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #df1c29;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.nationalWebsiteOuterBox:hover .nationalWebsiteInnerBox .nationalWebsiteImg a{
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-decoration: underline;
}
.nationalWebsiteOuterBox .nationalWebsiteCaption{
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
}
.nationalWebsiteOuterBox .nationalWebsiteCaption .nationalWebsiteCaptionInner{
    display: table-cell;
    vertical-align: middle;
} 
.nationalWebsiteOuterBox .nationalWebsiteCaption .nationalWebsiteCaptionInner p{
    margin-bottom: 8px;
}
.stateGovtWebsiteHeading{
    margin-bottom: 30px;
}
.stateGovtWebsiteHeading h2{
    font-size: 20px;
    color: #1b1b28;
    font-weight: 700;
    margin: 0;
}
.nationalStateSection .departmentListBox {
    margin-bottom: 0px;
}
.nationalStateSection{
    margin-bottom: 60px;
}
/* national and state website css ends */


/* search result page starts */
.searchResultFieldBg{
    background: #bdc8db;
    padding: 20px 22px;
    margin-bottom: 35px;
}
.searchResultFieldBg .searchText{
    float: left;
    padding-right: 25px;
}
.searchResultFieldBg .searchText h4{
    text-transform: uppercase;
    color: #100f0f;
    font-size: 16px;
    font-weight: 400;
}
.searchResultPageField .form-control {
    background: #fff;
    border-color: #cacaca;
    height: 40px;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
.searchResultPageField .btn-default {
    color: #323234;
    background:#fff;
    border-color: #000;
    height: 40px;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
.searchResultPageField .btn-default:focus{
    outline: none;
    box-shadow: none;
}
.searchResultMainOuter{
    padding-top: 50px;
}

#searchSiteResult{
    border-bottom: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    padding-top: 30px;
    padding-bottom: 20px;
    background: #ececec;
}
.searchResultLeftArea{
    position: relative;
}
.searchResultLeftArea:before{
    position: absolute;
    content: "";
    right: 0px;
    width: 1px;
    height:100%;
    background: #cacaca;
    top: 0px;
}
.searchResultPageField{
    margin-bottom: 10px;
}
.searchResultPageField .form-control{
    background: #fff;
    border-color: #cacaca;
    height: 40px;
}
.searchResultPageField .btn-default {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    height: 40px;
    padding-right: 15px;
}
.searchResultPageField .btn-default .fa {
    font-size: 17px;
    color: #323234;
    position: relative;
    top: 1px;
}
.searchResultPageField .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #666666;
}
.searchResultPageField .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #666666;
   opacity:  1;
}
.searchResultPageField .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #666666;
   opacity:  1;
}
.searchResultPageField .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #666666;
}
.searchText h4{
    font-family: 'Maven Pro', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #161616;
    text-align: center;
}
.totalResultFound p{
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 400;
}
.totalResultFound p b{
    font-weight: 500;
}
.totalResultFound p span{
    position: relative;
}
.totalResultFound p span:after{
    position: absolute;
    content: "";
    bottom: -10px;
    height: 1px;
    width: 100%;
    left: 0;
    background: #cacaca;
}

.totalResultFound{
    padding: 15px 0;
    padding-bottom: 30px;
    padding-top: 0;
}
.searchLinksOuter h3{
    margin: 0;
    font-weight: 400;
    margin-bottom: 5px;
}
.searchLinksOuter h3 a{
    text-decoration: none;
    color:#3277bb;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.searchLinksOuter h3 a:hover{
    color: #0d469f;
}
.searchLinksOuter a,.searchLinksOuter p{
    font-weight: 300;
    font-size: 15px;
    color: #fe4b20;
}
.searchLinksOuter a{
    text-decoration: underline;
}
.searchLinksOuter p{
    color: #323234;
    font-weight: 300;
    padding-right: 15px;
    margin-top: 6px;
}
.searchLinksOuter{
    margin-bottom: 30px;
    position: relative;
    padding-right: 25px;
}
.searchLinksOuter:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    height: 1px;
    width: calc(100% - 15px);
    background: #cacaca;
}
.searchPagination{
    text-align: center;
}
.searchPagination .pagination{
    margin-bottom: 0;
}
#searchSiteResultLinks{
    padding-bottom: 40px;
}
.searchPagination .pagination > .active > a{
    background: #0d469f;
    border-color: #0d469f;
    color: #fff;
}
.searchPagination .pagination li a{
    color: #636363;
    border-radius: 0;
}
.searchRelatedSites ul{
    padding-left: 0;
}
.searchRelatedSites ul li{
    margin-bottom: 15px;
    position: relative;
    list-style: none;
}
.searchRelatedSites ul li a{
    color: #0d469f;
    font-size: 15px;
    font-weight: 400;
}
.searchRelatedSites ul li a:hover{
    text-decoration: underline;
}
.searchRelatedSites h6{
    margin: 0;
    margin: 15px 0;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}
#searchSiteResultLinks .searchRelatedSites{
    padding-left: 20px;
}
.searchPagination .pagination > li {
    display: inline-block;
}
/* search result page ends */


/* view tender and quotaiton css starts */

.viewTenderSection .viewtenderAllSuppliers .departmentListOuterBox {
    padding: 1px 42px 1px 1px;
    position: relative;
}
.viewTenderSection .viewtenderAllSuppliers .departmentListOuterBox div {
    border-radius: 5px 0 0 5px;
}
.viewTenderSection .viewtenderAllSuppliers .departmentListOuterBox:hover {
    padding: 0px 40px 0px 0px;
    margin: 1px 1px 1px 1px;
}

.viewTenderSection .viewtenderAllSuppliers  .departmentListOuterBox:after{
    position: absolute;
    content: "\f0a9";
    right: 13px;
    top: 12px;
    font-size: 18px;
    color: #fff;
    font-family: "fontAwesome";
}
.viewTenderRemark p{
    font-size: 14px;
    color: #df1c29;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
}
.viewTenderRemark p:before{
    position: absolute;
    content: "\f05a";
    left: 5px;
    top: 0;
    font-family: "fontAwesome";
    color: #df1c29;
}
.viewTenderSection .nationalStateSection{
    border-bottom: 1px solid #cbced2;
    padding-bottom: 38px;
    margin-bottom: 38px;
}
.viewNewTenderSection .nationalStateSection .departmentListOuterBox h2 {
    display: table-cell;
}
.viewNewTenderSection .nationalStateSection .departmentListOuterBox img {
    float: left;
    padding-right: 20px;
    margin-top: 24px;
}
.viewNewTenderSection .departmentListOuterBox {
    position: relative;
}
.viewNewTenderSection .departmentListOuterBox:after{
    position: absolute;
    content: url(../images/icon/new-tender-icon.png);
    left: 1px;
    top: 1px;
}
.viewNewTenderSection .departmentListOuterBox div {
    padding-right: 50px;
    min-height: 110px;
}
.onlyViewTenderSection .departmentListOuterBox div {
    padding-right: 40px;
    min-height: 160px;
}
.onlyViewTenderSection .departmentListOuterBox div p{
    font-size: 13px;
}
.onlyViewTenderSection .departmentListOuterBox div h6{
    font-size: 16px;
    font-weight: 400;
    color: #1b1b28;
    margin-bottom: 0;
    position: absolute;
    bottom: 15px;
}
.nationalStateSection .departmentListOuterBox:hover div h6{
    color: #fff;
}
.onlyViewTenderSection .departmentListBox{
    margin-bottom: 30px;
}
.onlyViewTenderSection .departmentListBox:nth-child(4),
.onlyViewTenderSection .departmentListBox:nth-child(5){
    margin-bottom: 0;
}
.viewTenderSection .submitTenderOnlineSection .nationalStateSection {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 38px;
}
.onlyViewTenderSection .exploreIndiaExternalLink {
    top: 35%;
}
/* view tender and quotaiton css ends */

/* quick link css starts */
.eNewsLetterSection .panel-title a span{
    float: right;
    padding-right: 60px;
    font-weight: 400;
}
.eNewsLetterSection .panel-title a span .fa.fa-phone{
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.quickLinksMainOuter .eNewsLetterSection .panel-title a {
    font-size: 16px;
}
.quickLinksArea ul li{
    list-style: none;
    padding: 25px 0 10px 0;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 400;
    color: #212121;
    font-size: 16px;
}
.quickLinksArea ul li .fa{
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    margin-right: 16px;
}
.quickLinksArea ul li .fa.fa-map-marker{
    background: #d8a722;
}
.quickLinksArea ul li .fa.fa-phone{
    background: #1e98df;
}
.quickLinksArea ul li .fa.fa-mobile{
    background: #8b5bd1;
}
.quickLinksArea ul li:last-child{
    border-bottom:none;   
}
.quickLinksArea ul{
    margin-bottom: 0;
    padding-left: 20px;
}
.quickLinksArea ul{
    float: left;
    width: 100%;
}
.quickLinksArea ul li {
    float: left;
    width: 100%;
}
.quickLinksArea ul li span {
    display: table-cell;
}
.quickLinksArea ul li .fa {
    float: left;
    position: relative;
    top: -8px;
}
.quickLinksTitle h2{
    text-transform: uppercase;
    font-size: 20px;
    color: #df1c29;
    font-weight: 900;
    margin: 0;
    margin-bottom: 15px;
}
/* quick link css ends */

/* social media page starts */
.socialBoxInner a{
    display: block;
}
.socialBoxOuter{
    display: table;
    width: 100%;
    min-height: 120px;
    text-align: center;
}
.socialBoxOuter .socialBoxInner{
    display: table-cell;
    vertical-align: middle;
}
.socialPageBox{
    padding: 10px;
    color: #fff;
}
.socialPageBox.facebook{
    background: #3D589B;
    position: relative;
}
.socialPageBox.twitter{
    background: #1DA1F3;
    position: relative;
}
.socialBoxOuter .socialBoxInner{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.socialBoxOuter .socialBoxInner .fa{
    font-size: 18px;
    margin-bottom: 10px;
}
/* social media page ends */


/* large desktop css */
@media (min-width: 1350px) {
    /* departments page css starts here */
    .departmentListOuterBox{
        font-size: 16px;
    }
    .departmentListSection{
        padding-right: 50px;
    }
    /* departments page css ends here */

    /* newsletter css starts here */
    .newsLetterPlaceInfo p{
        font-size: 16px;
    }
    .sarathiInformationpanel figure figcaption.eNewsletterRightImg p{
        padding-left: 55px;
    }
    /* newsletter css ends here */

    /* national and state website css starts */
    .nationalStateSection{
        padding-right: 50px;
    }
    /* national and state website css ends */
}



/* Medium desktop css */
@media (min-width: 1200px) {
	
}

/* small desktop css */
@media (max-width: 1199px) {
    /* tourism page starts here */    
	.tourismSection .tourismBox .lovelyCityImg img {
        width: 500px;
    }
    /* tourism page ends here */  

    /* departments page css starts here */
    .departmentListOuterBox{
        font-size: 14px;
    }
    .departmentListSection{
        padding-right: 0px;
    }
    /* departments page css ends here */  
    
    /* newsletter css starts here */
    .newsletterOrders h2 {
        font-size: 22px;
    }
    .newsletterOrders {
        padding-left: 30px;
    }
    .newsLetterPlaceInfo {
        padding-left: 30px;
    }
    .eNewsletterInfoSection {
        padding-bottom: 60px;
    }
    .sarathiInformationpanel figure figcaption.eNewsletterRightImg p {
        padding-left: 0px;
    }
    /* newsletter css ends here */
    
    /* national and state website css starts */
    .nationalStateSection .departmentListOuterBox div {
        min-height: 110px;
    }
    /* national and state website css ends */

    /* view tender and quotaiton css starts */
    .onlyViewTenderSection .departmentListOuterBox div {
        padding-right: 30px;
        min-height: 194px;
    }
    /* view tender and quotaiton css ends */
}


/* tab desktop css */
@media (max-width: 991px) {
	/* tourism page starts here */    
    .tourismSection .tourismBox .lovelyCityImg img {
        width: 400px;
    }
    .lovelyCityImg h2 {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .lovelyCityImg p {
        font-size: 16px;
    }
    /* tourism page ends here */  
    
    /* departments page css starts here */  
    .departmentListOuterBox div {
        padding: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* departments page css ends here */  
    
    /* newsletter css starts here */
    .eNewsletterMainOuter .schemesleftsection .schemes-title .SchemesbyPCMC h2 {
        font-size: 22px;
    }
    .eNewsLetterSection .panel-title a {
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }
    .eVartaPatraList ul li a {
        font-size: 16px;
    }
    .eNewsLetterSection .panel-title a .fa.fa-chevron-right {
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 15px;
    }
    .eVartaPatraList ul li:before {
        top: 18px;
    }
    .eNewsletterBg {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sarathiInformationpanel figure figcaption.eNewsletterRightImg {
        font-size: 16px;
    }
    .sarathiInformationpanel figure figcaption.eNewsletterRightImg p {
        padding-left: 0px;
    }
    .sarathiInformationpanel figure figcaption.eNewsletterRightImg span {
        font-size: 18px;
    }
    .newsLetterInfoBox .dropdown .btn {
        font-size: 22px;
    }
    .newsLetterInfoBox .dropdown .btn:after {
        right: 5px;
        top: 5px;
        font-size: 16px;
    }
    .newsletterOrders h2 {
        font-size: 20px;
    }
    .newsletterOrders h2 a:after {
        right: -30px;
        top: auto;
        font-size: 16px;
        font-family: "fontAwesome";
        bottom: 3px;
    }
    .newsletterOrders {
        padding-left: 10px;
    }
    .newsLetterPlaceInfo {
        padding-left: 10px;
    }
    /* newsletter css ends here */

    /* national and state website css starts */
    .exploreIndiaExternalLink .fa {
        font-size: 16px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    /* national and state website css ends */
    
    /* search result page starts */
    .searchResultLeftArea:before {
        display: none;
    }
    .searchPagination {
        margin-bottom: 25px;
    }
    #searchSiteResultLinks .searchRelatedSites {
        padding-left: 00px;
    }
    .searchLinksOuter a {
        word-wrap: break-word;
    }
    /* search result page ends */

    
    /* view tender and quotaiton css starts */
    .viewNewTenderSection .nationalStateSection .departmentListOuterBox h2 {
        font-size: 15px;
        text-align: left;
        padding-top: 10px;
    }
    .viewNewTenderSection .nationalStateSection .departmentListOuterBox img {
        float: none;
        padding-right: 0px;
        margin-top: 2px;
    }
    .viewNewTenderSection .departmentListOuterBox div {
        text-align: center;
        padding-right: 10px;
        min-height: 165px;
    }
    .onlyViewTenderSection .departmentListOuterBox div {
        padding-right: 30px;
        min-height: 150px;
    }
    .viewNewTenderSection .exploreIndiaExternalLink {
        top: 36%;
    }

    .onlyViewTenderSection .nationalStateSection .departmentListOuterBox div {
        min-height: 150px;
    }
    .onlyViewTenderSection .departmentListBox:nth-child(4), 
    .onlyViewTenderSection .departmentListBox:nth-child(5) {
        margin-bottom: 30px;
    }
    .viewTenderSection .submitTenderOnlineSection .nationalStateSection {
        padding-right: 0;
    }
    /* view tender and quotaiton css ends */

    /* quick link css starts */
    .quickLinksArea ul li .fa {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        margin-right: 12px;
    }
    .eNewsLetterSection .panel-title a span .fa.fa-phone {
        font-size: 18px;
    }
    .quickLinksMainOuter .eNewsLetterSection .panel-title a {
        font-size: 15px;
    }
    /* quick link css ends */
}

/* mobile  css */
@media (max-width: 767px) {
    /* tourism page start here */  
	.tourismSection .tourismBox:nth-child(1n) .lovelyCityImg img, 
    .tourismSection .tourismBox:nth-child(2n) .lovelyCityImg img{
        float: none;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        padding-bottom: 15px;
    }
    .tourismBox {
        padding-bottom: 30px;
    }
    /* tourism page ends here */  
    
    /* newsletter css starts here */
    .eNewsletterInfoSection .newsLetterFooterboxes:nth-child(1):after, 
    .eNewsletterInfoSection .newsLetterFooterboxes:nth-child(2):after {
        display: none;
    }
    .eNewsletterInfoSection .newsLetterFooterboxes:nth-child(1):before, 
    .eNewsletterInfoSection .newsLetterFooterboxes:nth-child(2):before {
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
        height: 1px;
        width: calc(100% - 30px);
        content: "";
        padding: 0 15px; 
    }
    .eNewsletterInfoSection {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .newsletterOrders {
        padding-left: 0px;
    }
    .newsLetterPlaceInfo {
        padding-left: 0px;
    }
    .newsLetterFooterboxes{
        margin-bottom: 30px;
    }
    .eNewsletterInfoSection .newsLetterFooterboxes:last-child{
        margin-bottom: 0;
    }
    .sarathiInformationpanel figure figcaption.eNewsletterRightImg p{
        display: inline-block;
    }

    /* newsletter css ends here */

    /* national and state website css starts */
    .nationalWebsiteSection{
        margin-bottom: 30px;
    }
    .nationalStateSection .departmentListBox {
        margin-bottom: 20px;
    }
    .nationalWebsiteOuterBox .nationalWebsiteInnerBox .nationalWebsiteImg a {
        font-size: 15px;
        padding: 0 10px;
    }
    .nationalWebsiteSection .nationalWebsiteBox {
        padding: 0 10px;
    }
    .nationalStateSection .departmentListOuterBox div {
        min-height: 90px;
    }
    /* national and state website css ends */

    /* view tender and quotaiton css starts */
    .viewNewTenderSection .departmentListOuterBox div {
        min-height: 165px;
    }
    /* view tender and quotaiton css ends */


    /* quick link css starts */
    .quickLinksArea ul {
        padding-left: 0px;
    }
    .quickLinksArea ul li {
        font-size: 15px;
        padding: 20px 0 5px 0;
    }
    /* quick link css ends */

    /* social media page css starts */
    .socialPageBox{
        margin-bottom: 20px;
    }
}

@media (max-width: 580px) {
    /* tourism page start here */  
	.lovelyCityImg p {
        line-height: 26px;
    }
    /* tourism page ends here */ 
    
     /* search result page starts */
    .searchResultPageField .form-control {
        height: 35px;
    } 
    .searchResultPageField .btn-default {
        height: 35px;
        padding-right: 10px;
    }
    .searchResultPageField .btn-default .fa {
        font-size: 16px;
    }
    .searchResultFieldBg {
        padding: 16px 16px;
        margin-bottom: 20px;
        padding-bottom: 8px;
    }
    .searchResultFieldBg .searchText h4 {
        font-size: 14px;
    }
    .totalResultFound {
        padding-bottom: 20px;
    }
    .totalResultFound p {
        font-size: 18px;
    }
    .searchLinksOuter h3 a {
        font-size: 16px;
    }
    /* search result page ends */

    /* quick link css starts */
    .quickLinksTitle h2 {
        font-size: 18px;
    }
    /* quick link css ends */

    /* view tender and quotaiton css starts */
    .viewNewTenderSection .departmentListOuterBox div {
        min-height: 160px;
    }
    /* view tender and quotaiton css ends */
}

/* normal desktop css */
@media (max-width: 480px) {
    /* departments page css starts here */  
    .departmentListBox{
        width: 100%;
    }
    .departmentListOuterBox div {
        min-height: 50px;
    }
    /* departments page css ends here */

    /* newsletter css starts here */
    .newsLetterInfoBox .dropdown .btn:after {
        right: 10px;
        top: 3px;
        font-size: 15px;
    }
    .newsLetterInfoBox .dropdown .btn {
        font-size: 20px;
    }
    .eNewsLetterSection .panel-title a .fa.fa-chevron-right {
        height: 45px;
        width: 16px;
        line-height: 45px;
        font-size: 14px;
    }
    .eVartaPatraList ul {
        padding-left: 5px;
    }
    /* newsletter css ends here */

    /* national and state website css starts */
    .nationalAndStateSection .schemesleftsection .schemes-title .SchemesbyPCMC h2 {
        padding-left: 0px;
    }
    .nationalStateSection {
        margin-bottom: 10px;
    }
    .stateGovtWebsiteHeading h2 {
        text-align: center;
    }
    .stateGovtWebsiteHeading {
        margin-bottom: 20px;
    }
    .nationalWebsiteSection .nationalWebsiteBox {
        width: 49.5%;
    }
    /* national and state website css ends */
    
    /* search result page starts */
    .searchResultMainOuter {
        padding-top: 0px;
    }
    .totalResultFound p {
        font-size: 16px;
    }
    .searchLinksOuter p {
        font-size: 13px;
    }
    .searchLinksOuter {
        padding-right: 0;
    }
    /* search result page ends */

    /* view tender and quotaiton css starts */
    .viewtenderAllSuppliers{
        width: 100%;
    }
    .viewTenderSection .nationalStateSection {
        padding-right: 10px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .viewtenderAllSuppliers .viewTenderRemark{
        margin-top: 10px;
    }
    .onlyViewTenderSection .departmentListOuterBox div {
        min-height: 70px;
    }
    .onlyViewTenderSection .departmentListBox:nth-child(5){
        margin-bottom: 0;
    }
    .electricalWorkSection .nationalStateSection .departmentListBox:last-child {
        margin-bottom: 0px;
    }
    .viewTenderSection .submitTenderOnlineSection .nationalStateSection {
        padding-right: 10px;
    }
    .departmentListOuterBox div {
        min-height: 70px;
    }
    /* view tender and quotaiton css ends */

    /* quick link css starts */
    .eNewsLetterSection .panel-title a span {
        display: none;
    }
    .eNewsLetterSection .panel-title a {
        font-size: 14px;
        padding-left: 10px;
    }
    .quickLinksArea ul li .fa {
        float: left;
    }
    .quickLinksTitle h2 {
        font-size: 16px;
    }
    /* quick link css ends */
}