<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --shadow: rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px var(--shadow);
}

body {
    font-family: "Roboto" !important;
    /*Robotica*/
    font-weight: 300;
}

.card-product:after {
    content: "";
    display: table;
    clear: both;
    visibility: hidden;
}

.meta .Chandi {
    text-align: left !important;
}

.input-container1 {
    float: right;
    padding: 11px 0;
    /* margin-left: 2px; */
    margin-top: -60px;
}

.input-container1 input {
    border: none;
    font-size: 14px;
    float: left;
    height: 38px;
    width: 260px;
    border: 1px solid #eee;
    border-radius: 3px 0 0 3px;
    padding: 0 10px;
}

.icon {
    background: #e7eaee;
    border-radius: 0 3px 3px 0;
    padding: 11px;
    float: right;
    cursor: pointer;
}

.wrapper_grid {
    width: 100%;
    float: left;
}

.text-center {
    text-align: center !important;
margin-bottom: 14px;


}

.emptyCart {
    height: auto;
    margin: 5% auto;
    text-align: center;
}

.emptyCart p {
    font-size: 20px;
    margin: 10px 0px;
    font-weight: 500;
    color: rgb(109, 109, 109);
}

.emptyCart .btn {
    height: 30px;
    border-radius: 2px;
    line-height: 30px;
    padding: 0 15px;
    color: #fff !important;
    background-color: #1bbc9b;
}

.flashMsg {
    cursor: pointer;
    font-size: 13px;
    line-height: 30px;
    width: 100%;
    color: red;
    text-align: center;
}

/*div.clear {
    margin-top: 109px;
    text-align: left;
    margin-left: 168px;
}*/
.ulcash {
    margin-top: -19px;
    margin-left: 20px;
}

.close img {
    margin-left: 20em;
    color: #fff;
    position: absolute;
}

.modal-header {

    background: #007ee2;
        padding: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
button.close span {
color: #fff;
    font-size: 27px;
    font-weight: 300;
    position: absolute;
    top: 17px;
}
.modal-body button {
  background: #007ee2;
    height: 40px;
    border: 1px solid #007ee2;
    color: #fff;
    line-height: 40px;
    width: 80px;
    border-radius: 4px;
}
.modal-header h5#deleteCartModalLabel {
    font-weight: 500;
    color: #fff;
}

#deleteCartModal .modal-content {
    width: 100%;
} 
#deleteCartModal .modal-content {
    border: none;
}
.modal-content {
        background: none;
        border: none;
}

.modal-body {
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
}
h5#deleteCartConfirmModalLabel {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
        padding: 0px 18px;
}
button.btn.waves-effect.waves-light:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0c67da;
}

#cart_popUp .modal-body button,
#coupon_popUp .modal-body button,
#limitExceed .modal-body button {
    height: 46px;
    line-height: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 174px;
    border: 1px solid #259ae9;
    color: white;
    background: #259ae9;
}

button.btn.fr.waves-effect.waves-light {
    float: right;
}

button.btn.waves-effect.waves-light {

    height: 30px;
    border-radius: 2px;
    line-height: 30px;
    padding: 0 15px;
    color: #fff !important;
    background-color: #259ae9;

}

span#cartCount {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    color: #5d8fd8;
    top: 27px;
    left: 87px;
    line-height: 50px;
    font-family: 'robotoregular';
    font-size: 26px;
    text-align: center;
}

h4.modal-title.trailConfirmation_ico {

    color: #fff;
    font-size: 20px;
    background-image: url(.././images/cart-c.png);
    background-size: 127px 110px;
    margin-top: 13px;
    margin-left: -67px;
    height: 119px;
    background-repeat: no-repeat;
    font-weight: 400;
    padding: 57px 0 0 189px;
}

.cartSuccess {
    max-width: 580px !important;
}

button[data-toggle="modal"]:hover {
    color: #fff !important
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 3.75 !important;
}

button.close {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modal-header.headTitel {
    background: #81816f;
    height: 158px;
}

#cart_popUp .headTitel,
#coupon_popUp .headTitel {

    border-bottom: 4px solid #139e80;
    background: #259ae9;
}

/*button[data-toggle="modal"] {
    padding: 11px 27px !important;
    left: 14px !important;
  
    margin-right: 20px !important;
    background: #ffa200 !important;
    border: 1px solid #ffa200;
    color: #fff;
    border-radius: 4px;
}*/
.close img:focus {
    outline: none;
}
/*
.container {
    width: 100% !important;
    max-width: 134rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 20px !important;
    padding-left: 20px !important;

}*/

.card-product {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border-radius: 6px;
    background-color: #fff;
    background-clip: border-box;
    /* border-radius: .25rem; */

    border: 1px solid #eee;
}

.card-product:hover {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border-radius: 6px;
    background-color: #fff;
    background-clip: border-box;
    /* border-radius: .25rem; */
    border: 1px solid #ebe9dc;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.Buy1 span {
    color: #fff;
    font-size: 12px;
}

.card-product .price-new,
.card-product .price {
    margin-right: 5px;
    font-size: 17px;
    font-weight: 500;
    padding-left: 2px;
    color: #B62020;
}

.card-product .price-old {
    color: #8d93a4;
    font-size: 14px;

    font-weight: 400;
}

.Buy1 {
    background: #259ae9 !important;
}

.title_wraped {
    font-size: 16px;
    font-weight: 500;
    margin-top: 18px;
    padding: 0px 5px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #fff;
}

.innter p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.innter p:nth-child(3) {
    color: red;
    font-size: 18px;
    font-weight: 300;
}

.info-wrap h6 {}

.card-product .img-wrap {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    height: 170px !important;
    text-align: center;
}

.card-product .img-wrap2 {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    height: 170px !important;
    text-align: center;
    background: rgb(82 210 37);
}

.card-product .img-wrap2:hover {


    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    height: 170px !important;
    text-align: center;
    background: rgb(108, 196, 190);
}

.card-product .img-wrap1 {
    /*  border-radius: 3px 3px 0 0;*/
    overflow: hidden;
    position: relative;
    height: 170px !important;
    text-align: center;

}

.card-product .img-wrap1:hover {

    /*    border-radius: 3px 3px 0 0;*/
    overflow: hidden;
    position: relative;
    height: 170px !important;
    text-align: center;

}

.card-product .img-wrap1 img {
    width: 100%;
    height: 170px !important;
    object-fit: cover;
    object-position: top;
    /*   object-position: top;*/
    /*   border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}

.card-product .img-wrap1 img:hover {
    width: 100%;
    height: 13vw;
    object-fit: cover;
    object-position: top;
    /*   object-position: top;*/
    /*    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}

.card-product .img-wrap img {
    width: 100%;
    height: 13vw;
    object-fit: cover;
    object-position: top;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-product .info-wrap {
    overflow: hidden;
    padding: 14px;
    border-top: 1px solid #d4d2d0;
}

.card-product .action-wrap {
    padding-top: 30px;
    margin-top: 4px;
}

.card-product .bottom-wrap {
    padding: 15px;
    border-top: 1px solid #eee;
}

.card-product .title {
    margin-top: 0;
}

.tab_heading {
    color: #000;
    font-weight: 600;
    padding: 0 10px;
    font-size: 24px;

}

.tab_heading1 {
    color: #000;
    font-weight: 600;
    padding: 0 10px;
    font-size: 24px;
}

.tab_show {
    float: right;
    color: blue;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 12px;



}

.bottom-space {
    margin-bottom: 41px;
}

/*.tab_show:hover {
  float: right;
  color: #fff;
  border: 1px solid #4285f4;
  padding: 6px;
  background: #4285f4;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 1px;
  text-transform: uppercase;
}*/

.title_wrap {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.build {
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 600;
}

.hours {
    font-size: 14px;
    font-weight: 400;
    top: 4px;
    position: relative;
    color: #666666;
}

.niitr {
    font-size: 15px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #3c8dbc;
}


.star {
    font-size: 11px;
    padding: 10px 0px;
    text-align: left;
}

.Buy1 {
    margin-top: 1px;
    cursor: pointer;
    padding: 6px 21px;
    font-size: .81rem;
    border-radius: 4px;
    color: #fff;
}

.Buy1:hover {
    margin-top: 1px;
    /* margin: .375rem; */
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    /*    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    /*  padding: 6px 21px;*/

}

.btn:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*.courses_ulketz1{
    background-image: url(icons/sell_your_courses_bg.png);
    height: 420px;
      background-position: right bottom, left top;
  background-repeat: no-repeat, repeat;
}*/

.dotimg img {
    margin-top: -16px;
}

.img-shadow {
    height: 342px;
    position: relative;
    left: 15px;
    width: 363px;
    /*  bottom: -21px;*/
    border: 5px solid #fff;
    border-radius: 4px;
}

.img-shadow1 {
    height: 332px;
    width: 363px !important;
    position: relative;
    left: 35px;
    top: 35px;
    border-radius: 4px;
    border: 5px solid #ebe6e6;
}

.Sell_title {
    font-size: 25px;
    font-weight: 600;
    margin-left: 44px;
}

.m-24 {
    position: relative;
    bottom: -15px;
    right: 3pc;
}

.m-23 {
    position: relative;
    bottom: -27px;
}

.text-para {
    font-size: 16px;
    font-weight: 500;
    margin-top: 7px;
    margin-left: 44px;
    padding: 0px;
    float: left;
}

.courses_ulketz {
    background-image: url(asstes/image/sell_your_courses_bg.png);
    background-position: right bottom, left top;
    background-repeat: no-repeat, repeat;
    margin: 0px;
    padding: 35px 0px;
}



.business-header {
    position: relative;

    background: url('asstes/image/banner.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 130px;
    -o-background-size: cover;
}

/*
.card-product {
    box-shadow: 0 10px 30px rgb(0 0 0 / 15%);
}
.card-product:hover {
    box-shadow: 0 0 1pt 1pt #eee;
}*/
.texted_row {
    margin-left: 0;
    font-size: 15px;
    font-weight: 400;
    float: left;
}

.contact_us {
    position: relative;
    /* bottom: 23px; */
    /* left: -1px; */
    background: #0c84e3;
}

.show_mored:hover {
    color: #fff !important;
    margin-top: 2px;
    background: #0076e1;
}

.show_mored {
    background: #259ae9;
    color: #fff !important;
    font-size: 7px;
    padding: 8px 21px;
    font-weight: 400;
    margin-top: 2px;
    text-transform: uppercase;
    border-radius: 4px;
    float: left;

}

.show_mored span {
    font-size: 12px;
}

/*a.btn-md.float-right.show_mored:hover {
    background: #efefef;
    padding: 9px 10px;
    margin-top: -5px;
}
*/
.btn {
    margin: 0px !important;
    color: inherit;
    padding: .84rem 2.14rem;
    font-size: .81rem;
    border-radius: 4px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/*.show_mored span:hover{
     
    color: #fff;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
     top: 31px; 
    margin-top: -7px;
    border: 0; 
    border-radius: 4px;
      padding: 10px 10px;
    font-size: 14px;
    background:#259ae9;
}*/


.texted_row li {
    list-style: none;
    margin-top: 11px;
    margin-left: 19px;
    padding: 0px 0px 9px 0px;
}

.texted_row li::before {
    content: "\2022";
    color: #f58634;
    font-weight: bold;
    display: inline-block;
    font-size: 26px;
    margin-top: -7px;
    margin-left: -18px;
    position: absolute;
}

.innerfot_t {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
    padding-bottom: 10px;
    list-style: none;
}

.innerfot_c {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
    list-style: none;
    padding-bottom: 10px;
}

.innerfot_u {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
    padding-bottom: 10px;
    list-style: circle;
}

/*.courses_ulketzimg{
    background-image: url(icons/banner.png);
    height: 420px;
  background: linear-gradient(black, white);

}*/

.contact_us1 {
    position: relative;
    /* bottom: -8px; */
    right: 20pc;

    background: #0c84e3;
}

#logo_slider {
    position: relative;
    /* top: 99px; */
    left: -28px;
    cursor: pointer;
    /* height: 149px; */
    padding: 28px;
}

#swayam {
    margin-top: 13px;
}

#ulketz {
    margin-top: 13px;
}

#udemy {
    margin-top: 13px;

}

