/* root */

/* @font-face {
  font-family: 'Lato';
  src: url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
} */

body {
  font-family: 'Lato';
  -webkit-font-smoothing: subpixel-antialiased;
}

h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
  /* identical to box height, or 140% */
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 0px;
}

h2 {
  /* font-size: 2.5vw !important; */
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0.25px;
  color: #000000;
  margin-bottom: 0px;
}

h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 0px;
}

h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height, or 150% */
  letter-spacing: 0.15px;
  color: #000000;
  margin-bottom: 0px;

}

h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  letter-spacing: 0.01em;
  margin-bottom: 0px;
  color: #000000;
}

h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  color: #000000;
  margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5 !important;
  letter-spacing: 1px !important;
}

p {
  /* font-size: 1.8vw !important; */
  color: #243D4E !important;
  font-weight: 500 !important;
  letter-spacing: normal !important;
}

span {
  /* font-size: 0.95vw !important; */
  color: #243D4E;
  /* letter-spacing: 1px !important; */

}

.primary-color {
  color: #F37521 !important;
}

.secondary-color {
  color: #00224A !important;
}

.text-ellipsis-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-ellipsis-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.form-control:focus {
  box-shadow: none;
}
/*
.owl-carousel .owl-nav {
  margin-top: -30px;
}

.owl-carousel .owl-stage-outer {
  margin-top: 30px;
}

.owl-carousel .owl-nav button.owl-prev:before {
  left: -50px;
  content: url('/technine_dev/img/icon_right.svg');
  margin-bottom: 30px;
}
.owl-carousel .owl-nav button.owl-next:before {
  content: url('/technine_dev/img/icon_arrow2.svg');
}
 */


/* .col, .col-12, .col-lg-12, .col-sm-12, .col-md-12 {
  padding-right: 0px !important;
  margin-right: 0px !important;
} */

a:link {
  text-decoration: none !important;
}

a:hover, .description-hover:hover * {
  opacity: 0.9 !important;
  text-decoration: none !important;
}


a {
  text-decoration: none !important;
  cursor: pointer;
}

::placeholder {
  font-weight: bold;
}

.text-grey {
  color: #5F5F5F !important;
}

.solid_button {
  background-color: #F37521 !important;
  border: none !important;
  text-decoration: none !important;
}

.category div p {
  color: #186AA5 !important
}

.category-label {
  color: #186AA5 !important;
  font-weight: 700;
}

.header-padding {
  margin-top: 0px;
  padding-top: 4rem !important
}

.custom-text {
  color: #243D4E
}

.custom-header {
  color: #186AA5;
  font-weight: 600
}

.center-justified {
  margin: 0 auto;
  text-align: justify;
  width: 30rem;
}

/* header */

@media screen and (max-width: 767px) {
  .toggle-menu {
    width: 44px;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1000
  }

  .responsive-nav-login__list {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    right: 20px
  }
}

.text-effect:hover {
  font-size: 0.8rem !important;
}

.menu-drawer li a:hover {
  color: white !important;
}

.header-bgc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 100;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  background-color: #243D4E
}

.header-bgc:after {
  content: " ";
  display: block;
  background: none;
  height: 10px;
  width: 100%;
  border: 0;
  position: absolute;
  top: 90px;
  z-index: -1
}

@media screen and (max-width: 800px) {
  .header-bgc:after {
    top: 60px;
    z-index: -1
  }

  .header-bgc {
    height: 60px
  }

  .document-search .nav {
    position: relative !important;
  }
}

.responsive-nav-login__list {
  top: 15px;
}

.DP-logo, .custom-nav-item {
  height: 100%;
  padding-left: 10%;
  width: 90%;
}

