#searchResult{
    position: absolute;
    z-index: 2;
    top: 46px;
}

.rotate180 {
    transform: rotate(180deg)!important;
}

ul.ui-sortable > li {
    list-style: none;
    background-color: #d1d1d1;
    margin-bottom: 10px;
    padding: 6px;
    text-align: center;
    color: #000;
    cursor: all-scroll;
}

.section_active {
    border: 1px solid #ffffff;
    border-top: none;
    padding: 2px 5px;
    box-shadow: 0.3rem 0.4rem 0.8rem 0 rgb(14 96 120 / 35%);
}

.toggle_section{
    cursor: pointer;
}

.cd_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.cd_overflow_auto{
    overflow-x: auto;
    min-height: 80vh;
    word-break: break-word;
}
.focus {
  background-color: #a0a0a0;
  cursor: pointer;
  font-weight: bold;
}
.asc:after {  content: "\25B2"; }

.desc:after { content: "\25BC"; }

.cd_order {
    cursor: pointer;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    transition: transform 1s;
}

.flip {
    transform: rotate(180deg);
}

.col.cd-de-dropdown {
    align-self: center;
}

#loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #00000066;
    display: none;
}

#loaderimg {
    margin: 15% 35%;
}

/* Graph hover text */
.hovertext text{
    font-family: 'flexo' !important;
    font-size:16px !important;
    border: 1px solid;
}
li.filter.cd_selectable:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}
.selected{
    background-color: #cfcfcf !important;
}
span.anchor.list {
    overflow: hidden;
}
/*End*/

*{
  margin: 0;
  padding: 0;
}
body {
  /*font-family: Nunito;*/
  /*font-family: 'Mulish', sans-serif;*/
  font-family: 'flexo' !important;
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.wrapper {
    background-color: #F7F8FC;
    /*background-color: #2e353d;*/
}
.cd_float_right{
    float: right;
}
.cd_select_height{
  cursor: pointer;
}
.cd_select_height_checkbox li input {
    margin-right: 8px;
}
#brans_img{
    width: 70px;
}
.cd_profile_pic{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #DFE0EB;
  padding: 1px;
  margin-left: 6px;
}
#cd_container_margin_left{
    margin-left: 230px;
}
.cd_heading{
  font-weight: bold;
  font-size: 22px;
  display: block;
  text-align: center;
}
.cd_text_align_center{
  text-align: center;
}
.cd_txt_style_01 {
    color: #252733;
    font-size: 14px;
    font-weight: 600;
}
.cd_txt_style_01:hover {
    color: #252733;
}
.cd_txt_style_02 {
  font-size: 22px;
  font-weight: bold;
  color: #252733;
  margin-bottom: 40px;
}
.cd_table_th_text_center{
  text-align: center;
}
/*.nav-side-menu{  
  position: static;
  float: left;
  height: 100vh;
  overflow: hidden;
  font-size: 1rem;
}*/
.nav-side-menu {
  /*overflow: auto;*/
  /*font-family: verdana;*/
  font-size: 1rem;
  font-weight: 200;
  background-color: #2e353d;
  /*position: fixed;*/
  /*top: 0px;*/
  /*width: 230px;*/
  width: 15%;
  /*height: 100%;*/
  color: #e1ffff;
  position: static;
  float: left;
  min-height: 100vh;
  overflow: hidden;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
/*.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: Fontawesome;
  content: "\f105";
  display: inline-block;
  padding-left: 20px;
  padding-right: 10px;
  vertical-align: middle;
}*/
.nav-side-menu li {
  padding: 0;
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
  display: block;
  padding: 10px 0;
}
/*.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
  margin-right: 6px;
}*/
.nav-side-menu li a i {
    padding-left: 0px;
    width: 20px;
    padding-right: 20px;
    margin-right: 5px;
}


.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.nav-side-menu ul .sub-menu ul .sub-line li.active,
.nav-side-menu li .sub-menu li .sub-line li.active {
  color: #d19b3d;
}

.nav-side-menu ul .sub-menu li .sub-line li.active a,
.nav-side-menu li .sub-menu li .sub-line li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li .sub-line li,
.nav-side-menu li .sub-menu li .sub-line li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li .sub-line li:hover,
.nav-side-menu li .sub-menu li .sub-line li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li .sub-line li:before,
.nav-side-menu li .sub-menu li .sub-line li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 100px;
  padding-right: 10px;
  vertical-align: middle;
}