#nitttr {
    margin-top: 9px;
}

#nitttr1 {
    margin-top: 13px;
}

.home_new_footer {
    background: #212121 none repeat scroll 0 0;
}

.foot_pro {
    float: left;
}

.foot_pro {
    width: 100%;
}

.home_new_footer {
    background: #131313 none repeat scroll 0 0;
    border-top: 7px solid #007ee2;
    /* margin-top: 69px;
*/
}

.top_arr {
    cursor: pointer;
}

.margin1 {
    width: 27.5%;
}

.ulogo {
    float: left;
    padding: 27px 8px 6px 0;
}

.foot_tit img {
    display: none;
}

.footer_nav_close {
    clear: both;
    width: 100%;
    max-height: 650px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: max-height .5s ease;
}

.dotimg {
    float: left;
    padding: 4px 10px 0px 4px;
}

.price-wrap.h5 {
    text-align: left;
    padding: 0px 0px;
    margin-left: 8px;

}

.start_button1 {
    padding: 11px 21px !important;
}

.btn.btn-sm {
    padding: 8px 21px !important;
    font-size: 11px;
    margin-top: -7px !important;
    background: #259ae9 !important;
}

.btn.btn-sm:hover {
    padding: 8px 21px !important;
    font-size: 11px;
    margin-top: -7px !important;
    background: #0076e1 !important;
}

.top_arr {
    background: #007ee2 url(../../../img/go-to-top.png) no-repeat scroll center center;
    border-radius: 50%;
    height: 45px;
    right: 17px;
    padding: 15px;
    position: fixed;
    text-align: center;
    width: 45px;
    float: right;
    bottom: 40px;
    box-shadow: 0px 0px 8px 0px #ccc;
    z-index: 1;
}



.innerfot_p {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
    /*    margin-bottom: 0px;*/
    line-height: 1.4;

}






.innerfot_p a {

    opacity: 0.90;
    padding-bottom: 10px;
    position: relative;
}

.dotimg {
    float: left;
    padding: 4px 10px 0px 4px;
}

.margin2 {
    width: 25%;

}

.foot_tit {
    margin-bottom: 0px;
    padding: 35px 0 6px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

#f_nav6 {
    padding: 5px 0px;
}

.footer_nav_close {
    clear: both;
    width: 100%;
    max-height: 650px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: max-height .5s ease;
}

.membt {
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}

.margin3 {
    width: 22.5%;
}

.margin4 {
    width: 25%;
}

.for_mobile {
    display: none;
}

.footer_part2 {
    margin-bottom: 26px !important;
}


.col-md-12.url_footer {
    background: #000 none repeat scroll 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.col-md-12 {
    float: left;
    padding-right: 0px;
    padding-left: 0px;
}



.for_desktop {
    display: inline;
}

.terms_dv {
    color: #fff;
    margin-top: 7px;
    font-size: 12px;
    margin-top: 4px;
    opacity: 0.8 !important;
}

.p-right {
    float: left !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    /*   margin-left: 11px;
    width: 98.4%;*/
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.soc_icn a {
    padding-right: 8px;
}



.ss:hover .l_image {
    display: none;
}

.l_image {
    display: inline-block;
}

.ss:hover .h_image {
    display: inline-block;
}

.soc_icn a {
    padding-right: 8px;
}

.h_image {
    display: none;
}

.follow {
    width: 100%;
}

.col-md-12.url_footer {
    background: #0e0e0e none repeat scroll 0 0;
}



/*Navbar*/

.apps:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(asstes/icons/caret.png) no-repeat;
    top: 10px;
    right: 5px;
    position: absolute;
    display: inline-block;
}

.main {
    width: 600px;
    margin: 50px auto;
    display: table;
}

.has-search {
    width: 100%;
    position: relative;
    float: left;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 3.0rem;
    height: 50px;
    float: left;

}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    /* height: 65px; */
    margin-top: 5px;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;

}


.Buy1:active {
    color: #fff;
}


.dropdown-menu.show {
    background: #f8f9fa;
    border-radius: 0;
}

.producted {
    /*   margin-bottom: 30px;*/
    padding: 8px;
}

.contact_us span {
    color: #fff;
}

.contact_us1 span {
    color: #fff;
}

/*.View_allcourse {
    position: relative;
    border-radius: 4px;
    margin-left: 6px;
padding: 14px 28px !important;
    background: #0c84e3;
    color: #fff;
    cursor: pointer;

}

.View_allcourse:hover {
    position: relative;
    border-radius: 4px;
    margin-left: 6px;
    padding: 14px 28px !important;
    background: #0c84e3;
    color: #fff;
    cursor: pointer;

    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}*/

.View_allcourse span {
    color: #fff;
}

.View_allcourse1 {
    position: relative;
    border-radius: 4px;
    margin-left: 6px !important;
    margin-top: 35px !important;
    padding: 10px 21px !important;
    background: #259ae9 !important;
    color: #fff;
    cursor: pointer;


}

.m_top10 {
    color: #fff;
}

.View_allcourse1:hover {
    position: relative;
    border-radius: 4px;
    margin-left: 6px !important;
    margin-top: 35px !important;
    padding: 10px 21px !important;
    background: #0c84e3 !important;
    color: #fff;
    cursor: pointer;

    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.View_allcourse1 span {
    color: #fff;
    font-size: 12px;
}

#depth {
    margin-top: -100px;
    position: relative;
}

#shadow-depth-1 {
    background-color: #7d59ae;
}

#shadow-depth-1:hover {
    background-color: #7d59ae;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#shadow-depth-2 {
    background-color: #175378;
}

#shadow-depth-2:hover {
    background-color: #175378;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#shadow-depth-3 {
    background-color: #e59a1f;

}

#shadow-depth-3:hover {
    background-color: #e59a1f;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#shadow-depth-4 {
    background-color: #37b5ab;

}

#shadow-depth-4:hover {
    background-color: #37b5ab;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

}

.tagline {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

.tagtext {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.thumbnail {

    /*    height: 200px;*/
    border: none;
    border-radius: 6px;
    text-align: center;
}

.thumbnail h3 {
    color: #fff;
    height: 78px;
    margin: 0px auto;
    padding: 64px 0px;
    padding-bottom: 72px;
    font-size: 18px;
    width: 132px;
    font-weight: 400;
}


.skills_image {
    width: 64px;
    position: relative;
    top: 50px;

}

.has-search input {
    width: calc(100% - 120px) !important;
    width: 80%;
    float: left;
    border-radius: 4px 0 0 4px;
}

#search_button {
    padding: 0;
    background: #259ae9;
    float: left;
    width: 120px;
    height: 50px;
    border-radius: 0px 4px 4px 0px !important;
}

button#search_button span {
    color: #ffffff;
    font-size: 14px;
}

.courses_ulketz {
    background-image: url('../newSkill/images/sell_your_courses_bg.png');
    background-position: right bottom, left top;
    background-repeat: no-repeat, repeat;
    margin: 0px;
    padding: 35px 0px;
}