@media screen and (min-width: 975px) {
  .custom-responsive-item-drawer {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .custom-responsive-item {
    display: none
  }

  .toggle-menu {
    top: 10px;
  }

  .toggle-menu:hover {
    background: none;
  }

  .responsive-nav-login__item:hover {
    background: none !important;
  }

  .toggle-menu::after {
    content: '';
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    left: 10px
  }

}


/* navbar */


.breadcrumb {
  background-color: #fff !important;
  border-bottom: solid 1px #b2b2b2;
  border-radius: 0px;
}

.breadcrumb-item {
  color: #5F5F5F !important;
  font-weight: bold;
}

.breadcrumb a {
  color: #5F5F5F;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear
}

.breadcrumb a:hover, .breadcrumb a:focus {
  color: #5F5F5F
}

/* landing  */
#search-text {
  width: auto;
  height: auto;
  font-size: auto;
  color: #000000;
  border-width: auto;
  background: white;
}

.btn-hover:hover, solid_button:hover {
  background-color: #F58D48 !important;
  text-decoration: none !important;
}

.btn-hover a {
  text-decoration: none !important;
}




.create-doc div p {
  font-size: 1.2vw;
  font-weight: 600;
}

.doc-content h2 {
  font-size: 2vw !important;
}

.featured-boxes-flat .featured-box .icon-featured {
  top: 0 !important;
}

.box-content-border-bottom {
  border-bottom-color: #186AA5 !important
}

.page-header.page-header-modern.page-header-background {
  background-size: cover !important;
}



.page-header.page-header-modern.page-header-background.page-header-background-md {
  padding: 100px 0px !important;
}

.pricing-table .plan.plan-featured {
  transform: scale(1)
}

.pricing-table .plan .plan-footer {
  padding: 0px 0.8rem 2.5rem !important;
}




.custom-landing-img {
  position: relative;
  background: url("../img/bg-landing.jpg") no-repeat center center/cover;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

}

.bg-sign-up-img {
  position: relative;
  background: url("../img/bg-sign-up.jpg") no-repeat center center/cover;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

}

.custom-owl-theme.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent !important;
  color: rgb(119, 119, 119) !important;
}

.bg-document-img {
  position: relative;
  background: url("../img/bg-document.jpg") no-repeat center center/cover;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

}

.custom-landing-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(95, 95, 95, 0.5);

}



.custom-signup-img {
  position: relative;
  background: url("../img/bg-signup.jpg") no-repeat center center/cover;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-signup-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(95, 95, 95, 0.3);
}



.custom-refer-img {
  position: relative;
  background: url("../img/bg-refer.jpg") no-repeat center center/cover;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-refer-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(95, 95, 95, 0.3);
}


/* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Style the images inside the grid */
.column {
  opacity: 1;
  cursor: pointer;
}

.column:hover {
  opacity: 0.8;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

/* create New Doc */
.custom-create-doc-text {
  color: #243D4E
}

/* register */
.test-123 {
  font-size: 12px;
}


/* Advance Search */
.custom-advance-search-bg {
  background-color: #F8FBFF;
}

/* Search Results */




@media (max-width: 767px) {
  .custom-hr {
    display: inline-block;
  }

  .custom-search-result {
    text-align: center;
  }

  .custom-line, .custom-divivder {
    display: none;
  }

  .my-account-menu .nav {
    position: relative;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .custom-hr {
    display: none;
  }

  .custom-line, .custom-divivder {
    display: inline-block;
  }
}

/* pricing plans */
.custom-pricing-img {
  position: relative;
  background: url("../img/bg-pricing.jpg") no-repeat center center/cover;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}



.custom-pricing-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(95, 95, 95, 0.3);
}

.custom-pricing-text {
  color: #186AA5 !important;
}

.pricing-table .plan .plan-features ul li {
  color: #5F5F5F;
  font-weight: 500;
  line-height: 2;
  font-size: 14px !important;

}


.my-acount-header {
  padding-top: 100px !important;
  /* padding-bottom: 100px !important; */
}


.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-bottom {
  border: none !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

/* qna */
.toggle.toggle-minimal .toggle>label {
  background: transparent;
  color: #186AA5;
  border-left: 0;
  border-bottom: 0px solid #CCCC;
  border-radius: 0;
  margin: 0;
  padding: 12px 20px 12px 0;
  font-weight: 600;
}

.toggle>div {
  color: #243D4E
}


html .toggle-custom.toggle-simple .toggle>label:after {
  background-color: #F37521;
}

/* contact us */
.custom-contact-img {
  position: relative;
  background: url("../img/bg-contact.jpg") no-repeat center center/cover;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


.custom-contact-team-img {
  position: relative;
  background: url("../img/bg-about-us-our-team.jpg") no-repeat center center/cover;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-contact-team-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(95, 95, 95, 0.3);
}

/* my account */
.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff;
}

.my-account-menu li {
  padding-right: 1px;
  padding-left: 1px;
}

.pricing-table .plan .plan-footer {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}



.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.tabs.tabs-simple .nav-tabs>li .nav-link, .tabs.tabs-simple .nav-tabs>li .nav-link:hover, .tabs.tabs-simple .nav-tabs>li .nav-link:focus {
  border-bottom: 2px solid #eee
}

.tabs.tabs-simple .nav-tabs>li {
  margin-left: -30px
}

html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs.tabs-bottom .nav-tabs li.active .nav-link, html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link, html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover, html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover, html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus, html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
  border-bottom-color: #F37521 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}

.featured-box {
  border: none
}

.featured-box .box-content-border-bottom {
  border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.06) !important;
}


/* documents category */
.toggle.toggle-simple .toggle>label:after {
  width: 18px;
  height: 18px;
}

.toggle.toggle-simple .toggle>label:before {
  top: 10px;
  left: 4px;
}

/* sub category */
.table td, .table th {
  border-color: white;
  padding-bottom: 10px;
}

.bg-career-img {
  position: relative;
  background: url("../img/bg-career.png") no-repeat center center/cover;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .2);


}

