/*==========  common css starts  ================*/

@font-face {
    font-family: "para";
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype"), url(../fonts/OpenSans-Regular.woff) format("woff");
}

@font-face {
    font-family: "regular";
    src: url(../fonts/regular/segoe-ui-regular-latin.ttf) format("truetype"), url(../fonts/bold/segoe-ui-regular-latin.eot) format("eot"), url(../fonts/regular/segoe-ui-semibold-latin.woff) format("woff");
}

@font-face {
    font-family: "semibold";
    src: url(../fonts/bold/segoe-ui-semibold-latin.ttf) format("truetype"), url(../fonts/bold/segoe-ui-semibold-latin.eot) format("eot"), url(../fonts/bold/segoe-ui-semibold-latin.woff) format("woff");
}

@font-face {
    font-family: "light";
    src: url(../fonts/light/segoe-ui-light-latin.ttf) format("truetype"), url(../fonts/light/segoe-ui-light-latin.eot) format("eot"), url(../fonts/light/segoe-ui-light-latin.woff) format("woff");
}

@font-face {
    font-family: "openregular";
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype"), url(../fonts/OpenSans-Regular.woff) format("woff");
}



* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
}

::placeholder {
    color: #aaaaaa;
    font-size: 12px;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
    background: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: regular;
    color: #585858;
    scroll-behavior: smooth;
}
body.bodyActive{
    overflow: auto;
}
a {
    word-wrap: break-word;
    font-size: 14px;
    text-decoration: none;
    /*    font-family: semibold;*/
    color: #ad3b00;
    /*    border-bottom: 1px solid #ff6200;*/
}

a:hover {
    border-bottom: 1px solid #ad3b00;
}

ul li {
    list-style: none;
}

ol li {
    list-style: decimal;
    font-size: 14px;
}

textarea {
    font-family: regular !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: semibold;
    color: #015990;
/*    color: #585858;*/
}

h2,
h3 {
    font-size: 18px;
}

.p-color {
    color: #015990;
    font-size: 18px;
}

p {
    line-height: 24px;
}

.clear {
    clear: both;
}

.leftfloat {
    float: left;
}

.rightfloat {
    float: right;
}

.mainsection_overflow {
    overflow: hidden !important;
}

.userdashboard_contentsection {
        width: 95%;
    float: right;
    padding: 60px 0;
}

.hide {
    display: none;
}

.fixedpos {
    position: fixed !important;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.button {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.button:focus {
    outline: none;
}

.button:hover {
    background: #000;
    color: #fff;
}

.removeMargin {
    margin-right: 0;
}

.mainsection {
    position: relative;
    width: 100%;
/*    height: 100%;*/
    background: #fff;
    overflow: auto;
}

.container {
    width: 90%;
    margin: auto;
}


/** status messages starts */

.single-loader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 11;
}

.single-loader p {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../assets/load-waiting.gif);
	background-size: cover;
	margin: auto;
	width: 30px;
	height: 30px;
}

.error,
.no-data,
.success {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	left: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	font-size: 14px;
	z-index: 10;
}