.nav-side-menu .sub-menu li {
  padding-left: 20px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu .sub-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.sub-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li .sub-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
/*login page start*/
.cd_container_parent_01 {
  height: 100vh;
  overflow: auto;
}
.cd_full_bg_01{
  /*background-image: linear-gradient( 160deg, #CD549B 53%, #50AEE4 100%);*/
  background-color: #fff;
}
.cd_border_remove_01{
  border: none;
}
.cd_full_bg_01 .card {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
/*.cd_container_01 {
  position: relative;
}
.cd_container_01_child_01{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/
.cd_head_txt_01 {
    color: #fff;
    background-color: #428bca !important;
    border-color: #357ebd;
    text-align: center;
/*    padding: 15px 10px;*/
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
}
/*login page end*/
/*dashboard start*/
/*.cd_user_menu_right_01 {
    display: inline-block;
    position: absolute;
    right: 13px;
    top: 20px;
}*/
.cd_user_menu_right_01 {
    display: inline-block;
    float: right;
    margin-top: 15px;
}
.nav-breadcrumb {
    display: inline-block;
    /* z-index: 999; */
    float: left;
    margin-top: 15px;
}
.cd_right_pannel_01 {
    float: left;
    width: 85%;
    padding-top: 22px;
    background-color: #F7F8FC;
    min-height: 100vh;
}
.cd_margin_01 {
    margin-top: 60px;
    margin-bottom: 35px;
}
.cd_margin_02 {
    margin-top: 30px;
}
.cd_margin_03 {
    margin-top: 32px;
}
.cd_margin_04 {
    margin-top: 32px;
    margin-bottom: 32px;
}
.cd_decotation_remove{
  text-decoration: none !important;
}
.cd_card_style_01 {
    border: 2px solid #DDE2FF;
    border-radius: 8px;
}
.cd_card_style_01 .card-header {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #252733;
    background-color: #fff;
    border-bottom: 1px solid #DFE0EB;
    border-radius: 8px 8px 0 0;
}
.cd_card_style_01 .card-body {
  text-align: center;
  /*min-height: 250px;*/
  min-height: 104px;
}
.cd_card_style_01 .card-body img {
    width: auto;
    max-width: 150px;
    height: 64px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.cd_dropdown_01 {
    width: 75px;
    /*padding: 10px 20px;*/
    list-style: none;
    background-color: #2e353d;
    color: #fff;
    position: absolute;
    left: 0;
    top: 40px;
    border-radius: 5px;
    z-index: 9;
}
.cd_dropdown_01 li {
    border-bottom: 1px solid #dee2e6;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
}
.cd_dropdown_01 a{
  color: #ffffff;
  text-decoration: none;
}
.cd_action_section_01 {
    overflow: unset;
    padding-top: 32px;
}
.cd_action_link_btn_01 {
    float: left;
    margin: 0 5px;
}
.cd_action_dropdown_btn_01 {
    float: left;
    position: relative;
}
.cd_action_dropdown_btn_02 {
    float: right;
    position: relative;
}
.cd_action_dropdown_btn_02 .cd_dropdown_01 {
    width: 255px;
    top: 35px;
}
.cd_btn_style_01 {
    padding: 5px 0;
    width: 255px;
    text-align: center;
    font-size: 14px;
}
.cd_pagination_01 nav div:first-child {
    display: none;
}
.cd_pagination_01 svg {
    width: 12px;
}
.cd_table_parent_01 {
    overflow: scroll;
}
.cd_pagination_01 nav {
    text-align: center;
}
.cd_logo_style_01 {
    position: absolute;
    top: 24px;
    left: 24px;
    text-align: center;
}
.cd_logo_style_01 img {
    width: 200px;
}
.cd_logo_txt_01 {
    display: block;
    font-size: 20px;
    margin-top: 5px;
    color: #212529;
    font-weight: bold;
}
.cd_have_sub_menu {
    padding-bottom: 0 !important;
}
.cd_sub_menu_img {
    width: 28px;
    margin-right: 6px;
}
/*.cd_ifram_section_01{
  height: 600px
}*/
.cd_ifram_section_01_parent {
    padding-top: 55%;
}
.cd_ifram_section_01 {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.cd-close-btn-01 {
    margin-top: 10px;
    margin-left: -16px;
    border-radius: 0px 6px 8px 0px;
    z-index: 999;
}
.cd-border-radiuos-01 {
    border-radius: 5px 0px 0px 5px;
    background-color: #ffffff !important;
}
.cd_rotate{
    transform: rotate(180deg);
}
/*dashboard end*/
@media (min-width: 1200px) {
  .cd_right_pannel_01 .container {
      max-width: 96%;
  }
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
  .nav-side-menu .sub-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu  .sub-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .sub-line ul .sub-press li.active,
  .sub-line li .sub-press li.active {
    color: #d19b3d;
  }
  .sub-line ul .sub-press li.active a,
  .sub-line li .sub-press li.active a {
    color: #d19b3d;
  }
  .sub-line ul .sub-press li,
  .sub-line li .sub-press li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
  }
  .sub-line ul .sub-press li:hover,
  .sub-line li .sub-press li:hover {
    background-color: #020203;
  }
  .sub-line ul .sub-press li:before,
  .sub-line li .sub-press li:before {
    font-family: Arial;
    content: "\f105";
    display: inline-block;
    padding-left: 50px;
    padding-right: 10px;
    vertical-align: middle;
  }
  .sub-line li {
    padding-left: 20px;
    border-left: 3px solid #2e353d;
    border-bottom: 1px solid #23282e;
  }
  .sub-line li a {
    text-decoration: none;
    color: #e1ffff;
  }
  .sub-line li a i {
    padding-left: 50px;
    width: 20px;
    padding-right: 20px;
  }
  .sub-line li:hover {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
  }
  .sub-line {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .sub-line .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
}  


/*dropdown checkbox*/
.dropdown-check-list {
    display: inline-block;
    background-color: white;
    width: 100%;
    height: 36px;
}

.dropdown-check-list .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 5px 50px 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 0.25rem;
    height: 38px;
}

.dropdown-check-list .anchor:after {
    position: absolute;
    content: "\2335";
    right: 4px;
    top: 18%;
    font-weight: bolder;
    font-size: small;
}

.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  width: 92%;
}

.dropdown-check-list ul.items li {
  list-style: none;
}

.dropdown-check-list.visible .anchor {
  color: #0094ff;
}

.dropdown-check-list.visible .items {
  display: block;
  position: absolute;
  z-index: 9;
  background-color: white;
}

.cd_dropdown_parent {
    padding: 14px !important;
    /*width: 95% !important;*/
    left: 15px;
    top: 36px;
}

.cd_dropdown_parent .cd_selectable {
    padding: 6px 0;
    font-size: 14px;
}

.cd_dropdown_parent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.cd_dropdown_parent::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.cd_dropdown_parent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #00000054;
}