.business-header {
    position: relative;

    background: url('../newSkill/images/banner.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 130px;
    -o-background-size: cover;
}

.row.call {
    display: -webkit-inline-box;
    width: 100%;
}

.hr-code {
    border-bottom: 1px solid #eee;
}

@media (max-width: 700px) and (min-width: 320px) {

    /*.bottom-space {
    margin-bottom: 17px;
}*/
    .row.call .col-sm-6.col-md-3 {

        margin-bottom: 28px;

    }

    .has-search img {
        position: absolute;
        left: 0px;
        top: 3px !important;
        width: 45px;
    }

    #logo_slider {
     left: 0px;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 20px 0px;
    }

    .col-lg-6.feature-grid-right {
        margin-top: 50px;
        /*    margin-left: 30px;*/
    }

    .courses_ulketz1 {
        padding-bottom: 18px !important;
    }

    .courses_ulketz {
        padding-bottom: 40px !important;
    }

    /*.address-list ul li em {
        margin-left: -12px;
}*/
    /*a.btn.text-center.View_allcourse1.waves-effect.waves-light {
   top: -11px;
   left: -6px;
    margin: 0px auto !important;
}
   */
    .closeic {
        right: -5px;
        top: -5px;
        width: 11px;
    }

    #depth {
        margin-top: 18px;
        width: 100%;
    }

    .text-centered {
        text-align: center !important;
        padding: 0px !important;
        top: 0px !important;
    }

    .main {
        width: 100%;
        margin: 25px auto 50px;
        padding-left: 20px;
    }

    .banner_title {
        font-size: 25px !important;
        width: 100% !important;
        font-weight: 400 !important;
        padding-bottom: 15px;
    }

    p.nocc {
        margin-left: 26px;
        margin-right: 18px;
    }

    .tagtext {
        font-weight: 300;
        color: #fff;
        font-size: 14px;
    }

    .tagline {
        font-size: 20px;
        font-weight: 500;
        color: #fff;
    }

    .View_allcourse1 {
        position: relative;
        border-radius: 4px;
        margin-left: -29px !important;
        margin-top: 12px !important;
        background: #0c84e3;
        color: #fff;
        cursor: pointer;
        padding: 12px 28px;
        margin-bottom: 0px !important;
    }

    .View_allcourse1 span {
        color: #fff;
        font-size: 12px;
    }

    .View_allcourse1:hover {
        position: relative;
        border-radius: 4px;
        margin-left: -24px !important;
        margin-top: 5px !important;
        padding: 10px 20px !important;
        background: #0c84e3;
        color: #fff;
        cursor: pointer;
        margin-bottom: 12px !important;
    }

    .courses_ulketz {
        margin: 0px !important;
        padding: 0px 0px;
        width: 100%;
        height: auto;

        position: relative;
    }

    .Sell_title {
        font-size: 20px;
        font-weight: 600;
        margin-left: 9px;
        text-align: left;
    }

    .text-para {
        font-size: 12px;
        font-weight: 500;
        margin: 0px;
        padding: 0px 11px;
        float: left;
    }

    .texted_row li {
        margin-left: -15px;
        padding: 3px 0px;
        font-size: 14px;
    }

    .texted_row li::before {
        content: "\2022";
        color: #f58634;
        font-weight: bold;
        display: inline-block;
        font-size: 26px;
        margin-top: -8px;
        margin-left: -18px;
        position: absolute;
    }

    .m-23 {
        position: relative;
        bottom: 0px;
    }

    .img-shadow {
        position: relative;
        left: 1px;
        top: 6px;
        border: 5px solid #fff;
    }

    .img-shadow1 {
        width: 200px;
        padding: 0 -1px;
        margin-left: -34px;
        border-radius: 4px;
        border: 5px solid #ebe6e6;
    }



    .has-search input {
        width: calc(100% - 100px);
        font-size: 14px;
        float: left;
        border-radius: 4px 0 0 4px;
    }

    .has-search .form-control {
        padding-left: 2.375rem;
        height: 50px;
        float: left;
    }

    #search_button {
        padding: 0;
        background: #2466ca;
        float: left;
        width: 100px;
        height: 50px;
        border-radius: 0 4px 4px 0;
    }

    .business-header {
        padding: 50px 0 !important;
    }

    .thumbnail h3 {
        width: 100%;
    }
}

@media (max-width: 768px) and (min-width: 320px) {
    .maintit-sub {
        font-size: 10px !important;
    }

    .wid87 {
        width: 72% !important;
    }

    .wid13 {
        width: 273px !important;
    }

    img.build-left {
        width: 100%;
    }

    .g-recaptcha {
        width: 0% !important;
        height: 78px;
        transform: scale(0.77);
        webkit-transform: scale(0.77);
        text-align: center;
        position: relative;
    }

    button.contact_us {
        margin: 0px 1px -41px 44px !important;
    }

    .right-cnt {
        width: 100% !important;
    }

    div#rc-anchor-container {
        width: 100% !important;
    }

    .right-cnt .form-group input {
        width: 100% !important;
    }

    .right-cnt .form-group {
        float: left !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .main-formdiv {
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
        padding: 25px 0px;
        /* margin-top: 15px; */
        /* width: 100%; */
        float: left;
        border-top: 1px solid #f2f2f2;
    }

    .left-cnt {
        width: auto !important;
    }

    img#ulket {
        margin-left: 0px !important;
    }


    #ulketz {
        margin-top: 11px;
    }

    #swayam {
        margin-top: 16px !important;
        width: 152px;
    }

    #udemy {
        margin-top: 25px;
    }

    #nitttr1 {
        margin-left: 0px;
        margin-top: 23px;
        padding-bottom: 16px;
    }

    #nitttr {
        margin-left: 0px;
        margin-top: 6px;
        width: 164px !important;

        padding-bottom: 18px;
    }

    #logo_slider .col-md-2 {
        text-align: center;
    }
}

.courses_ulketz {
    background-image: url(.././images/sell_your_courses_bg.png);
    background-position: right bottom, left top;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    margin: 0px;
    padding: 35px 0px;
}

.courses_ulketz1 {
    background-image: url(.././images/lms_bg.png);
    background-position: right bottom, left top;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    margin: 0px;
    padding-bottom: 60px;
    padding-top: 0px;
}


.business-header {
    position: relative;

    background: url('.././images/banner.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 130px;
    -o-background-size: cover;
}

.has-search img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.iconss {
    padding: 15px 16px;
}

@media (max-width: 1130px) and (min-width: 1100px) {
    .card-product .price-old {
        font-size: 12px;
    }
}

@media (max-width: 1320px) and (min-width: 1080px) {

    #depth {
        margin-top: -100px;
        max-width: 67rem !important;
        position: relative;
    }

    .has-search img {
        position: absolute;
        left: 0px;
        top: 3px;
    }

    .has-search {
        width: 100%;
        position: relative;
        float: left;
    }
}

@media (max-width: 1799px) and (min-width: 1321px) {


    #depth {
        margin-top: -100px;
        max-width: 70rem !important;
        padding-right: 0px !important;

        position: relative;
    }

    .has-search img {
        position: absolute;
        left: 0px;
        top: 3px;
    }

    .has-search {
        width: 100%;
        position: relative;
        float: left;
    }
}

@media (max-width: 2300px) and (min-width: 1800px) {

   

    #depth {
        /*    top: -109px;*/

        position: relative;
    }

    .has-search img {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .has-search {
        width: 100%;
        position: relative;
        float: left;
    }

    .iconss {
        padding: 18px 16px;
    }
}

.text-centered {
    text-align: center !important;
    padding: 9px;
    top: -24px;
}

/*login.style*/

.totqus1 {
    color: #fff;
    text-align: left;
    font-size: 21px;
    background: #259ae9;
    position: absolute;
    width: 100%;
    left: 0;
    top: -1px;
    margin: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    height: 43px;
    color: #fff;
    line-height: 24px !important;
    padding-left: 11px;
    padding-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 18px;
}

#en_date {
    font-size: 16px;
    color: #000;
    padding: 70px 20px 10px;
    text-align: center;
}

.okkbtn:hover {
    width: auto;
    background: #0c67da none repeat scroll 0 0;
    border: none;
    padding: 12px 35px;
    display: block;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 13px;
    float: right;
}

.okkbtn {
    width: auto;
    background: #259ae9 none repeat scroll 0 0;
    border: none;
    padding: 12px 35px;
    margin-right: 13px;
    float: right;
    display: block;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

/*.okkbtn span{
    color:#fff;
    font-size: 12px;
}
*/
#cboxLoadedContent {
    border: 0px solid #fff !important;
    background: #fff !important;
}

#cboxLoadedContent {
    border-radius: 4px;
    width: 450px;
    overflow: auto;
    height: 190px;
}

#cboxClose,
#cboxCloseOwn,
#clsTocList {
    top: 11px !important;
    right: 10px !important;
    background: url(../images/closeicon_white.png) no-repeat center center !important;
    width: 16px;
    height: 15px;
}

#cboxContent {
    /*   background: #0a1b39!important; */
    border-radius: 4px;
}

h6.author-name {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding: 0px 0 12px;
    color: #313131;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-wrap h6 em {
    font-style: normal;
    color: #737373;
    padding-right: 4px;
    font-weight: 400;
    font-size: 15px;
}

.info-wrap p em {
    font-style: normal;
    color: #737373;
    padding-right: 4px;
    font-weight: 400;
    font-size: 15px;
}

.info-wrap p {
    color: #313131;
    font-size: 14px;
    font-weight: 500;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;


}

.totqus1 img {
    margin-top: -5px;
    width: 35px;
}

div#apndDet p {
    color: #000;
    margin-top: -4px;
}

div#apndDet p span {
    color: red !important;
}

div#apndDet p:nth-child(1) {
    color: #000;
    font-size: 22px !important;
    font-weight: 400;
}

div#apndDet p span:nth-child(3) {
    color: #000 !important;
}

div.enst {
    font-size: 16px;
    color: #000;
    padding: 70px 20px 10px;
    text-align: center;
}

/* pretty radio */

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    /* appearance: none; */
    /* display: inline-block; */
    width: 14px;
    height: 14px;
    padding: 1px;
    background-clip: content-box;
    border: 2px solid #bbbbbb;
    border-radius: 50%;
}

/* appearance for checked radiobutton */
input[type="radio"]:checked {
    background-color: #005cc8;
}

input[type="radio"]:checked {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
}

/* optional styles, I'm using this for centering radiobuttons */
.flex {
    display: flex;
    align-items: center;
}

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

    a.btn.btn-sm.float-right.Buy1.waves-effect.waves-light {
        padding: 11px 16px !important;
    }

    a.btn.btn-sm.float-right.Buy1.waves-effect.waves-light {
        padding: 11px 16px !important;
    }

    .show_mored {
        color: #fff !important;
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 4px;
        margin-top: -3px;
        padding: 9px 21px;
        margin-right: -5px;
        font-size: 14px;
    }

    .tab_heading {
        font-size: 17px;
    }

    .tab_heading1 {
        font-size: 17px;
    }
}