.success .success-center,
.error .error-center,
.no-data .no-data-center {
	position: absolute;
	width: 70%;
	height: 120px;
	left: 0;
	overflow: hidden;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.success .success-icon,
.error .error-icon,
.no-data .no-data-icon {
	width: 40px;
	height: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	margin: auto;
	margin-bottom: 10px;
}

.success .success-icon {
	background-image: url(../assets/success.png);
}

.error .error-icon {
	background-image: url(../assets/error.png);
}

.no-data .no-data-icon {
	background-image: url(../assets/no-data.png);
}

.error .error-center span {
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

.error .error-center span {
	color: #f00;
	font-size: 16px;
}

.success .success-center span {
	color: #007600;
	font-size: 16px;
}

.no-data .no-data-center span {
	color: #b9b9b9;
	font-size: 16px;
}


/** status messages ends */


/*==========  common css ends  ================*/

/*==========  header css starts  ================*/

.headersection {
    width: 100%;
    background: #015990;
    padding: 15px 0;
    box-sizing: border-box;
    z-index: 3;
}

.mainlogo {
    width: 180px;
}

.mainlogo a:hover {
    border-bottom: none;
}

.mainlogo span {
    display: inline-block;
    width: 140px;
    height: 72px;
    background-image: url(../assets/mainlogo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fulltitle {
    width: 65%;
    font-size: 30px;
    color: #ffffff;
    padding: 15px 0;
    float: left;
}

.mobiletitle {
    font-size: 28px;
    color: #ffffff;
    padding: 5px 0;
    float: left;
}

.mobiletitle {
    display: none;
}

.dummyheader {
    height: 58px;
    background: #2C74B5;
}

.dummyheadermain {
    height: 84px;
    display: none;
}

.headerbtns {
    margin: 25px 0px;
}
.headerbtns .loginregBtn {
    font-size: 14px;
    border: none;
    background-color: rgba(82,145,221,0.6);
    color: #fff;
    padding: 8px 12px;
    border-radius: 2px;
    font-family: semibold;
    cursor: pointer;
}
.headerbtns .loginregBtn:hover {
     background-color: #5291dd;
 }
.headerbtns .loginregBtn:focus {
    outline:none;
    border:none
 }
/*
.headerbtns button.headerbtn-login {
    margin-right: 8px;
}
.headerbtns button {
    font-size: 15px;
    border: none;
    background-color: #ec9a1e;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    font-family: semibold;
    cursor: pointer;
    letter-spacing: 0.5px;
}
*/

/*==========  header css ends  ================*/

/*==========  menu css starts  ================*/

.menusection {
    background: #225182;
    position: absolute;
    top: 105px;
    width: 100%;
    z-index: 3;
    height: 59px;
}

.menusection ul {
    float: right;
}

.menusection ul li {
    float: left;
    padding: 20px 15px;
    color: #fff;
    font-family: regular;
}

.menusection ul li a {
    color: inherit;
    font-family: inherit;
    border-bottom: none;
}

.menusection .arrow {
    position: relative;
}

.menusection .arrow:after {
    position: absolute;
    content: "";
    right: 0;
    top: 26px;
    background-image: url(../assets/down-arrow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
}

.menusection ul li:hover {
    color: #ff9900;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menusection .arrow:hover:after,
.menusection .active.arrow:after {
    background-image: url(../assets/downarr-c.png);
}

.menusection .active {
    color: #ff9900;
}

.submenus .subactive {
    color: #ff9900;
}


.fa-caret-down {
    position: absolute;
    right: 0px;
    top: 24px;
    font-size: 12px;
}

.submenus {
    position: absolute;
    top: 120%;
    left: 0;
    width: 220px;
    background: #225182;
    visibility: hidden;
    opacity: 0;
    border-radius: 4px;
    padding: 5px 0;
    transition: all 0.3s ease;
    border: 1px solid #015990;
    z-index: 9;
}

.submenus ul li {
    width: 100%;
    padding: 0 !important;
    box-sizing: border-box;
    color: #ffffff;
    border-top: 1px solid #015990;
}
.submenus ul li a{
    display: block;
    padding: 10px;
    padding-left: 15px;
}

.submenus ul li:first-child {
    border: none;
}

.menusection ul li:hover .submenus {
    top: 99%;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
}

.mobilemenu {
    background-image: url(../assets/list.png);
    background-position: center;
    background-size: cover;
    width: 28px;
    height: 28px;
    display: none;
    cursor: pointer;
    position: absolute;
    right: 3%;
    top: 25px;
}

.mobilenav {
    position: fixed;
    width: 40%;
    left: -100%;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 10;
    background: #ffffff;
    padding: 40px;
    box-sizing: border-box;
    transition: 0.4s all ease-in;
    -webkit-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
}

.mobilenav .arrow {
    position: relative;
}
.mobilenav .arrow.active > a{
    color: #ff9900;
}

.device-nav ul li.active.arrow:after{
    transform: rotate(0deg);
}
.mobilenav .arrow:after {
    position: absolute;
    content: "";
    right: 0;
    top: 19px;
    background-image: url(../assets/down-arrow-mob.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
}

.mobilenavactive {
    left: 0;
    transition: 0.4s all ease-in;
    -webkit-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
}

.mainsectionblur {
    position: relative;
}

.mainsectionblur:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    transition: 0.3s all ease-in;
    -webkit-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}

.device-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
}
.device-nav ul{
       padding: 40px 20px;
       padding-top:45px;
}

.device-nav ul li {
    font-size: 15px;
    font-family: regular;
    color: #015990;
    cursor: pointer;
    border-top: 1px dashed #e7e7e7;
    padding: 10px 0px;
    line-height: 28px;
}

.device-nav ul li a {
    border: none;
    color: #015990;
    font-family: regular;
    display: block;
}
.device-nav ul li:first-child{
    border-top: none;
}
.device-nav ul li .mob-submenus ul li{
    border-top: none;
}

.device-back-icon {
    position: absolute;
 right: 15px;
    top: 15px;
    width: 17px;
    height: 17px;
    background-image: url(../assets/cancel.png);
    background-position: center;
    background-size: cover;
    cursor: pointer;
    z-index: 1;
}

.mob-submenus {
    margin-left: 20px;
    display: none;
}
.mob-submenus ul{
    padding: 0;
}

.mob-submenus ul li,
.mob-submenus ul li a {
    font-size: 14px !important;
    color: #585858;
    font-family: regular;
    line-height: 20px;
}

.mobactive a {
    color: #ff9900 !important;
    font-family: semibold !important;
}

/*==========  menu css ends  ================*/

/*==========  body css starts  ================*/

.bannersection {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.bannersection img{
    position: relative;
    width: 100%;
    margin-top: -180px;
}
.bannersection .banner-patch{
    max-width: 450px;
    padding: 50px;
    margin-bottom: 50px;
    position: absolute;
    bottom: 0;
    left: 5%;
    color: #fff;
    background-color: #015990;
}
.bannersection .banner-title, .bannersection .banner-title a{
        margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
    color:#fff;
}
.bannersection .text{
        line-height: 25px;
}

#smallbanner {
    height: 180px;
    background-image: url(../assets/smallbanner5.jpg);
    background-position: center 25%;
}

.sm-banner-pos {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 35px;
}

.sm-title {
    color: #ffffff;
    font-size: 18px;
}

.sm-title span {
    font-size: 18px;
} 

.sm-title a {
    color: #ff9900;
    font-size: 18px;
}

.sm-title a:hover {
    border-bottom: none;
}

#smallbanner.bannersection:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 64, 86, 0.9);
}
/*
.bannersection:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 64, 86, 0.9);
}
*/

.logincolor{
    background: #f2f2f2;
}

.contentsection {
    width: 100%;
    padding: 60px 0;
}

.leftsection {
    width: calc(65% - 20px);
    box-sizing: border-box;
}

.card {
    padding: 30px 0;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 4px 4px #f7f7f7;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
}

.card:last-child {
    margin-bottom: 0;
}

.card p {
    line-height: 26px;
    font-size: 15px;
}

.card p strong {
    font-family: semibold;
    color: #444;
    font-size: 14px;
}

.cardtitle {
    font-size: 18px;
    color: #015990;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}

.cardtitle:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #ff9900;
}

.cardtitle:hover {
    text-decoration: underline;
    cursor: pointer;
}

.subtitle {
    color: #4b4b4b;
    font-size: 16px;
    padding-bottom: 5px;
}

.card h4 {
    padding-top: 20px;
}

.card ul li {
    position: relative;
    padding-left: 25px;
    line-height: 24px;
    font-size: 15px;
}

.rightsection ul li:nth-of-type(1){
    border-top:none;
}
.rightsection ul li {
 position: relative;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 20px 10px 25px;
    color: #585858;
    line-height: 24px;
    font-size: 15px;
    border-top: 1px dashed #ccc;
}

.card ul li:after,
.rightsection ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    background-image: url(../assets/send.png);
    width: 10px;
    height: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rightsection ul li:after {
    top: 17px;
}

.SubscribeSection ul li {
    border-top: none;
}

.fixedmenu {
    position: fixed;
    top: 0;
    z-index: 3;
}

.rightsection {
    width: 32%;
}
.news_box{
    position: relative;
    box-shadow: 0 0 4px 4px #f7f7f7;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
}

.rightsecthead {
    padding: 20px;
    background: #ececec;
    color: #015990;
    font-size: 18px;
}




/*==========  body css ends  ================*/

.owl-carousel {
    height: 400px;
    z-index: 0;
}

.eachslide {
    padding: 40px 60px 40px;
}

.eachslide-left {
    width: 35%;
    float: left;
}

.eachslide-right {
    width: 60%;
    float: right;
    background: rgba(1, 89, 144, 0.8);
    padding: 40px;
    border-radius: 2px;
    box-sizing: border-box;
}

.eachslide-content h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
}

.eachslide-content p {
    font-size: 15px;
    color: #ffffff;
}

.eachslide-content small {
    margin-bottom: 6px;
    letter-spacing: .5px;
    display: block;
    font-size: 14px;
    color: #ff9900;
    font-family: semibold;
}

.eachslide-content span {
    display: inline-block;
    margin-top: 20px;
}

.eachslide-content a {
    color: #ffffff;
    border: none;
}

.eachslide-content a:focus {
    outline: none;
}

.eachslide-content a:hover {
    color: #ffa500;
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.owl-dot:focus {
    outline: none;
    border: none;
}

.owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px 7px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dot.active span {
    background: #ffffff;
}


/*==========  owl carousel css ends  ================*/

.bodystyle h4 {
    line-height: 26px;
    font-size: 16px;
    font-family: semibold;
}

.bodystyle ul {
    margin-top: 20px;
}

.bodystyle ol {
    margin: 20px 0 20px 40px;
}

.removemargin {
    margin-top: 0;
}

.splnote {
    margin-top: 20px;
}

.bodystyle ul li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
    line-height: 26px;
}

.bodystyle ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    background-image: url(../assets/send.png);
    width: 10px;
    height: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bodystyle ol {
    list-style: none;
    margin-left:0;
}
.bodystyle ol li {
    position: relative;
    padding-bottom: 5px;
    line-height: 26px;
    font-size: 15px;
    display:inline-block;
    padding-left: 10px;
        font-weight: bold;
}
.bodystyle ol li:first-child {
    padding-left: 0;
}

.bodystyle ol li a {
    color: #015990;
}
.bodystyle ol li:before {
    content: "|";
    padding-right: 10px;
}

.bodystyle ol li a:hover {
    border-bottom-color: #015990;
}
.bodystyle ol li:first-child:before {
    display:none;
}

/*==========  about css ends  ================*/

.eachconstarticle {
    margin-top: 30px;
}



.innerpadding {
    padding-left: 5px;
}

.eachconstarticle h3 {
    font-size: 18px;
    color: #015990;
    padding-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.eachconstarticle h3 strong {
    color: #585858;
}

/*==========  constitution css ends  ================*/

.eachlawarticle ul li {
    position: relative;
    padding-top: 0px;
    line-height: 26px;
}

.eachlawarticle ul li span {
     font-family: semibold;
    color: #ad3b00;
    float: left;
    width: 4%;
}

.eachlawarticle ul li:first-child {
    padding-top: 0;
}

.eachlawarticle ul li ul{
       margin-left: 47px;
    margin-top: 10px;
        display: inline-block;
}
.eachlawarticle ul li ul li{
     position: relative;
    padding-top: 0px;
    line-height: 26px;
        padding-left: 25px;
}

.eachlawarticle ul li ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    background-image: url(../assets/send.png);
    width: 10px;
    height: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.eachlawarticle .special_ul{
    
}
.eachlawarticle .special_ul li:first-child {
    padding-top: 0;
}
.eachlawarticle .special_ul li {
    position: relative;
    line-height: 26px;
    padding-left: 25px !important;
}
.special_ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    background-image: url(../assets/send.png);
    width: 10px;
    height: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.history_list{
      margin: 20px 0px;
    margin-left: 30px;
}
.history_list li{
    position: relative;
    padding-left: 5px;
    line-height: 28px;
}
.history_list li a{
    color: #5a5a5a;
}
.history_list li a:hover{
    border-bottom:1px solid #0460a9;
}
hr.laws-hr {
    height: 1px;
    border: 1px solid #666;
}

.lawsplcase ul li p {
    float: right;
    width: 96%;
}

.innerul {
    margin-left: 12px;
    margin-top: 10px;
}

.innerul li {
        padding-left: 25px;
    padding-top: 0 !important;
}
.innerul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    background-image: url(../assets/send.png);
    width: 10px;
    height: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.eb-offices {
    margin-left: 60px;
}
.committee-rightfloat {
    float: right !important;
}
.eachlawarticle ul li span.pdright {
    padding-right: 12px;
}
.font-strong {
    font-family: semibold;
}

/*==========  by law css ends  ================*/

/*==========  trustees starts  ================*/

.eachconstarticle ul.trustee {
    margin-top: 20px;
}
.eachconstarticle ul.trustee li:after{
    display:none;
}
.eachconstarticle ul.trustee li{
    padding-left:0;
}
#pageTrustees ul.board {
    list-style: none;
}
#pageTrustees ul.board li {
    padding-left: 10px;
}
#pageTrustees ul.board li:first-child {
    padding-left: 0;
}
#pageTrustees ul.board li:first-child:before {
    content: none;
}
#pageTrustees ul.board li:before {
    content: "|";
    padding-right: 10px;
}
#pageTrustees ul.board li:after {
    content: none;
}
#pageTrustees ul.board li a:hover {
    border-bottom-color: #015990;
}
#pageTrustees ul.board li a {
    color: #015990;
    font-size: 18px;
}

