html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    font-weight: 400;
    margin: 0;
}

textarea, p, input, div, span, li, button, table {
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1270px;
    }
}


ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
p {
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    margin-bottom: 15px;
}
img {
    max-width: 100%;
    border: 0;
}
.clear {
    clear: both;
    float: none;
    width: 100%;
}
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
a {
    text-decoration: none !important;
    transition: all 0.2s ease-in;
    color: #d01414;
}
a:hover {
    color: #000;
}
a, span {
    display: inline-block;
}
:focus {
    box-shadow: none !important;
    outline: none !important;
}
.top-seach .form-control {
    display: block;
    width: 100%;
    height:44px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #1d537f;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 30px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-sizing: border-box;
}
/*------------------common-css End-------------------*/

.top-black {
    background-color: #000;
    padding: 8px 0;
}
.logo.logo-section img {
    width: 97%;
}
.top-section {
    background-color: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 5px 0;
}
.top-menu-bg {
    position:relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 40px;
    background-color:#034071;
}



.top-phone {
    font-size: 25px;
    color:#000;
    padding: 10px 0 10px 10px;
    margin-top: 8px;
    font-family: 'Roboto', sans-serif;
}
.top-email{
    display: flex;
    align-items:center;
    justify-content: end;
}
button#sidebarCollapse {
    border: 0;
}

.ment-top{
    text-align: right;
}
.top-seach{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 70%;
    position: relative;
}

.login-bt{
    padding-right: 20px;
}
.login-bt a{
    color:#fff;
}
.login-bt a:hover{
    color:#1b99fd;
}

.login-ri{
    display: flex;
    color:#fff;
    font-size: 16px;
    justify-content: end;
    align-items: center;
}

.top-seach button {
    background-color: transparent;
    border: 0;
    color: #fff;
    position: absolute;
    right: 20px;
}

.top-seach ::placeholder {
    color: #fff;
    opacity: 1;
}

.top-seach :-ms-input-placeholder {
    color: #fff;
}

.top-seach ::-ms-input-placeholder {
    color: #fff;
}



#bannerslider .owl-prev {
    position: absolute;
    top: 50%;
    right: 20px;
    display: none;
}
#bannerslider .owl-prev span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}
#bannerslider .owl-next span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}
#bannerslider .owl-next {
    position: absolute;
    display: none;
    top: 50%;
    left: 20px;
}
#bannerslider .owl-nav {
    display: none;
}
#bannerslider .owl-dot span {
    background-color: #4c84c9;
    width: 14px;
    height: 14px;
    margin: 2px;
    border-radius: 50%;
}
#bannerslider .owl-dot.active span {
    background-color: #fff;
    width: 14px;
    border-radius: 50%;
    height: 14px;
}
#bannerslider .owl-dots {
    display: flex;
    margin-top: -50px;
    z-index: 20;
    position: absolute;
    bottom: 20px;
    left: 20px;
}


/* ---------------------------------------------------
   megamenu STYLE
----------------------------------------------------- */
#sidebarCollapse{
    border: 0;
    background-color: transparent;
}

#sidebar {
    width: 400px;
    position: fixed;
    top: 0;
    right: -400px;
    height: 100vh;
    z-index: 999;
    background-color:#013864;
    color: #4c4c4c;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    font-size: 26px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;

    position: absolute;
    color: #fff;
    top: 10px;
    left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #4c4c4c;
}

.overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;

    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 50px 20px 0 20px;

}

#sidebar .sidebar-header img {
    width: 172px!important;

}


#sidebar ul.components {
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #d8d8d8;
    height: 663px;
    overflow-y: scroll;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 3px 10px 6px 10px;
    font-size: 15px;
    display: block;
    color: #fff;
}

#sidebar ul li:hover {
    color: #fff;
    background: #1b99fd;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #4c4c4c;
    background: #d8d8d8;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.left-iconm{
    padding-right: 8px;
}


/* ---------------------------------------------------
   megamenu STYLE
----------------------------------------------------- */






.top-menu-bg.innner-hed #cssmenu > ul > li > a {
    color: #09094c;
}
.top-menu-bg.innner-hed #cssmenu ul li.active a {
    background-color: #09094c;
    color: #fff;
}