/*Instution*/

/*.mar70 {
    margin-top: 71px;
}*/
.center {
    padding: 10px 0px 20px;
    text-align: center;
    font-family: "Roboto" !important;
    font-size: 14px;
}

.txtW {
    color: #fff;
}

.p20 {
    padding: 20px 0;
}

.new_hed {
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 5px;
    color: #3f3d56;
}


.cen_txt {
    text-align: center;
    font-size: 18px;
    color: black;
    font-weight: 400;
    opacity: 0.6;

}

.bggray {
    background: #F7F7F7;
}

.p10 {
    padding: 10px 0;
}

.wid80 {
    width: 1100px;
    margin: 0 auto;
}

.tC {
    text-align: center;
}

.mt30 {
    margin-top: 30px;
}

.cen_txt1 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: black;
    opacity: 0.6;
}

.wid1000px {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex &gt; .Sbox {
    /* width: 33.33333333333333%; */
    width: 31%;
    margin-bottom: 20px;
    margin-left: 18px;
}

.Sboxbg {
    background: #FFFFFF;
    border: 1px solid #f4f4f4;
    border-radius: 6px;
    box-shadow: 2px 2px 4px 0px #e4e4e4;
    /* margin: 0 10px; */
    line-height: 1.5em;
}

.Sboxbg {
    transition: transform .3s ease, box-shadow .3s ease;
}

.Sboxbg a {
    display: block;
}

a:link {
    outline: none;
}

.flex &gt; .Sbox img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 170px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.p10a {
    padding: 10px 20px;
}

.height {
    height: 107px;
}

.p10a h5 {
    /* font-size: 19px; */
    /* font-family: 'robotomedium'; */
    font-weight: 500;
    color: #393939;
    line-height: 2.3;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    max-height: 52px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.padd0 {
    margin-bottom: 15px;
    width: 100%;
}

.ceri {
    font-size: 13px;
    font-weight: 500;
    width: 72px;
}

.padd0 td {
    padding: 0px;
    vertical-align: top;
}

tbody td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-left: medium none white;
    border-right: medium none white;
    border-top: medium none white;
    color: #737373;
    font-size: 14px;
    padding: 16px;
    text-align: left;
    vertical-align: middle;
}

.height .byname {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    text-align: left;
    max-height: 39px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #313131;
    text-transform: capitalize;
}

/*.height .byname {
    margin-bottom: 16px;
}*/
.byname {

    font-size: 14px;
    font-weight: 500;
}

tr td:last-child {
    text-align: center;
}

.Sboxbg {
    background: #FFFFFF;
    border: 1px solid #f4f4f4;
    border-radius: 6px;
    box-shadow: 2px 2px 4px 0px #e4e4e4;
    /* margin: 0 10px; */
    line-height: 1.5em;
}

.top_p {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    /*    font-family: 'robotoregular';*/
}

.top_p {
    color: #000;
}

.flex &gt; .Sbox img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 170px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.thum {
    width: auto !important;
    height: auto !important;
    margin-top: -2px;
    margin-right: 10px;
}

.height {
    height: 107px;
}

.clr000 {
    color: #000;
}

.lh {
    line-height: 1em;
}

.hei100 {
    height: 95px;
    position: relative;
}

.mt70 {
    margin-top: 64px;
}

.font20 {
    font-size: 20px;
    font-weight: 500;
}

.txtR {
    color: #B62020;
    float: left;
    margin-right: 8px;
}

.flex-end input {
    font-size: 14px;
}

.bgB {
    background-color: #007ee2;
}

.commonbtn {
    border-radius: 3px;
    /*   font-family: 'Robotoregular' !important;*/
}

.commonbtn {
    background: #007cc0 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #007cc0;
    margin: 0px;
    padding: 10px 20px;
    /* width: 94%; */
    display: inline;
    font-size: 15px;
}

button.clseed.bbtn:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input.commonbtn.bgB.font100:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.absol .flex-end {
    position: absolute;
    bottom: 0;
    right: 0;
}

.flex-end {
    margin-left: auto;
    margin-right: 5px;
}

.Sboxbg a {
    display: block;
}


.UNbg {
    /* background: #F5F5F5; */
    background: rgb(124 111 92);
    border-top: 1px solid rgb(124 111 92);
    padding: 11px !important;
    text-align: center;
    margin-top: 10px;
    margin-right: -1px;
    margin-bottom: -1px;
    font-size: 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    /* border-radius: 4px; */
    font-weight: 400;
    color: #fff;
}

.Sboxbg {
    background: #FFFFFF;
    border: 1px solid #f4f4f4;
    border-radius: 6px;
    box-shadow: 2px 2px 4px 0px #e4e4e4;
    /* margin: 0 10px; */
    line-height: 1.5em;
}

.flex &gt; .Sbox {
    /* width: 33.33333333333333%; */
    width: 31%;
    margin-bottom: 20px;
    margin-left: 18px;
}

.Sboxbg {
    transition: transform .3s ease, box-shadow .3s ease;
}

form {
    border: medium none;
    margin: 0;
}

.vwall {
    padding: 14px 50px;
}

.mt30 {
    margin-top: 30px;
}

.started {
    width: auto;
    padding: 14px 30px;
    margin: 19px auto 30px;
    display: block;
    color: #fff;
    background: #f69324;
    border: 1px solid #f69324;
    font-family: "Roboto" !important;
    border-radius: 5px;
    font-size: 15px;
}

input.started.mt30.vwall:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.tC {
    text-align: center;
}

.mt40 {
    margin-top: 40px;
}

.mtb50 {
    margin: 50px 0;
}

.mg0 {
    margin: 0 auto;
}

.wid50 {
    width: 50%;
    float: left;
    margin-top: 0px;
    padding: 5px 0px 15px 0px !important;
    text-align: left;
}

.p20a {
    padding: 20px;
}

.borderB {
    border-top: 2px solid #3D85E1;
    border-bottom: 2px solid #3D85E1;
}

.p5 {
    padding: 5px 0;
}

/*.mt40 {
    margin-top: 40px;
}*/
.cursor {
    cursor: pointer;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.wid20 {
    width: 20%;
}

.NumC {
    position: relative;
    border: 2px solid #f0ad4e;
    color: #f0ad4e;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}

.NumCG {
    position: relative;
    border: 2px solid #f69324 !important;
    background: #f69324;
    color: #ffff !important;
    border-radius: 100%;
    width: 30px;
    top: -10px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}

.Sboxbg:hover {
    transform: translateY(-3px);
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.lh2 {
    line-height: 1.5em;
}

.p5a.lh2 h5 {
    font-size: 18px;
    font-family: "Roboto" !important;
    font-weight: normal;
}

.font115 {
    font-size: 15px;
    font-weight: 400;
    color: #7C7C7C !important;
}

.txtG {
    color: #7C7C7C !important;
}

.borderB {
    border-top: 2px solid #3D85E1;
    border-bottom: 2px solid #3D85E1;
}

.bBox {
    opacity: 0.6;
    cursor: pointer;
}

.txtG1 {
    color: #7C7C7C;
}

.bold {

    font-weight: 400;
}

.p5a.lh2 h5 {
    font-size: 18px;
    font-family: "Roboto" !important;
    font-weight: normal;
}

.lh2 {
    line-height: 1.5em;
}

.wid50 {
    width: 50%;
    float: left;
    margin-top: 0px;
    padding: 5px 0px 15px 0px !important;
    /* background-color: #0000004f; */
    text-align: left;
}

.imghid {
    overflow: hidden;
    padding: 20px;
}

.hide1 {
    width: 100%;
}

.img_src2,
.img_src1 {
    display: none;
}

.img_src2,
.img_src1 {
    display: none;
}

.imghid {
    overflow: hidden;
    padding: 20px;
}

.ucrse_img {
    border: 1px solid #eeeeee;
    border-radius: 50%;
    display: inline-block !important;
}

/*.wid40 {
    width: 40%;
}*/
.tC {
    text-align: center;
    padding: 14px;
    font-weight: 500;
    font-size: 26px;
    color: #3f3d56;
}

.flex1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.p30 {
    padding: 30px 0;
}

.p10a {
    padding: 10px 20px;
}


/*cart page*/
.tnp-subscription {
    font-size: 13px;
    display: block;
    margin: 15px auto;
    max-width: 500px;
    width: 100%;
}

.tnp-subscription input.tnp-submit {
    background-color: #6acbdc;
    color: #fff;
    width: auto;
    height: auto;
}

.cart-section {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .col-lg-8 {
        width: 66.66666667%;
    }
}

.cart-left {
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 14%);
    width: 100%;
    float: left;
}

.cart-left h3 {
    margin: 0;
    color: #000;
    font-size: 20px;
    padding: 15px;
    font-weight: 500;
    line-height: 27px;

}

.cart-left h3 em {
    font-style: normal;
}

/*.cart-left-body {
    border-top: 1px solid #ddd;
    padding: 0 20px;
    float: left;
    width: 100%;
}*/
.cart-left-body .shop-div-list {
    width: 100%;
    float: left;
    display: flex;
    padding: 20px 0;
    
}

.cart-left-body .shop-div-list:last-child {
    border-bottom: none !important;
}

.cart-left-body .shop-cnt {
    float: left;
    width: calc(100% - 150px);
    padding-left: 20px;
    position: relative;
}

.cart-left-body .shop-cnt h3 {
    color: #228fe6;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.shop-cnt h4 {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.cart-left-body .shop-cnt p {
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.cart-left-body .shop-cnt span {
    font-weight: 500;

    position: absolute;
    font-size: 20px;
    color: #000
}

.cart-left-body .shop-cnt em {
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #666;
    position: absolute;
    bottom: 0;
    left: 20px;
}

.cart-left-body .shop-cnt i {
    font-size: 20px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.cart-left-body .shop-cnt {
    float: left;
    width: calc(100% - 150px);
    padding-left: 20px;
    position: relative;
}

.cart-left-body .shop-div-list {
    width: 100%;
    float: left;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.cart-left-body .shop-img img {
    width: 165px;
    height: 170px;
}

.shop-foot {
    width: 100%;
    float: left;
    /*    border-top: 1px solid #ddd;*/
    padding: 15px;
}

.cart-left-body {
    /*border-bottom: 1px solid #eee;*/
}

.shop-foot button {
    border-radius: 4px;
    border: 1px solid #0077e3;
    color: #0077e3;
    text-transform: capitalize;
    font-weight: 400;
    padding: 9px 14px;
    float: right;
}

.shop-foot button:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

button.check-out:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cart-left {
    border-radius: 3px;
    
    width: 100%;
    float: left;
}

@media (min-width: 1200px) {
    .col-lg-8 {
        width: 66.66666667%;
    }
}
@media (min-width: 579px) and (max-width: 768px) {
    .cart-header{
    margin-top: 20px !important;
}
}
@media (min-width: 1200px) {
    .col-lg-4 {
        width: 33.33333333%;
        float: left;
    }
}

.cart-left-body {
    /*    border-top: 1px solid #ddd;*/
    padding: 0 20px;
    float: left;
    width: 100%;
}

.cart-left-body .check-price-div {
    width: 100%;
    float: left;
    padding: 8px 20px;
}

.cart-left-body .check-price-div ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart-left-body .check-price-div ul li {
    width: 100%;
    float: left;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
}

.cart-left-body .check-price-div ul li em {
    float: right;
    font-style: normal;
    letter-spacing: 0.3px;
}

button.check-out {
    padding: 7px 18px;
    margin-top: 10px;
    background: #0077e3;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #0077e3;
    /* border: 1px solid; */
}

li.total-price {
    font-weight: 600 !important;
    font-size: 17px;
}

/*Checkout*/
.check-list {
    width: 100%;
    float: left;
    margin-top: -68px;
    /* padding: 10px 12px 0px 0px; */
    padding: 17px 0px;
}

.table-responsive {
    min-height: .01%;
    overflow-x: initial !important;
}

table {
    margin-bottom: 0 !important;
}

table thead {
    background: #edf0f5;
}

table thead tr th:first-child {
    padding-left: 100px !important;
    font-size: 16px;
    font-weight: 500;
}

table tbody tr:last-child {
    border-bottom: none;
}

table tbody tr:first-child th,
table tbody tr:first-child td {
    border-top: none;
}

.book-img {
    float: left;
    width: 150px;
/*    max-height: 85px;*/
/*    overflow: hidden;*/
}

.book-img img {
    width: 100%;
object-fit: cover;
    height: 100%;border-radius: 3px;
}

.book-cnt {
    float: left;
    padding-left: 15px;
    width: calc(100% - 150px);
}

.book-cnt h3 {
    font-weight: 400;
    font-size: 17px;
    margin-top: -13px;
    margin-left: 6px;
    margin-bottom: -8px;
    line-height: 20px;
    color: #000;
}

.table thead th {
    /* vertical-align: bottom; */
    /* border-bottom: 2px solid #dee2e6; */
    background: #edf0f5 !important;
}

em.book-dis {
    color: #3398e8;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
}

td.text-center strike {
    font-size: 17px;
    font-weight: 400;
}

td.text-center {
    font-size: 17px;
    font-weight: 400;
}

td.text-right {
    font-size: 17px;
    font-weight: 400;
}

tr th.text-center {
    font-size: 16px;
    font-weight: 500;
}

.book-cnt p {
    color: #333;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.table tbody tr td,
.table tbody tr th {
    padding: 20px 10px;
    text-align:right!important;
}

.price-detail {
    list-style: none;
    padding: 0px 25px;
    margin: 0;
    text-align: right;
    width: 100%;
    float: left;
}

.price-detail li {
    color: #818181;
    font-size: 16px;
    padding: 10px 0;
}

.price-detail li em {
    width: 110px;
    display: inline-block;
    font-style: normal;
    letter-spacing: 0.3px;
    color: #000;
    font-weight: 500;
}

.list-total {
    font-weight: 500;
    color: #000 !important;
    border-top: 1px solid #ddd;
}

.shop-foot {
    width: 100%;
    margin-left: 0px;
    float: left;
    border-top: 1px solid #ddd;
    padding: 15px;
}

.shop-foot button {
    background: #007ee2;
    border: 1px solid #007ee2;
    color: #fff;
    padding: 8px 12px;
    text-transform: capitalize;
    font-weight: 400;
    float: right;
}

ul.price-detail .list-total {
    margin-bottom: -16px;
    padding: 20px 0px;
}

.cartGrp {
    float: left;
    width: auto !important;
    height: 104px;
    border-radius: 4px;
    margin-top: 16px;
}

.cartGrp input[type=text] {
    height: 30px;
    line-height: 30px;
    color: #e9c919;
    border: 1px solid #e9c919;
    border-right: 0;
    padding: 0 10px;
    font-size: 15px;
}

.cartGrp input[type="button"] {
    background: #e9c919 none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    margin-left: -5px;
    height: 32px;
    line-height: 29px;
    border: 1px solid;
    padding: 0px 16px;
    text-align: center;
}

div.t &gt; input[type="text"] {
    margin-left: 20px;
    border-radius: 0;
    font-size: 14px;
    border-right: 0 !important;
    padding: 6.2px 11px;
    border: 1px solid #007ee2;
}

.sear-btn {
    background: #007ee2;
    border: 1px solid #007ee2;
    color: #fff;
        margin-left: -4px;
    font-size: 15px;
    height: 35px;
    line-height: 24px;
    padding: 4.1px 15.3px 12px;
    text-align: center;
}

div#ucash_2 {
    margin-top: 6px;
    clear: both;
}

input.usecash {
    width: 13px;
    height: 16px;
    float: left;
    margin: 8px 21px !important;
}

p.ulcash {
    width: 129px;
    margin-top: 7px !important;
    margin-left: 0px;
    text-align: left;
    font-size: 13px;
    margin-left: -15px;
    float: left;

}

.t {
    float: left;
}


.sear-btn:focus {
    outline: none !important;

    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.shop-foot button:focus {
    outline: none !important;

    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

div.t input[type="text"]:focus {

    outline: none !important;
    /* border: none !important; */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.advance-cert {
    float: left;
}

.avail-cash {
    float: right;
    position: relative;
    top: -58px;
    /* margin-top: 49px; */
}

.book-cnt p {
    /*  color: #b5b5b5;
    padding: 2px 18px;*/
}

.table-borderless,
tr,
td {

    border-bottom: 2px solid #eee;
}

.cart-top-hide {
    border-bottom: 1px solid #eee;
    width: 100%;
    margin-top: -3px;
}

.mobile-viewmore {
    display: none;
}

img#ulket {
    margin-left: 45px;
}

/*Responsive style start*/
@media only screen and (max-width: 767px) and (min-width: 320px) {

    .shop-cnt h4 {
        font-size: 16px;
    }

    .a.btn.text-center.View_allcourse1.waves-effect.waves-light {
        top: 9px;
    }

    .cart-left-body .check-price-div ul li {
        font-size: 14px;
    }

    li.total-price {
        font-size: 14px;
    }

    .closeic {

        right: -1px !important;
        width: 11px;
        top: -5px !important;

    }

    .mobile-viewmore {
        display: table;
    }

    a.mobile-viewmore span {
        font-size: 13px;
    }

    .mobile-viewmore {
        margin: -29px auto 54px;
        color: #fff;
        border-radius: 4px;
        padding: 8px 21px !important;
        top: -37px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 11px !important;
        background: #259ae9 !important;
    }

    .mobile-viewmore:hover {
        margin: -29px auto 54px;
        float: none;
        display: table;
        background: #0c84e3;
        padding: 8px 21px !important;
        color: #fff;
        border-radius: 4px;
    }

    .show_mored {
        display: none;
    }

    .show_mored1 {
        display: none;
    }

    .price-detail {
        border-top: none;
        width: 897px;
    }

    .cart-left-body .shop-cnt em {
        /*font-size: 13px;
        top: 19px;
        left: 0px;*/
    }

    .check-out {
        flex: 1 0 10.333333% !important;
        max-width: 100% !important;
        float: left;
    }

    .cart-left-body .shop-cnt span {
        font-weight: 500;
        margin-top: 0px;
        position: absolute;
        font-size: 14px;
        color: #000
    }
.cart-left h3{    padding: 10px 15px !important;
font-size: 18px;}


    
    .table {
        border-bottom: 1px solid #ddd;
    }
  /*  .cart-header{
        margin-top: 40px;
    }*/

    .cart-left-body .shop-div-list {
        display: flex;
    }

    .cart-left-body .shop-cnt {
      /*  width: 100%;
       padding-left: 35px;*/
    /*    margin-top: 15px;*/
    }
.cart-alignd {
    padding: 25px 0 !important;
}


/*.cart-left h4{padding: 10px 15px;}*/
    .cart-left-body {
        padding: 0 15px;
    }

   /* .cart-left-body .shop-cnt em {
        position: inherit;
    }*/

    .cart-left {
        margin-bottom: 10px;
    }

    .cart-left-body .check-price-div {
        padding: 8px 10px;
    }

    .price-detail li em {
        width: 70px;
    }

.cart-left-body .shop-img img {
    width: 150px;
    height: 170px;
}
.cart_title {
    font-size: 25px !important;
    font-weight: 500 !important;
}
    .middle-section p {
        font-size: 15px;
        line-height: 25px;
        width: 100%;
        color: #555;
    }

    .course-detail .col-lg-7 {
        padding: 0;
    }

    .logn-main-div {
        width: 100%;
        padding: 20px;
    }

    header {
        z-index: 9999;
    }

    .profil-img img {
        width: 100px;
        height: 100px;
    }

    .banner-list ul {
        width: 100%;
    }

    .banner-list ul li {
        padding: 5px 0;
        margin: 0;
        width: 100%;
        text-align: left;
    }

    .profile-form-div-inside {
        width: 100%;
        display: block;
    }

    /*   section.profile-page .col-lg-12,
    section.profile-page .col-lg-6 {
        padding: 0;

    }*/

    section.profile-page .col-lg-12 {
        float: left;
        width: 100%;
    }

    .profile-form-div {
        padding: 20px;
        width: 100%;
    }

    .mobile-profile {
        display: block;
        width: 55px;
        float: right;
        position: relative;
        top: 23px;
        margin-right: 10px;
    }

    .drop.mobile-profile a {
        color: #333;
        font-weight: 600;
        position: relative;
        line-height: 30px;
    }

    .drop.mobile-profile a:before {
        content: "";
        width: 8px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -18px;
        top: 9px;
        transform: rotate(135deg);
    }


    .drop.mobile-profile a:after {
        content: "";
        width: 8px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -13px;
        top: 9px;
        transform: rotate(45deg);
    }

    .drop ul li a:after,
    .drop ul li a:before {
        display: none;
    }

    .drop ul li a img {
        margin-right: 10px;
    }

    .drop ul {
        right: -12px;
    }

    .login-form h3 {
        font-size: 20px;
        font-weight: 600;
    }


    #cboxWrapper,
    #cboxContent,
    #cboxLoadedContent {
        width: 100% !important;
    }

    #cboxContent {
        background: #0000 !important;
    }

    div#colorbox {
        width: 98% !important;
        margin: 0 auto;
        display: table !important;
        left: 1% !important;
    }

    .mobile-viewmore {
        display: table;
    }

    .searcch-course .col-lg-9 {
        float: left;
    }

    .price-detail li em {
        width: 70px;
    }

    .book-cnt h3 {
        font-size: 16px;
        width: 283px;
        margin-left: -12px;
        margin-top: -31px;
    }

    p.dont-acc {
        font-size: 14px;
    }

    .check_title {
        width: 95% !important;
    }

    section.table-padding .col-lg-12 {
        padding: 0;
    }

    .check_title p {
        width: 100% !important;
        margin: 0 !important;
        text-align: center;
        padding: 0 !important;
    }

    .container-fluid {
        /*        overflow: hidden;*/
    }

    .tn-apex img {
        width: 100%;
    }




    p.logo-top {
        font-size: 9px;
    }

    p.logo-middle {
        font-size: 9px;
    }

    p.logo-bottom {
        font-size: 10px;
        line-height: 15px;
    }

    .bannerSlider,
    .bannerSlider .slide__image::before,
    .bannerSlider .slide__image img {
        height: 300px;
    }

    .content {
        padding: 0;
    }

    .content .slide-head span {
        display: none;
    }

    .slick-arrow {
        right: 0;
    }

    button.slick-prev.slick-arrow {
        right: 45px;
    }

    .content .slide-head h2 {
        font-size: 14px;
    }

    .full-list .slide-full-div {
        width: 100%;
        padding: 0;
    }

    .course-detail {
        height: auto;
        padding: 30px 0;
        min-height: auto;
    }

    .crs-book-detil {
        position: inherit;
        width: 100%;
        top: 0;
        margin-top: 30px;
    }

    .course-detail h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .course-detail p {
        font-size: 15px;
    }

    .course-tab-section .col-lg-8,
    .course-tab-section .col-lg-4,
    .searcch-course .col-lg-3,
    .searcch-course .col-lg-9,
    .cart-section .col-lg-12,
    .cart-section .col-lg-8,
    .cart-section .col-lg-4 {
        padding: 0;
    }

    .search-head-left {
        margin-top: 20px;
        width: 100%;
    }

    .search-book-list {
        float: left;
        width: 100%;
    }

    .default-select {
        float: left;
        margin-top: 20px;
        padding-left: 10px;
    }



   .book-cnt {
    margin-top: 17px;
    padding: 0px 30px;
}

/*.cart-section{
    padding: 70px 0;
}*/
}

@media only screen and (max-width: 341px) and (min-width: 320px) {
    .logo-div a img {
        margin: 8px 0px !important;
        width: 109px !important;
    }

    #cboxPrevious {
        display: none !important;
    }

    #cboxNext {
        display: none !important;
    }

    .banner_para {
        margin-top: -3px !important;
    }
}
@media only screen and (max-width: 560px) and (min-width: 536px) {
    .banner_para span{
       width: 77% !important;
    }
    .banner_title{
        margin-top: -75px;
    }
.banner-alignd {
    padding: 163px 0px!important;
}
}
@media only screen and (max-width: 991px) and (min-width: 769px) {

     .banner_para span{
      width: 86% !important;
    padding-right: 316px;
    }
   
 /*   .banner-alignd {
      margin: 0px;

    padding: 145px 0 !important;

}*/
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .banner-alignd {
    margin: 0px;
    padding: 95px 10px 60px;
}

    }
@media only screen and (max-width: 768px) and (min-width: 561px) {
  .banner_para span{
      width: 80% !important;
  }
    /*.banner_title{
        margin-top: -75px;
    }*/
.banner-alignd {
        padding: 100px 0px !important;
}

}
@media only screen and (max-width: 535px) and (min-width: 436px) {
    .banner-alignd {
    margin: 0px;
    padding: 167px 0;
    }
  .banner_para span{
     width: 70% !important;
    }
    .banner_title{
        margin-top: -75px;
    }
}

@media only screen and (max-width: 435px) and (min-width: 359px) {
    .banner-alignd {
        margin: 0px;
         
    padding: 91px 0px!important;

    }

    .banner_para span {
        color: #cfe27b !important;
        font-size: 15px !important;
        font-weight: 400 !important;
          width: 60% !important;
     
    }

    .banner_para span a {
        color: #cfe27b !important;
        font-size: 15px;
        font-weight: 300;
    }
}

@media only screen and (max-width: 341px) and (min-width: 320px) {
 .banner-alignd {
margin: 0px !important;
    padding: 0px 0 !important;
       padding-top: 67px !important;

}

    .banner_para {
        color: #fff;
        font-size: 18px;
    }
     .banner_para span {
        width: 60% !important;
     }

    .banner_para span a {
        color: #cfe27b !important;
        font-size: 15px;
        font-weight: 500;
      
    }
}
@media only screen and (max-width: 359px) and (min-width: 342px) {

.banner_title{
        margin-top: 0px;
}
    .banner_para {
        color: #fff;
        font-size: 18px;
    }
       .banner_para span {
        width: 60% !important;
     }


    .banner_para span a {
        color: #cfe27b !important;
        font-size: 15px;
        font-weight: 500;
      
    }
}
@media only screen and (max-width: 328px) and (min-width: 320px) {

    .tab_list_head {
        margin-bottom: 53px;
    }

    .icon1 {
        background: #e7eaee;
        border-radius: 0 3px 3px 0;
        padding: 11px;
    }

    .input-container1 input {
        width: 244px;
        position: relative;
       /* float: left;
        margin-left: 3px;*/
    }
  
}

@media only screen and (max-width: 620px) and (min-width: 329px) {

    .input-container1 {
        float: left;
    }

    .tab_list_head {
        margin-bottom: 53px;
    }

    .input-container1 input {
        width: 242px;
    }
}

@media only screen and (max-width: 560px) and (min-width: 342px) {
    .logo-div a img {
        margin: 8px 0px 6px !important;
        width: 131px !important;
    }

    .banner_para {
        margin-top: -3px !important;
    /*    float: left;*/
      
       
    }

    #cboxPrevious {
        display: none !important;
    }

    #cboxNext {
        display: none !important;
    }

    .col-md-3.mt-43 .card img {
        object-fit: cover !important;
        width: 100%;
        height: 43vw;
    }

    .card-head {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 701px) {
    a.btn.text-center.View_allcourse1.waves-effect.waves-light {
        top: 0px !important;
        left: -6px;
    }


}

@media only screen and (max-width: 700px) and (min-width: 600px) {
    p.crex ~ a {
        padding: 9px 6px;
        font-size: 11px !important;
    }

    p.crex ~ a:hover {
        padding: 9px 6px;
        font-size: 11px !important;
    }

    p.crex ~ a ~ a {
        margin-top: -32px !important;
        margin-right: -16px;
        font-size: 11px !important;
    }

    p.crex ~ a ~ a:hover {
        margin-top: -31px !important;

        margin-right: -16px;
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 992px) and (min-width: 769px) {

    .appwid700 .flc-screenNavigator-view-container {
        width: 87% !important;
        padding: 0 32px;
    }

    p.crex ~ a {

        padding: 9px 6px;
        font-size: 10px !important;
    }

    .g-recaptcha {
        width: 0% !important;
        height: 78px;
        transform: scale(0.77);
        webkit-transform: scale(0.77);
        text-align: center;
        position: relative;
    }

    .col-md-3.mt-43 .card img {
        object-fit: cover !important;
        width: 100%;
        height: 150px;
    }

    p.crex ~ a:hover {

        padding: 9px 6px;
        font-size: 9px !important;
    }

    p.crex ~ a ~ a {

        padding: 9px 0px !important;
        margin-top: -33px !important;
        margin-right: -18px !important;
        float: right !important;
        font-size: 10px !important;

    }

    p.crex ~ a ~ a:hover {

        padding: 9px 21px !important;

        margin-top: -30px;
        margin-right: -18px;
        float: right !important;
        font-size: 9px;

    }

    /*.list-row .card{
          min-height: 309px !important;
    }*/
}

@media only screen and (max-width: 900px) and (min-width: 768px) {
    .card-product .price-old {
        font-size: 9px;
    }

    .card-product .price-new {
        font-size: 14px;
    }

}

@media only screen and (max-width: 1024px) and (min-width: 700px) {
    .View_allcourse1 {
        padding: 8px 17px !important;
        margin-top: 4px !important;
    }

    .View_allcourse1:hover {
        padding: 8px 17px !important;
        margin-top: 4px !important;
    }

    .m-23 {
        position: relative;
        bottom: 0px;
        left: -23px;

    }

    .thumbnail h3 {
        font-size: 15px;
    }

    .col-lg-6.feature-grid-left {
        /*    margin-top: -1px;
    margin-left: 24px;*/
    }

    .col-lg-6.feature-grid-right {
        margin-top: 50px;
        margin-left: -29px;
    }

    .text-para {
        width: 87%;
    }

    a.btn.text-center.View_allcourse1.waves-effect.waves-light {
        top: 0px !important;
    }

    .closeic {
        width: 11px;
    }
}

@media(min-width: 1025px) {
    .col-lg-6.feature-grid-right {
        top: 28px;
        left: -95px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
    #depth {
        margin-top: -100px;
        padding-left: 29px !important;
        padding-right: 0px !important;
        position: relative;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        float: left;
    }

    .cart-left-body .shop-cnt span {
        font-size: 17px;
    }

    .shop-cnt h4 {
        font-size: 15px;
    }

    .cart-left-body .shop-cnt em {
        font-size: 13px;
    }

    .cart-left h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 561px) {
    .logo-div a img.logo-div a img .cart-left {
        margin-bottom: 10px;
    }

    .col-md-3.m3 .card img {

        height: 17vw;
    }

    .col-lg-4.check-out {
        flex: 0 0 33.333333%;
        max-width: 100%;
        float: left;
        margin-top: 20px;
    }

}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .courses_ulketz1 {
        padding-bottom: 20px;
    }

    .has-search img {
        position: absolute;
        left: 0px;
        top: 2px;
    }

    img#ulket {
        margin-left: 0px !important;
        margin-top: -10px;
    }

    #logo_slider {
        position: relative;
        /* top: 99px; */
        left: 0px !important;
        cursor: pointer;
        /* height: 149px; */
        padding: 14px;
    }
}