/*==========  trustees ends  ================*/

/*==========  album css starts  ================*/

#pageAlbum .pic-gallery {

}

#pageAlbum .pic-gallery .gallery-content {}

#pageAlbum .pic-gallery .gallery-content .gallery-item {
    float: left;
    width: 20%;
    margin: 15px;
    box-shadow: 1px 5px 9px rgba(0, 0, 0, 0.5);
}

#pageAlbum .pic-gallery .gallery-content .gallery-item a:hover {
    border-bottom: none;
} 

#pageAlbum .pic-gallery .gallery-content .gallery-item img {
  width: 100%;
  height: auto;
}

.folder {
    float: left;
    margin: 0px 40px;
    margin-top: 30px;
    margin-bottom: 40px;
    width: 150px;
    height: 112px;
    position: relative;
    cursor: pointer;
}
.folder:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #225182;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    border-radius: 3px;
}
.folder .img {
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    border-radius: 3px;
    border: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}
.folder .img img {
    width: 100%;
}
.folder p {
    /* position: relative; */
    font-weight: bold;
    color: #616161;
    letter-spacing: -0.1px;
    border: beige;
    cursor: pointer;
    z-index: 1;
    line-height: 18px;
    top: 125px;
    position: absolute;
}


/*==========  album css ends  ================*/

/*==========  indiachapter css starts  ================*/

#pageIndiaChapter ul.member li:after {
    content: none;
}
#pageIndiaChapter ul.member li a {
    color: #585858;
}
#pageIndiaChapter h3.trustee a {
    font-size: 18px;
    color: #015990;
}
#pageIndiaChapter h3.trustee a:hover {
    border-bottom: 1px solid #015990;
}

/*==========  indiachapter css ends  ================*/

/*==========  login css starts  ================*/

#pageLoginForm .login-form {
    width: 420px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
    padding: 50px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .08), 0 0 3px rgba(0, 0, 0, .05)
}
#pageLoginForm .login-form h1 {
    color: #225182;
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
}
#pageLoginForm .login-form .loginerr {
    color: #d50000;
}
#pageLoginForm .login-form .forgot-pwd {
        padding-top: 10px;
    cursor: pointer;
}
#pageLoginForm .login-form .forgot-pwd a {
    color: #225182;
}
#pageLoginForm .login-form .forgot-pwd a:hover {
     border-bottom: 1px solid #225182;
}
#pageLoginForm .login-form .username {}
#pageLoginForm .login-form .label {
    padding-bottom: 9px;
    padding-top: 0px;
    font-size: 16px;
    color: #225182;
    line-height: 1.5;
}
#pageLoginForm .login-form .label-inp {
    width: 100%;
}
#pageLoginForm .login-form .label-inp input{
    color: #333333;
    width: calc(100% - 40px);
    line-height: 1.2;
    font-size: 16px;
    display: block;
    background: transparent;
    height: 50px;
    padding: 0 20px;
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
}
#pageLoginForm .login-form .label-inp input:focus {
    outline: none;
    border: 1px solid #225182;
}
#pageLoginForm .login-form .password, #pageLoginForm .login-form .confirmPassword {
    margin-top: 20px;
}
#pageLoginForm .login-form .submit-btn {
        margin-top: 30px;
}
#pageLoginForm .login-form .submit-btn .submit:focus {
    outline: none;
}
#pageLoginForm .login-form .submit-btn .submit:hover {
    background-color: #132d48;
    color: #ffffff;
}
#pageLoginForm .login-form .submit-btn .submit {
    padding: 0 20px;
    width: 100%;
    height: 60px;
    background-color: #225182;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    border: none;
    cursor: pointer;
    display: table;
    line-height: 60px;
}
#pageLoginForm .login-form .reg-page {
    color: #999999;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}
#pageLoginForm .login-form .reg-page .txt {}
#pageLoginForm .login-form .reg-page a {
        color: #999999;
}
#pageLoginForm .login-form .reg-page .link {
        border-bottom: 1px solid #999999;
}

/*==========  login css ends  ================*/

/*==========  registration css starts  ================*/

#pageRegistration .reg-form {
    width: 80%;
    margin: auto;
}
#pageRegistration .reg-form h1 {
    color: #225182;
    text-align: center;
    margin-bottom: 20px;
}
#pageRegistration .reg-form .label {
    padding-bottom: 9px;
    padding-top: 30px;
    font-size: 16px;
    color: #225182;
    line-height: 1.5;
}
#pageRegistration .reg-form .label-inp {
    width: 100%;
    position: relative;
}
#pageRegistration .reg-form input[type='radio'] {
/*
    opacity: 0;
    position: absolute;
    top: 4px;   
    margin-left: 5px;
*/
    margin-bottom: 10px;
}
#pageRegistration .reg-form .total {
    margin-top: 15px;
}
#pageRegistration .reg-form .total span#amt {
    margin-left: 8px;
}
#pageRegistration .reg-form .label-inp .err {
    font-size: 14px;
    color: #d50000;
    position: absolute;
    bottom: -10px;
}

#pageRegistration .reg-form .label-inp input:focus {
    outline: #333333;
}
#pageRegistration .reg-form .label-inp .stat {
    width: 50%;
}
#pageRegistration .reg-form .submit-btn {
        margin-top: 17px;
}
#pageRegistration .reg-form .submit-btn .reg-submit:focus {
    outline: none;
}
#pageRegistration .reg-form .submit-btn .reg-submit:hover {
    background-color: #132d48;
    color: #ffffff;
}
#pageRegistration .reg-form .submit-btn .reg-submit {
    padding: 0 40px;
    height: 50px;
    background-color: #225182;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    border: none;
    float: right;
}
#pageRegistration .reg-form .sub-input {
    width: 100%;
}
#pageRegistration .reg-form .sub-input .inp {
    width: calc(50% - 15px);
    position: relative;
}
#pageRegistration .reg-form .sub-input .inp:first-child {
    padding-right: 15px;
}
#pageRegistration .reveal-if-active {
    display: none;
    margin: 10px 0 10px 20px;
}
#pageRegistration input[type="radio"]:checked ~ .reveal-if-active {
    display: block;
}

/*==========  registration css ends  ================*/

/*==========  meetings css starts  ================*/

