body.site-map-div {font-family: 'Source Sans Pro',sans-serif;}
.site-map-banner-div {
    width: 100%;
    float: left;
    margin: 101px 0 20px 0;
    background-image: url(../images/site-map/sitemap.jpg); 
    background-repeat: no-repeat;
    height: 250px;
    background-size: cover;
    padding: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ddd;
}
.site-map-banner-div .title-name {
    color: #000000;
    font-size: 30px;
    margin: 0;
    text-align: center;
}
.sitemp-main {
    width: 100%;
    float: left;
    margin: 0 0 20px 0px;
}
.sitemp-main .container {
    width: 1200px;
    max-width: 100%;
    padding:0;
}
.site-map-banner-div .container {
    width: 1200px;
    max-width: 100%;
    padding:0;
}
.sitemap #cont {
    float: left;
    position: relative;
    border-radius: 6px;
    padding: 20px 20px 0px;
    background: #f9f7f7e0;
    box-shadow: 0px 6px 10px #d8d8d8;
    margin-bottom: 20px;
    width: 100%;
}
.sitemap {
    text-align: center;
    width: 100%;
    float: left;
}
.sitemap ul {
    width: 100%;
    float: left;
    list-style: none;
}
.page-subheading {
    width: 100%;
    margin: 0;
    float: left;
    position: relative;
}
.page-subheading a, .page-subheading span {
    float: none;
    background: #58595b;
    color: white;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.page-subheading a:hover, .page-subheading span:hover {
    color: #ffffff;
}
.page-subheading::after {
    content: "";
    position: absolute;
    height: 35px;
    width: 1px;
    background: #58595b;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
ul.tree {
    float: left;
    width: 100%;
    margin-top: 25px;
    position: relative;
    padding-top: 25px;
    margin-bottom: 30px;
}
ul.tree::before {
    content: "";
    height: 1px;
    width: 540px;
    background: #58595b;
    display: block;
    left: 7px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
}
ul.tree li {
	padding: 5px;
    display: inline-block;
    position: relative;
}
ul.tree li::before {
    content: "";
    position: absolute;
    height: 14px;
    width: 1px;
    background: #58595b;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
ul.tree li a {
    color: white;
    background: #58595b;
    padding: 5px 8px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
}
.tree li span {
    color: white;
    background: #03A9F4;
    padding: 5px 8px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
}
ul.tree li a:hover {
    background: transparent;
    color: #58595b;
    box-shadow: 0px 2px 10px #58595b;
    z-index: 9;
}
.site-map-section #cont ul.tree.second .level-1 li {
    padding: 2px;
    width: 90px;
    vertical-align: top;
    margin: 0px 5px;
    float: none;
}
.site-map-section #cont ul.tree.second .level-1 li::before {
    top: -30px;
}
ul.tree.second .level-1 li a {
    font-size: 14px;
    padding: 6px 7px;
    float: left;
    width: 100%;
    height: 54px;
}
.site-map-section #cont ul.tree.second .level-1 li ul.level-2 {
    float: left;
    width: 100%;
    margin-top: 12px;
    text-align: center;
}
.site-map-section #cont ul.tree.second .level-1 li .level-2 li {
    display: block;
    margin-bottom: 10px;
    float: left;
    left: 0;
    margin: 0px 0px 10px;
}
ul.tree.second .level-1 li .level-2 li::before {
    top: -12px;
}
ul.about-us:before {
    width: 807px;
    left: -29px;
}
ul.about-us.desi:before {
    width: 965px;
    left: -20px;
}
ul.tree.dedicate-staff.digi {
    padding-top: 0;
}

ul.tree.dedicate-staff.digi li {
    padding: 0;
    vertical-align: top;
}

ul.tree.dedicate-staff.digi li::before {
    height: 0;
}

ul.tree.dedicate-staff.digi li ul.level-2 li {
    padding: 5px;
}

ul.tree.dedicate-staff.digi li ul.level-2 li::before {
    height: 15px;
    top: -14px;
}
ul.dedicate-staff li {
    width: 24%;
}
ul.dedicate-staff li ul li {
    width: 100%;
    margin: 14px 0 0 0;
}
ul.dedicate-staff.dedi:before {
    width: 872px;
}
ul.dedicate-staff:before {
    width: 290px;
    left: 0;
}
ul.dedicate-staff li span {
    display: inline-block;
    width: auto;
}
ul.dedicate-staff li ul li:before {
    top: -15px;
    height: 16px;
}
ul.pricing-table li:before {
    top: -29px;
}
ul.pricing-table:before {
    width: 583px;
}
.sitemap .no-hash {
    pointer-events: none;
}