ul.items>li {
    border-bottom: 1px solid #00000026;
}




/*CSS by Shubham*/

.review-icon-c {
    position: fixed;
    right: 0px;
    width: 50px;
    top: 75px;
    padding: 10px;
    border-radius: 5px;
}
.review-icon-c:hover{
  border: 1px solid #D4D4D4;
}
.cross-icon-P {
    position: relative;
}
.cross-icon-c {
    position: absolute;
    width: 26px;
    right: -40px;
    top: -40px;
    padding: 5px;
}
.cross-icon-c:hover{
  border: 1px solid #D4D4D4;  
  padding: 5px;
  width: 26px;
}
.form-click-close {
    display: none;
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    height: 100%;
    z-index: 9 ;
    right: 0;
    top: 0 ;
}
.form-holder {
    width: 50%;
    margin: 0 auto;
    background-color: #fff;
    height: 530px;
    color: #000;
    padding: 50px;
}
.form-click-close{
  transition: width 2s,
}
.review-icon-P{
  transition: width 2s,
  width: 0%;
}

.cd-foodback-text-rotat {
    color: #fff;
    display: block;
    transform: rotate(90deg);
    position: fixed;
    top: 50%;
    font-size: 12px;
    font-weight: 700;
    background-color: #007BFF;
    padding: 5px 6px;
    border-radius: 4px;
    right: -52px;
    width: 135px;
    height: 29px;
    margin-top: -40px;
    cursor: pointer;
}}

/*dashboard dropdown start*/
i.fa.fa-sort-down {
    font-size: 25px;
    margin-left: 5px;
}
.cd-ds-dropdown-open {
    display: none;
}
.cd-data-explorer-open{
  display: none;
}
.cd-de-line-block, .cd-user-m-line-block, .cd-ds-main-line-block {
    display: inline-block;
}
.cd-um-dropdown-open , .cd-ds-child-dropdown, .cd-Geography-dropdown-c, .cd-Focus-dropdown-c{
  display: none;
}
/*dashboard dropdown end*/

/*design dashboard start avtar section*/
.cd-explore-avtar-wrapper {
    margin-top: 40px;
}

.cd-avtar-image-P {
    margin: 40px auto;
    padding: 40px;
    border-radius: 5px;
}
/*.cd-button-style-01 a {
    background-color: #007bff;
    color: #fff;
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 5px;
    display: block;
    width: 212px;

}*/