#sponsoredMeetings h1{
    margin: 20px 0 10px 0;
    font-size: 24px;
}
#sponsoredMeetings p.p-mtngs {
    margin: 12px 0;
}
#sponsoredMeetings h2 {
    margin: 20px 0 30px 0;
}
#sponsoredMeetings h2 a:hover {
    border-bottom: 1px solid #015990;
}
#sponsoredMeetings h2 a {
    font-size: 18px;
    color: #015990;
}
#sponsoredMeetings ul.ul-mtngs {
    margin-bottom: 50px;
}
#sponsoredMeetings ul.ul-mtngs.privacy {
    margin-bottom: 20px;
}
/*==========  meetings css ends  ================*/

/*==========  past-meetings css starts  ================*/

#pastMeetings p {
    margin: 12px 0;
}
#pastMeetings h2 {
    margin: 20px 0 30px 0;
}
#pastMeetings h2 a:hover {
     border-bottom: 1px solid #015990;
}
#pastMeetings h2 a {
    font-size: 18px;
    color: #015990;
}
#pastMeetings ul.ul-pastMeetings {
    margin-bottom: 50px;
}
#pastMeetings ul.ul-pastMtngs {
    margin-top: 50px;
}
#pastMeetings ul.ul-pastMtngs li:after {
    content: none;
}

/*==========  past-meetings css ends  ================*/

/*==========  Publications css starts  ================*/

#pagePublications p {
    margin-bottom: 30px;
}
#pagePublications p:last-child {
    margin-bottom: 0;
}

/*==========  Publications css ends  ================*/

/*==========  bookseries css starts  ================*/

#pageBookseries h2 {
    margin-bottom: 30px;
}
#pageBookseries .page-content {
    margin-bottom: 20px;
}
#pageBookseries p.alignment {
    text-align: justify;
    margin-bottom: 50px;
}

/*==========  bookseries css ends  ================*/

/*==========  Journals css starts  ================*/

#pageJournals p {
    margin-bottom: 20px;
}
#pageJournals .content-img {
   
}
#pageJournals .content-img a {
       width:120px;
}
#pageJournals .content-img a img{
    width:100%;
}
#pageJournals .content-img p {
        width: calc(100% - 135px);
    text-align: justify;
}

/*==========  Journals css ends  ================*/

/*==========  Honors_awards css starts  ================*/

#pageHonors_awards h3 {
    margin: 30px 0;
    text-decoration: underline;
}
#pageHonors_awards h2 a {
    font-size: 18px;
    color: #015990;
}
#pageHonors_awards h2 a:hover {
     border-bottom: 1px solid #015990;
}
#pageHonors_awards p.p-honors {
    margin-top: 20px;
}

/*==========  Honors_awards css ends  ================*/

/*==========  awards-announcement css starts  ================*/

#pageAnnouncements .title-content {
    margin-bottom: 50px;
}
#pageAnnouncements .title-content h3 {
    padding-top: 20px;
    margin: 0;
}
#pageAnnouncements h3 {
    text-align: center;
    margin: 20px 0;
}
#pageAnnouncements .title-content ul li a {
    font-size: 15px;
}
#pageAnnouncements hr {
    height: 1px;
    border: 1px solid #666;
}
#pageAnnouncements p {
    margin: 20px 0;
}

/*==========  awards-announcement css ends  ================*/

#pageStudentpaper p {
    margin: 20px 0;
}
#pageAwardRecipients h3 {
    margin: 20px 0;
}
#pageAwardRecipients hr {
     height: 1px;
    border: 1px solid #666;
    margin-top: 20px;
}
#pageContactUs h3 {
    margin: 20px 0;
}
#pageContactUs hr {
     height: 1px;
    border: 1px solid #666;
    margin-top: 20px;
}
#pageOutsideIndia p {
    margin: 20px 0;
}
#pageOutsideIndia ul.ul-liststyle li:after {
    content: none;
}

.top-header {}
.top-header .top-nav {
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #c6c6c6;
}
.top-header .top-nav .nav-logo {
    width: 50%;
    height: 72px;
    cursor: pointer;
}
.top-header .top-nav .nav-logo img {
    width: 140px;
    height: 72px;
}
.top-header .top-nav .nav-info {
    width: 35%;
    padding: 20px 0;
}
.top-header .top-nav .nav-info ul {
    /* padding-left: 385px; */
    float: right;
}
.top-header .top-nav .nav-info ul li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
}
.top-header .top-nav .nav-info ul li i {
        font-size: 20px;
}
.top-header .top-nav .nav-info ul li a {
    font-size: 16px;
    color: #666;
    text-transform: capitalize;
}
.top-header .top-nav .nav-info ul li a:hover {
    border-bottom: none;
}
.top-header .top-nav .nav-info ul li i.fa.fa-user-circle{
    color: #666;
    margin-right: 10px;
    cursor: pointer;
}
.top-header .top-nav .nav-info ul li i.fa.fa-power-off{
    color: #666;
    font-size: 20px;
    cursor: pointer;
    padding-left: 20px;
}
.side-nav {
    position: absolute;
    left: 0;
    width: 200px;
    top: 247px;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    background-color: #fff;
    color: #ededed;
    box-shadow: 1px 5px 9px rgba(0, 0, 0, 0.5);
}
.side-nav ul {
    margin: 0;
    padding: 0;
}
.side-nav ul li {
    list-style: none;
    padding: 15px 20px;
    border-bottom: 1px solid #225182;
    cursor: pointer;
}
.side-nav ul li.active {
    background: rgba(255, 255, 255, 0.1);
    border-left: 4px solid #4d7b9d;
}
.side-nav ul li i {
    padding-right: 10px;
}
.side-nav ul li a {
    color: #225182;
    text-decoration: none;
    font-weight: bold;
}
.side-nav ul li a:hover {
    border-bottom: none;
}
#pageUserdashboard .content {
        width: 90%;
    margin: auto;
    position: relative;
    overflow: hidden;
    padding: 0;
}
#pageUserdashboard .content .content-wrapper {
    padding: 28px 35px;
}
#pageUserdashboard .content .content-wrapper .content-body {
    background-color: #fff;
    background-clip: border-box;
    box-shadow: -8px 12px 18px 0 rgba(25,42,70,.13);
}
#pageUserdashboard .content-body .user-profile {
    width: calc(25% - 30px);
    height: 718px;
    background-color: #015990;
    margin-right: 30px;
}
#pageUserdashboard .content-body .user-profile .user-avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}
#pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
#pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-edit input {
    display: none;
}
#pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-edit label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
}
#pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-edit label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
#pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-edit label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
#pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
#pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-preview div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#pageUserdashboard .content-body .user-profile .user-profile-text {
        margin-top: 15px;
    text-align: center;
}
#pageUserdashboard .content-body .user-profile .user-profile-text .profile-text {
        color: #ededed;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 28px;
}
#pageUserdashboard .content-body .user-details {
        width: 75%;
}
#pageUserdashboard .content-body .user-details .user-tabs #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}
#pageUserdashboard .content-body .user-details .user-tabs #progressbar .active {
    color: #225182
}
#pageUserdashboard .content-body .user-details .user-tabs #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
    padding: 0;
}
#pageUserdashboard .content-body .user-details .user-tabs #progressbar li:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: block;
    font-size: 5px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#pageUserdashboard .content-body .user-details .user-tabs #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: -1
}

#pageUserdashboard .content-body .user-details .user-tabs #progressbar li.active:before,
#pageUserdashboard .content-body .user-details .user-tabs #progressbar li.active:after {
    background: #225182
} 
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form {
    text-align: center;
    position: relative;
    margin-top: 20px;
    z-index: 1;
}

#pageUserdashboard .content-body .user-details .user-tabs #renewal_form fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 70%;
    margin: auto;
    padding: 40px;
    position: relative
}
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .form-card {
    text-align: left
}

