
.main-content {
    padding: 25px;
}

.site-footer {
    border-top: solid 4px #60BB22;
    background-color: #f3f3f3;
    margin: 0 auto;
}
.banner-botm-bdr {
    border-bottom: solid 4px #60BB22;
    margin: 0px auto;
}
.globalHeading {
    position: absolute;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 18px;
    font-weight: bold;

}
span.ext {
    background: url(/themes/custom/globalapd10/images/footer_icon.png) right center no-repeat;
    padding-right: 12px;
}

div#landing-block {
	display: flex;
	padding: 15px;
    align-items: center;
    justify-content: center;
    background: url(/themes/custom/globalapd10/images/landing-page-r5-bg.jpg) no-repeat;
    background-size: cover;
    height: 756px;
	}
	
#landing-block h2 {
    color: #fff;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding: 10px 0 0 0px;
}
#landing-block .center-block {
    padding: 0px 0px 0px 0px;
}

.instraction-text {
font-size: 15px;
color: #8C001A;
padding-left: 0px;
height: 40px;
}
strong, b {
font-weight: bold;
}




ul.L1 {
  list-style-type: none;
  padding-left: 10px;
}
ul.L1 li, .country-lang li {
   
    padding-bottom: 4px;
    text-transform: uppercase;
    width: 165px;
}
ul.L1 li a, .country-lang li a {
    color: #006699;
    font-size: 13px;
    text-decoration: none;

}
.hover-class {
    font-weight: bold;
}


ul li ul {
    z-index: 1000;
}
ul li a {
    padding-bottom: 3px;
}
/* ul.L1 li a:hover{
    color: #069;
 } */
a:link, a:visited {
    /*color: #069;*/
    outline: medium none;
    text-decoration: none;
}

 /* a:hover, a:active, li a.active {
    color: #069;
    outline: medium none;
    text-decoration: underline;
}  */
ul.L1 li ul.L2 li {
    width: 165px;
}
ul.L3 {
    display: none;
    list-style-type: none;
}
ul.links.inline {
    display: none;
}
ul.L3 li {
    width: 165px;
}

#landing-block #landing-rem-option {
  margin:0px; margin:42px 0 0 10px; float:left;
}
#landing-rem-option {
    font-size: 13px;
    margin: 16px 0 0 10px;
	color: #222222;
}
#landing-block .go-btn-div{float:right;color:white; font-weight:bold; display:none;}


input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

#btn_link {
    width: 60px;
    display: block;
    text-align: center;
    text-decoration: none;
    background: url(/themes/custom/globalapd10/images/btn-go.gif) no-repeat;
    color: #ffffff;
    font-size: 105%;
}

.countryCls ul.L2::-webkit-scrollbar, .languageCls ul.L3::-webkit-scrollbar {
    width: 8px;
}

.countryCls ul.L2::-webkit-scrollbar-thumb, .languageCls ul.L3::-webkit-scrollbar-thumb {
    background-color: rgb(0,102,153);
}

.countryCls ul.L2::-webkit-scrollbar-track, .languageCls ul.L3::-webkit-scrollbar-track {
    background-color: #fff;
}

.countryCls ul.L2, .languageCls ul.L3 {
    scrollbar-width: thin;
}

.countryCls ul.L2, .languageCls ul.L3 {
    scrollbar-color: rgb(0,102,153) rgb(255, 255, 255);
}





/* new css */

.parentUl {
	list-style: none;
	display: flex;
    justify-content: center;
	width: 100%;
    height: 200px;
	padding-left: 0px;
	}
	.parentUl > .parentLi {
	display: inline-block;
	padding: 0px 50px 10px 0px;
	width: 33%;
	}
    .parentLi > ul {
        margin-top: 18px;
    }
	.parentLi span {
	padding: 4px 100px 4px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #4370a2;
	background: #FFF;
	border-bottom: solid 3px #86a6bc;
	border-right: solid 3px #86a6bc;
	}
	.L1, .L2, .L3 {
	padding: 0;
	}
	.L1, .L2, .L3 li {
	list-style-type: none;
	font-weight: normal;
	font-size: 13px;
	}
	.headingH2 {
	position: absolute;
	font-size: 18px;
	color: #fff;
	padding: 15px;
	}
    .countryCls ul.L2, .languageCls ul.L3 {
        padding-left: 10px;
    }
    .countryCls ul.L2 {
	height: 200px;
	overflow-y: auto;
	z-index: 0;
    }

    .countryCls ul.L2 a, .languageCls ul.L3 a {
        text-decoration: none;
    }
    .languageCls ul.L3 a:focus {
        outline: none;
    }
	.languageCls ul.L3 {
       height: 200px;
      
    }
    
/***** media query by Ashish********/


/**** media for min width ********/

@media (min-width: 768px) {
    ul#menu-top {
       margin-left: 0px;
   }
   }

   @media (min-width: 768px) and (max-width: 991.98px) { 
    div#landing-block {
        height: auto;
        }
        .instraction-text {
            margin-top: 30px;
        }
    }
   
   /**** media for max width ********/
   
   
   @media (max-width: 767.98px) {
    .main-content {
        padding: 15px;
    }
      div#landing-block {
       height: 100%;
       background-size: cover;
       background-position: center;
     }
     #landing-block .center-block {
       padding: 20px 0px;
   }
     
     .instraction-text {
       font-size: 13px;
       text-align: center;
       padding: 0px 0px;
       margin: 10px auto;
     }
     
     .globalHeading {
        padding: 15px;
     }
     
  
     ul.L1 li {
         width: 100%;
     }
    
   ul.L1 li ul.L2 {
       position: relative;
       left: 0;
       overflow-y: auto;
       z-index: 0;
       height: 120px;
       overflow-x: hidden;
       border: 2px solid #0160BC;
       padding: 10px;
       box-shadow: 0px 1px 3px 3px #3f5f7d61;
       margin: 15px 0px;
       width: 100%;
   }
   ul.L3 {
       position: relative;
       left: 0px;
       overflow-y: auto;
       z-index: 0;
       overflow-x: hidden;
       width: 100%;
   }
   
   ul.L1 li ul.L2::-webkit-scrollbar {
       width: 4px;
   }
   #landing-block #landing-rem-option {
      color: #222222;
   }

   .parentUl {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 30px;
    }
   
    .countryCls ul.L2 {
        height: 125px;
        overflow-y: auto;
    }
    .languageCls ul.L3 {
        height: 80px;
        overflow-y: auto;
    }
  
.parentUl > .parentLi {
display: block;
width: 100%;
padding: 0px 0px 10px 0px;

}


   }
   
  