.cd-button-style-01 a {
    color: #000;
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 5px;
    display: block;
    width: 251px;
    border: 1px solid #007bff;
}


.cd-button-style-01 a:hover {
  /*  box-shadow: 1px 2px 10px 0px #6d6c6c;*/
    text-decoration: none;
}
.cd-avtar-image-P img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -10%;
}
.cd-button-style-01-float {
    float: right;
}


.cd-avtar-image-name ul li {
    margin-top: 10px;
    list-style-type: none;
}
.cd-avtar-user-name {
    font-size: 30px;
}
.cd-avtar-image-name {
    display: inline-block;
    text-align: left;
    padding-left: 20px;
}
.cd-button-style-01 img {
    border-radius: 0px;
}

.cd-avtar-user-name a {
    padding-left: 0px;
}
.cd-button-style-01 img {
    width: auto;
    height: 32px;
    margin: -4px 10px 0px 0px;
}
.cd-button-chengepass a, .cd-button-logout a {
    font-size: 14px !important;
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
    padding: 5px 10px;
    border-radius: 3px;
}




/*design dashboard start avtar section*/
/*data explore page design start 18-9-2021*/
.cd-dataexpolre-float {
    float: left;
    width: 25%;
    padding: 15px;
    display: block;
}
.cd-dataexpolre-float-P {
    margin-top: 40px;
}
.button-section-P {
    margin-top: 30px;
}
/*data explore page design End 18-9-2021*/

.cd-tabel-section {
    overflow-x: scroll;
}

.cd-button-style-01 {
    width: 33%;
    float: left;
}

.cd-disable-url .cd_card_style_01 .card-header  {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #252733;
    background-color: #f7f8fc;
    border-bottom: 1px solid #DFE0EB;
    border-radius: 8px 8px 0 0;
}
/*.cd-disable-exploreurl{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #252733;
    background-color: #f7f8fc;
    border-bottom: 1px solid #DFE0EB;
    border-radius: 8px 8px 0 0;
}
.cd-disable-exploreurl: hover{
    cursor: not-allowed;
}*/

.cd-disable-exploreurl .cd_card_style_01 {
    border: 2px solid #DDE2FF;
    border-radius: 8px;
    background-color: #f7f8fc;
}
.cd-disable-exploreurl .cd_card_style_01 .card-header {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #252733;
    background-color: #f7f8fc;
    border-bottom: 1px solid #DFE0EB;
    border-radius: 8px 8px 0 0;
}
.cd-disable-exploreurl a:hover{
    cursor:not-allowed;
    /*pointer-events:none;*/
}



.cd-disable-url .cd_decotation_remove:hover {
    cursor: not-allowed;
}
.cd-disable-url .cd_card_style_01 .card-body {
    text-align: center;
    min-height: 104px;
    background-color: #f7f8fc;
    position: relative;
}
.cd_dashboard_image-holder {
    text-align: center;
}
.cd-avtar-image-name {
    display: block;
    padding-left: 12px;
    text-align: center;
}
.cd-explore-br-none .cd_card_style_01 .card-body img {
    width: auto;
    max-width: 150px;
    height: 64px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 0px;
}
.cd_logo-login-page {
    text-align: center;
    margin: 80px 0px 30px 0px;
}
.cd_logo-login-page img {
    width: 200px;
}

.cd-under-postion {
    position: absolute;
    bottom: 10px;
    left: 20%;
}

/*.nav-breadcrumb{
    display: inline-block;
    position: absolute;
    right: 930px;
    top: 25px;
    z-index: 999;
}*/
/*.container{
    margin-top: 60px;
}*/

/*By Gourav 04-02-22*/
.cd_scroll_y{
    overflow-y: scroll;
    max-height: 330px;
    overflow-x: hidden;
}

.toggler {
    margin: auto 0;
    cursor: pointer;
}

.cd_country_table{
    /*height: 200px;*/
    overflow: visible;
    border: 1px solid #cfcfcf;
}

.btn-action{
    padding: 0.25rem 0.4rem !important;
}

@media only screen and (max-width: 1920px) {
.form-holder {
    width: 50%;
    margin: 0px auto;
    background-color: #fff;
    height: 624px;
    color: #000;
    padding: 90px 60px;
}
.cross-icon-c {
    position: absolute;
    width: 26px;
    right: -40px;
    top: -60px;
    padding: 5px;
}
.cd-avtar-image-P {
    margin: 40px 14% 40px 14%;
    padding: 40px;
    border-radius: 5px;
}
.cd-button-style-01 img {
    border-radius: 0px;
}
.cd-under-postion {
    position: absolute;
    bottom: 10px;
    left: 30%;
}
}

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