#pageUserdashboard .content-body .user-details .user-tabs #renewal_form fieldset:not(:first-of-type) {
    display: none
}
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .action-button {
    width: 100px;
    background: #225182;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .action-button:hover,
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .action-button:focus {
    background-color: #225182
}
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .form-card .radio-box{
    position: relative;
}
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .form-card .radio-item{
    position: relative;
    margin: 15px 0px;
}
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .form-card .radio-item h1{
    position: relative;
    font-size: 16px;
    float: left;
    padding-left: 25px;
    cursor: pointer;
}
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .form-card .radio-item h1:before{
        content: "";
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    top: 4px;
    border-radius: 100%;
    border: 2px solid #6d6d6d;
}
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .form-card .radio-item h1.active:after{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #0460a9;
    left: 4.5px;
    top: 8.5px;

}
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .form-card .radio-item h1.active:before{
    border: 2px solid #0460a9;
}
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .form-card .radio-item ul{
     position: relative;
    margin-left: 25px;
    display: none;
}
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .form-card .radio-item ul li{
     position: relative;
    cursor: pointer;
    display: table;
    padding-left: 25px;
    padding-bottom: 5px;
}
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .form-card .radio-item ul li ul.inner-radio {
    display: none !important;
}
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .form-card .radio-item ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    top: 4px;
    border-radius: 100%;
    border: 2px solid #6d6d6d;
}
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .form-card .radio-item ul li:after {
    content: none;
}
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .form-card .radio-item ul li.active:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #0460a9;
    left: 4.5px;
    top: 8.5px;
}
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .form-card .radio-item ul li.active:before{
    border: 2px solid #0460a9;
}
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .form-card .radio-item ul li.active{
    color: #225182;
    font-weight: bold;
}
#pageUserdashboard .content-body .user-details .user-tabs #renewal_form .form-card .radio-item ul li input[type='radio'] {
    display: none;
} 
#pageUserdashboard .content-body .user-details .user-tabs #progressbar #cart-1:before, 
#pageUserdashboard .content-body .user-details .user-tabs #progressbar #cart-2:before,
#pageUserdashboard .content-body .user-details .user-tabs #progressbar #cart-3:before {
    font-family: FontAwesome;
    content: "\f111"
}
#pageUserdashboard .content-body .user-details .user-tabs ul {
    list-style: none;
}
#pageUserdashboard .content-body .user-details .user-tabs ul li {
    float: left;
    list-style: none;
    cursor: pointer;
    padding: 0;
}
#pageUserdashboard .content-body .user-details .user-tabs ul li:focus, #pageUserdashboard .content-body .user-details .user-tabs ul li a {
    color: #525252;
    font-weight: bold;
    padding: 8px 15px;
}
#pageUserdashboard .content-body .user-details .user-tabs ul li a:focus {
    outline: none;
}
#pageUserdashboard .content-body .user-details .user-tabs ul li a:hover, #pageUserdashboard .content-body .user-details .user-tabs ul li.ui-state-active a {
    border: none;
    border-bottom: 3px solid #015990;
    color: #015990;
}
#pageUserdashboard .content-body .user-details .user-tabs ul li:after {
    content: none;
}
#pageUserdashboard .content-body .user-details .user-row {
    position: relative;
    background-color: #f7f7f7;
    background-clip: border-box;
    border-radius: 4px;
    padding: 30px;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    border: none;
}
#pageUserdashboard .content-body .user-details .user-row .row-title {
    background: #ececec;
    color: #015990;
    padding: 15px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 18px;
}
#pageUserdashboard .content-body .user-details .user-row .row {}
#pageUserdashboard .content-body .user-details .user-row .row .row-item {
        position: relative;
    width: calc(50% - 30px);
    float: left;
    padding: 10px 15px;
}
#pageUserdashboard .content-body .user-details .user-row .row .row-item h5 {
        font-size: 16px;
}
#pageUserdashboard .content-body .user-details .user-row .row .row-item button.renew {
    background: #015990;
    color: #fff;
    border: none;
    padding: 10px 5px;
    width: 30%;
    margin: auto;
    cursor: pointer;
    font-weight: bold;
}
#pageUserdashboard .content-body .user-details .user-row .row .row-item button.renew:hover {
    background: #225182;
}

/*==========  membershipdashboard css ends  ================*/

/*==========  Newsletters css starts  ================*/
/*

#pageNewsletters h3.news {
    margin-top: 10px;
    margin-bottom: 20px;
}
#pageNewsletters table {
  border-collapse: collapse;
  width: 70%;
    margin: auto;
}
#pageNewsletters th {
    background: #015990;
    color: #fff;
    font-size: 16px;
}
#pageNewsletters td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 10px;
    font-size: 16px;
}
#pageNewsletters td a {
    font-size: 16px;
}
#pageNewsletters tr:nth-child(even) {
  background-color: #dddddd;
}
*/
.schedule-area{
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
    
}
.schedule-tab-content{
    position: relative;
    transition: all 500ms ease;
    margin-top: 30px;
}
.schedule-tab-content .inner-box{
        border: 1px solid #eee;
    border-radius: 5px;
    padding-bottom: 15px;
}
.schedule-tab-content .inner-box .table{
    width: 100%;
    max-width: 100%;
    border: 0;
    border-radius: 5px;
    overflow: hidden;
}

.schedule-tab-content .inner-box .table thead tr th {
    border-bottom: none;
    background: #383c45;
    padding: 22px 20px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    text-align: left;
}

.schedule-tab-content .inner-box .table tbody tr {
    background-color: #fff;
    transition: .5s;
    text-transform: capitalize;
}

.schedule-tab-content .inner-box .table  tbody .time {
    position: relative;
}
.schedule-tab-content .inner-box .table  tbody tr:nth-child(even) {
    background: #f3f3f3;
}
.schedule-tab-content .inner-box .table tbody tr td {
    padding: 22px 20px;
    color: #7a8287;
    text-transform: capitalize;
    border: none;
      border-top: 1px solid #efefef;
}
.schedule-tab-content .inner-box .table tbody .time i {
    margin-right: 5px;
}

/*==========  Newsletters css ends  ================*/

.eachpara {
    margin-bottom: 30px;
}

.column-3 {
    width: 100%;
    box-sizing: border-box;
}

.secondcol {
    margin-top: 20px;
}

.eachcol {
    width: calc(33.33% - 10px);
    float: left;
    padding: 30px 20px;
    box-sizing: border-box;
    border: 0.0625rem solid rgba(247, 160, 2, 0.2);
/*    -webkit-box-shadow: 0 0 8px 4px rgba(111, 111, 111, 0.075);*/
    box-shadow: 0 0 8px 4px rgba(111, 111, 111, 0.075);
    margin-right: 15px;
    min-height: 245px;
    border-radius: 2px;
    transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    background: #ffffff;
}

.eachcol:hover {
    background: rgba(34, 70, 144, 0.9);
    transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}

.eachcol:hover h4 {
    color: #ffffff;
    transition: 0.1s all ease-in-out;
    -ms-transition: 0.1s all ease-in-out;
    -webkit-transition: 0.1s all ease-in-out;
}

.eachcol:nth-child(3) {
    margin-right: 0;
}

.eachcolicon {
    width: 100px;
    height: 100px;
    margin: auto;
    background-position: center;
    background-size: 64px;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    background-color: #f7f7f7;
    border-radius: 100%;
}

.icon1 {
    background-image: url(../assets/home.png);
}

.icon2 {
    background-image: url(../assets/info.png);
}

.icon3 {
    background-image: url(../assets/committee.png);
}

.icon4 {
    background-image: url(../assets/membership.png);
}

.icon5 {
    background-image: url(../assets/man.png);
}

.icon6 {
    background-image: url(../assets/book.png);
}

.icon7 {
    background-image: url(../assets/award.png);
}

.icon8 {
    background-image: url(../assets/newsletter.png);
}

.icon9 {
    background-image: url(../assets/contact.png);
}

.eachcol p {
    text-align: center;
    font-family: semibold;
}

.eachcol h4 {
    font-size: 16px;
    line-height: 26px;
    font-family: semibold;
    text-align: center;
}

.eachcol:hover {
    text-decoration: none;
}
.eachpara_about {
    padding-left: 30px;
    margin-bottom: 30px;
}

/*==========  icons css  ================*/