.bg-career-img-2 {
  position: relative;
  background: url("../img/bg-career-2.jpg") no-repeat center center/cover;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .2);
}


/* about us */
.custom-about-img {
  position: relative;
  background: url("../img/bg-about-us.jpg") no-repeat center center/cover;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


.custom-about-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(95, 95, 95, 0);
}


/* news */
.news_detail i {
  margin-left: 50px !important
}



.blog-item {
  transition: all .2s ease-in-out;
}

.blog-item:hover {
  transform: scale(1.02);
  box-shadow: 10px 10px 5px #F7EFEF;
}



/* user profil */
.nav {
  background: #ffffff !important;
}

.nav-link {
  color: #186AA5 !important;
  font-weight: bold;
}

/* footer */
.follow-us {
  margin-right: 1.5vw !important
}




footer a:hover {
  font-size: 0.8rem;
}

.social-icons li a:hover {
  width: 26px;
  height: 26px;
}


.social-icons-hover:hover {
  width: 33px !important;
  height: 33px !important;
}

.pricing-table .plan.plan-featured {
  -webkit-box-shadow: none;
  box-shadow: none;
}

table.dataTable thead th, table.dataTable thead td {
  border-bottom: 0px !important;
  font-family: 'Montserrat';
  color: #243D4E;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

table.dataTable thead th {
  font-size: 1.2rem;
  font-weight: 500;
}

.toggle>label:before {
  right: 0px;
}

.nav-tabs li.active .nav-link, .nav-tabs li.active .nav-link:hover, .nav-tabs li.active .nav-link:focus {
  border-top: 3px solid #186AA5 !important;
}

/* .docuemnt-search .nav-tabs li.active .nav-link, .nav-tabs li.active .nav-link:hover, .nav-tabs li.active .nav-link:focus {
  border-top: 10px solid #186AA5 !important;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.docuemnt-search .nav-tabs li .nav-link, .nav-tabs li .nav-link:hover {
  border-top: 10px solid #EEE !important;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
} */


.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
  vertical-align: top !important;
}

/* .details-control {
  position: absolute;
} */

.toggle-menu i {
  top: 8px;
}




/* search bar */
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000 !important;
  display: none;
  float: left !important;
  min-width: 160px !important;
  padding: 5px 0 !important;
  margin: 2px 0 0 !important;
  list-style: none !important;
  font-size: 14px !important;
  text-align: left !important;
  background-color: #ffffff !important;
  border: 1px solid #cccccc !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  background-clip: padding-box !important;
  border-color: #f5f5f5 !important;
}