/*Contact us*/

.contact-sect {
    width: 100%;
    float: left;
    /* background: url(../images/new-contact/main_bg.png) no-repeat; */
    background-size: cover;
    padding: 78px 0;
    position: relative;
}

section.contact-sect:after {
    background: url(.././images/education1.png) no-repeat;
    content: "";
    width: 100%;
    padding: 140px 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.top-bg h1 {
    width: 100%;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.main-formdiv {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgb(0, 0, 0, 0.2);
    padding: 25px 20px;
    margin-top: 15px;
    width: 100%;
    float: left;
    border-top: 1px solid #f2f2f2;
}

.left-cnt {
    width: 500px;
    padding: 0 15px;
    float: left;
}

.address-div {
    width: 100%;
    float: left;
}

.address-div-inside {
    display: flex;
    width: 100%;
    float: left;
    padding: 20px 0;
    position: relative;
}

.address-div-inside img {
    width: 30px;
    height: 30px;
    position: relative;
    top: -7px;
}

.address-list {
    margin-left: 10px;
}

.address-list h5 {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.address-list p {
    margin: 0;
    font-size: 14px;
    color: #777;
    line-height: 20px;
}

.address-list {
    margin-left: 10px;
}

.address-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.address-list ul li {
    padding-bottom: 8px;
    float: left;
    width: 100%;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.address-list ul li em {
    font-style: normal;
    color: #777;
    font-weight: 400;
    width: 120px;
    float: left;
    position: relative;
    margin-right: 10px;
}

.address-list ul li em:after {
    content: ":";
    float: right;
}

.address-list {
    margin-left: 10px;
}

.address-div-inside:after {
    content: "";
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
    height: 1px;
    right: 0;
    background: #ddd;
}

.address-div-inside {
    display: flex;
    width: 100%;
    float: left;
    padding: 20px 0;
    position: relative;
}

.address-div-inside img {
    width: 30px;
    height: 30px;
    position: relative;
    top: -7px;
}

.address-div .address-div-inside:last-child:after {
    bottom: 12px;
}

.right-cnt {
    width: calc(100% - 500px);
    float: left;
    padding: 0 15px;
}

form {
    border: medium none;
    margin: 0;
}

.right-cnt h4 {
    font-size: 25px;
    font-weight: 500;
    margin: 5px 0 15px 0;
    color: #000;
}

.right-cnt .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.right-cnt .form-group input {
    width: 100%;
    height: 50px;
    text-indent: 10px;
    border: 1px solid #959595;
    border-radius: 0;
    font-size: 14px;
    padding: 6px 12px;
}

button.contact_us {
    background: #0c67da none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: left;
    /* font-family: "robotoregular"; */
    font-size: 16px;
    height: 40px;
    margin: 18px 20px 10px 0;
    padding: 5px 0px;
    width: 98px;
}

iframe,
.no-border {
    border: none !important;
}

.right-cnt .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.overall-location-new {
    float: left;
    width: 100%;
    padding: 0;
    border-radius: 6px;
    box-shadow: 0 1px 2px var(--shadow);
    margin-top: 15px;
    background: #fff;
}

.overall-location-new h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.location-list-div {
    padding: 20px 20px 5px 20px;
    width: 100%;
    float: left;
}

.location-list-new {
    width: calc(33.3% - 10px);
    float: left;
    margin-right: 15px;
    border: 1px solid #ddd;
    min-height: 390px;
    margin-bottom: 15px;
}

.location-list-new img {
    width: 100%;
    height: 226px;
}

.location-list-cnt {
    float: left;
    width: 100%;
    /* padding: 10px;*/
    min-height: 126px;
}

.location-list-cnt p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    padding: 1px 0;
    margin: 0px 0px -3px 15px;
}

.location-list-new a {
    float: left;
    width: 100%;
    padding: 0px 10px 10px 10px;
    line-height: 27px;
    color: #007ee2 !important;
    text-decoration: none;
}

.location-list-new a img {
    width: auto;
    height: auto;
    float: left;
    margin-right: 5px;
}

.location-list-cnt h5 {
    font-size: 20px;
    font-weight: 500;
    color: #000;

    margin: 9px 0px 8px 15px;

}

.location-list-new:nth-of-type(3n) {
    margin-right: 0;
}




.overall-location-new {
    float: left;
    width: 100%;
    padding: 0;
    border-radius: 6px;
    box-shadow: 0 1px 2px var(--shadow);
    margin-top: 15px;
    background: #fff;
}

.overall-location-new h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.location-list-div {
    padding: 20px 20px 5px 20px;
    width: 100%;
    float: left;
}

@media only screen and (max-width: 786px) and (min-width: 320px) {
    ul.cer_ins li {
    text-align: left;
    margin-left: 26px;
}
    .location-list-new {
        width: 100%;
        /* float: left; */
        /* margin-right: 15px; */
        /* border: 1px solid #ddd; */
        min-height: 390px;
        margin-bottom: 15px;
    }
section.contact-sect:after{
        padding: 65px 0px;
}
.main-formdiv {
  
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    }
    .left-cnt{
        padding: 0 0px;
    }
.main-formdiv {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    margin-top: 15px;
    width: 100%;
    float: left;
    border-top: 1px solid #f2f2f2;
}

.top-bg {
    height:auto !important;
        padding: 65px 0px !important;
}
.top-bg h1{
    font-size: 30px;
}
.address-list h5{
    margin: -6px 0 6px 0;
}
.contact-sect{
    padding: 25px 0;
}
}

@media only screen and (max-width: 1024px) and (min-width: 787px) {
    .location-list-new {
        width: 100%;
        /* float: left; */
        /* margin-right: 15px; */
        /* border: 1px solid #ddd; */
        min-height: 390px;
        margin-bottom: 15px;
    }
section.contact-sect:after{
        padding: 65px 0px;
}

.top-bg {
    height:auto !important;
    padding: 96px 0px !important;
    margin-top: -49px !important;
}
.top-bg h1{
    font-size: 30px;
}
.address-list h5{
    margin: -6px 0 6px 0;
}
}
@media only screen and (max-width: 768px) and (min-width: 635px) {
        .row.detilss {
          padding-left: 15px;
    margin-left: -7px;
    float: left;
    width: 100%;
    }

    .col-md-2.col-xs-6.col-sm-3 {
        max-width: 33%;
        flex: 0 0 33%;
    }
   
    #logo_slider {
    position: relative;
    top: -12px;
    left:0px;
    }
    #nitttr{
        margin-top: 17px;
    }
}
@media only screen and (max-width: 634px) and (min-width: 320px) {

    #logo_slider .col-md-2 {}

    .row.detilss {
          padding-left: 15px;
    margin-left: -7px;
    float: left;
    width: 100%;
    }

    .col-md-2.col-xs-6.col-sm-3 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    #ulketz {
        margin-top: 22px;
    }

    #udemy {
        margin-top: 15px;
    }

    #nitttr {
        margin-top: 19px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    em.book-dis {
        font-size: 12px;
    }

    td.text-center strike {
         font-size: 14px;
         position: relative;
         top: -6px;
    }

    td.text-center {
        font-size: 12px;
    }

    td.text-right {
        font-size: 12px;
    }

    .check-book {
        display: flex;
    }

    .advance-cert {
        float: left;
        display: block;
        margin-left: 9px;
        position: relative;
        margin-top: -14px;


    }