/*==========  footer css starts  ================*/
    
.footer-fixed-gap{
    padding-bottom: 130px;
}
.footer {
    background: #041e42;
    padding: 20px 0;
    box-sizing: border-box;
    height: 70px;
}
.footer.fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer p {
    color: #ffffff;
    float: left;
    line-height: 30px;
    font-size: 14px;
}

.social {
    float: right;
    color: #ffffff;
}

.social a:hover {
    border-bottom: none;
    cursor: pointer;
}

.social span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../assets/facebook.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 20px;
}

/*==========  footer css ends  ================*/


.title-tabs{
     position: relative;
    border-bottom: 1px solid #969696;
    margin-bottom: 30px;
}

.title-tabs ul{
    position: relative;
}



.title-tabs li.active {
    background: #0460a9;
    color: #fff;
}
.title-tabs li {
    color: #6f727d;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    float: left;
    list-style: none;
    cursor: pointer;
        border-radius: 10px 10px 0px 0px;
}
.title-tabs li:after{
    display: none;
}


.top-gap{
    margin-top: 20px;
}

.read-more {
    border: 2px solid #015990;
    display: table;
    background-color: #fff;
    cursor: pointer;
    box-shadow: none;
    transition: all .2s ease-in-out;
    color: inherit;
    text-decoration: none;
    color: #015990;
}
.read-more a{
    padding: 8px 16px;
    cursor: pointer;
    display: block;
    color: #015990;
}
.read-more:hover {
    background: #015990;
    color: #fff;
}
.read-more:hover a{
    text-decoration: none;
    color: #fff;
    border: none;
}

.SubscribeSection{
    position: relative;
    margin-top: 30px;
}
.SubscribeSection h1{
    color: #fff;
    font-size: 20px;
    line-height: 36px;
}
.SubscribeSection p{
    color: #fff;
    line-height: 21px;
    margin-top: 15px;
}

.SubscribeForm{
    position: relative;
    margin: 13px 10px;
    /* margin-left: -10px; */
    /* margin-right: -10px; */
}
.SubscribeForm .subscribeFormItem{
    position: relative;
    float: left;
    width: calc(100% - 130px);
    margin: 0px 10px;
}
.SubscribeForm .subscribeFormItem.third{
    width: 90px;
}
.SubscribeForm .subscribeFormItem input{
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    color: #000;
    border: 1px solid #0460a9;
    width: 100%;
    border-radius: 0;
    background: transparent;
}
.SubscribeForm .subscribeFormItem input::placeholder {
  color: #000;
  opacity: 1; 
}
.SubscribeForm .subscribeFormItem input:focus{
    outline: none;
}

.SubscribeForm .subscribeFormItem .submit_btn{
    position: relative;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: #ff9900;
    border: 2px solid #ff9900;
    color: #fff;
}
.SubscribeForm .subscribeFormItem .submit_btn:hover{
    background: #fff;
    border: 2px solid #ff9900;
    color: #ff9900;
}

.SubscribeSection ul li:after{
    display: none;
    
}
.SubscribeSection .tick{
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    float: left;
    margin: 25px;
    margin-right: 0;
    cursor: pointer;
}
.SubscribeSection .tick.active i{
    display: block;
}
.SubscribeSection .tick i{
    line-height: 19px;
    margin: 0;
    display: table;
    text-align: center;
    margin-left: 2px;
    color: #ff9900;
    display: none;
}
.SubscribeSection  ul{
    float: right;
    width: calc(100% - 47px);
    padding: 20px;
    box-sizing: border-box;
}
.SubscribeSection  ul li{
    margin: 0;
    padding: 0;
}
.submit_btn.disabled{
    background: #ccc !important;
    border: 2px solid #ccc !important;
    cursor: not-allowed !important;
}
.submit_btn.disabled:hover{
    color: #fff !important;
}


/** select 2 css starts */

.select2-container--open.select2-container--default .select2-selection--single {
    border: 1px solid #015990;
}

.select2-container--focus {
    border: none !important;
    outline: none !important;
    box-shadow: none;
}

.select2-container--default {
    border: none !important;
    outline: none !important;
    box-shadow: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #015990;
    color: white;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #b7b7b7;
    border-radius: 0;
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px;
}


/*
.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus{
outline: none !important;	
	border: none !important;	
}
*/

.select2-selection.select2-selection--single:focus {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container:focus {
    outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    outline: none !important;
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #015990 !important;
    outline: none !important;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #015990 !important;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #015990 !important;
    outline: none !important;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #015990 !important;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #015990 !important;
}


/** select 2 css ends */

.errormsg{
    color: #f00;
    position: absolute;
    bottom: -29px;
    border: 1px solid #f00;
    padding: 3px 15px;
    background: #fff;
    z-index: 1;
    font-size: 12px;
    line-height: normal;
    display:none;
}
.errormsg:before{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: -5px;
    transform: rotate(45deg);
    z-index: -4;
    border-top: 1px solid #f00;
    border-left: 1px solid #f00;
    background: #fff;
}

/* IISA 2014 */
/* IISA 2014*/
.plenary_box{
    position: relative;
    margin-top: 20px;
}
.plenary_item{
    position: relative;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
.plenary_item .plenary_head{
    position: relative;
    padding: 10px 10px;
    border-bottom: 2px solid #0460a9;
    background: #0460a9;
    color: #fff;
    text-align: center;
}
.plenary_item .plenary_content{
    position: relative;
    /* margin-top: 5px; */
    margin: 5px 0px;
}
.plenary_item .plenary_content .plenary_left{
    position: relative;
    width: calc(100% - 190px);
    padding: 20px;
    box-sizing: border-box;
}
.plenary_left p{
    padding: 1px 0px;
}
.plenary_item .plenary_content .plenary_right{
    width: 180px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.plenary_item .plenary_content .plenary_right img{
    width: 100%;
    height: 100%;
}

/* IISA 2015 */
.left_section{
    width: 23%;
    float: left;
}
.left_section ul{
    position: relative;
}
.left_section ul li{
        position: relative;
    padding: 9px 0px;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}
.left_section ul li.active a{
    font-weight: bold;
}
.left_section ul li a{
        color: #222;
}
.left_section ul li a:hover{
    border: none;
}
.left_section ul li:hover a{
    font-weight: bold;
}
.right_section{
    width: 74%;
    float: right;
}

.sponsor_box{
    position: relative;
    padding-top: 30px;
}
.sponsor_box .sponsor_item{
    position: relative;
    margin: 30px 0px;
}

.sponsor_box .sponsor_item a{
    position: relative;
    float: left;
    width: 25%;
}
.sponsor_box .sponsor_item:nth-of-type(3) a{
    width: 20%;
}
.sponsor_box .sponsor_item a:hover{
    border: none;
}
.sponsor_box .sponsor_item img{
    position: relative;
    width: 50%;
    margin: auto;
    display: table;
}
.sponsor_box .sponsor_item a.newlogougc img{
    width: 20%;
}

.sponsor_box .sponsor_item a.newlogougc img, .sponsor_box .sponsor_item a.elsevier img, .sponsor_box .sponsor_item a.unity img, .sponsor_box .sponsor_item a.modern img {
     width: 30%;
}

input::-ms-clear {
	display: none;
}


/*==========  media queries starts  ================*/

@media only screen and (max-width: 1280px) {
    * {
        font-size: 14px;
    }
    .mainsection {
        width: 100%;
    }
    .fixedmenu {
        width: 100%;
    }
    .owl-dots {
        margin-top: 0;
    }
    #smallbanner {
        height: 160px;
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-preview {
        width: 175px;
        height: 175px;
    }
    .userdashboard_contentsection {
        width: 90%;
    }
  
}

@media screen and (max-width:1200px){
    .mainlogo {
        width: 160px;
    }
    .fulltitle {
        width: auto;
        font-size: 26px;
    }
    .menusection ul {
        float: left;
    }
    .menusection ul li {
        padding: 16px 12px;
    }
    .menusection .arrow:after {
        top: 22px;
    }
}

@media screen and (max-width:1150px){
    .fulltitle {
        font-size: 25px;
    }
    .no-arrow {
        padding: 16px 8px !important;
    }
   
    .eachlawarticle ul li {
        font-size: 13px;
    }
 
    ul.eb-offices.innerul.leftfloat {
        float: none;
    }
    .committee-mg {
        margin-left: 50px;
    }
    
    .eachconstarticle h3 {
        font-size: 16px;
    }
    .side-nav {
        width: 180px;
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-preview {
        width: 155px;
        height: 155px;
    }
}
@media screen and (max-width:1024px){
       h2, h3 {
    font-size: 18px;
}
    .userdashboard_contentsection {
        width: 85%;
    }
    .side-nav {
        width: 165px;
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-edit {
        top: 5px;
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-edit label {
        width: 30px;
        height: 30px;
    }
     .container {
        width: 94%;
    }
    .menusection .container {
        width: 98%;
    }   
    .no-arrow {
        padding: 16px 8px !important;
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload {
            max-width: 158px;
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-preview {
        width: 145px;
        height: 145px;
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-preview {
        width: 125px;
        height: 125px;
    }
    #pageUserdashboard .content-body .user-profile {
        height: 782px;
    }
}

@media only screen and (max-width: 1000px) {
    .headersection {
    padding: 11px 0;
    }
    .mainlogo {
    width: 130px;
}
    
.fulltitle {
    font-size: 26px;
    padding: 13px 0;
}
    
    .mainlogo span {
    display: inline-block;
    width: 116px;
    height: 60px;
    }
    .headerbtns.rightfloat{
        display: none;
    }
    .menusection {
        display: none;
    }

    .mobilemenu {
        display: block;
    }

    .dummyheader {
        display: none;
    }
    #smallbanner {
        height: 130px;
    }
    .contentsection {
        padding: 40px 0;
    }
    #pageAnnouncements .title-content {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 950px){
    #pageMembershipdashboard .content-wrapper {
        padding: 22px 30px;
    }
    #pageMembershipdashboard .content-body .card .user-profile-images .user-profile-image {
        height: 120px;
        width: 120px;
        bottom: -55px;
    }
    #pageMembershipdashboard .content-body .card .user-profile-images .user-profile-upload {
            height: 120px;
            width: 120px;
            bottom: -55px;
    }
    #pageMembershipdashboard .content-body .card .user-profile-images .user-profile-upload .inner-row {
        margin: 10px;
        padding: 12px;
    }
    #pageMembershipdashboard .content-body .card .user-profile-text {
        bottom: 85px;
        left: 182px;
    }
    #pageMembershipdashboard .content-body .card .user-profile-text .profile-text {
        font-size: 18px;
    }
    #pageMembershipdashboard .content-body .card .user-profile-text p {
        font-size: 14px;
        line-height: 16px;
    }
    #pageMembershipdashboard .content-body .card .card-body {
        padding: 23px 0;
    }
    #pageMembershipdashboard .content-body .card .card-body .user-profile-nav {
        padding-left: 182px;
    }
    #pageMembershipdashboard .content-body .card .card-body .user-profile-nav .nav-item {
        padding: 6px 15px;
        font-size: 15px;
    }
    #pageMembershipdashboard .content-body .card-row .card .card-body {
        padding: 20px;
    }
    #pageMembershipdashboard .content-body .card-row .card .card-body .card-title {
        padding: 12px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    #pageMembershipdashboard .content-body .card-row .card .card-body .row .row-item {
        width: calc(50% - 10px);
        padding: 5px 5px;
    }
    #pageMembershipdashboard .content-body .card-row .card .card-body .row .row-item h5 {
        font-size: 14px;
    }
    #pageMembershipdashboard .content-body .card-row .card .card-body .row .row-item p {
        font-size: 14px;
    }
    
    .bannersection img {
    margin-top: -100px;
}
}