@media (min-width:320px) and (max-width:479px){ 
.site-map-banner-div {
    margin: 0px;
    height: 150px;
    padding: 0;
}
.site-map-banner-div .title-name {
    font-size: 22px;
}
.sitemp-main {
    margin: 15px 0 15px 0;
}
.sitemp-main .container {
    padding: 0 15px;
}
.site-map-banner-div .container {    
    padding:0 15px;
}
.page-subheading a, .page-subheading span {
    padding: 5px 5px;
    font-size: 15px;
}
.page-subheading::after {
	display:none;
}
ul.tree {
    margin-top: 10px;
	padding-top: 0;
	margin-bottom: 20px;
}
ul.tree::before {display:none;} 
ul.tree li::before {display:none;} 
ul.tree li a, ul.tree li span {
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 15px;
    color: #58595b;
}
ul.tree li a:hover, ul.tree li span:hover {
    background: transparent;
    color: #58595b;
    box-shadow: none;
}
ul.dedicate-staff li {
    width: 100%;
}
ul.dedicate-staff li span {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}
ul.dedicate-staff li ul li {
    width: 100%;
    margin: 8px 0 0 0;
    padding: 0;
}
.bold-uderline {
    font-weight: 600;
}


}
@media (min-width:480px) and (max-width:767px){ 
.site-map-banner-div {
    margin: 83px 0 0px 0;
	height: 200px;
	padding: 0;
}
.site-map-banner-div .title-name {
    font-size: 25px;
}
.sitemp-main {
    margin: 15px 0 15px 0;
}
.sitemp-main .container {
    padding: 0 15px;
}
.site-map-banner-div .container {    
    padding:0 15px;
}
.page-subheading a, .page-subheading span {
    padding: 5px 5px;
    font-size: 15px;
}
.page-subheading::after {
	display:none;
}
ul.tree {
    margin-top: 10px;
padding-top: 0;
margin-bottom: 20px;
}
ul.tree::before {display:none;} 
ul.tree li::before {display:none;} 
ul.tree li a, ul.tree li span {
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 15px;
    color: #58595b;
}
ul.tree li a:hover, ul.tree li span:hover {
    background: transparent;
    color: #58595b;
    box-shadow: none;
}
ul.dedicate-staff li {
    width: 100%;
}
ul.dedicate-staff li ul li {
    width: auto;
}
ul.dedicate-staff li span {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}
ul.dedicate-staff li ul li {
    width: 100%;
    margin: 8px 0 0 0;
    padding: 0;
}
.bold-uderline {
    font-weight: 600;
}

}
@media (min-width:768px) and (max-width:1023px){ 

.site-map-banner-div {
    margin: 85px 0 0px 0; 
	height: 225px;
	padding: 0;
}
.site-map-banner-div .title-name {
    font-size: 28px;
}
.sitemp-main {
    margin: 15px 0 15px 0;
}
.sitemp-main .container {
    padding: 0 15px;
}
.site-map-banner-div .container {    
    padding:0 15px;
}
.page-subheading a, .page-subheading span {
    padding: 5px 5px;
    font-size: 15px;
}
.page-subheading::after {
	display:none;
}
ul.tree {
    margin-top: 10px;
padding-top: 0;
margin-bottom: 20px;
}
ul.tree::before {display:none;} 
ul.tree li::before {display:none;} 
ul.tree li a, ul.tree li span {
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 15px;
    color: #58595b;
}
ul.tree li a:hover, ul.tree li span:hover {
    background: transparent;
    color: #58595b;
    box-shadow: none;
}
ul.dedicate-staff li {
    width: 100%;
}
ul.dedicate-staff li ul li {
    width: auto;
}
ul.dedicate-staff li span {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}
ul.dedicate-staff li ul li {
    margin: 10px 0 0 0;
    padding: 5px;
}
.bold-uderline {
    font-weight: 600;
}

}
@media (min-width:1024px) and (max-width:1279px){ 
ul.tree::before {
    width: 457px;
}
ul.about-us.desi::before {
    width: 822px;
    left: -17px;
}
ul.about-us::before {
    width: 683px;
	left: -26px;
}

ul.dedicate-staff::before {
    width: 234px;
}
ul.dedicate-staff.dedi::before {
    width: 698px;
}
ul.pricing-table::before {
    width: 410px;
}
ul.dedicate-staff.pricing-table li {
    width: 21%;
}
ul.dedicate-staff.pricing-table li .level-2 li {
    width: 100%;
}
.sitemp-main .container {
    max-width: 1000px;
}
ul.tree li a, ul.tree li span {
    font-size: 13px;
padding: 5px;
}

}


@media only screen and (min-width:1680px) and (max-width:1919px) {
.sitemp-main .container {
    width: 1365px;
}
.page-subheading a, .page-subheading span {
    font-size: 22px;
}
ul.tree li a {
    font-size: 17px;
}
ul.tree::before {
    width: 462px;
}
.tree li span {
    font-size: 17px;
}
ul.about-us::before {
    width: 611px;
    left: 26px;
}
ul.dedicate-staff::before {
    width: 963px;
    left: -2px;
}
ul.pricing-table::before {
    width: 642px;
    left: 0;
}



}
@media only screen and (min-width:1920px) and (max-width:2100px) {
.sitemp-main .container {
    width: 1605px;
}
.page-subheading a, .page-subheading span {
    font-size: 24px;
}
ul.tree li a {
    font-size: 19px;
}
ul.tree::before {
    width: 500px;
}
.tree li span {
    font-size: 19px;
}
ul.about-us::before {
    width: 665px;
	left: 28px;
}
ul.dedicate-staff::before {
    width: 1134px;
	left: 0px;
}
ul.pricing-table::before {
    width: 758px;
    left: 0;
}


}
@media only screen and (min-width:2101px) and (max-width:2559px) {
.sitemp-main .container {
    width: 1786px;
}
.page-subheading a, .page-subheading span {
    font-size: 26px;
}
ul.tree li a {
    font-size: 21px;
}
ul.tree::before {
    width: 535px;
	left: 10px;
}
.tree li span {
    font-size: 21px;
}
ul.about-us::before {
    width: 720px;
	left: 31px;
}
ul.dedicate-staff::before {
    width: 1265px;
	left: 0px;
}
ul.pricing-table::before {
    width: 845px;
    left: 0;
}

}
@media only screen and (min-width:2560px) {
.sitemp-main .container {
    width: 2245px;
}
.page-subheading a, .page-subheading span {
    font-size: 28px;
}
ul.tree li a {
    font-size: 23px;
}
ul.tree::before {
    width: 572px;
	left: 10px;
}
.tree li span {
    font-size: 23px;
}
ul.about-us::before {
    width: 775px;
	left: 34px;
}
ul.dedicate-staff::before {
    width: 1595px;
	left: 0px;
}
ul.pricing-table::before {
    width: 1065px;
	left: 1px;
} 

}