#header {
    position: relative;
    z-index: 50;
}
#header.fixed-nav {
    position: fixed;
    padding: 0px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 51;
    top: 0;
}
#header.fixed-nav .navbar-dark .navbar-nav .nav-link {
    color: #000;
    padding: 12px 24px;
    margin-top: 0px;
}
#header.fixed-nav .navbar-brand {
    left: 0;
    text-align: center;
    top: -40px;
}
#header.fixed-nav .top-cart-sec li {
    padding: 18px 3px 0px 3px;
}
#header.fixed-nav .cart-cou {
    top: 15px;
}
#header.fixed-nav .topcard-s ul li a {
    color: #fff
}
#header.fixed-nav .topcard-s ul li {
    padding: 0px 15px;
}
.fixed-nav .navbar-brand.mx-auto img {/* filter: brightness(0.1);*/
    width: 50%;
    transition: all .4s ease-in-out;
}
#header.fixed-nav #cssmenu>ul {
    margin-top: 6px;
}
#header.fixed-nav .topcard-s {
    width: 100%;
    margin-top: 0px;
}
#header.fixed-nav .top-menu-bg{
    background-color:#034071;
}
#header.fixed-nav .top-menu-bg.innner-hed{
    background-color:#034071;
    box-shadow: 0 0 10px #ddd;
}

.banner {
    position: relative;
    z-index: 8;
    font-family: 'Roboto', sans-serif;
}


.banner video {
    object-fit: cover;
    width: 100%;
    height: 100vh;


}

.banner-info {
    position: absolute;
    top: 60%;
    left: 9%;
    transform: translate(-0%, -50%);
    font-size: 50px;
    color: #fff;
    margin: 0 0 6px 0;
    font-weight: 600;
    z-index: 10;
    width: 800px;
    font-family: 'Roboto', sans-serif;
}






.common-sec{
    margin: 40px 0 0 0
}
.foreword-box{
    background-color:#fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 20px #ddd;
}
.foreword-box1{
    box-shadow: 9px 12px 0px -1px rgb(99 150 189);
    border-radius: 5px;
}
.foreword-title{
    font-family: 'Roboto', sans-serif;
    color:#034071;
    font-size: 22px;
    margin: 0 0 0px 0;
    font-weight: 600;
}

.read-mor{
    padding: 7px 25px;
    font-size: 15px;
    color:#222222;
    border-radius:5px;
    border: solid 1px #222;
    background-color:#fff;
}

.read-mor:hover{
    color:#fff;
    border-radius:5px;
    border: solid 1px #034071;
    background-color:#034071;
}



.green-sec{
    margin: 40px 0 0 0;
    position: relative;
    padding: 30px 0;
    background-color:#bfeae8;
    transition: All,2s;
}

.green-sec:hover{
    background-color:#1f9cfe;
    transition: All,1s;
}