.cd-avtar-image-P {
    margin: 40px 7% 40px 7%;
    padding: 40px;
    border-radius: 5px;
}
.cd-button-style-01 img {
    border-radius: 0px;
}
.cd-under-postion {
    position: absolute;
    bottom: 10px;
    left: 27%;
}
}

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

.cd-avtar-image-P {
    margin: 40px 3% 40px 3%;
    padding: 40px;
    border-radius: 5px;
}
.cd-button-style-01 img {
    border-radius: 0px;
}
.cd-under-postion {
    position: absolute;
    bottom: 10px;
    left: 22%;
}
}

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

.cd-avtar-image-P {
    margin: 40px 0% 40px 0%;
    padding: 40px;
    border-radius: 5px;
}
.cd-button-style-01 img {
    border-radius: 0px;
}
}

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

.cd-avtar-image-P {
    margin: 40px 0% 40px 0%;
    padding: 20px;
    border-radius: 5px;
}
.cd-button-style-01 img {
    border-radius: 0px;
}
}


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

.cd-avtar-image-P {
    margin: 40px 0% 40px 0%;
    padding: 0px;
    border-radius: 5px;
}
.cd-button-style-01 a {
    font-size: 17px;
    width: 230px;
}
.cd-under-postion {
    position: absolute;
    bottom: 10px;
    left: 15%;
}
}
@media only screen and (max-width: 1024px) {

.cd-button-style-01 a {
    font-size: 16px;
    width: 221px;
}
.cd-avtar-image-P img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -10%;
}
.cd-button-style-01 img {
    width: auto;
    height: 32px;
    margin: -4px 10px 0px 0px;
}
.cd-button-style-01 img {
    border-radius: 0px;
}
.cd-under-postion {
    position: absolute;
    bottom: 10px;
    left: 10%;
}
.nav-side-menu{
        width: 30%;
    }
    .cd_right_pannel_01 {
        width: 70%;
    }
    .cd_margin_01 {
        margin-top: 20px;
    }
    .cd-dataexpolre-float {
    float: left;
    width: 50%;
}
}

@media only screen and (max-width: 768px) {
    .cd-avtar-image-P img {
        width: 130px;
        height: 130px;
        overflow: hidden;
        margin-top: -23%;
    }
    .cd-button-style-01 img {
        width: auto;
        height: 32px;
        margin: -4px 10px 0px 0px;
    }
    .cd-button-style-01 a {
        font-size: 12px;
        width: 158px;
        padding: 10px 10px;
    }
    .cd-under-postion {
        position: absolute;
        bottom: 10px;
        left: 7%;
        font-size: 12px;
    }
    .cd-button-style-01 img {
        border-radius: 0px;
    }
    .cd-avtar-image-name {
        display:block;
        text-align: center;
        padding-left: 12px;
    }
    .cd-avtar-user-name {
        font-size: 25px;
    }
    .cd-button-user-01 {
    margin-bottom: 5px;
}
    
    



}

@media only screen and (max-width: 767px) {
     .form-holder {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        height: 455px;
        color: #000;
        padding: 20px;
    }
    .cross-icon-c {
        position: absolute;
        width: 26px;
        right: 10px;
        top: 5px;
        padding: 5px;
    }
    .review-icon-c {
        background-color: #fff;
    }
}

@media only screen and (max-width: 600px) {
    .nav-side-menu{
        width: 35%;
    }
    .cd_right_pannel_01 {
        width: 65%;
    }
.nav-breadcrumb {
    display: inline-block;
    /* z-index: 999; */
    position: absolute;
    top: 5px;
    width: 36%;
}
    .cd-dataexpolre-float {
    float: none;
    width: 100%;
}
.cd-button-font-01 {
    font-size: 11px;
    padding: 3px 6px;
}
}
@media only screen and (max-width: 480px) {
    .cd_right_pannel_01 {
        width: 100%;
    }
    .cd_float_right {
    position: absolute;
    top: 10px;
    right: 0;
}
.nav-breadcrumb {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
/*nav.cd_breadcrumb {
    width: 62%;
}*/
.nav-side-menu {
    width: 100%;
    margin-top: 75px;
}
}

@media only screen and (max-width: 375px) {
    .cd-button-font-01 {
    font-size: 10px;
    padding: 3px 4px;
}


}
@font-face {
    font-family: 'Flexo-CapsDEMO';
    src: url('Flexo-CapsDEMO-webfont.woff2') format('woff2'),
         url('Flexo-CapsDEMO-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