p.ulcash{
    font-size: 14px;
}
    div.t &gt; input[type="text"] {
        width: calc(100% - 70px);
        float: left;
        margin-left: -23px;
    }

    .price-detail li {
        font-size: 16px;
    }

    ul.price-detail .list-total {
        margin-bottom: 3px;
    }

    .sear-btn {
        float: left;
        width: calc(100% - 156px);

    }

    div.clear {
        margin-left: -14px;


    }

    .book-cnt h3 {
        font-weight: 400;
        font-size: 14px;
        margin-left: -30px;
        margin-bottom: 5px;
        line-height: 20px;

        color: #a97c73;
    }
td.text-center h3{
        font-size: 14px !important;
}
    input.usecash {
        width: 13px;
        height: 16px;
        float: left;
        margin: 8px 2px !important;
    }

    p.ulcash {
        margin-left: 6px;
    }

    .ulcash {
        /*    margin-top: -21px;
    width: 60px;
    margin-left: 24px;*/
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .cart-header{
        margin-top: 20px;
    }
    #depth {
        margin-top: -100px;
        padding-left: 29px !important;
        padding-right: 0px !important;
        position: relative;
    }

    .price-detail li {
        font-size: 14px;
    }

    .table-responsive &gt; .table &gt; thead &gt; tr &gt; th {
        white-space: nowrap;
    }

    tr th.text-center {
           font-size: 16px;

        font-weight: 500;
    }

    table thead tr th:first-child {
         font-size: 16px;

        font-weight: 500;
    }

    .advance-cert {
        margin-bottom: -16px;
    }

    .cart-left h3 {
        font-size: 16px;
    }

    .book-cnt h3 {
        margin-top: -6px;
        font-size: 16px !important;
    }

    td.text-center strike {
        font-size: 17px;
    }

    td.text-center {
        font-size: 14px;
    }

    td.text-right {
        font-size: 14px;
    }

    .check-book {
        display: inline;
    }

    .advance-cert {
        float: left;
        display: block;
        margin-left: -20px;
        position: relative;
        margin-top: -23px;
        padding: 8px 0;
    }

    div.clear {
        margin-top: 7px;
        /* width: 100%; */
        margin-left: -20px;
            margin-bottom: 14px;
    }

    .book-cnt h3 {
        font-weight: 400;
        font-size: 14px;
        margin-left: -15px;
        margin-bottom: 5px;
        line-height: 20px;
        color: #a97c73;
    }

    .book-cnt {
        float: left;
        padding-left: 0px;
    }

    .ulcash {
        margin-left: -15px !important;
        width: 60px;
        margin-left: 24px;
    }
}

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


    .book-cnt h3 {
        margin-top: -14px;
        font-size: 11px;
    }

    td.text-center strike {
        font-size: 17px;
    }

    td.text-center {
        font-size: 10px;
    }

    td.text-right {
        font-size: 10px;
    }

    p.ulcash {
        font-size: 13px;
    }

    .price-detail li {
        font-size: 17px;

    }

    .cart-left h3 {
        font-size: 17px !important;
    }

    .book-cnt h3 {
        padding-left: 17px;
        padding-top: 20px;
        padding-bottom: 17px;
    }

    .t {
        float: left;
        margin-left: -13px;
    }

    div.t &gt; input[type="text"] {
        margin-left: 35px;
    }

    input.usecash {
            margin: 8px 24px !important;
    }

    em.book-dis {
        font-size: 15px;
    }
}