.centar-title{
    font-family: 'Roboto', sans-serif;
    color:#111;
    font-size: 25px;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.nursing-box{
    background-color:#fff;
    box-shadow: 0 0 20px #add0ce;
    border-radius: 5px;
    padding: 15px;
}

.nursi-img{
    margin-right:20px;
    width: 200px;
}
.centar-title-img{
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    font-weight: 600;
    color:#005799;
    font-size: 20px;
}
.text-img{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.modules-noum{
    font-family: 'Roboto', sans-serif;
    color:#111;
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: 600;
}


.boder-rr{
    border-right: solid 1px #ddd;
    padding: 0 1;
}


.modules-box{
    box-shadow: 0 0 15px #ddd;
    background-color: #fff;
    padding: 10px 20px;
    position: relative;
    height: auto;
    min-height: 122px;
}

.modules-box::after{
    position:absolute;
    content: "";
    width: 2%;
    height: 100%;
    left: 0px;
    top: 0%;
    z-index: 0;
    background-color: #005799;
    transition: All,0.5s;
}

.modules-box:hover::after{
    width: 100%;
}

.modules-contant{
    position: relative;
    z-index: 6;
    display: flex;
    align-items: center;
}
.modules-b-title{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 0px;
    color:#005799;
}
.modules-contant a{
    color:#005799;
}
.modules-contant a:hover{
    color:#fff;
}
.modules-box:hover .modules-b-title a{
    color:#fff!important;
}
.modules-icon{
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modules-ico-w{
    width: 80px;
    height: 80px;
}
.main-icon{
    width: 30%;
    padding-right: 4%;
}
.main-icon-text{
    width: 71%;
}

.pending-t{
    font-size: 14px;
    color: #ccc;
    padding-top: 8px;
}
.modules-box:hover .pending-t{
    color: #fff;
}

.login-reg{
    border: solid 1px #fff;
    padding: 8px 20px;
    border-radius: 30px;
}
.login-reg:hover{
    border: solid 1px #005799;
}

.pending-g{
    font-size: 14px;
    color:#02e302;
    padding-top: 8px;
}


.login-page-box{
    max-width: 600px;
    border-radius: 5px;
    box-shadow: 0 0 20px #ddd;
    padding: 30px;
    margin: 30px auto 30px auto;

}
.login-title{
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 20px;
    font-weight: 600;
    margin: 0px 0 20px 0;
    color:#005799;
}
.modal-header .close {
    padding: 8px 20px 8px 8px;
    margin: -1rem -1rem -1rem auto;
}
.login-page-box1 .form-control{
    height: 50px;
    box-shadow: 0 0 10px #ddd;
}
.login-page-box .form-control{
    height: 50px;
    box-shadow: 0 0 10px #ddd;
}
.login-page-box1{
    max-width: 600px;
    padding: 10px 25px 25px 25px ;
}
.get-otp-bt {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #005799;
    font-size: 16px;
    padding: 10px 80px;
    border-radius: 5px;
    margin: 0 0 0px 0;
    font-weight: 600;
}
.get-otp-bt:hover{
    background-color:#1b99fd;
    color: #fff;
}


/*----------- footer-sectopn ------------*/


.footer-section {
    border-top: solid 0px #ddd;
    margin-top: 40px;
    padding: 30px 0 0px 0;
    background-color:#005799 ;
    position: relative;

}
.footerll{
    position: relative;
    z-index: 4;
}



.footer-section h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 400;
    padding: 0px 0 0 0px;
    color: #77c624;
    margin: 0px 0 20px 0;
    text-transform: uppercase;
    position: relative;
}

.social-icon-b{
    font-size: 22px;
    width: 24px;
}

.footer-section p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.footer-section ul {
    color: #fff;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.footer-section ul li {
    color: #fff;
    font-size: 14px;
    padding-bottom: 0px;
    font-weight: 300;
    line-height: 26px;
}
.copy-right {
    border-top: solid 0px #2a393a;
    padding: 17px 0 0px 0;
    margin-top: 0px;
    color: #fff;
}
.copy-right a {
    color: #fff;
}

.copy-right .text-r {
    text-align: right;
}
.footer-section li a {
    color: #fff;
}

.footer-section li a:hover {
    color: #77c624;
}
.footer-logo-s img {
    width: 150px;
}
.text20{
    font-size: 20px;
    font-weight: 400;
    color:#fff;
    margin: 15px 0 15px 0
}

.footer-social {
    margin: 8px 0;
}
.footer-social a {
    display: inline-block;
    margin: 0 4px 0 4px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    color: #ff0000;
    font-size: 20px!important;
    line-height: 38px;
    border: 0px solid #2d8ff1;
}
.footer-social a:hover {
    color: #fff;
    border: 0px solid #000;
}
.mb-1.images-set img {
    padding: 4px;
    width: 32%;
}

ul.list-unstyled.components li{
    position: relative;
    padding-left: 15px;
    border-bottom: solid 1px #034a7f;

}

ul.list-unstyled.components li:before {
    font-family: FontAwesome;
    content: "\f101";
    font-size: 11px;
    color: #fff;
    width: 30px;
    left: 10px;
    position: absolute;
    top: 6px;
}


.module-me{
    font-size: 13px;
    padding-left: 0px;
    color:#bfeae8;
    line-height: 15px;
    padding-top: 0px;
}

.forword-img{
    width: 300px;
    padding: 10px 0px 20px 20px;
    float:right;
}

.signer-right{
    float: right;
    margin-top: 20px;
}


#sidebar ul.components {
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #d8d8d8;
    height: 600px;
    overflow-y: scroll;
}
.centar-title-inner {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color:#005799;
    font-size: 20px;
    padding: 8px 40px;
    border-radius: 40px;
    margin: 0 0 20px 0;
    display: inline-block;
    font-weight: 400;
}
.centar-title-innersm{
    font-size:22px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.centar-title-innersm-b{
    font-size:26px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.mdule-box-m{
    background-color:#4397da;
    padding: 25px 25px  25px  0 ;
    border-left: solid 8px #2670ab;
}
.sm-midule-title{
    background-color: #2670ab;
    padding: 5px 50px 5px 20px ;
    font-size: 24px;
    color:#fff;
    display: inline-block;
    margin-bottom: 25px;
}

.mdule-box-m ul li{
    list-style-type: none;
    font-size: 17px;
    padding: 0 0 8px 0;
    position: relative;
    padding-left: 25px;
    color: #fff;
}

.mdule-box-m  li:before {
    font-family: FontAwesome;
    content: "\f101";
    font-size: 11px;
    color: #fff;
    width: 30px;
    left: 10px;
    position: absolute;
    top: 3px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-title{
    font-size: 20px;
    color:#0057a4;
}
.panel-title a{
    color:#0057a4;
    font-size: 20px;
}
.panel-default>.panel-heading {
    font-size: 20px;
    color: #0057a4;
    background-color: #f0eded;
    border-color: #f0eded;
    border-bottom: solid 1px #ddd;
    padding: 0;


}
.panel-body{
    padding: 15px 0  8px 0;
}


.panel-body ul li{
    list-style-type: none;
    font-size: 16px;
    padding: 0 0 8px 0;
    position: relative;
    padding-left: 25px;
    color: #000;
}

.panel-body li:before {
    font-family: FontAwesome;
    content: "\f101";
    font-size: 11px;
    color: #40b6af;
    width: 30px;
    left: 10px;
    position: absolute;
    top: 3px;
}




.panel-title {
    font-size: 22px;
    color: #0057a4;
    margin-top: 20px;
    margin-bottom: 0;
}
.panel-titlesm{
    font-size: 18px;
    color:#0057a4;
    margin: 10px 0 15px 0;
    font-weight: 500;
}
.panel-titlesm1{
    font-size: 17px;
    color:#1c9f97;
    margin: 10px 0 0px 0;
    font-weight: 500;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }

}



.panel-body h2 {
    font-size: 18px;
    color: #0057a4;
    margin: 10px 0 15px 0;
    font-weight: 500;
}
.panel-body h3 {
    font-size: 17px;
    color: #1c9f97;
    margin: 10px 0 10px 0;
    font-weight: 500;
}


.table thead {
    background: #50c2bb;
    font-size: 16px;
    color: #fff;
    padding: 10px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #50c2bb;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #50c2bb;
}

.table-responsive table{
    max-width: 800px;
}

.assessment-bt {
    border-radius: 30px !important;
    padding: 10px 40px;
    background: #01589d;
    font-size: 18px;
    color: #fff;
}

.assessment-bt1 {
    border-radius: 30px !important;
    padding: 10px 40px;
    background: #034071;
    font-size: 18px;
    color: #fff;
}


.assessment-bt:hover {
    background: #034071;
    color: #fff;
}




.assessment-bt1:hover {
    background: #01589d;
    color: #fff;
}




.assessment-mt{
    margin-top:0px;
}

.question {
    background: #FFF;
    margin: 15px;
    padding: 14px 16px;
    border-radius: 12px;
    box-shadow: 0px 0px 8px #e8e8e8;
    max-width: 1000px;
    margin: auto auto 25px auto;
}

.question-number {
    background: #ff4f91;
    color: #FFF;
    float: left;
    border-radius: 50%;
    margin-right: 9px;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 32px;
    font-weight: 900;
}
.question-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.question-title {
    margin-bottom: 0px;
}

.question-title {
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    margin-left: 10px;

}
.radio-toolbar {
    margin-left: 50px;
}

.radio-option {
    letter-spacing: 0.5px;
    display: block;
    position: relative;
    padding-left: 23px;
    margin-bottom: 12px;
    /* cursor: pointer; */
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}
.radio-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-option input:checked ~ .checkmark {
    background-color: #70f920;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-option input:checked ~ .checkmark:after {
    display: block;
}

.radio-option .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.bottom-sect{
    background-color:#f5f4f4;
    padding: 20px 0;
    width: 100%;
    border-radius: 2px;
    margin-top: 40px;
}

.get-otp-bt-c {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #1b99fd;
    font-size: 16px;
    padding: 10px 60px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-left: 10px;
    margin: 0 0 0px 0;
    font-weight: 600;
}
.get-otp-bt-c:hover{
    background-color:#005799;
    color: #fff;
}

.login-page-box {
    max-width: 600px;
    border-radius: 5px;
    box-shadow: 0 0 20px #ddd;
    padding: 30px;
    margin: 30px auto 30px auto;
}


.presentation-bt {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #02685b;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-left: 10px;
    margin: 0 0 0px 0;
    font-weight: 400;
}
.presentation-bt:hover{
    background-color:#015699;
    color: #fff;
}


.presentation-bt1 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #015699;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-left: 10px;
    margin: 0 0 0px 0;
    font-weight: 400;
}
.presentation-bt1:hover{
    background-color:#02685b;
    color: #fff;
}
.two-bt-top {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom:0px;
    justify-content: space-between;
    margin-top:0px;
}

.bottom-button{
    max-width: 1000px;
    margin: auto;
    padding: 0px 20px 0px 20px;
}

.mar-left-butt{
    margin-left:50px;
}

.blue-box {
    border: 1px solid #0057a4;
    background: #f4faf9 !important;
    padding: 15px;
    margin-bottom: 20px;
}

.tclass tr th {
    border-right: 1px solid #43aaa4;
    border-bottom: 1px solid #50c2bb;
    padding: 6px;
}


.tab-header {
    background: #50c2bb;
    font-size: 16px;
    color: #fff;
    padding: 10px;
}

.table-responsive table.table.tclass.table-sm.table.table-bordered.ww {
    max-width: 100%!important;
    display: block;
}

.li-style0{
    color: #0057a4;
    font-style: italic;
}

.table-responsive table.tble1full {
    max-width: 100%!important;
}

.modle3-tab{
    border: 1pt solid rgb(80, 194, 187);
    background: rgb(121, 204, 199);
    padding: 0in;
    height: 21.05pt;
    vertical-align: top;
    margin:0in;
    margin-bottom:.0001pt;
    font-size:15px;
    color:#fff;
    margin-top:5.0pt;
    margin-right:0in;
    margin-left:3.95pt;
    font-weight: bold;
    padding-left: 10px;


}

.table-responsive table.tclass.tble1full {
    max-width: 100%!important;
}



.tclass tr th {
    border-right: 1px solid #43aaa4;
    border-bottom: 1px solid #50c2bb;
    padding: 6px;
}
.tab-header {
    background: #50c2bb;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    text-align: left;
}


.tclass tr td:first-child {
    border-left: 1px solid #50c2bb;
}

.tclass tr td {
    border-right: 1px solid #50c2bb;
    border-bottom: 1px solid #50c2bb;
    padding: 6px;
    vertical-align: top;
    text-align: left;
}



.panel-body ol {
    margin-left: 0;
    padding-left: 0!important;
}




.blue-b {
    font-weight: bold;
    color: #0057a4;
}

.modale-video iframe{
    width: 100%;
    height: 350px;
}

.search-box {
    box-shadow: 0 0 15px #ddd;
    background-color: #fff;
    padding: 10px 20px;
    position: relative;
    height: auto;
    min-height: 225px;
}

.main-icon-sear{
    width: 100%;
}

.main-icon-text-ser {
    width: 100%;
}
.modules-b-title-s {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #005799;
}


.search-box a {
    color: #005799;
}
.search-box a:hover {
    color: #111;
}


.modules-new-box {
    box-shadow: 0 0 20px #ddd !important;
    background-color: #fff !important;
    padding:30px !important;
    position: relative !important;
    max-width: 500px !important;
    margin: auto !important;


}



.form-group {
    margin-bottom: 1rem;
}





.accordion-item h4 {
    color: #0057a4;
    font-size: 20px;
}


.accordion-button {
    font-size: 20px;font-weight: 500;
    color: #0057a4!important;
    background-color: #f0eded;
    border-color: #f0eded;
    border-bottom: solid 0px #ddd;
    padding: 10px;
}


.accordion-button:not(.collapsed) {
    background-color: #f0eded;
    border-color: #fff;  
}
.accordion-item {border: 0px;margin-bottom: 20px;

}

.accordion-body { padding-left: 0px;padding-right: 0px;
    
}
.table thead th {
    background: #50c2bb!important;
    font-size: 16px;
    color: #fff;
    padding: 10px;
}


.accordion-body ul li {
    list-style-type: none;
    font-size: 16px;
    padding: 0 0 8px 0;
    position: relative;
    padding-left: 25px;
    color: #000;
}

.accordion-body li:before {
    font-family: FontAwesome;
    content: "\f101";
    font-size: 11px;
    color: #40b6af;
    width: 30px;
    left: 10px;
    position: absolute;
    top: 3px;
}

.accordion-body h2 {
    font-size: 18px;
    color: #0057a4;
    margin: 10px 0 15px 0;
    font-weight: 500;
}



.accordion-body h3 {
    font-size: 17px;
    color: #1c9f97;
    margin: 10px 0 10px 0;
    font-weight: 500;
}


.modale-video video{width: 100%;}














@media only screen and (max-width: 1024px) {
    .top-menu-bg {
        padding: 10px 0px;
    }
}



@media only screen and (max-width: 840px) {
    .top-menu-bg {
        padding: 10px 0px;
    }
    .bottom-sect {
        padding: 15px;
    }
    .two-bt-top {
        margin-top: 0;
    }
}


@media only screen and (max-width: 767px) {
    .top-logo img {
        width: 131px;
    }
    .ment-top {
        margin-top: 13px;
    }
    .foreword-title {
        font-size: 24px;
        margin: 0 0 14px 0;
        font-weight: 600;
    }
    .common-sec {
        margin: 30px 0 0 0;
    }
    .centar-title {
        font-size: 24px;
        margin: 0 0 15px 0;
    }
    .green-sec {
        margin: 0px 0 0 0;
        padding: 20px 0;
    }
    .text-img {
        display: inherit;
        align-items: center;
        justify-content: space-around;
        text-align: center;
        width: 100%;
    }
    .nursi-img {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .centar-title-img {
        font-size: 25px;
        margin-bottom: 13px;
    }
    .boder-rr {
        border-right: solid 0px #ddd;
        padding: 0 1;
        text-align: center;
    }
    .nursing-box {
        text-align: center;
    }
    .modules-b-title {
        font-size: 19px;
        margin-top: 6px;
    }
    .centar-title-img {
        text-align: center;
    }
    .footer-section {
        margin-top: 30px;
        padding: 30px 0 0px 0;
    }
    .read-mor {
        padding: 8px 20px;
        font-size: 14px;
    }
    .padd-mob{
        margin-top: 20px;
    }
    .mb-5, .my-5 {
        margin-bottom: 2rem!important;
    }
    #sidebar {
        width: 370px;
        position: fixed;
        top: 0;
        right: -370px;
    }

    #sidebar ul.components {
        padding: px 0 20px 0;
        border-bottom: 0px solid #d8d8d8;
    }
    #sidebar ul li a {
        font-size: 14px;
    }
    .centar-title-inner {
        font-size: 22px;
        padding: 8px 40px;
        margin: 0 0 17px 0;
    }
    .centar-title-innersm {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 11px 0;
    }
    p {
        line-height: 24px;
        font-size: 15px;
        color: #444;
        margin-bottom: 15px;
        text-align: justify;
    }

    .top-seach {
        width: 100%;
    }
    .login-page-box1 {
        padding: 4px 4px;
    }
    .login-ri {
        justify-content: space-between;
        margin-top: 8px;
    }
    .get-otp-bt {
        font-size: 16px;
        padding: 8px 40px;
    }
    .modules-icon {
        width: 75px;
        height: 75px;
    }
    .centar-title-img {
        font-size: 21px;
        margin-bottom: 4px;
    }
    .boder-rr {
        font-size: 15px;
    }

    .foreword-box {
        margin-bottom: 25px;
    }
    .login-reg {
        padding: 6px 17px;
        font-size: 14px;
    }
    .question-title {
        width: 70%;
    }

    .assessment-bt {
        padding: 8px 30px;
        font-size: 16px;
    }
    .assessment-bt1 {
        padding: 8px 30px;
        font-size: 16px;
    }
    .get-otp-bt-c {
        font-size: 16px;
        padding: 8px 40px;
    }
    .panel-title a {
        color: #0057a4;
        font-size: 16px;
    }
    .mdule-box-m ul li {
        font-size: 15px;
        padding: 0 0 6px 25px;
    }
    .sm-midule-title {
        padding: 5px 30px 5px 20px;
        font-size: 20px;
        margin-bottom: 19px;
    }
    .centar-title-inner {
        font-size: 16px;
        padding: 7px 40px;
        margin: 0 0 17px 0;
    }
    .centar-title-innersm {
        font-size: 17px;
    }
    .mt-5, .my-5 {
        margin-top: 1rem!important;
    }
    .bottom-button {
        padding: 0 0 20px 0;
    }
    .centar-title-innersm-b {
        font-size: 22px;
        margin: 0 0 20px 0;
    }
    .mar-left-butt{
        margin-left:8px;
    }

    .presentation-bt {
        font-size: 12px;
        padding: 10px 15px;
    }
    .presentation-bt1 {
        font-size: 12px;
        padding: 10px 15px;
    }
    .no-padding-mo{
        padding: 0px!important;
    }
    table {
        font-size: 15px;
    }

}




@media only screen and (max-width: 667px) {

    .forword-img {
        width: 100%;
        padding: 0 0px 20px 0;
    }

}