.ui-autocomplete>li {
  padding: 5px 0px !important;
}

.ui-autocomplete>li>div {
  display: block !important;
  padding: 3px 20px !important;
  clear: both !important;
  font-weight: normal !important;
  line-height: 1.42857143 !important;
  color: #333333 !important;
  white-space: nowrap !important;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none !important;
  color: #262626 !important;
  background-color: #f5f5f5 !important;
  cursor: pointer !important;
  border-color: #f5f5f5 !important;
}

.ui-helper-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.stellarnav.dark.desktop {

  display: none !important;
}

.table thead th {
  border-top: 0px;
  border-bottom: 0.5px solid #dee2e6 !important;
}



.table td, .table th {
  padding-top: 40px;
  padding-bottom: 30px;
  border-color: #dee2e6;
  border-width: 0.5px;
}

.table tbody tr {

  border-bottom: 0.5px solid #dee2e6 !important;
}

/* responsive */
@media (max-width: 565px) {
  .mobile-h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 56px;
    /* identical to box height, or 140% */
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 0px;
  }

  .mobile-h2 {
    /* font-size: 2.5vw !important; */
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0.25px;
    color: #000000;
    margin-bottom: 0px;
  }

  .mobile-h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 29px;
    color: #000000;
    margin-bottom: 0px;
  }

  .mobile-h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 150% */
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 0px;

  }

  .mobile-h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 0px;
  }

  .mobile-h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    color: #000000;
    margin-bottom: 0px;
  }
  .responsive-nav-login__item {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
  }

  .about-us-box {
    text-align: start !important;
  }

  .nav-menuOepn {
    max-width: 44px;
    min-height: 58px;
    position: absolute;
    top: 7px !important;
    right: 0px;
    z-index: 999;
  }

  .rounded-top-silver {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  .rounded-top-platinum {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  .rounded-bottom-silver {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  .rounded-bottom-platinum {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  .landing-search-btn {
    padding: 0px !important;
  }

  .custom-text {
    color: #243D4E;
    font-weight: bold;
  }

  .landing-input {
    width: 50% !important;
  }

  .iframe-container {
    overflow: hidden;
    padding-top: 100%;
    position: relative;
  }

  .iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }


  .toggle.toggle-simple .toggle>label {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px
  }

  .toggle.toggle-simple .toggle>label:after {
    margin-top: -20px;
    font-weight: bold;
  }

  .toggle.toggle-simple .toggle>label:before {
    top: 1px;
    left: 6px;
    font-weight: bold;
  }

  .mobile-justify-content-start {
    justify-content: start !important;
  }

  .mobile-justify-content-end {
    justify-content: end !important;
  }

  .resp-width {
    width: 111% !important;
  }

  .resp-about-us {
    width: 100% !important;
  }

  .resp-docs-list {
    display: inline-block !important;
  }

  .docs-list {
    display: none !important;
  }

  .custom-contact-img {
    display: none
  }

  .d-inline {
    display: none !important
  }

  #search-text-button {
    width: 30px !important;
    height: 30px !important;
  }

  .promo_code_checkbox #promo_checkbox, .user-profile-checkbox input {
    margin-top: 8px !important;
  }

  .promo_code_checkbox div label, .user-profile-checkbox label {
    margin-top: 1px !important;
  }

  .resp-custom-contact-img {
    position: relative;
    background: url("../img/bg-contact.jpg") no-repeat center center/cover;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .resp-custom-contact-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(95, 95, 95, 0.5);
  }

  .header-menu-item {
    display: none !important;
  }

  .DP-logo, .custom-nav-item {
    height: 100%;
    padding-left: 10%;
    width: 280px !important;
    margin-right: 10px;
  }

  .column {
    height: 150px;
  }

  .logo-sm {
    min-width: 80%;
    display: inline-block !important;
  }

  .logo-md {
    display: none !important;
  }

  .nav-menuOepn {
    max-width: 44px;
    min-height: 58px;
    position: absolute;
    top: 7px !important;
    right: 0px;
    z-index: 999;
  }

  .menu-user {
    margin-right: 60px;
  }

  .mobile-menu-search {
    margin-top: 16px !important;
  }

  .custom-body-padding {
    padding: 0 !important;
  }
}