@media only screen and (max-width: 1024px) and (min-width: 950px) {
.book-img {
    width: 135px;

}
.check-book {
    display: flex;
}
.book-cnt {
    padding-left: 15px !important;
}
    }

@media only screen and (max-width: 1260px) and (min-width: 1025px) {
    select#sortBy {
        width: 153px !important;
    }

    .has-search img {
        position: absolute;
        left: 0px;
        top: 3px;
    }

    .priceed {
        padding: 8px 0px;
    }

    .mb-3 {
        position: absolute;
        /* margin-top: 100px; */
        /* width: 139px; */
        margin-left: 77px;
    }

    .tab_li {
        width: 300px !important;
    }

    .m-23 {
        bottom: 0px;
    }

    .price-detail li {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .check-book {
        display: inline;
    }

    .shop-foot button {
        font-size: 15px;
    }

    button.check-out {
        font-size: 15px;
    }

    .cart-left {
        margin-top: 12px;
    }

    .advance-cert {
        float: left;
        width: 100%;
        display: block;
        position: relative;
        margin-top: -13px;
        margin-left: -19px;
    }

    em.book-dis {
        font-size: 14px;
    }

    td.text-center strike {
        font-size: 17px;
    }

    td.text-center {
        font-size: 11px;
    }

    td.text-right {
        font-size: 11px;
    }

    div.clear {}

    .book-cnt h3 {
        font-weight: 400;
        font-size: 18px;
        padding-bottom: 30px;
        padding-top: 20px;
        margin-left: -13px;
        color: #a97c73;
    }

    .book-cnt {
        float: left;
        padding-left: 0px;
    }

    input.usecash {
        margin: 8px 8px !important;
    }

    p.ulcash {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1081px) {
    .price-detail li {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .check-book {
        display: inline;
    }

    .shop-foot button {
        font-size: 14px;
    }

    .advance-cert {
        float: left;

        display: block;

        position: relative;
        margin-top: -23px;
        padding: 8px 0;
    }

    em.book-dis {
        font-size: 14px;
    }

    td.text-center strike {
        font-size: 14px;
    }

    td.text-center {
        font-size: 14px;
    }

    td.text-right {
        font-size: 14px;
    }

    div.clear {}

    .book-cnt h3 {
		font-weight: 400;
		margin-left:0;
		padding-left: 18px;
        margin-bottom: 12px;
        line-height: 20px;
        color: #a97c73;
		text-align:left;
    }

    .book-cnt {
        float: left;
        padding-left: 0px;
    }

    .ulcash {
        margin-top: -22px;

        margin-left: 24px;
        font-size: 14px;
    }
}

@media (max-width: 720px) and (min-width: 320px) {

    #cas #content #login #fm1 .row input[type=text],
    #cas #content #login #fm1 .row input[type=password] {
        width: 100% !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        width: calc(100% - 20px) !important;
        margin-left: 0px !important;
    }

}

@media (max-width: 360px) and (min-width: 320px) {
    #tawkchat-maximized-wrapper {
        width: 89%;
        height: 100%;
        position: relative;
        left: 38px !important;
    }
}



