@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


body {
    padding: 0;
    margin: 0;
    height: 100%;
    position: relative;
    font-family: Arial;
    /*font-family: 'Open Sans', sans-serif;*/
}

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

.mynav {
  background: #fff;
}

.myheader_wrap{
    float: left;
    width: 100%;
    background-color: #002A96;
    position: relative;
}

.myheader_wrap .navbar-expand-md .navbar-nav .nav-link {
    color: #002A96;
    font-weight: 500;
    padding: .2rem 1rem;
    font-size: 16px;
}

.logo {
    padding: 10px 0;
}

.logo a {
    display: inline-block;
    /*padding: 0 0 25px 0;
    margin-top: -30px;*/
}

.logo a img {
    max-width: 200px;
}

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

.br-1 { border-right: 1px solid #ccc;}
.br-2 { border-right: 2px solid #ccc;}
.bl-1 { border-left: 1px solid #ccc;}
.position-rel{ position: relative;}
.pmry-bg-color{ background-color: #002A96 !important;}
.dft-text-color{ color:#000000;}
.pmry-text-color{ color:#002A96;}
.scndry-text-color{ color:#ffffff;}

.fs-1 {font-size: 6rem !important;}
.fs-3 {font-size: 1.8rem !important;}

.fs-1-7{font-size: .9rem;}
.fs-1-1{font-size: 1.1rem;}
.fs-1-2{font-size: 1.2rem;}
.fs-1-3{font-size: 1.3rem;}
.fs-1-4{font-size: 1.4rem;}
.fs-2-2rem{font-size: 2.2rem;}
.fs-2-25rem{font-size: 2.25rem;}
.fs-2-3rem{font-size: 2.3rem;}
.fs-2-5rem{font-size: 2.5rem;}
.fs-3rem{font-size: 3rem;}
.fs-3-5rem{font-size: 3.5rem;}
.fs-4rem{font-size: 4rem;}
.fs-5rem{font-size: 5rem;}
.fs-6rem{font-size: 6rem;}
.fs-7rem{font-size: 7rem;}
.fs-15 {font-size: 1.15rem;}

.font-w300{ font-weight:300;}
.font-w400{ font-weight:400;}
.font-w500{ font-weight:500;}
.font-w600{ font-weight:600;}
.font-w700{ font-weight:700;}

.lh-normal{line-height: normal;}
.lh-125{line-height: 125px;}
.lh-120{line-height: 120px;}
.lh-115{line-height: 115px;}
.lh-110{line-height: 110px;}
.lh-90{line-height: 90px;}
.lh-85{line-height: 85px;}
.lh-42{line-height: 42px;}
.lh-36{line-height: 36px;}
.lh-30{line-height: 30px;}
.lh-26{line-height: 26px;}
.lh-24{line-height: 24px;}

.pmry-btn-bg{ background-color:#fd7b00;line-height: 32px;}
.td-none{ text-decoration: none;}
.td-under{ text-decoration: underline;}


.lm-btn { font-size: 14px;color: #002A96; padding-left: 20px;}
.social-icon-row { list-style: none; padding: 0; margin: 0;}
.social-icon-row li{ display: inline-block;}
.social-icon-row li a {color: #555; font-size: 34px; margin: 0 10px;}

.loginform_wrap {
    padding: 30px 0 0px 0;
    margin: 0 auto;
    width: 80%;
}
.login_hdr { padding:0 0 30px 0;}
.login_hdr h1 { color: #002A96; font-size: 58px; font-weight: bold;}

.login_hdr p {
    color: #000;
    font-size: 18px;
    font-weight: normal;
}

.login_hdr a{
    color: #0d6efd;
    text-decoration: none;
}

.loginform_wrap .login_leftpart {
    width: 90%;
    padding: 20px 0 5px 0;
}


.loginform_wrap .login_leftpart .form-control {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #ccc;
    font-size: 17px;
    font-weight: normal;
    padding: .5rem .5rem;
}

.loginform_wrap .login_leftpart .form-check .remember, .loginform_wrap .login_leftpart .forgot-pass a {
    color: #555;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
}

.signin-btn {
    background: #fd7b00;
    color: #fff;
    padding: 8px 10px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    min-width: 170px;
}

.loginform_wrap .login_rightpart {
    width: 90%;
    float: right;
    padding: 20px 0 5px 0;
    height: 100%;
    position: relative;
}

.loginform_wrap .login_rightpart .transform-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

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

.loginform_wrap .login_rightpart ul li {
    background: #002A96;
    padding: 0;
    border: 1px solid #002A96;
    margin: 15px 0;
}

.loginform_wrap .login_rightpart ul li.sw-facebook .icon{ color: #002A96;}
.loginform_wrap .login_rightpart ul li.sw-google { background: #4284f4; border: 1px solid #4284f4;}
.loginform_wrap .login_rightpart ul li.sw-google .icon{ color: #4284f4;}

.loginform_wrap .login_rightpart ul li.sw-apple { background: #ffffff; border: 1px solid #000;}
.loginform_wrap .login_rightpart ul li.sw-apple .icon{ color: #000; border-right: 1px solid #000;}
.loginform_wrap .login_rightpart ul li.sw-apple .text { color: #000;}

.loginform_wrap .login_rightpart ul li a {
    text-decoration: none;
    display: block;
    height: 44px;
}
.loginform_wrap .login_rightpart ul li .icon {
    width: 54px;
    float: left;
    text-align: center;
    background: #fff;
    padding: 0;
    font-size: 21px;
    line-height: 44px;
}

.loginform_wrap .login_rightpart ul li .text {
    width: 88%;
    float: left;
    text-align: center;
    color: #fff;
    line-height: 44px;
}

.listbox-wrap {
    padding-left: 5rem;
    padding-right: 5rem;
}

.listbox-wrap ul li {
    list-style: none;
    padding: 3px 0;
}

.listbox-wrap ul li:first-child {
    padding-bottom: 20px;
}

.listbox-wrap ul li strong {
    padding: 14px 0 !important;
}

.listbox-wrap ul li i {
    font-size: 11px;
    width: 24px;
}


.ads-form-wrap {
    max-width: 800px;
    margin: 0 auto;
}
.ads-form-wrap label {
    font-size: 14px;
}
.ads-form-wrap .form-control, .ads-form-wrap .form-select {
    font-size: 14px;
    border-color: #999;
}

.ads-form-wrap .form-control:focus, .ads-form-wrap .form-select:focus {
    border-color: #5ed6b8;
    box-shadow: none;
}


.goal-wrap .d-flex {
    flex-wrap: wrap;
    justify-content: center;
}

.goal-wrap .d-flex li {
    margin: 10px;
    border: 1px solid #ccc;
    /*box-shadow: 0px 0px 5px #000;*/
    position: relative;
    min-height: 120px;
}

.goal-wrap .d-flex li:hover {
    box-shadow: 0px 0px 5px 1px #aaa;
}

.step-1 .d-flex li {
    padding: 25px 10px;
    width: 20%;
}

.step-2 {
    width: 70%;
    margin: 0 auto;
}
.step-2 .d-flex li {
    text-align: left;
    /*padding: 10px;*/
    width: 31%;
    box-sizing: border-box;
    position: relative;
}

.step-2 .d-flex li label {
    padding: 30px 30px;
    text-align: center;
    margin: 0;
    height: 100%;
}

.step-2 .d-flex li .form-check-input[type=radio], 
.step-2 .d-flex li .form-check-input[type=checkbox] {
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 10px;
    opacity: 0;
}

.step-2 .d-flex li .form-check-input[type=radio]:checked ~ label, 
.step-2 .d-flex li .form-check-input[type=checkbox]:checked ~ label {
    background-color: #fd7b00;
    color: #fff;
    box-shadow: 0px 0px 5px 1px #aaa;
}

.step-2 .d-flex li .form-check-input[type=radio]:checked ~ label .text-black-50, 
.step-2 .d-flex li .form-check-input[type=checkbox]:checked ~ label .text-black-50 {
    color: #fff !important;
}

.step-3 .d-flex li {
    border: 1px solid blue;
    width: 21%;
    box-sizing: border-box;
    position: relative;
}

.step-3 .d-flex li label {
    padding: 30px 30px;
    text-align: center;
    margin: 0;
    height: auto;
}

.step-3 .d-flex li img {
    width: 100%;
}

.step-3 .form-check-input[type="checkbox"] {
    position: absolute;
    left: 6px;
    top: 5px;
    /*opacity: 0;*/
}


.step-3 .d-flex li .form-check-input[type=radio]:checked ~ label, 
.step-3 .d-flex li .form-check-input[type=checkbox]:checked ~ label {
    background-color: #fd7b00;
    color: #fff;
    box-shadow: 0px 0px 5px 1px #aaa;
}

.step-3 .d-flex li .form-check-input[type=radio]:checked ~ label .text-black-50, 
.step-3 .d-flex li .form-check-input[type=checkbox]:checked ~ label .text-black-50 {
    color: #fff !important;
}

.step-4 {
    width: 100%;
    margin: 0 auto;
}
.step-4 .d-flex li {
    text-align: left;
    /*padding: 10px 10px 20px 10px;*/
    width: 21%;
    box-sizing: border-box;
}

.step-4 .form-check-input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.step-4 .d-flex li label {
    padding: 30px 30px;
    text-align: center;
    margin: 0;
    height: 100%;
}

.step-4 .d-flex li label {
    text-align: center;
}

.step-4 .d-flex li .form-check-input[type=radio]:checked ~ label, 
.step-4 .d-flex li .form-check-input[type=checkbox]:checked ~ label {
    background-color: #fd7b00;
    color: #fff;
    box-shadow: 0px 0px 5px 1px #aaa;
}

.step-4 .d-flex li .form-check-input[type=radio]:checked ~ label .text-black-50, 
.step-4 .d-flex li .form-check-input[type=checkbox]:checked ~ label .text-black-50 {
    color: #fff !important;
}

.step-5 {
    width: 60%;
    margin: 0 auto;
}
.step-5 .d-flex li {
    padding: 0;
    width: 35%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.step-5 .d-flex li.active{
    background: #b5c1db;
}

.step-5 .d-flex li span{
    width: 100%;
}

.step-6 .d-flex li {
    width: 32%;
}

.store_wrap p .form-check-input[type=radio] {
    position: absolute;
    opacity: 0;
}


.store_wrap p .form-check-input[type=radio]:checked ~ label, 
.store_wrap p .form-check-input[type=checkbox]:checked ~ label {
    background-color: #fd7b00;
    color: #fff;
    box-shadow: 0px 2px 8px 2px #002a96;
}

.rencom_wrap { margin: 70px 0;}
.rencom_leftpart { padding: 50px 30px 0px 50px;}
.rencom_rightpart {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.or {
    position: absolute;
    right: -12px;
    top: 40%;
    background: #fff;
    display: block;
    padding: 10px 0;
    font-size: 24px;
    font-style: italic;
    color: #0d6efd;
    }


.store_wrap img {
    box-shadow: 0px 7px 9px #eee;
}

.gray-bg-color{
    background: #eee;
}

.min-h3{
    min-height: 300px;
}

.laft-arrow {
    position: absolute;
    left: 15px;
    top: 55px;
    font-size: 21px;
}

.billcycle-tbl-wrap {
    max-width: 800px;
    margin:-76px auto 0 auto;
}


.billcycle-tbl-wrap th {
    padding: 30px 15px 30px 25px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc !important;
}

.billcycle-tbl-wrap td {
    padding: 25px 15px 25px 25px;
    vertical-align: middle;
}


.billcycle-tbl-wrap td .btn {
    min-width: 108px;
}


.catalog-popup td {
    font-size: 14px;
    padding: 5px 15px;
    border-color: #333;
    color: #000;
}

.catalog-popup td.title {
 font-weight: 600;
}

.table-2 {
    width: auto;
    float: right;
    border: 1px solid #212529;
}
.table-2 td {
    font-size: 12px;
    font-weight: bold;
}

/*pricing table css start*/

.h-bdr {
    height: 3px;
    width: 26px;
    display: inline-block;
    background: #eee;
    margin: 0 0 10px 0;
}

.price-tbl-wrap {
    margin-top: -90px;
}
.price-tbl-wrap .nav-pills {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px !important;
    background: #ccc;
    border-radius:10px 10px 0  0;
}
.price-tbl-wrap .nav-item{padding: 0;}

.price-tbl-wrap .nav-item .nav-link {
    width: 100%;
    color: #212529;
    box-shadow: 1px 2px 1px #ccc;
    padding: 20px 10px;
    border-radius: 0;
}

.price-tbl-wrap .nav-item.active {
    background: #fff;
    color: #6c757d;
    box-shadow: 0px -2px 4px #ccc;
    border-radius:10px 10px 0  0;
}

.pricingTable {
    text-align: center;
    background: #fff;
    margin: 0 -13px;
    border: 1px solid #eee;
    color: #333;
}

.pricingTable .hdr-wrap {
    padding: 40px 10px 20px;
    min-height: 285px;
}

.pricingTable .hdr-wrap p {
    font-size: .95rem;
    color: #6c757d;
}

.pricingTable .pricingTable-header {
    padding: 0 0 10px 0;
}

.pricingTable .price-value {
    font-size: 36px;
    color: #333;
}

.pricingTable .price-value sup {
    font-size: 18px;
    top: -15px;
}
.pricingTable .month {
    font-size: 15px;
    color: #333
}

.pricingTable .heading {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 10px;
}


.pricingTable.price-tbl-1 .pricing-content ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.pricingTable.price-tbl-4:hover{
    background: #f4f5f7;
}
.pricingTable.price-tbl-2, 
.pricingTable.price-tbl-4{
    background: #fbfbfb;
}
.pricingTable.price-tbl-3{
    
}

.pricingTable .pricing-content ul li {
    line-height: 50px;
    color: #6c757d;
    border-top: 1px solid #ddd;
    font-size: 15px;
    font-weight: normal;
}

.pricingTable .pricingTable-signup a {
    display: inline-block;
    font-size: 17px;
    padding: 9px 15px;
    border-radius: 30px;
    background: #fff;
    text-decoration: none;
    border: 1px solid #002A96;
    color: #002A96;
    width: 220px;
}

.pricingTable .pricingTable-signup a:hover {
    background: #002A96;
    color: #fff;
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
    color: #4b64ff
}


/*pricing css end*/

.myfooter_wrap {
    float: left;
    width: 100%;
    background-color: #003182;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px 10px 0px 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
}

.myfooter_wrap a{
    color: #fff;
}

.myheader_wrap .navbar.navbar-expand-md .navbar-toggler {
    border: 1px solid #fff;
    padding: 0;
}

.mobshow_btn{display: none;}
.myheader_wrap .navbar.navbar-expand-md .navbar-toggler{
    box-shadow: none;
}
.myheader_wrap .navbar.navbar-expand-md .navbar-toggler .navbar-toggler-icon {
    color: #002A96;
    font-size: 30px;
    line-height: 0;
    padding: 22px 0 0 0;
}

.catalog-popup .modal-content { padding: 20px;}


.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}


.float-end.chat-row {
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 9;
}



/*new css start for admin login & Dashboard*/

.admin-body {
  background-color: #002A96;
  /*float: left;
  width: 100%;*/
}
.admin_dash_wrap .mysection_wrap{
    /*background-color: #002A96;*/
}

.admin_dash_wrap .logo {
  width: 276px;
  padding: 0px;
  float: left;
}

.admin_dash_wrap .logo a {
  display: block;
  float: left;
  padding: 10px;
}

.admin_dash_wrap .logo a img {
  max-height: 54px;
}

.admin_dash_wrap .menu-toggler.sidebar-toggler {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 38px;
  color: #fff;
  line-height: 71px;
  text-align: center;
  opacity: 1;
  width: 54px;
  height: auto;
  display: block;
  cursor: pointer;
}

.admin_dash_wrap .page-top {
  height: 75px;
  float: right;
}

.admin_dash_wrap .top-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.admin_dash_wrap .top-menu .navbar-nav {
  padding: 0;
  margin-right: 20px;
  display: block;
}
.admin_dash_wrap .page-top .navbar-nav > li > a {
  color: #fff;
  opacity: 1;
  font-size: 30px;
  padding-top: 12px;
  display: block;
  position: relative;
  padding-bottom: 12px;
}

.admin_dash_wrap .page-top .navbar-nav > li > a img {
  max-width: 34px;
  height: auto !important;
}

.page-container {
  margin: 0;
  padding: 0;
  position: relative;
}

.page-sidebar {
    width: 265px;
    float: left;
    position: relative;
    /*background-color: #002A96;*/
    margin-right: -100%;
    display: block !important;
    /*min-height: 90vh !important;*/
    overflow: visible !important;
    margin-top: -2px;
}

.page-sidebar .page-sidebar-menu > li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.page-sidebar .page-sidebar-menu > li > a {
  display: block;
  position: relative;
  margin: 1px 0 0;
  padding: 12px 15px;
  text-decoration: none;
  color: #fff;
  border-top: 1px solid #487ead;
}

.page-sidebar .page-sidebar-menu > li.active.open > a, 
.page-sidebar .page-sidebar-menu > li.active > a, 
.page-sidebar .page-sidebar-menu > li > a:hover {
  background: #f27141;
  color: #fff;
}


.page-sidebar .page-sidebar-menu > li > a > .arrow::before {
  width: 10px;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f105";
  font-weight: 300;
  text-shadow: none;
  color: #fff;
}


.page-sidebar .page-sidebar-menu > li > a > .arrow.open::before {
  content: "\f107";
  margin-right: 6px;
}

.page-content-wrapper {
  float: left;
  width: 100%;
}

.page-content-wrapper .page-content {
  margin-left: 265px;
  margin-top: 0;
  min-height: 800px !important;
  padding: 20px;
  background-color: #fff;
  max-height: 100%;
}


.dashborad-wrap .portlet-title .eq-col {
  float: left;
  width: 33%;
  padding: 0;
}
.dashborad-wrap .portlet-title .dashboard_search {
  background: #fff;
  border-radius: 20px !important;
  border: 1px solid #ccc;
  margin-top: 5px;
}

.dashborad-wrap .portlet-title .dashboard_search .form-control {
  border: 0;
  background: transparent;
  padding: 1px 0 0 15px;
}

.dashborad-wrap .portlet-title .dashboard_search .btn {
  color: #337ab7;
}

.dashborad-wrap .portlet-title .newsetup {
    text-align: right;
    margin-top: 8px;
}

.dashborad-wrap .portlet-title .newsetup .btn {
  line-height: normal;
  font-size: 14px;
}

.card.main_login_page{
    max-width: 400px;
    margin: 50px auto 0 auto;
    padding: 25px;
    /*border: 1px solid #f27141;*/
}

.card.main_login_page .card-header {
  background-color: transparent;
  border: 0;
  color: #f27141;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}

.card.main_login_page .card-body label[class^="col-"], 
.card.main_login_page .card-body div[class^="col-"] {
  width: 100%;
}

.card.main_login_page .card-body .form-group .offset-md-4 {
  margin: 0;
}

.card.main_login_page .card-body .form-group .form-check {
  padding-top: 30px;
  padding-bottom: 10px;
}

.card.main_login_page .card-body .form-group .btn-primary{
    background-color: #f27141;
    border-color: #f27141;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    line-height: 32px;
    border-radius: 50rem;
    /*margin: 0 auto;
    display: table;*/
}

.p-col {
  position: relative;
}
.p-col a {
  border: 1px solid #ccc;
  display: block;
  margin-top: 15px;
  border-radius: 5px !important;
  text-decoration: none;
}

.card-zoom {
  width: 100%;
  height: 180px;
  padding: 20px 0;
}

.card-zoom img {
  max-width: 100%;
  max-height: 130px;
  height: auto;
  width: auto;
}

.p-col .card-footer {
  background: #dddddd;
  color: #053480;
  padding: 9px 0;
  line-height: normal;
  /*border-top: 1px solid #ccc;*/
  margin: 0;
  height: auto;
  border-radius: 0 0 4px 4px !important;
}

.p-col .card-footer h4 {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.p-col a:hover {
  text-decoration: none;
  color: #f27141 !important;
  box-shadow: 0 0 5px 5px #ccc;
  border: 1px solid #ccc;
}

.hvr-img{ display: none;}
.p-col a:hover .dflt-img{ display: none;}
.p-col a:hover .hvr-img {display: inline-block;}
.p-col a:hover .card-footer h4 {
  border-radius: 0 0 4px 4px !important;
  color: #f27141 !important;
}

.dashborad-wrap{
    border: 1px solid #eef1f5;
    border-radius: 5px;
    padding: 0 0 15px 0;
}
.dashborad-wrap .portlet-title {
    border-radius: 4px 4px 0px 0px !important;
    background: #dddddd;
    padding: 2px 15px;
    margin: 0;
    color: #687880 !important;
    min-height: 54px;
}

.dashborad-wrap .portlet-title h2 {
    color: #687880 !important;
    text-transform: capitalize !important;
    font-size: 27px;
    font-weight: normal !important;
    margin: 0;
    line-height: 2;
    float: left;
}

.admin_dash_wrap .myfooter_wrap, .admin_dash_wrap .myfooter_wrap p {
  padding: 3px;
  margin: 0;
  background-color: #002A96;
}

.admin_dash_wrap .menu-toggler.responsive-toggler {
  display: none;
  float: right;
  margin: 30.5px 14px 0 6px;
}

#modual-panel, #setting-panel {
  display: none;
  position: fixed;
  top: 75px;
  right: 15px;
  width: 290px;
  background-color: #fff;
  border: 0;
  /*padding: 18px 15px 60px 15px;*/
  /*box-shadow: -5px 5px 0px 3px rgba(210, 210, 210, 0.5);*/
  overflow: auto;
/*  max-height: 100vh;
  min-height: 100vh;*/
  max-height: 90%;
/*  border-left: 8px solid rgba(0,0,0,0.2);
  border-bottom: 8px solid rgba(0,0,0,0.2);*/
  z-index: 99;
  border: 1px solid #ccc;
}
.bdr-1 {
  /*border: solid 1px #ccc;
  border-radius: 5px !important;*/
}
#modual-panel ul, #setting-panel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#setting-panel ul li a {
  color: #f27141;
  text-decoration: none;
  padding: 12px 13px 10px 13px;
  display: block;
  font-size: 14px;
  /*border-top: solid 1px #ccc;*/
}


/*new css End for admin login & Dashboard*/

@media (max-width: 1440px){
.float-end.chat-row { bottom: 90px;}

}

@media (max-width: 1280px){
.step-2 { width: 80%;}
.step-3 .d-flex li, .step-4 .d-flex li { width: 23%;}
.rencom_rightpart { left: 45%;}
.fs-3 {font-size: 1.5rem !important;}

}

@media (max-width: 1080px){
    .dborad-mdl-section br { display: none;}
    .dborad-mdl-section .fs-1 { font-size: 6rem !important;}
    .dborad-mdl-section .fs-3-5rem {font-size: 3rem;}
    .loginform_wrap .login_rightpart ul li .text {width: 85%;}
    .goal-wrap br { display: block;}
    .step-1 .d-flex li { width: 30%;}
    .step-2 { width: 100%;}
    .step-3 .d-flex li, .step-4 .d-flex li { width: 40%;}
    .step-5 {width: 100%;}
    /*.step-5 .d-flex li { width: 40%;}*/

    .rencom_leftpart { padding: 50px 30px 0px 0px;}
    .rencom_rightpart { left: 10%;top: 38%;transform: none; width: 90%;}
    .price-tbl-wrap .nav-pills { width: 100%;}

}

@media (max-width: 991px){
.dborad-mdl-section .fs-1 { font-size: 5rem !important;}
.dborad-mdl-section .lh-110 { line-height: normal;}
.logo a { margin-top: 0;}
.loginform_wrap .login_leftpart { width: 95%;}
.loginform_wrap .login_leftpart .forgot-pass a {font-size: 15px;}
.loginform_wrap .login_rightpart { width: 95%;}
.loginform_wrap .login_rightpart ul li .text { width: 80%;}
.listbox-wrap { padding-left: 0; padding-right: 0;}
.goal-wrap .step-1 .d-flex li { width: 40%;}
.goal-wrap .step-2 .d-flex li { width: 45%;}
/*.step-5 .d-flex li { width: 45%;}*/

.price-tbl-wrap .nav-pills { margin-bottom: 50px !important;}
.price-tbl-wrap .nav-item .nav-link { padding: 10px 10px;}
.price-tbl-wrap .nav-item .nav-link span { font-size: 13px;}
.price-tbl-wrap .nav-item .nav-link small { font-size: 13px;}
.pricingTable { margin: 0 -5px;}
.page-sidebar{
    display: none !important;
}
.page-content-wrapper .page-content {
  margin: 0 !important;
}

.admin_dash_wrap .menu-toggler.sidebar-toggler{ display: none;}
.admin_dash_wrap .menu-toggler.responsive-toggler {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #fff;
  line-height: 71px;
  text-align: center;
  width: 50px;
  display: block;
}

}


@media (max-width: 767px){
.or{ display: none;}
.rencom_wrap .br-2{ border-right:0 !important;}   
.dborad-mdl-section .fs-1 { font-size: 4rem !important;}
.dborad-mdl-section .fs-3-5rem {font-size: 2.1rem;}    
.mobshow_btn{display: block;}
.mynav { padding-top: .8rem;}
.mynav .nav-item { display: block; border: 1px solid #ccc; margin: 10px 0 0 0; border-radius: 3px;}
.mynav .nav-item .nav-link:hover{background: #fff;color: #333;} 
.loginform_wrap .login_rightpart .transform-box{position: relative;}
.loginform_wrap .login_row .br-1{ border-right:0;}
.loginform_wrap .login_leftpart { width: 100%;}
.loginform_wrap .login_rightpart { width: 100%; float: left;}
.loginform_wrap .login_rightpart ul li .text { width: 80%;}
.listbox-wrap { padding-left: 1rem; padding-right: 1rem;}
.goal-wrap .d-flex li { width: 95% !important}
.catalog-popup .modal-content { padding: 15px;}

.rencom_leftpart { padding: 0;}
.rencom_rightpart {left: 0;top: 20px;width: auto; position: relative;}
.pricing-wrap .container { max-width: 100%;}
.price-tbl-wrap .nav-item .nav-link { border-bottom: 1px solid #ddd;}

.myfooter_wrap{ position: relative; font-size: 12px;}
.float-end.chat-row { bottom: 70px;}

.dashborad-wrap .portlet-title h2{ display: none;}
.dashborad-wrap .portlet-title .eq-col.dashboard_search { width: 60%; margin-right: 15px;}
.dashborad-wrap .portlet-title .eq-col { width: auto;}


}


@media (max-width: 640px){
.float-end.chat-row { bottom: 85px;}


}

@media (max-width: 575px){
.pricingTable { margin: 0;}    
.float-end.chat-row { bottom: 85px;}


}

@media (max-width: 480px){
.float-end.chat-row { bottom: 90px;}

}

@media (max-width: 425px){
.float-end.chat-row { bottom: 110px;}


}

@media (max-width: 390px){
.float-end.chat-row { bottom: 110px;}


}

@media (max-width: 320px){
.float-end.chat-row { bottom: 130px;}


}

/*end media quiery*/


.selectBox-wrap .main-selectbox {
    max-width: 450px;
    margin: 0 auto;
    text-align: left;
}

.selectBox-wrap .selectBox {
  position: relative;
}

.selectBox-wrap .overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.selectBox-wrap .checkboxes{
    display: none;
    border: 10px solid #f1f1f1;
    padding: 10px 10px 5px 10px;
    box-shadow: 0px 5px 5px #eee;
    border-radius: 10px;
    border-top: 0;
}

.selectBox-wrap .checkboxes label {
  display: block;
  padding: 0 10px 5px 10px;
}

/*.selectBox-wrap .checkboxes label:hover {
  background-color: #1e90ff;
}*/
