@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: "myFont";
    font-weight: 400;
    src: url(../fonts/myFont-1.eot?#iefix);
    src: url(../fonts/myFont-1.eot?#iefix) format("eot"), url(../fonts/myFont-1.woff2) format("woff2"), url(../fonts/myFont-1.woff) format("woff"), url(../fonts/myFont-1.ttf) format("truetype")
}

@font-face {
    font-family: "myFont";
    font-weight: 600;
    src: url(../fonts/myFont-2.eot?#iefix);
    src: url(../fonts/myFont-2.eot?#iefix) format("eot"), url(../fonts/myFont-2.woff2) format("woff2"), url(../fonts/myFont-2.woff) format("woff"), url(../fonts/myFont-2.ttf) format("truetype")
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "HelveticaNeueLTStd-Bd";
  src: url("../fonts/HelveticaNeueLTStd-Bd.eot"); /* IE9 Compat Modes */
  src: url("../fonts/HelveticaNeueLTStd-Bd.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/HelveticaNeueLTStd-Bd.otf") format("opentype"), /* Open Type Font */
    url("../fonts/HelveticaNeueLTStd-Bd.svg") format("svg"), /* Legacy iOS */
    url("../fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), /* Modern Browsers */
    url("../fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "HelveticaNeueLTStd-Md";
  src: url("../fonts/HelveticaNeueLTStd-Md.eot"); /* IE9 Compat Modes */
  src: url("../fonts/HelveticaNeueLTStd-Md.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/HelveticaNeueLTStd-Md.otf") format("opentype"), /* Open Type Font */
    url("../fonts/HelveticaNeueLTStd-Md.svg") format("svg"), /* Legacy iOS */
    url("../fonts/HelveticaNeueLTStd-Md.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/HelveticaNeueLTStd-Md.woff") format("woff"), /* Modern Browsers */
    url("../fonts/HelveticaNeueLTStd-Md.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url("../fonts/HelveticaNeueLTStd-Lt.eot"); /* IE9 Compat Modes */
  src: url("../fonts/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/HelveticaNeueLTStd-Lt.otf") format("opentype"), /* Open Type Font */
    url("../fonts/HelveticaNeueLTStd-Lt.svg") format("svg"), /* Legacy iOS */
    url("../fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), /* Modern Browsers */
    url("../fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

ul,
ol {
    margin: 0px;
    padding: 0;
    list-style: none;
}

*,
*:before,
*:after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a,
img {
    border: 0px;
    outline: 0px;
    color: #16acc4;
    text-decoration: none;
    /* vertical-align: top; */
}

p {
    display: block;
    margin-bottom: 15px;
    font-weight: 300;
}

.scrollup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 99;
}

.scrollup img {
    height: 40px;
    opacity: 0.5;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.scrollup:hover img {
    opacity: 1
}

body {
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    overflow-x: hidden;
    font-weight: 400;
    position: relative;
    font-family: "HelveticaNeueLTStd-Lt";
    background: #fff;
    color: #333;
    letter-spacing: 0.5px;
}

input,
select,
textarea,
button {
    font-family: "HelveticaNeueLTStd-Lt";
    font-size: 15px;
}

input[type=file]:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin: 0;
    padding: 0;
    color: #111;
    line-height: 1.2;
}

.fullbody {
    width: 100%;
    float: left;
    position: relative;
}

.fullpage {
    position: relative;
    max-width: 1200px;
    min-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

/*.mainbanner*/
.videobanner {
    height: 100vh;
    overflow: hidden;
    background-image: url(../images/poster.jpg);
    background-size: cover;
    background-position: center;
}

.videobanner:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    content: '';
    opacity: 0.5;
    z-index: 1;
}

.videobanner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    /*display: none;*/
}

/*textbanner*/
.textbanner {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    z-index: 5;
    width: 50%;
    padding: 40px;
   /*  background-color: rgba(0, 0, 0, 0.5); */
    transform: translate(-50%, -50%);
}
.textbanner1 {
    position: absolute;
    width: 100%;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.65);
}
.textbanner h1 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
    font-family: "HelveticaNeueLTStd-Bd";
}
.textbanner p{
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    font-family: "HelveticaNeueLTStd-Lt";
}
.textbanner .form {
    padding: 0 10%;
    font-size: 13px;
    color: #fff;
}
.textbanner .form a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.textbanner .form a:hover{text-decoration: underline;}
.textbanner .form a:after {
    display: inline-block;
    background: currentColor;
    content: '';
    height: 10px;
    width: 1px;
    margin: 0 5px;
    vertical-align: middle;
}
.textbanner .form a:last-child:after {
    display: none;
}
.textbanner form button, .textbanner1 form button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    height: 50px;
    border: 0px;
    width: 50px;
    background: #dda600;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.textbanner1 form button {height: 40px; width: 40px; top: 5px; right: 5px; border-radius: 0px;}
.textbanner form button:hover, .textbanner1 form button:hover {
    background: #c99700;
}
.textbanner form input, .textbanner1 form input {
    width: 100%;
    float: left;
    height: 70px;
    padding-left: 20px;
    padding-right: 150px;
    border-radius: 3px;
    border: 0px;
    box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.2)
}
.textbanner1 form input {height: 40px; padding-right: 40px; padding-left: 10px;}
.banlinks{clear: both; margin-top: 15px;}
/*header*/
.header {
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 99;
    top: 0;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.header.fix {
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.2)
}

.logo {
    float: left;
    /* padding: 15px 0; */
}
.logo img {
    height: 60px;
}

.logoFix {
    display: none;
}

.header.fix .logoFix {
    display: inline;
    margin-top: 5px;
}

body.open_menu .logoFix {
    display: inline;
}

.header.fix .logoIcon,
body.open_menu .logoIcon {
    display: none;
}

/*menu_bar*/
.menu_bar {
    float: right;
    padding: 0 30px;
}
.menu, .menu li, .menu li a {
    float: left;
}
.menu li {
    margin-left: 30px;
    position: relative;
}
.menu li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    padding: 15px 0;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    font-family: "HelveticaNeueLTStd-Lt";
}
.header.fix .menu li a,
body.open_menu .menu li a {
    color: #333;
}
.menu li:hover a ,
.menu li a.active {
    color: #dda600;
}
.header.fix .menu li:hover a,
body.open_menu .menu li a.active {
    color: #dda600;
}

ul.submenu1{
    position: absolute;
    left: 0px;
    top: 100%;
    width: 340px;
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.2);
    display: none;
}
ul.submenu1 li{
    float: left;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0px;
}
ul.submenu1 li a{
    text-decoration: none;
    color: #000 !important;
    padding: 5px 0;
    padding-left: 20px;
    position: relative;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px;
    display: block;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #e2e2e2;
}
ul.submenu1 li a:hover{color: #dda600 !important;}

.menu li:hover ul.submenu1{display: block;}
/*loginDiv*/
.loginDiv {
    float: right;
    padding: 18px 0 0;
    transition: all 0.3s;
}
.header.fix .loginDiv{
    /* padding: 25px 0 0; */
}
.loginDiv p{position: absolute; right: 0px; top: -15px; color: #fff; transition: all 0.3s;
font-size: 13px;}
.header.fix .loginDiv p{color: #333; top: -3px; }
.loginDiv p span{color: #dda600; font-style: italic;}
.loginDiv a {
    line-height: 32px;
    margin-left: 15px;
    padding: 0 20px;
    border-radius: 50px;
    background: #dda600;
    color: #fff;
    float: left;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    font-size: 14px;
}

.loginDiv a:hover {
    background: #c99700
}
.loginDiv a:last-child {
    background: #029cd7;
}
.loginDiv a:last-child:hover {
    background: #1a75bb
}
/*home_about*/
.home_about {
    padding: 40px 0;
    background: #F0F0F3;
}
.home_about h2{
    text-align: center;
    width: 100%;
     font-family: "HelveticaNeueLTStd-Bd";
     font-size: 32px;
     margin-top: 0px;
     margin-bottom: 50px;
}
.home_about ul{list-style: none; width: 100%; margin: 0px; padding: 0px;}
.home_about ul li{
    float: left;
    display: inline-block;
    width: 33.33%;
    text-align: center;
    padding: 30px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.home_about ul li img{height: 54px;}
.home_about ul li h3{margin: 15px 0; color: #000; font-size: 18px;}
.home_about ul li p{color: #000; font-size: 14px;}
.home_about ul li:nth-child(3n){border-right: 0px;}

.home_about ul li:nth-last-child(3){border-bottom: 0px;}
.home_about ul li:nth-last-child(2){border-bottom: 0px;}
.home_about ul li:nth-last-child(1){border-bottom: 0px;}
/*home_courses*/
.home_courses, .coursedet {
    padding: 50px 0;
    text-align: center;
    background-image: url(../images/bg.jpg);
    background-position: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.home_courses h2 {
    font-size: 32px;
    color: #111;
    font-family: "HelveticaNeueLTStd-Bd";
}
.home_courses h2:after {
    display: block;
    width: 100px;
    height: 2px;
    margin: 10px 0;
    margin-left: calc(50% - 50px);
    content: '';
    background: #198fb6;
}
.home_courses h2 span {
    display: block;
    font-weight: 500;
    color: #198fb6;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.home_courses h3 {
    font-weight: 400;
    color: #555;
    padding: 0 20%;
    font-size: 14px;
    margin: 15px 0;
}
.hc_list li {
    padding: 0 10px;
    margin-top: 30px;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
    
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.hc_list11 li{float: left; display: inline-block; width: 33.33%; padding: 10px;}
.hc_list li .a{
    width: 100%;
    box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.15);
}
.hc_list li:hover {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
}
.hc_list li:nth-child(3n+3) {
    margin-right: 0
}
.hc_list .img {
    height: 200px;
    overflow: hidden;
}
.hc_list .img span {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 1;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.hc_list li:hover .img span {
    background: #1a75bb
}
.hc_list .img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: fill;
}
.hc_list .txt {
    padding: 15px;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
}
.hc_list .txt .p {
    height: 63px;
    overflow: hidden;
    line-height: 21px;
    margin-bottom: 10px;
}
.hc_list .txt h4 {
    font-size: 20px;
    color: #111;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
/* .hc_list .btns span{
    float: left; display: inline-block;
    margin-top: 12px;
    font-size: 21px;
    font-family: "HelveticaNeueLTStd-Bd";
    color: #004c87;
} */
.hc_list .btns .btnleft{float: left; display: inline-block;}
.hc_list .btns .btnleft span{float: left; display: inline-block; margin-right: 12px;
font-weight: 900; font-size: 24px; margin-top: 5px;}
.hc_list .btns .btnleft span.rsmall{
    font-size: 16px;
    position: relative;
    color: #777;
    margin-top: 12px;
    margin-right: 0px;
}
.hc_list .btns .btnleft span.rsmall:before{
    position: absolute;
    left: 0px;
    top: 12px;
    background-color: #777;
    height: 1px;
    width: 100%;
    content: "";
}
.hc_list .btns a {
    line-height: 32px;
    margin: 0 2px;
    margin-top: 10px;
    padding: 0 10px;
    border-radius: 50px;
    background: #dda600;
    color: #fff;
    float: right;
    display: inline-block;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.hc_list .btns a:hover {
    background: #c99700
}
.hc_list .btns a:last-child {
    background: #00adef;
}
.hc_list .btns a:last-child:hover {
    background: #1a75bb
}
.txtbtm{
    width: 100%;
    clear: both;
    padding: 5px 15px;
    text-align: left;
    display: table;
    background-color: #606060;
}
.txtbleft{
    float: left;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    width: 50%;
    text-align: left;
    font-weight: 700;
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}
.txtbrt{
    float: right;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    width: 50%;
    text-align: right;
    font-weight: 700;
}
.txtbleft span, .txtbrt span{font-size: 14px; font-weight: 400;}

/*home_numbers*/
.homenumbers{background-color: #fff; background-repeat: repeat;  background-size: cover;
  padding: 30px 0; clear: both; background-image: url(../images/bg2.jpg);
  background-attachment: fixed; box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15); position: relative;}
.homenumbers:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(60, 60, 60, 0.8);
}
.sec4bx1{text-align: center; border-left: 1px solid #ccc;}
.sec4bx1:first-child{border-left: 0px;}
.funfact-img {display: inline-block; margin-right: 20px; opacity: 0.8;}
.funfact-count {display: inline-table; overflow: hidden; position: relative; top: -5px;}
.funfact-count h3, .funfact-count h2 {color: #fff; 
  font-size: 18px; margin: 0 0 3px; font-weight: 400; text-align: left;}
.funfact-count h2 span {font-size: 32px; font-weight: 700;}


/*home_tests*/
.home_tests {
    padding: 50px 0;
    background: #f4f6f6;
}

.home_tests h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #111;
    font-family: "HelveticaNeueLTStd-Bd";
}

.home_tests h2 span {
    display: block;
    color: #1a75bb;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

.home_tests ul {
    padding: 0 50px;
}

.home_tests li {
    float: left;
    width: 100%;
    padding: 0 20px;
}

.home_tests li .txt {
    background: #fff;
    padding: 30px;
    /*min-height: 300px;*/
    border-radius: 5px;
    box-shadow: 0 0 35px 0 rgba(194, 198, 204, .2);
}

.home_tests li .txt::before {
    opacity: 1;
    position: absolute;
    top: 8px;
    left: -20px;
    color: #1a75bb;
    font-size: 44px;
    line-height: 1;
    content: "\f10e";
    font-family: 'FontAwesome';
}

.home_tests li .txt img {
    float: left;
    width: 70px;
    height: 70px;
    object-position: center;
    object-fit: cover;
    border-radius: 100%;
}

.home_tests li .title {
    margin-bottom: 15px;
}

.home_tests li .txt h3 {
    float: right;
    font-size: 14px;
    padding-top: 28px;
    width: calc(100% - 90px);
}

.home_tests li .txt h3 span {
    display: block;
    font-weight: 400;
    color: #333;
}

.home_tests button, .home_courses button {
    position: absolute;
    top: 50%;
    background: transparent;
    border: 0px;
    border-radius: 50px;
    transform: translateY(-50%);
}

.home_tests .owl-prev, .home_courses .owl-prev{
    left: 20px;
}

.home_tests .owl-next, .home_courses .owl-next{
    right: 20px
}

.home_tests button span, .home_courses button span {
    width: 40px;
    /* height: 40px; */
    float: left;
    
    font-size: 26px;
    border-radius: 50px;
    background: #1250a3;
    color: #fff;
    opacity: 0.7;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.home_tests button.disabled span, .home_courses button.disabled span{
    opacity: 0.1;
}

.home_tests button.disabled:hover span, .home_courses button.disabled:hover span{
    opacity: 0.1
}

.home_tests button:hover span, .home_courses button:hover span{
    opacity: 1;
}

/*home_contact*/
.home_contact {
    background-image: -webkit-gradient(linear, left top, right top, from(#f1bc2e), to(#ef8263));
    background-image: linear-gradient(90deg, #f1bc2e, #ef8263);
    background-repeat: repeat-x;
    color: #fff;
    padding-top: 12vw;
    padding-bottom: 50px;
}

.home_contact_bg {
    background-image: url(../images/wave_top_gray.svg);
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 10vw;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    content: "";
    margin-top: -1px;
}

.hc_txt {
    z-index: 1;
    text-align: center;
    padding: 0 25%;
}

.hc_txt h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "HelveticaNeueLTStd-Bd";
}
.fbox.fcnt p b, .fbox.fcnt p{color: #555; font-weight: normal;}

.hc_txt h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.hc_txt a {
    display: inline-block;
}

.hc_txt a {
    display: inline-block;
    color: #1350a5;
    background: #fff;
    margin-top: 20px;
    padding: 0 30px;
    line-height: 50px;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px 0 rgba(33, 37, 41, .15);
    text-transform: uppercase;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.hc_txt a:hover {
    color: #fff;
    background: #1350a5;
}

/*footer*/
footer {
    background: #fff;
}

.footer {
    padding: 50px 0;
}

.fbox {
    float: left;
    width: 15%;
    padding-right: 50px;
}

.flogo {
    position: absolute;
    left: 0px;
    top: 0px;
}

.flogo img {
    max-width: 100%;
}

.fbox h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #222;
    margin: 15px 0;
     font-family: "HelveticaNeueLTStd-Md";
}

.fbox li {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.fbox li a {
    color: #555;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.fbox li a:hover {
    color: #111;
}

.fnav {
    width: 50%;
}

.fnav li {
    width: 50%;
}

.fcnt {
    padding-right: 0
}

.footerNums {
    border-top: 2px solid #eee;
    padding: 30px 0;
}
.footerNums ul{margin: auto; display: table;}
.footerNums li {
    float: left;
    font-weight: 600;
    margin-right: 20px;
    line-height: 30px;
}
.footerNums li:last-child{margin-right: 0px;}
.footerNums li a i {
    color: #00adef;
    margin-right: 10px;
}

.footerNums li a {
    float: left;
    color: #555;
    font-weight: 400;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.footerSocail a:hover,
.footerNums li a:hover {
    color: #00adef;
}

.footerSocail {
    position: absolute;
    right: 0px;
    top: 0px;
}

.footerSocail a {
    float: left;
    font-size: 20px;
    color: #999;
    line-height: 30px;
    margin-left: 20px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

/*copyrights*/
.copyrights {
    background: #f4f6f6;
    padding: 20px 0;
    color: #555;
    text-align: center;
}

.copyrights span,
.copyrights a {
    color: #555;
    line-height: 1;
    position: relative;
}

.copyrights a {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.copyrights a:hover {
    color: #00adef;
}


/*login_popup*/
.login_pop,.login_pop1, .new_address_bill, .new_address_shipp, .edit_address_pop, 
.prescriptions_pop, .po_error_pop { 
  width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.65);
  z-index:999;display: none;}
.pop_content { width:450px;display: table;margin-top:5%;
  margin-left:auto;margin-right:auto;position:relative; 
  background-color: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);}
.pop_content_addr { width:700px;}
.close_btn { 
  color: #333;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 10px; z-index: 999999;
}
.close_error_btn { 
    color: #dcdcdc;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.ok_btn { 
    color: #6B6B6B;
    cursor: pointer;
    font-size: 12px;
    padding:4px 8px;
  border:1px solid #B6B6B6;
  border-radius:4px;
  text-decoration:none;
}
.pop_hd { font-size:30px;color:#333333;padding-bottom:10px; }
.login_box, .reg_box , .fpwd_box, .enquiry_box, .track_box { float:left; padding:15px;
  display:block; width: 100%; background-color: #fff;}

.error_box{ width:600px;margin-top:12%;text-align:center;color:#FF6600; }

.new_address1 .pop_content{margin-top: 10%; height: auto;}
input.ptxt, textarea.ptxt{max-width:100% !important;}


.login_pop_left{
  float: left;
  display: table;
  width: 305px;
  height: 100%;
  background-color: #00b9f5;
  padding: 45px 35px;
}
.login_pop_left .img{
  clear: both;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;  
}
.login_pop_left .hd1{
  color: #fff;
  font-size: 16px;
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.login_pop_left ul{
  clear: both;
  width: 100%;
  display: block; 
}
.login_pop_left ul li{
  width: 100%;
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 11px;
  line-height: 18px;  
}
.login_pop_left ul li i{
  margin-right: 5px;
  font-size: 14px;  
}


.login_pop_rt{
  width: 100%;
}
.pop_box_hd1{
  width: 100%;
  text-align:center;
  font-size: 14px;
  color: #333;
  display: table; 
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 15px;
}
.pop_box_hd1 label{color: #dda600; font-weight: 600; cursor: pointer;}
.pop_box_hd2{
  width: 100%;
  text-align:center;
  font-size: 18px;
  color: #dda600;  
  font-weight: 600;
  margin-bottom: 0px;
}



form.login_frm { color:#000000;padding:10px;}
label.ptxt { width:100%;font-size:14px;color:#000;text-align:left;margin:10px 0 ;height:40px; }
input.ptxt, textarea.ptxt, select.ptxt { 
  background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 0px;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 10px 10px 10px 13px;
    width: 100%;
    display: block;
    outline: 0px;
    border-radius: 30px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
select.ptxt {cursor: pointer;}
input.ptxt:focus, select.ptxt:focus{
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #e5d7bc;
}
.latestnew_txt{
  background-color: #fff;
    border: 1px solid #ededed !important;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    margin: 0 0 6px;
    max-width: 180px;
    float: right;
    display: inline-block;
    margin-top: 5px;
    padding: 6px 10px 6px 13px;
    width: 100%;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.captchatxt{
  max-width: 180px;
    float: right;
}
.captchatxt2{
  max-width: 60%;
    float: right;
    margin-right: 20%;
}
.latestnew_txt:focus{
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #e5d7bc;
}
/*.reg_box , .fpwd_box{ display:none; }*/
input.pbtn {padding: 0 50px; height:32px;
  background:#dda600;color:#fff;float:right;border:none;cursor:pointer; 
  font-size: 16px; font-weight: 400; line-height: 32px; float: none;
  transition: all 0.3s ease 0s; text-transform: uppercase; border-radius: 0px;
  border-radius: 20px; clear: both; margin:  auto; display: table;
}
input.pbtn:hover{background-color: #c99700;}
input.pbtn2 {margin: 15px auto 0; display: table;}
label.fbtn { font-size:12px;text-decoration:none; font-weight: 400;
  color:#333;margin:0px 0px;cursor:pointer; height: 38px; line-height: 38px; 
  text-align: center; width: 100%;}
.pop_name{
  clear: both;
  width: 100%;
  display: table; 
  margin-bottom: 5px;
}
.pop_name label{
  font-weight: 300;
  color: #666;
  font-size: 14px;  
}
.pop_name label span{
  margin-left: 5px;
  color: #F00;  
}

.formterms{
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}
.formterms input{position: relative; top: 2px; margin-right: 3px;}
/*login_popup*/


/*innerbanner*/
/*innerbanner*/
.innerbanner {
    position: relative;
    overflow: hidden;
    clip-path: ellipse(1900px 840px at center calc(100% - 840px));
    clip-path: -webkit-ellipse(1900px 840px at center calc(100% - 840px));
    -webkit-clip-path: ellipse(1900px 840px at center calc(100% - 840px));
}

.innerbanner:before {
    position: absolute;
    top: 0;
    left: 0;
    content: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    opacity: 0.4;
}

.innerbanner img {
    width: 100%;
    height: 400px;
    object-position: center;
    object-fit: cover;
}

.breads {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}

.breads h1 {
    font-size: 32px;
    color: #fff;
    /*margin-bottom: 20px;*/
}

.breads h1:after {
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    margin: 10px 0;
    content: '';
}

.breads h1:after {
    width: 100px;
}

.breads li {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.breads li a {
    color: #fff;
    text-decoration: none;
}

.breads li:after {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 12px;
    content: '/';
    color: #eee;
}

.breads li:last-child {
    margin: 0;
    padding: 0;
}

.breads li:last-child:after {
    display: none;
}

.breads li:last-child a,
.breads li a:hover {
    color: #dda600;
}
/*innerbanner*/


/*coursedet*/
.coursedet{}
.coursebx1{
    width: 100%;
    display: table;
    clear: both;
    margin-bottom: 10px;
    text-align: left;
}
.coursebx1 img{width: 100%; display: block;}
.coursebx1 h3{
    width: 100%;
    font-family: "HelveticaNeueLTStd-Bd";
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.coursebx1 p{
    font-size: 14px;
}
.coursedet h4{
    font-size: 15px;
}
.cdlist1{
    font-size: 14px;
    line-height: 32px;
    margin-top: 10px;
}
.cdlist1 i{margin-right: 10px; color: #029cd7;}
.pgleftbx ul,.asdf ul{list-style: none; padding: 0px; margin-top: 10px;}
.pgleftbx ul li,.asdf ul li{
    clear: both;
    font-size: 14px;
    line-height: 32px;
    position: relative;
    padding-left: 30px;
    text-align: justify;
    font-weight: 400;
}
.pgleftbx ul li:before, .asdf ul li:before{
    position: absolute;
    left: 3px;
    top: 2px;
    content: "\f0a4";
    font-family: FontAwesome;
    font-size: 14px;
    color: #029cd7;
}
.pgleftbx a{
    text-decoration: none;
    color: #fff;
    float: right;
    padding: 7px 20px;
    background-color: #029cd7;
    border: 1px solid #029cd7;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
}
.pgleftbx a:hover{background-color: #555; border-color: #555; color: #fff;}
.pgleftbx a i{margin-right: 5px;}
.coursebx2{
    width: 100%;
    display: table;
    padding: 0px 0 40px;
    clear: both;
    text-align: left;
}
.coursebx2 h2{
    width: 100%;
    font-family: "HelveticaNeueLTStd-Bd";
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 15px;
    position: relative;
}
.coursebx2 h2:before{
    position: absolute;
    right: 0px;
    top: 20px;
    height: 2px;
    width: 80%;
    content: "";
    background-color: #ccc;
}
.accordion {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 30px;
}
.accordion li{margin-bottom: 5px;}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 0px 15px 0px 32px;
  height: 48px;
  line-height: 48px;
  color: #000;
  font-size: 18px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #e8e9eb;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  /* position: absolute;
  top: 16px;
  left: 12px; */
    font-size: 22px;
    color: #007791;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: 10px;
    position: absolute;
    left: 0px;
    top: 11px;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { /* color: #fff; background-color: #dda600; border-color: #dda600; */}

.accordion li.open i { color: #007791; }

.accordion li.open i.fa-caret-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.submenu {
  display: none;
  background: transparent;
  font-size: 14px;
}

.submenu li {color: #000; position: relative;
border: 1px solid #e8e9eb; background-color: #fff;}

table.table{margin-bottom: 0px;}
table tr td.tdtop{border-top: 0px;}
table tr td.td1{width: 5%; text-align: right;}
table tr td.td2{width: 55%; font-size: 14px;}
table tr td.td3{text-align: right; width:30%; }
table tr td.td4{text-align: center; width: 10%;}

.accordion table tr td.td1 i{position: relative; left: 0; top: 0;}
table tr td.td3 a{color: #029cd7; font-size: 14px; 
margin-right: 10%;}
table tr td.td4 a{color: #fff; background-color: #029cd7; padding: 5px 0px; text-align: center;
    border: 1px solid #029cd7; border-radius: 30px; width: 75%; display: block; font-size: 12px;
}
.table thead > tr > th, .table thead > tr > td, .table tbody > tr > th, 
.table tbody > tr > td, .table tfoot > tr > th, .table tfoot > tr > td{
    padding: 10px;
    vertical-align: middle;
}
/*coursedet*/


/*contact*/
.contleft{padding: 20px 0 0px 0; width: 100%; display: table; text-align: left;}
.contleft h1 span{color: #429ce3;}
.box5_left{
    float: left;
    display: inline-block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;    
}
.box5_row1{
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;    
}
.b5_img1{
    float: left;
    display: inline-block;
    width: 15%;
    text-align:center;
}
.b5_img1 img{width: 50%;}
.b5_cont1{
    float: left;
    display: inline-block;
    width: 80%;
    font-size: 24px;
}
.b5_top1{
    margin-bottom: 5px; 
    font-size: 21px;
    font-weight: 600;
    color: #c99700; 
}
.b5_btm1.address{font-size: 16px; color: #000;}
.b5_btm1 a{text-decoration: none; color: #000;}
.b5_btm1 a:hover{text-decoration: underline;}
.contact1{margin-bottom: 35px; width: 100%; display: table; }

.box5_row1 iframe{width: 100%; display: block; height: 250px;}
/*contact*/



/*career_form*/
.career_form {
    border-top: 1px solid #ccc;
    background: #fff;
    clear: both;
    text-align: left;
    width: 100%; display: table;
}
.halfspan {
    width: 49%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}
.fullspan{position: relative; width: 100%; display: table;}
.halfspan.right {
    float: right;
}
.career_form label {
    margin: 5px 0 0 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
}
.career_form h2{color: #dda600; text-align: center; margin-bottom: 20px;
 font-size: 32px; letter-spacing: 1px; margin-top: 0px;}
input.c-input, textarea.c-input {
    width: 100%;
    float: left;
    height: 40px;
    border-radius: 0px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    transition: 0.4s;
    background-color: #fff;
}
textarea.c-input {}
input.c-input[type=file] {
    padding: 0 10px;
}
input.c-input:hover, textarea.c-input:hover, input.c-input:focus, textarea.c-input:focus {
    border: 1px solid #ccc;
    outline: 0px;
    transition: all .5s;
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.effect-8{width: 100%; position: relative; display: table;}
.c-input ~ .focus-border:before,
.c-input ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; 
height: 2px; background-color: #18b5ed; transition: 0.3s;}
.c-input ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}
.c-input ~ .focus-border i:before,
.c-input ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; 
width: 2px; height: 0; background-color: #18b5ed; transition: 0.4s;}
.c-input ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}
.c-input:focus ~ .focus-border:before,
.c-input:focus ~ .focus-border:after{width: 100%; transition: 0.3s;}
.c-input:focus ~ .focus-border i:before,
.c-input:focus ~ .focus-border i:after{height: 100%; transition: 0.4s;}

textarea.c-input {
    height: 80px;
}
input.c-btn {
    padding: 10px 30px;
    background: #dda600;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px; margin:  auto;
    display: table;
    transition: all .5s;
    margin-top: 20px;
}
input.c-btn:hover, input.c-btn:focus {
    background: #c99700;
    transition: all .5s;
}

.career_form label {
    margin: 5px 0 10px 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
}


/*testimonials*/
.testibx1{width: 100%; display: table; padding: 30px; border: 1px solid #ccc; padding-top: 80px;
position: relative; border-radius: 5px; clear: both; margin-bottom: 75px; background-color: #fff;}
.testibx1:last-child{margin-bottom: 0px;}
.testimg{width: 125px; position: absolute; left: 45%; top: -50px;}
.testibx1 img{width: 100%; display: block; border-radius: 100%; border: 1.9px solid #029cd7;}
.testibx1 h3{font-size: 15px; color: #029cd7; margin-top: 20px; font-weight: 600;}
.testibx1 h3 span{}
.testibx1 p{
    font-size: 17px;
    color: #000;
  text-align: justify;
}
/*testimonials*/


/*aboutus*/
.page {
    font-size: 14px;
    color: #595959;
    text-align: justify;
    padding: 50px 0;
    line-height: 1.8;
    letter-spacing: 1.1px;
    /*border-bottom: 1px solid #ddd;*/
}

.page p {
    display: block;
    margin-bottom: 15px;
}

.page p:last-child {
    margin-bottom: 0;
}

.page p b {
    display: block;
    color: #111
}

.aboutSec {
    text-align: left;
}

.aboutSec .title {
    padding-right: 30%;
    margin-bottom: 30px;
}

.aboutSec .txt {
    padding-left: 30%;
    font-size: 14px;
}
.aboutSec .txt img{
    position: absolute;
    left: 0px;
    width: 25%; top: 10px;
}

.aboutSec .title h2 {
    font-size: 32px;
    font-weight: 600;
    color: #222;
    line-height: 1;
}

.aboutPic img {
    width: 100%;
}

/*.aboutVision*/
.aboutVision .link,
.pageLinks .link {
    background: #fff;
}

.aboutVision .link .txt,
.aboutVision .link .img,
.pageLinks .link .txt,
.pageLinks .link .img {
    float: left;
    width: 50%;
    position: relative;
    text-align: left;
}

.aboutVision .link:before,
.pageLinks .link:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    content: '';
    border-top: 2px solid #111;
    border-right: 2px solid #111;
}

.aboutVision .link:nth-child(even):before,
.pageLinks .link:nth-child(even):before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
    content: '';
    border-top: 0px solid #111;
    border-right: 0px solid #111;
    border-left: 2px solid #111;
    border-bottom: 2px solid #111;
}

.aboutVision .link .txt,
.pageLinks .link .txt {
    padding: 80px 80px 0 80px;
    font-size: 14px;
}

.pageLinks .link .txt a {
    float: left;
    margin-top: 15px;
    border: 2px solid #222;
    color: #222;
    padding: 5px 25px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.pageLinks .link .txt a i {
    margin-left: 10px;
}

.pageLinks .link .txt a:hover {
    background: #222;
    color: #fff;
}

.aboutVision .link .txt h3,
.pageLinks .link .txt h3 {
    font-size: 32px;
    color: #111;
    margin-bottom: 20px
}

.aboutVision .link img,
.pageLinks .link img {
    width: 100%;
}

.aboutVision .link:nth-child(even) .img,
.pageLinks .link:nth-child(even) .img {
    float: right;
}

.pageLinks .link {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.pageLinks .link:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
}

/*aboutCount*/
.aboutCount {
    text-align: center;
    background: #fff;
    padding: 30px 0
}

.aboutCount li {
    width: 33.33%;
    float: left;
    font-size: 18px;
    color: #111;
}

.aboutCount li span {
    display: block;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
}
/*aboutus*/


/*blogpg*/
.blogpg{width: 100%; display: table; background-color: #fff; padding: 40px 0;}

.blog1{
    clear: both;
    width: 100%;
    display: table;
    padding: 10px 0;
}
.blog1 ul{
    list-style: none;
    width: 100%;
    display: table;
}
.blog1 ul li{
    width: 100%;
    display: table;
    border-bottom: 1px dashed #ccc;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.blog1 ul li:last-child{border-bottom: 0px;}

.t_img{
    float: left;
    display: inline-block;
    width: 20%;
    position: relative;
}
.t_img img{
    width: 100%;
    display: block;
   transition: all 1s ease 0s;
   margin-top: 5px;
   border: 1px solid #ccc;
-webkit-box-shadow: 5px 3px 15px -1px rgba(0,0,0,0.3); 
box-shadow: 5px 3px 15px -1px rgba(0,0,0,0.3);
padding: 5px;
}

.blog1 ul li .t_cont{
    float: left;
    display: inline-block;
    width: 80%;
    padding-left: 3%;
}
.t_hd1{
    color: #3f2d35;
    display: flex;
    font-size: 18px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    font-weight: 700;
}
.t_desg1{
    color: #909090;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 15px;
}
.t_cont1{
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: justify;
    width: 100%;
}
.t_cont p{
    color: #333; font-size: 14px; line-height: 24px; font-weight: 400;
    margin-bottom: 15px;
}
.blog1 ul li a{
    text-decoration: none;
    color: #dda600;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    transition: all 0.6s;
}
.blog1 ul li a:after{
    position: absolute;
    left: 0px;
    bottom: -5px;
    background-color: #dda600;
    height: 2px; 
    width: 100%;
    content: "";
    opacity: 0.2;
}
.blog1 ul li a:before{
    position: absolute;
    left: 0px;
    bottom: -5px;
    background-color: #dda600;
    height: 2px; 
    width: 0%;
    content: "";
    transition: all 0.6s;
}
.blog1 ul li a:hover:before{width: 100%;}


.blogin1{float: left; display: inline-block; width: 70%; clear: none;}
.news_right{
    float: right;
    display: inline-block;
    width: 28%;
    min-height: 200px;
    position: relative;
    background-color: #3c2a32;
    padding: 21px;
}
.news_hd1 {
    color: #fff;
    font-size: 21px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
.news_right a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease 0s;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    position: relative;
    padding-left: 30px;
}
.news_right a:after {
    color: #dda600;
    content: "\f0a4 ";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 0;
}
.news_right a:hover{color: #dda600;}
.blogin1 ul{list-style: none;}
.blogin1{border-bottom: 0px;}
/*blogpg*/


a.backbtn{
    position: absolute;
    right: 0px;
    top: 0px;

    line-height: 32px;
    margin-left: 15px;
    padding: 0 20px;
    border-radius: 50px;
    background: #dda600;
    color:
    #fff;
    float: left;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    font-size: 14px;
    z-index: 9;
}
a.backbtn i{margin-right: 8px;}





/*---------myOrders----------*/
.myaccountpage_left {
  width: 74%;
  float: left;
  
}
.myaccountpage_right
{
  width: 22%;
  float: right;
  margin-bottom:20px;
  
  -webkit-box-shadow: 1px 1px 3px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    1px 1px 3px 1px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         1px 1px 3px 1px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.myaccount_hd
{
  color: #222;
    line-height: 18px;
  font-size: 26px;
  width:100%;
  float:left;
  margin: 0px 0px 20px 0px;
}
.myaccount_menu
{
  list-style-type:none;
  width:auto;
  background:#fff;
  border: 1px solid #efefef;
  padding:12px;
  margin-bottom: 0px;
}
.myaccount_menu li
{
  width:100%;
  list-style:none;
}
.myaccount_menu li a
{
  color: #222;
  position:relative;
  padding:10px 0px 10px 15px;
  width:100%;
  display:table;
  outline:none;
  border-bottom:1px dotted #ccc;
  font-size:14px;
  text-decoration: none;
  
}
.myaccount_menu li:last-child a{border-bottom: 0px;}
.myaccount_menu li a:before
{
  content:'\f105';
  font-family:'FontAwesome';
  color: #222;
  position:absolute;
  left:0px;
  top:9px;
  font-size: 14px;
}
.myaccount_menu li a:hover
{
  color: #043872;
  text-decoration:none;
}
.ordered_imgname {
    color:#3e7cb4;
    float: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 7px;
    text-align: left;
    width:62%;
  float:left;
}
.ordered_txt1 {
    border-bottom: 1px solid #ccc;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.myaccount_hdright
{
  margin-top:60px;
  padding:10px;
  color: #fff;
  font-size:20px;
  font-weight:500;
  background:#dda600;
  margin:0px;
  

}
.forgottenpassword
{
  width:100%;
  float:left;
}
.forgotsubmit
{
    float: right;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  padding: 10px 40px;
  transition: all 0.3s ease 0s;
  border: 1px solid #dda600;
  background-color: #dda600;
  
  font-size: 15px;
  cursor: pointer;
}
.forgotsubmit:hover
{
  background-color: #c99700;
  border: 1px solid #c99700;
  color: #fff;
}


.orderedeye {
  background:#26b4b9;
    color: #fff;
    font-size: 14px;
    padding: 5px 8px;
  margin:12px 0px;
  display:inline-block;
    transition: all 0.5s ease 0s;
}
.orderedeye:hover {
  background:#1c979b;
   color: #fff;
  transition: all 0.5s ease 0s;
}
.orderedhistory
{
  width:100%;
  float:left;
  margin-bottom:20px;
}
.forgottenpassword label
{
  width:20%;
  float:left;
    font-size: 14px;
    font-weight: 500;
  position:relative;
  line-height:40px;
}
.forgottenpassword label:after
{
  content:':';
  font-family:'FontAwesome';
  color: #222;
  position:absolute;
  right:0px;
  top:0px;
}
.forgottenpassword_fields
{
  background-color: white;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-sizing: border-box;
    color: #333333;
    display: block;
    padding: 0.94em 0.8em;
    width:78%;
  float:right;
    word-break: normal;
}
.viewdetailspage_table
{
  padding:15px 0px;
}
.viewdetailsleft
{
  float:left;
  width:48%;
  line-height:24px;
  padding:10px;
  font-size: 14px;
}
.deliveredcharges
{
  float:right;
  width:48%;
  padding:10px;
}
.deliveredcharges ul
{
  list-style-type:none;
}
.deliveredcharges ul li
{
  width:100%;
  display:table;
    font-size: 14px;
    font-weight: 500;
  color:#222;
  text-align:right;
  margin-bottom:15px;
}
.deliveredcharges ul li span
{
  width:25%;
  float:right;
}
.viewdetailsleft_hd
{
  border-bottom: 1px solid #e9e9e9;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 10px;
}
.checokout_left {
  width: 60%;
  float: left;
  padding: 20px 60px 40px 0px;
  
}
.section__title {
  color: #333333;
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.fieldset {
  width: 100%;
  display: table;
  margin-bottom: 10px;
}
.section__content__text {
  margin-top: 5px;
  width: 100%;
  float: left;
  font-size: 14px;
  margin-bottom: 40px;
}
.section__content{width: 100%; display: table;}
.shipping-address {
  display: table; 
  width: 100%;
}
/*---------myOrders_end------------*/


/*teambx*/
.trainers{
    padding: 40px 0;
}
.teambx{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.teambx a{
    text-decoration: none;
    color: #333;
    width: 100%;
    display: block;
}
.teambx a img{
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 20px 20px 0;
}
.teamcont{
    clear: both;
    width: 100%;
    display: block;
    padding: 10px 15px;
    color: #fff;
    background-color: #029cd7;
    letter-spacing: 0.5px;
}
.teamcont h3{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.teamcont h4{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
/*teambx*/

.contSocail{
    clear: both;
    width: 100%;
    display: block;
    margin-top: 15px;
    padding-left: 20px;
}
.contSocail a{
    margin-left: 5px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #555;
    border-radius: 100%;
    display: inline-block;
    background-color: #555;
    color: #fff;
    transition: all 0.3s;
    font-size: 16px;
}
.contSocail a:hover{background-color: #dda600; color: #000; border-color: #dda600;}
.coursemsg{
    width: 100%;
    display: table;
    background-color: #f7f7f7;
    padding: 40px 0;
}
.coursemsg ul li{margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #ccc;
clear: both; display: table; width: 100%;}
.coursemsg ul li img{width: 125px; display: table; margin: auto; padding: 20px; background-color: #fff;}
.coursemsg ul li h3{font-size: 18px; margin-bottom: 10px; color: #029cd7;}

.searchbx1{
    float: right;
    display: inline-block;
    position: relative;
    float: right;
    padding: 18px 15px 0 0;
    transition: all 0.3s;
}
.searchbx1 a{
    text-decoration: none;
    color: #fff;
}
.header.fix .searchbx1 a{color: #555;}
.search-form-wrapper {
    display: none;
    position: absolute;
    right: -30px;
    width: 320px;
    margin-top: 18px;
}
.search-form-wrapper.open {
    display: block;
}




/* .menu2{position: fixed; right: 30px; top: 50px; z-index: 9; display: none;}
.menu2 .menuicon1{position: relative; z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
} */
.sidemenu span{float: left;}
.bars-wrap {
    display: inline-block;
    margin-left:15px;
    position: relative;
    overflow: visible;
    top: 3px;
}
.icon-bar {
    transition: all 0.4s ease;
    width: 25px;
    background: #fff;
    height: 3px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 4px;
}

.header.fix .icon-bar {background: #000;}
.icon-bar:first-child {width:100%;}
.icon-bar:last-child {width:100%;}

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child{width: 100%;}

.cart_open{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;  
  display: none;
}
.cartbg1{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.cart_bx1{
  width: 90%;
  background-color: #fff;
  height: 100%;
  right: -100%;
  transition:ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1,2,2,.15);
  z-index: 99999;
  overflow-y:  auto;
  padding: 10px;
  padding-top: 70px;
}
.menu2{
  right: 30px;  
  position: fixed;
  transition:ease all 0.6s;
  top: 0px;
  z-index: 99;
  display: none;
}
/* .menu2:before{border-top: 100px solid rgba(255, 255, 255, 1);} */
.cart_bx1 ul{list-style: none; width: 100%; margin: 0px; padding: 0px; height: 100%; 
    vertical-align: middle; padding-top: 10px; text-align: right;}
.cart_bx1 ul li{float: none; width: 100%; display: block; clear: both;}
.cart_bx1 ul li a{text-decoration: none; color: #2b2a29; font-weight: 400; font-size: 14px; 
    display: block; padding: 10px 15px; text-transform: uppercase; 
    transition: all 0.3s ease 0s; text-align: center; outline: none;}
.cart_bx1 ul li a:hover, .cart_bx1 ul li a.active{color: #2e3192;}

a.closebtn{
    width: 100%; display: block;
    height: 50px;
    text-align: left;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #333;
    text-decoration: none;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    z-index: 9;
    margin-bottom: 20px;
}

.mob_menu_top{
    clear: both;
    width: 100%;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    top: 0px;
    background-color: #fff;
    z-index: 1;
    left: 0px;
    padding: 20px;
}
.mob_cus_name{
    font-size:18px;
    color: #333;    
    font-weight: 700;
    color: #ec278f;
}
.mob_look{
    font-style: italic;
    font-size: 14px;
    color: #888;
    margin-top: 6px;    
}
.cart_bx1 h2{
    color: #ec278f; font-size: 16px; font-weight: 600; 
  border-bottom: 1px solid #ec278f; margin-bottom: 10px; padding-bottom: 10px;
}



/*question and answers pages style-css-start here===============================*/









#wrapper {
    position: relative;
    background: #fff;
    margin-top: 52px;
    margin-bottom: 30px;
    /*max-height: 0;*/
    /*overflow: hidden;*/

    /* Set our transitions up. */
  
}
#quiz {
    position: relative;
  /*max-height: 300px;*/
    /*transition: 2s;*/
    width: auto;
      -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
}
#start {
    position: absolute;
    /*height: 40px;*/
    /*width: 70px;*/
    /*bottom: 10%;*/
    right: 5%;
    float: right;  
    top: 70px; 
    background: #dda600;
    color: #ffffff;
    /*padding: 6px;*/
    padding: 3px 20px;
    font-size: 18px;
    text-align: center;
    /*font-size: 150%;*/
    border-radius: 20px;
}
#start:hover {
    cursor: pointer;
    background: #dda600;
}
#next {
   position: absolute;
    /* height: 40px; */
    /* width: 60px; */
    font-size: 17px;
    /* bottom: 10%; */
    padding: 4px 31px;
    right: 4%;
    background: #029cd7;
    color: #ffffff;
    text-align: center;
    /* padding: 4px; */
    /* font-size: 200%; */
    border-radius: 29px;
    display: none;
}
#next:hover {
    cursor: pointer;
    background: #029cd7;
}
.choices {
    display:none;
}
#questions {
    padding-left: 30px;
    padding-top: 30px;
    font-size: 24px;
    margin-bottom: 16px;
    /*height: 70px;*/
}

#questions h3 {
    font-size: 23px;
    font-weight: 500;
}
.pickone {
    display: inline;
    position: relative;
}
#results {
    display: none;
    /*border: 1px solid black;*/
    /*text-align: center;*/
    /*height: 400px;*/
    /*width: 450px;*/
    padding-left: 48px;
    padding-bottom: 34px;
}

#results h6 {
        font-size: 28px;
    margin-bottom: 9px;
 }

 #results p {
    margin-right: 89px;
 }

#score {
    font-size: 150%;
    height: 50px;
}

div#answersFrame {
    margin-left: 33px;
}


.option_btn {
    margin-bottom: 12px;
}

.pickone {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    padding-left: 5px;
}


.form_list li {
        margin: 10px 0 19px 0;
}

.form_list li input {
        border: none;
    border-bottom: 1px solid #8a8787;
    padding-bottom: 9px;
    width: 300px;
}


.form_list li input::placeholder {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    padding-left: 8px;
}
 

 #results button {
    padding: 10px 28px;
    border: none;
    margin-top: 20px;
    background: #029cd7;
    color: #ffff;
    border-radius: 20px;
    font-weight: 700;
  }


  .register_from {
    /*background: #f0f0f3;*/
    /*width: 100%;*/
  }


  .strenght_txt {
    font-size: 24px;
    text-align: center;
    padding-top: 13px;
    font-weight: 800;
  }

.strenght_txt span {
    color: #dda600;
}




/*smaple _box-start------------------------------------------*/

.main_strenght {
    background: #f3e1e1;
    margin-top: 50px;
    margin-bottom: 50px;
}

.smaple_box {
    padding-left: 25px;
}

.smaple_box h1 {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
    display: table;
    width: 100%;
}

.smaple_box h1 span {
    color: #dda600;
}

.smaple_box h6 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 13px;
}

.form-check {
    margin-bottom: 10px;
    margin-left:18px;
}

.smaple_box button {
    float: right;
    background: #029cd7;
    border: none;
    padding: 8px 30px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    border-radius: 20px;
    margin-bottom: 20px;
    cursor: pointer;
	position: absolute;
    bottom: 0;
    right: 30px;

}


.input_box input {
	width: 100%;
	max-width: 400px;

	padding: 10px auto;
}











*{
    padding: 0;
    margin: 0;
    list-style-type: none;
    box-sizing: border-box;
    text-decoration: none;
}

.main_box {
    background: #a7a7a79d;
}

.main_txt h3 {
    color: #fff;
    font-size: 20px;
    /* text-align: center; */
    margin-bottom: 25px;
    line-height: 32px;
}

.main_txt img {
    /* text-align: center; */
    width: 100%;
    max-width: 230px;
}

.line_point {
    padding: 10px 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
    background: #2bafbe;
}

.list_point span {
    padding-top: 10px;
    padding-left: 20px;
}

.question_txt li button {
    border: none;
    display: contents;
}

.list_point {
    background: #2bafbe;
    width: 280px;
    height: auto;
    color: #fff;
    display: flex;
    text-align: left;
    /* padding-left: 20px; */
    /* padding-top: 10px; */
    font-size: 17px;
    position: relative;
    font-weight: 600;
    top: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   text-transform: uppercase;
}

.list_letter {
    background: #2bafbe;
    padding: 23px 20px;
    font-size: 20px;
    color: #fff;
    margin-left: -7px;
    margin-top: 3px;
}

.list_letter span {
    font-size: 30px;
}

.main_point {
    background: rgb(240, 240, 240);
}

.one {
    background: #abb322;
}

.two {
    background: #244568;
}

.three {
    background: #f27a58;
}

.question_txt li {
    margin: 20px auto;
	cursor: pointer;
}


.list_letter input {
    width: 17px;
    height: 17px;
}














/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    .fullpage{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    .menu{display: none;}
    .menu2{display: block; top: 12px; right: 50px;}
    .search-form-wrapper{right: 0px;}
    .logo img{height: 40px;}
    .loginDiv a{margin-left: 5px; padding: 0 5px; display: none;}
    .searchbx1{float: right; padding-top: 15px;}
    .header{top: 0px;}
    .logo{padding: 10px; margin-bottom: 5px;}
    .textbanner{left: 0px; width: 100%; transform: translate(0%, 0%); top: 30%;
        padding: 20px 10px;}
    .textbanner h1{font-size: 21px;}
    .textbanner .form{padding: 0px;}
    .funfact-img img{height: 50px;}
    .funfact-count h2, .home_about h2, .home_tests h2, .home_courses h2{font-size: 24px;}
    .home_courses h3{padding: 0 20px;}
    .home_about h2{margin-bottom: 20px;}
    .hc_list li{width: 90%; margin: 2% 5%;}
    .home_about ul li{width: 100%; border-right: 0px; border-bottom: 1px solid #ccc !important;}
    .home_tests ul{padding: 0px;}
    .hc_txt{padding: 0 10%;}
    .footerNums ul, .footerSocail{clear: both; width: 100%; text-align: center; position: relative;}
    .footerNums li{float: none; clear: both; margin: auto; width: 100%;}
    .footerNums li a, .footerSocail a{float: none;}
    .copyrights span, .copyrights a{float: left; width: 50%; text-align: center; display: inline-block;
        border: 0px; padding: 5px; margin: 0px;}
    .hc_list .btns .btnleft span{font-size: 18px; margin-top: 12px;}
    .hc_list .btns .btnleft span.rsmall{font-size: 12px; margin-top: 16px;}
    .hc_list .btns a{font-size: 12px; padding: 0 5px;}
    .txtbleft span, .txtbrt span{font-size: 12px;}
    .txtbleft, .txtbrt{font-size: 12px;}
    .txtbtm{padding: 5px;}

    .pop_content{width: 90%; margin: 5%;}
    .breads{padding: 0 20px;}
    .breads h1, .coursebx2 h2, .career_form h2{font-size: 24px;}
    .coursebx2 h2::before{display: none;}
    table tr td.td4 a{width: 100%; border-radius: 0px; padding: 0 10px; display: block;}
    .coursemsg{padding: 20px;}
    .page{padding: 10px;}
    .aboutSec .title h2{font-size: 24px;}
    .aboutSec .title{padding: 0px;}
    .aboutSec .txt, .aboutSec .txt div{padding: 0px !important;}
    .aboutSec .txt img{position: relative; width: 100%; display: none; margin-bottom: 20px;}
    .cart_bx2{width: 90% !important;}
    .blogpg{margin-top: 30px;}
    a.backbtn{top: -40px;}
    .t_img, .blog1 ul li .t_cont{width: 100%; clear: both;}
    .blog1 ul li .t_cont{padding: 0px;}
    .coursedet{padding: 20px;}
    .halfspan{clear: both; width: 100%;}
    .loginDiv p{top: 0px; right: 10px;}
    .myaccountpage_left, .myaccountpage_right{width: 100%; clear: both;}
    .forgottenpassword label{line-height: normal;}
    .pop_content1{width: 100% !important;}
    .sec4bx1{border: 0px;}

    .homenumbers{
        background-image: none; background-color: transparent; 
        margin-top: -190px; box-shadow: none;
    }
    .homenumbers::before {display: none;}
    .funfact-img{display: none;}
    .sec4bx1{width: 33.33%; float: left; clear: none; position: relative;
        z-index: 99; display: inline-block; text-align: center;}

    .hc_list .btns .btnleft span.rsmall::before{top: 7px;}
    .flogo{display: none;}
    .funfact-count h3, .funfact-count h2{text-align: center;}
    .funfact-count h2 span{font-size: 21px;}
    .funfact-count h3{font-size: 15px;}
    .coursebx1 h3{margin-top: 15px;}
    .coursebx1 img{display:none;}
    .pgleftbx a {
        padding: 7px 15px;
    }
}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
    
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 480px) and (max-width : 768px)
{
    
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 769px) and (max-width : 960px)
{
    
}
@media only screen and (min-width : 961px) and (max-width : 1200px)
{

}
@media only screen and (min-width : 1024px) and (max-width : 1200px)
{

}
@media only screen and (min-width : 1200px) and (max-width : 1366px)
{
    
}



@media only screen and (max-width: 992px) {
    #wrapper {
        margin-top: 61%;
    }
}

@media only screen and (max-width: 425px) {
      #wrapper {
        margin-top: 110%;
    }

    #questions {
        font-size: 19px;
    }

    .pickone {
    font-size: 15px;
    }

    #questions h3 {
        font-size: 19px;
    }
}


@media only screen and (max-width: 375px) {
    #questions h3 {
    font-size: 16px;
    font-weight: 500;
}

    #results {
     padding-left: 28px;
}
}


@media only screen and (max-width: 320px) {
    #questions h3 {
    font-size: 13px;
    font-weight: 500;
}

#wrapper {
    margin-top: 142%;
}

#results {
        padding-left: 28px;
}

.form_list li input {
    width: 236px;
}
}