.fullbook_contain {
    margin-left: 280px;
    min-height: 85.8vh;
    /* max-height: 100%; */
    margin-top: 0;
    float: left;
    width: 955px;
}

.bluebar {
    width: 100%;
}

.mybokpet {
    background-color: #1d2126 !important;
}

.mybokpet {
    background-color: #0c67da;
    float: left;
    height: 50px;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 3;
}

.alldah {
    width: 20px;
    height: 15px;
    display: inline-block;
    background: url(../../img_latest/dashboard_b.png) no-repeat center;
}

.mybope12 {
    padding: 20px 0px 0px 22px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-left: 290px !IMPORTANT;
}

.mybope12_up {
    color: #c3c3c3;
    font-size: 14px;
}


@media (max-width: 599px) and (min-width: 320px) {
    .has-search {
        margin-bottom: -50px;
    }

    .has-search img {
        position: absolute;
        left: 0px;
        top: 5px !important;
        width: 42px
    }

    .row.call {
        display: -webkit-inline-box;
        width: auto !important;
    }
}
@media (max-width: 560px) and (min-width: 320px) {

    h4.modal-title.trailConfirmation_ico {
color: #fff;
    font-size: 16px;
    background-image: url(.././images/cart-c.png);
    background-size: 80px 81px;
    margin-top: 10px;
    margin-left: -3px;
    /* height: 92px; */
    background-repeat: no-repeat;
    font-weight: 400;
    padding: 25px 0 0 98px
}
#cart_popUp .modal-body button, #coupon_popUp .modal-body button, #limitExceed .modal-body button {
    height: 46px;
    line-height: 25px;
    padding-left: 0px;
    padding-right: 0px;
    width: 133px;
    border: 1px solid #259ae9;
    color: white;
    background: #259ae9;
}
span#cartCount {
    position: absolute;
    width: 33px;
    height: 33px;
    background: #fff;
    border-radius: 50%;
    color: #5d8fd8;
    top: 25px;
    left: 87px;
    line-height: 33px;
    font-family: 'robotoregular';
    font-size: 17px;
    text-align: center;
}
}
@media (max-width: 767px) and (min-width: 700px) {
    .tagline {
        font-size: 27px;
    }

    .tagtext {
        font-size: 15px;
    }
}

@media (max-width: 767px) and (min-width: 600px) {
    #depth {
        margin-top: -60px;
        padding-left: 50px !important;
        position: relative;
    }

    .row.call {
        display: -webkit-inline-box;
        width: 100% !important;
    }

    .row.call .col-sm-6.col-md-3 {
        margin-bottom: 20px;
    }
}

p.coupen {
    padding: 3px 20px;
}

p.uc3 {
    font-size: 15px;
    margin-top: -16px;
    color: #3398e8;
}

td.text-center h3 {
    margin-top: -17px;
    color: #737373;
    font-size: 17px;
    font-weight: 400;
}

td.text-right h3 {
    margin-top: -17px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.silver-icons {
    padding: 0px 16px;
    width: 49px;
    margin-top: 1px;
    opacity: 1.8;
    position: absolute;
}

div.clear {
    float: left;
    width: 100%;
}

.advance-cert .coupen {
    padding: 3px 21px;
}

p.coupen span {
    background-image: url(.././images/u.png);
    background-size: 17px 16px;
    top: 9px;
    left: 16px;
    position: relative;
    background-repeat: no-repeat;
    padding: 8px 14px;

}

.innter {
    margin-top: 37px;
}

.button-align {
    margin-top: 18px;
}


@media screen and (max-width: 767px) {

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive &gt; .table &gt; thead &gt; tr &gt; th {
        white-space: nowrap;
    }

    .producted {
        /*  margin-bottom: 30px;*/
        padding: 8px;
    }

    .tab-card-header &gt; .nav-tabs &gt; li &gt; a {
        padding: 13px 10px !important;
        font-weight: 500;
    }

    .tab-content &gt; .tab-pane {
        padding: 10px !important;
    }

    div#one &gt; * {
        margin-left: 0 !important
    }
    tr td:last-child{
        color: #000 !important;
    }
}
h2.totqus1 {
    text-align: left;
    font-size: 25px;
    font-weight: 500;
    padding-left: 17px;
}
input[name="stype"] ~ span {
    /* color: blue !important; */
    /* float: left; */
    width: 100%;
    padding-left: 22px;
}
button.okkbtn {
    border: 1px solid #007ee2;
    background: #007ee2;
    color: #fff;
    border-radius: 4px;
    padding: 6px 18px;
    top: -20px;
    right: 8px;
    position: relative;
}
</pre></body></html>