@media only screen and (max-width: 850px) {
    #pageUserdashboard .content {
        width: auto;
        margin: 0;
    }
    #pageUserdashboard .content-body .user-profile .user-profile-text .profile-text {
        padding: 0 18px;
    }
    #pageUserdashboard .content-body .user-details .user-row .row .row-item {
            width: calc(100% - 30px);
        float: none;
    }
    #pageUserdashboard .content-body .user-profile {
            height: 985px;
    }
}

@media only screen and (max-width: 768px) {
    h2, h3 {
    font-size: 16px;
}

#sponsoredMeetings h2 {
    margin: 15px 0 20px 0;
}
.bodystyle ul li {
    line-height: 23px;
}

.schedule-tab-content .inner-box .table thead tr th {
    padding: 15px 20px;
}

.schedule-tab-content .inner-box .table tbody tr td {
    padding: 15px 20px;
}

.schedule-tab-content .inner-box .table tbody .time {
    position: relative;
    width: 60px;
}
.schedule-area {
    padding: 40px;
}

.eachlawarticle ul li span {
    width: 7%;
}
.lawsplcase ul li p {
    width: 93%;
}

.eachlawarticle ul li ul {
    margin-left: 35px;
}

    .card {
    padding: 20px;
    }
    .rightsecthead {
    padding: 13px 20px;
    font-size: 16px;
}
    
    .bannersection .banner-patch {
    max-width: 450px;
    padding: 30px;
}
.bannersection .banner-title, .bannersection .banner-title a {
    font-size: 22px;
    line-height: 32px;
}

  
    .eachlawarticle ul li span.pdright {
        padding-right: 8px;
    }
     .eachcol {
        padding: 10px;
        min-height: 150px;
    } 
    .eachcolicon {
        width: 80px;
        height: 80px;
        background-size: 55px;
         margin-bottom: 10px;
    }
   headersection {
        padding: 8px 0;
    }
    #smallbanner {
        height: 110px;
    }
    .contentsection {
        padding: 30px 0;
    }

    .dummyheadermain {
        display: block;
            height: 71px;
    }
    .headersection {
        position: fixed;
        top: 0;
    }
    .mainlogo span {
        width: 100px;
        height: 51px;
    }
    .mainlogo {
        width: 120px;
    }
    .mobiletitle {	
        display: block;	
    }	
    .fulltitle {	
        display: none;	
    }
    .eachslide-right {
        width: 100%;
    }
    .eachslide,
    .eachslide-right {
        padding: 20px;
    }
    .eachslide-content p {
        font-size: 14px;
    }
    .bannersection,
    .owl-carousel {
        height: 350px;
    }
    .mobilenav {
        width: 60%;
    }
    .leftsection,
    .rightsection {
        width: 100%;
    }
    .card{
    margin-bottom: 20px;
    }
    .rightsection {
        margin-top: 20px;
    }
    
    #pageLoginForm .login-form {
        padding: 40px;
    }
    #pageMembershipdashboard .content-body .card .user-profile-images .user-profile-image {
        height: 110px;
        width: 110px;
        bottom: -45px;
    }
    #pageMembershipdashboard .content-body .card .user-profile-images .user-profile-upload {
         height: 110px;
        width: 110px;
        bottom: -45px;
    }
    #pageMembershipdashboard .content-body .card .user-profile-images .user-profile-upload .inner-row {
    margin: 8px;
    padding: 10px;
    }
    #pageMembershipdashboard .content-body .card .user-profile-text {
        bottom: 75px;
        left: 165px;
    }
    #pageMembershipdashboard .content-body .card .card-body {
        padding: 18px 0;
    }
    #pageMembershipdashboard .content-body .card .card-body .user-profile-nav {
        padding-left: 165px;
    }
    #pageMembershipdashboard .content-body .card .card-body .user-profile-nav .nav-item {
        font-size: 14px;
    }
    #pageMembershipdashboard .content-body .card-row .card .card-body .row .row-item {
        width: calc(100% - 10px);
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-edit {
            right: 8px;
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-edit label {
        width: 28px;
        height: 28px;
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-edit label:after {
        top: 8px;
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-preview {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (max-width: 650px) {
    .contentsection {
        padding: 30px 0;
    }
    .device-back-icon {
    width: 20px;
    height: 20px;
    }
     .bannersection,
    .owl-carousel {
        height: 300px;
    }

    .mob-submenus ul{
        padding: 0;
    }
    
     #pageLoginForm .login-form {
        width:100%;
        box-sizing: border-box;
         padding: 30px;
    }
    #pageMembershipdashboard .content-body .card-row .card.card-right {
        width: 100%;
    }
    #pageUserdashboard .content-body .user-profile .user-profile-text .profile-text {
        padding: 0 10px;
        font-size: 16px;
    }
    #pageUserdashboard .content-body .user-details .user-row .row .row-item button.renew {
        width: 50%;
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-preview {
        width: 90px;
        height: 90px;
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-edit {
        right: 0px;
        top: 5px;
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload {
        max-width: 100px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width:600px){
    
    .schedule-area {
    padding: 30px;
}
    .bannersection img {
        margin-top: 0;
    }
    .bodystyle h4 {
    font-size: 14px;
}

.bodystyle ol li {
    padding-left: 0;
    display: block;
}
.bodystyle ol li:before {
    content: "|";
    padding-right: 10px;
}
.bodystyle ol li:first-child:before{
       display: initial;
}

}

@media screen and (max-width:500px){
    * {
        font-size: 13px;
    }
    a {
    font-size: 13px;
}
    .device-back-icon {
        width: 14px;
        height: 14px;
    } 
    
        .schedule-area {
    padding: 20px;
}
   
   .contentsection.bodystyle{
       min-height:340px;
   }
   
    .eachlawarticle ul li span.pdright {
        padding-right: 5px;
    }
    
    .bannersection .banner-patch {
    position: relative;
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    max-width: 100%;
}
.bannersection, .owl-carousel {
    height: auto;
}
.bannersection img {
    margin-top: -60px;
}
.bannersection .banner-title, .bannersection .banner-title a {
    font-size: 20px;
    line-height: 30px;
}


.eachconstarticle h3 {
    font-size: 14px;
}

.device-nav ul li {
    padding: 6px 0px;
}

.mob-submenus ul li, .mob-submenus ul li a {
    font-size: 13px !important;
}
.device-nav ul li {
    font-size: 13px;
    padding: 5px 0px;
}

.mobilenav .arrow:after {
    top: 14px;
}

 
}

@media only screen and (max-width: 425px) {
        h2, h3 {
    font-size: 14px;
}
    .eachcol h4 {
    font-size: 14px;
    line-height: 18px;
}
    
    .bannersection .banner-patch {
    max-width: 450px;
    padding: 20px;
}

.eachlawarticle ul li span {
    width: 10%;
}

.lawsplcase ul li p {
    width: 90%;
}
  .schedule-tab-content .inner-box {
    overflow-x: auto;
}
  
  .schedule-tab-content .inner-box .table {
    width: 480px;
    max-width: 480px;
}

    .eachlawarticle ul li span.pdright {
        padding-right: 5px;
    }
    .eachcol {
        padding: 10px;
        min-height: 150px;
    } 
    .eachcolicon {
        width: 80px;
        height: 80px;
        background-size: 55px;
         margin-bottom: 10px;
    }
    #smallbanner {
        height: 110px;
    }
    .sm-title {
        font-size: 18px;
    }

    .contentsection {
        padding: 20px 0;
    }
    .mobilenav {
        width: 90%;
    }
    .mainlogo {
        width: 100px;
    }
    .mainlogo span {
        width: 80px;
        height: 41px;
    }
    .mobiletitle {
        padding: 3px 0;
        font-size: 24px;
    }
    .mobilemenu {
        width: 28px;
        height: 28px;
        right: 20px;
        top: 20px;
    }
    .dummyheadermain {
        height: 74px;
    }
    .card p {
        font-size: 14px;
        word-break: break-word;
    }
   
    .footer {
        height: inherit;
    }
    .social {
        width: 100%;
        float: left;
    }
    .cardtitle {
        font-size: 16px;
    }
    #pageLoginForm .login-form .label {
        font-size: 15px;
    }
    #pageLoginForm .login-form .label-inp input[type='text'], input[type='email'], input[type='password'], input[type='textarea'] {
            width: calc(100% - 30px);
            font-size: 15px;
            height: 40px;
            padding: 0 15px;
    }
    #pageLoginForm .login-form .submit-btn .submit {
        height: 50px;
        font-size: 15px;
        line-height: 50px;
    }
    #pageLoginForm .login-form .reg-page {
        padding-top: 30px;
    }
    #pageRegistration .reg-form .sub-input .inp {
        width: calc(100% - 15px);
        float: none;
    }
    .dummyheadermain {
    height: 66px;
}
    
    
    .mobilemenu {
        width: 24px;
        height: 24px
    }
    
    #pageLoginForm .login-form .label-inp input {
        height: 40px;
    }
   
    #pageNewsletters td, th {
        font-size: 13px;
    }
    #pageNewsletters td a {
        font-size: 13px;
    }
    #pageMembershipdashboard .content-body .card-row .card .card-body .row .row-item {
        width: calc(100% - 10px);
        float: none;
    }
    #pageMembershipdashboard .content-body .card .user-profile-images .user-profile-image {
        height: 90px;
        width: 90px;
        bottom: -40px;
    }
    #pageMembershipdashboard .content-body .card .user-profile-images .user-profile-upload {
        height: 90px;
        width: 90px;
        bottom: -40px;
    }
    #pageMembershipdashboard .content-body .card .user-profile-images .user-profile-upload .inner-row {
        margin: 5px;
        padding: 5px;
    }
    #pageMembershipdashboard .content-body .card .user-profile-images .user-profile-upload .inner-row .plus-icon .submitbtn {
            margin-top: 5px;
    }
    #pageMembershipdashboard .content-body .card .user-profile-text {
        bottom: 65px;
        left: 135px;
    }
    #pageMembershipdashboard .content-body .card .user-profile-text .profile-text {
        font-size: 17px;
    }
    #pageMembershipdashboard .content-body .card .card-body .user-profile-nav {
        padding-left: 135px;
    }
    #pageMembershipdashboard .content-body .card .card-body .user-profile-nav .nav-item {
        padding: 3px 10px;
    }
    #pageMembershipdashboard .content-body .card .card-body {
        padding: 15px 0;
    }
    #pageUserdashboard .content .content-wrapper {
            padding: 20px;
    }
    #pageUserdashboard .content-body .user-profile {
        width: calc(30% - 20px);
        margin-right: 20px;
            height: 760px;
    }
    #pageUserdashboard .content-body .user-profile .user-profile-text {
        margin-top: 8px;
    }
    #pageUserdashboard .content-body .user-profile .user-profile-text .profile-text {
        padding: 0;
        font-size: 13px;
    }
    #pageUserdashboard .content-body .user-details {
        width: 70%;
    }    
    #pageUserdashboard .content-body .user-details .user-row {
            padding: 20px;
        margin-bottom: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }
    #pageUserdashboard .content-body .user-details .user-row .row-title {
            padding: 10px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    #pageUserdashboard .content-body .user-details .user-row .row .row-item {
            width: calc(100% - 10px);
        padding: 5px;
    }
    #pageUserdashboard .content-body .user-details .user-row .row .row-item h5 {
        font-size: 14px;
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload {
        max-width: 85px;
        margin-bottom: 15px;
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-edit label {
        width: 20px;
        height: 20px;
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-edit label:after {
        top: 5px;
    }
    #pageUserdashboard .content-body .user-profile .user-avatar-upload .user-avatar-preview {
        width: 72px;
        height: 72px;
    }
     .card {
    padding: 15px;
    }
    
    .folder {
    margin: 20px;
    margin-bottom: 40px;
    width: 140px;
    height: 112px;
}
    
}

@media screen and (max-width:400px){
    
        .schedule-area {
    padding: 15px;
}
        .folder {
        margin: 15px;
        margin-bottom: 40px;
        width: 135px;
        height: 107px;
    }
    
    #pageJournals .content-img a {
       width:100%;
}

#pageJournals .content-img p {
        width: calc(100% - 0px);
}


}