@media (min-width: 576px) {
  .landing-search-btn {
    padding: 20px;
  }

  .custom-text {
    color: #243D4E;
    font-weight: bold;
  }

  .logo-sm {
    min-width: 100% !important;
    display: none !important;
  }

  .logo-md {
    display: inline-block !important;
  }

  .mobile-menu-user {
    margin-right: 60px;
  }

  .mobile-menu-search {
    margin-top: 16px !important;
  }

  .nav-menuOepn {
    max-width: 44px;
    min-height: 58px;
    position: absolute;
    top: 7px !important;
    right: 0px;
    z-index: 999;
  }

  .menu-user {
    margin-right: 80px;
  }


  .rounded-top-silver {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  .toggle-menu .text-white {
    margin-right: 80px !important;
  }

  .rounded-top-platinum {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  .rounded-bottom-silver {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  .rounded-bottom-platinum {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  .responsive-nav-login__item {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
  }


  .resp-width {
    width: 105% !important;
  }

  .resp-docs-list {
    display: none !important;
  }

  .docs-list {
    display: inline-block !important;
  }

  .toggle.toggle-simple .toggle>label {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px
  }

  .toggle.toggle-simple .toggle>label:after {
    margin-top: -20px
  }

  .toggle.toggle-simple .toggle>label:before {
    top: 2px
  }

  .promo_code_checkbox #promo_checkbox, .user-profile-checkbox input {
    margin-top: 8px !important;
  }

  .promo_code_checkbox div label, .user-profile-checkbox label {
    margin-top: 1px !important;
  }

  .header-menu-item {
    display: auto !important;
  }

  .DP-logo, .custom-nav-item {
    height: 100%;
    padding-left: 10%;
    width: 350px !important;
  }

  .about-us-box {
    text-align: justify !important;
  }

}

@media (min-width: 768px) {
  .landing-search-btn {
    padding: 30px;
  }



  .nav-menuOepn {
    max-width: 44px;
    min-height: 58px;
    position: absolute;
    top: 13px !important;
    right: 0px;
    z-index: 999;
  }

  .advance-search-item {
    display: none;
  }

  .mobile-menu-search {
    display: none;
  }


  .rounded-top-silver {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 0px !important;
  }

  .rounded-top-platinum {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 5px !important;
  }

  .rounded-bottom-silver {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 0px !important;
  }

  .rounded-bottom-platinum {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 5px !important;
  }




  /* .stellarnav>ul {
    display: none !important;
  } */

  .responsive-nav-login__item {
    border-bottom: none;
  }

  .resp-about-us {
    width: 80% !important;
  }

  .DP-logo, .custom-nav-item {
    height: 100%;
    padding-left: 10%;
    width: 280px !important;
  }

  #search-text-header-custom {
    width: 80px !important;
  }

  .menu-search-bar {
    width: 150px !important;
  }

  .about-us-box {
    text-align: justify !important;
  }



}




@media (min-width: 992px) {
  .landing-search-btn {
    padding: 30px;
  }




  .advance-search-item {
    display: none !important;
  }

  .landing-input {
    width: 40% !important;
  }

  .resp-width {
    width: 100% !important;
  }

  .DP-logo, .custom-nav-item {
    height: 100%;
    padding-left: 10%;
    width: 280px !important;
  }

  #search-text-header-custom {
    width: 80px !important;
  }

  .menu-search-bar {
    width: 200px !important;
  }


}

@media (min-width: 1200px) {

  .advance-search-item {
    display: inline-block !important;
  }

  #search-text-header-custom {
    width: auto !important;
  }

  .DP-logo, .custom-nav-item {
    height: 100%;
    padding-left: 10%;
    width: 90% !important;
  }

  #search-text-header-custom {
    width: 100px !important;
  }

  .menu-search-bar {
    width: 200px !important;
  }


}

@media (min-width: 1320px) {

  .menu-search-bar {
    width: 300px !important;
  }
}