* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow: hidden;
}

@font-face {
  src: url(../fonts/Bahij_TheSansArabic-Bold.ttf);
  font-family: 'bold-font';
}

@font-face {
  src: url(../fonts/Bahij_TheSansArabic-SemiLight.ttf);
  font-family: 'semiLight-font';
}

/*
    this property for tag img
*/
.navbar .navbar-brand img, .open-side-nav img, .tab-content .tab-pane .card-header .image-content img, .tab-content .tab-pane .jumbotron .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*
    end the property for tag img
*/
/*
    start the property for the text
*/
.navbar .nav-item .btn, #box .form-inline .search-box .search-txt, #box .form-inline .search-box .search-txt::-webkit-input-placeholder, footer .nav .nav-item .nav-link, .copyright h4, .copyright h4 a {
  font-family: 'semiLight-font';
}
.navbar .nav-item .btn, #box .form-inline .search-box .search-txt, #box .form-inline .search-box .search-txt:-ms-input-placeholder, footer .nav .nav-item .nav-link, .copyright h4, .copyright h4 a {
  font-family: 'semiLight-font';
}
.navbar .nav-item .btn, #box .form-inline .search-box .search-txt, #box .form-inline .search-box .search-txt::-ms-input-placeholder, footer .nav .nav-item .nav-link, .copyright h4, .copyright h4 a {
  font-family: 'semiLight-font';
}
.navbar .nav-item .btn, #box .form-inline .search-box .search-txt, #box .form-inline .search-box .search-txt::placeholder, footer .nav .nav-item .nav-link, .copyright h4, .copyright h4 a {
  font-family: 'semiLight-font';
}

.navbar .nav-item .nav-link {
  font-family: 'semiLight-font';
  text-transform: uppercase;
}

.sidenav .nav-link, .sidenav .nav-buttons .btn, .tab-content .tab-pane .form-group .label-edit,
.tab-content .tab-pane .form-group .edit-btn, .tab-content .tab-pane .form-group .form-control, .tab-content .tab-pane .modal-dialog .modal-content.mediaclCard .modal-body .policy,
.tab-content .tab-pane .modal-dialog .modal-content.mediaclCard .modal-body .details, .tab-content .tab-pane .card-header .data-content, .tab-content .tab-pane .jumbotron h3, .tab-content .tab-pane .jumbotron h4, .tab-content .tab-pane .jumbotron span, .tab-content .tab-pane .jumbotron p, .tab-content .tab-pane .jumbotron h5, .change-password-section .form-group .label-edit {
  font-family: 'semiLight-font';
  text-transform: capitalize;
}

.navbar .nav-item.active {
  font-family: 'bold-font';
}

.sidenav .nav-link.active, .sidenav .nav-link:hover, .sidenav .nav-link.password-change:hover, .tab-content .tab-pane .control-board .card, .tab-content .tab-pane .modal-dialog .modal-content.mediaclCard .modal-body .policy .policy-heading,
.tab-content .tab-pane .modal-dialog .modal-content.mediaclCard .modal-body .details .policy-heading, .tab-content .tab-pane .modal-dialog .modal-content .modal-header .modal-title, .tab-content .tab-pane .btn-renew, .tab-content .tab-pane .card-header .text-content, .tab-content .tab-pane .purches-doucment-number, .tab-content .tab-pane .jumbotron h2, .tab-content .tab-pane .jumbotron .medical-oriented-heading, .change-password-section .form-group .form-control, .change-password-section .password-btn {
  font-family: 'bold-font';
  text-transform: capitalize;
}

/*
    end the property for the text
*/
/*
    strat the property of color
*/
/*
    end the property for the color 
*/
/*
    the property of width and height 
*/
/*
    end the property of width and height
*/
h1, h2, h3, h4, h5, h6, .btn::first-letter, label::first-letter {
  text-transform: capitalize;
}

.btn:focus, button:focus {
  outline-color: transparent;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #f7931e;
}

.overlay {
  padding: 20px;
  background-color: rgba(236, 236, 236, 0);
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.border-bottom-yellow {
  border-bottom: 1px solid #f7931e;
}

.search-mobile-nav {
  width: 100%;
  height: 30px;
  display: none;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.search-mobile-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-mobile-nav .container a {
  padding-top: 5px;
  color: #435598;
  font-size: 16px;
  font-weight: bold;
}

.fixed-top.scrolled {
  background-color: #fff;
  -webkit-transition: background-color 10ms linear;
  transition: background-color 10ms linear;
  -webkit-box-shadow: 0px 0px 18px #ececec;
          box-shadow: 0px 0px 18px #ececec;
  top: 0px;
}

.navbar {
  background-color: transparent;
  z-index: 99;
}

.navbar .navbar-brand {
  width: 213px;
  height: 80px;
  overflow: hidden;
}

.navbar .nav-item {
  margin-right: 10px;
}

.navbar .nav-item .nav-link {
  color: #435598;
}

.navbar .nav-item.active {
  border-bottom: 2px solid #435598;
  font-weight: bold;
}

.navbar .nav-item .btn {
  background-color: #f7931e;
  color: #fff;
}

.navbar .navbar-toggler {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
}

.navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navbar .navbar-toggler .navbar-toggler-icon {
  width: 35px;
  height: 4px;
  background: #435598;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after, .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 4px;
  background: #435598;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -10px;
  right: 0px;
}

.navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 10px;
  right: 0px;
}

/*
    2- start section for the pop up section for search
*/
#box {
  width: 50%;
  height: 50%;
  background-color: #435598;
  z-index: 9;
  position: absolute;
  -webkit-box-shadow: 0px 0px 20px #f7931e;
          box-shadow: 0px 0px 20px #f7931e;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

#box .fa-times {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

#box .form-inline {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#box .form-inline .search-box {
  background-color: #f7931e;
  height: 60px;
  border-radius: 60px;
  padding: 10px;
}

#box .form-inline .search-box .search-btn {
  color: #435598;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .4s;
  transition: .4s;
}

#box .form-inline .search-box .search-btn i {
  font-size: 25px;
}

#box .form-inline .search-box .search-txt {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: .4s;
  transition: .4s;
  line-height: 60px;
  width: 0px;
}

#box .form-inline .search-box .search-txt:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

#box .form-inline .search-box .search-txt::-webkit-input-placeholder {
  color: #ececec;
}

#box .form-inline .search-box .search-txt:-ms-input-placeholder {
  color: #ececec;
}

#box .form-inline .search-box .search-txt::-ms-input-placeholder {
  color: #ececec;
}

#box .form-inline .search-box .search-txt::placeholder {
  color: #ececec;
}

#box .form-inline .search-box:hover > .search-txt {
  width: 240px;
  padding: 0 6px;
}

#box .form-inline .search-box:hover > .search-btn {
  background-color: #fff;
}

/*====================================================================================================================
    start the section of footer and copyright  for all pages
=====================================================================================================================*/
footer {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0px 50px 0px;
}

footer .content {
  float: right;
}

footer .content .image-content {
  padding-bottom: 10%;
}

footer .content .social-icons {
  position: absolute;
  right: 2%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

footer .content .social-icons .icon-content {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: block;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

footer .content .social-icons .icon-content a i {
  position: relative;
  top: 3px;
  left: 7px;
  color: #fff;
}

footer .nav .nav-item .nav-link {
  color: #fff;
  font-weight: 400;
}

.copyright {
  width: 100%;
  padding: 20px 0px 20px 0px;
  background-color: #435598;
}

.copyright h4 {
  color: #fff;
}

.copyright h4 a {
  color: #fff;
  text-decoration: none;
}

/*====================================================================================================================
    end the section of footer and copyright  for all pages 
=====================================================================================================================*/
.scroll-top-button {
  width: 40px;
  height: 40px;
  background-color: #f7931e;
  position: fixed;
  z-index: 999999999;
  border-radius: 50px;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

.scroll-top-button i {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
}

.loading-page {
  width: 100%;
  height: 100%;
  background-color: #435598;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  overflow: hidden;
}

.loading-page .loader {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading-page .loader::after, .loading-page .loader::before {
  content: '';
  border: 1em solid #f7931e;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader 2s linear infinite;
          animation: loader 2s linear infinite;
  opacity: 0;
}

.loading-page .loader::before {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  footer .content {
    float: none;
  }
  footer .nav {
    -webkit-box-orient: inherit !important;
    -webkit-box-direction: inherit !important;
        -ms-flex-direction: inherit !important;
            flex-direction: inherit !important;
  }
  footer .nav .nav-item {
    margin: auto;
  }
  footer .nav .nav-item .nav-link {
    text-align: center;
    text-align: center;
    font-size: 11px;
    padding: .5rem !important;
  }
  .copyright h4 {
    font-size: 15px;
  }
  footer .content .social-icons {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 760px) {
  #box .form-inline .search-box:hover > .search-txt {
    width: 80%;
  }
  #box {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .navbar {
    top: 30px;
  }
  .search-mobile-nav {
    display: block;
  }
  .navbar .mobile-link {
    display: none;
  }
  .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0px 10px 20px 10px;
  }
}

.car-profile {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  padding: 150px 0px 50px 0px;
}

.profile-white-bk-nav {
  background-color: #fff;
}

/*start the navbar for mobile screen only */
.side-nav-information {
  position: absolute;
  top: 20%;
  z-index: 9;
  width: 0px;
  overflow-x: hidden;
}

.side-nav-information .sidenav {
  padding: 60px 10px 60px 10px;
}

.side-nav-information .sidenav .nav-link {
  padding-top: 10px 0px;
}

.side-nav-information .sidenav .nav-buttons .btn {
  padding: 0.75rem .75rem;
}

.side-nav-information .closeIcon {
  position: absolute;
  right: 2%;
  top: 2%;
}

.side-nav-information .closeIcon .closebtn {
  text-decoration: none;
}

.side-nav-information .closeIcon .closebtn i {
  color: #f7931e;
  font-size: 25px;
  margin-right: 5px;
}

.open-side-nav {
  position: absolute;
  left: 1%;
  top: 135px;
  display: none;
  color: #435598;
  width: 35px;
  height: 35px;
}

.sidenav {
  width: 100% !important;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #435598;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 60px 60px 30px 60px;
}

.sidenav .list-group-item {
  background-color: transparent;
  border: none;
}

.sidenav .nav-link {
  text-decoration: none;
  font-size: 22px;
  color: #fff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 0px;
  background-color: transparent;
}

.sidenav .nav-link.active {
  color: #f7931e;
  background-color: transparent;
}

.sidenav .nav-link:hover {
  color: #f7931e;
  background-color: transparent;
}

.sidenav .nav-link.password-change {
  color: #fff;
}

.sidenav .nav-link.password-change:hover {
  color: #f7931e;
  background-color: transparent;
}

.sidenav .nav-buttons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
}

.sidenav .nav-buttons .btn {
  color: #435598;
  background-color: #fff;
  font-size: 15px;
  border-radius: 0px;
  padding: 0.75rem 1.75rem;
  border: none;
}

.sidenav .nav-buttons .btn.active {
  color: #fff;
  background-color: #f7931e;
}

.tab-content .tab-pane .form-group {
  margin-bottom: 6%;
}

.tab-content .tab-pane .form-group .label-edit,
.tab-content .tab-pane .form-group .edit-btn {
  color: #435598;
  font-size: 20px;
}

.tab-content .tab-pane .form-group .edit-btn {
  text-decoration: underline;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.tab-content .tab-pane .form-group .edit-btn-icon {
  cursor: pointer;
  color: #435598;
  font-size: 20px;
  display: none;
  position: relative;
  top: 52%;
}

.tab-content .tab-pane .form-group .form-control {
  padding: 4% 8%;
  border-radius: 11px;
}

.tab-content .tab-pane .form-group .form-control.smooth-blue-bk {
  background-color: #a1aacb;
  color: #435598;
  border-color: #a1aacc;
}

.tab-content .tab-pane .form-group .form-control.dark-blue-bk {
  background-color: #435598;
  color: #a1aacc;
  border-color: #435598;
}

.tab-content .tab-pane .form-group .form-control.birthday {
  border-color: transparent;
  border-radius: 0px;
  border-bottom: 1px solid #435598;
  color: #435598;
  text-align: center;
  background-color: transparent;
  margin-right: 20px;
}

.tab-content .tab-pane .form-group .form-control.birthday:focus {
  border-color: transparent;
  border-bottom-color: #435598;
}

.tab-content .tab-pane .form-group .form-control:focus {
  border-color: #435598;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.tab-content .tab-pane .btn {
  position: relative;
  right: 0px;
  margin-top: 5%;
  left: 82%;
  padding: 10px 40px;
  border-radius: 24px;
  background-color: #f7931e;
  color: #fff;
}

.tab-content .tab-pane .control-board .card {
  height: 270px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-color: #435598;
  color: #fff;
  background-color: #435598;
}

.tab-content .tab-pane .control-board .card .card-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tab-content .tab-pane .control-board .card .card-title,
.tab-content .tab-pane .control-board .card .card-text {
  font-size: 40px;
}

.tab-content .tab-pane .control-board .card .card-text {
  text-align: center;
}

.tab-content .tab-pane .modal-dialog .modal-content {
  padding: 10px 50px;
  border-radius: 20px;
}

.tab-content .tab-pane .modal-dialog .modal-content.mediaclCard .modal-header {
  border-color: transparent;
}

.tab-content .tab-pane .modal-dialog .modal-content.mediaclCard .modal-body .policy {
  border-right: 1px solid #435598;
  padding-bottom: 4%;
}

.tab-content .tab-pane .modal-dialog .modal-content.mediaclCard .modal-body .policy,
.tab-content .tab-pane .modal-dialog .modal-content.mediaclCard .modal-body .details {
  color: #435598;
}

.tab-content .tab-pane .modal-dialog .modal-content.mediaclCard .modal-body .policy .policy-heading,
.tab-content .tab-pane .modal-dialog .modal-content.mediaclCard .modal-body .details .policy-heading {
  text-align: center;
}

.tab-content .tab-pane .modal-dialog .modal-content.mediaclCard .modal-body .policy h4,
.tab-content .tab-pane .modal-dialog .modal-content.mediaclCard .modal-body .details h4 {
  padding-top: 3%;
}

.tab-content .tab-pane .modal-dialog .modal-content.mediaclCard .modal-body .policy span,
.tab-content .tab-pane .modal-dialog .modal-content.mediaclCard .modal-body .details span {
  padding-left: 2%;
  padding-bottom: 2%;
}

.tab-content .tab-pane .modal-dialog .modal-content.mediaclCard .modal-body .policy .money,
.tab-content .tab-pane .modal-dialog .modal-content.mediaclCard .modal-body .details .money {
  text-transform: uppercase;
}

.tab-content .tab-pane .modal-dialog .modal-content .modal-header {
  border-bottom-color: #435598;
}

.tab-content .tab-pane .modal-dialog .modal-content .modal-header .modal-title {
  color: #435598;
}

.tab-content .tab-pane .modal-dialog .modal-content .close {
  font-size: 30px;
  color: #f7931e;
  opacity: 1;
}

.tab-content .tab-pane .modal-dialog .modal-content .modal-body {
  padding: 50px 0px;
}

.tab-content .tab-pane .modal-dialog .modal-content .modal-body .card-header {
  padding: 40px;
  width: 80%;
}

.tab-content .tab-pane .btn-renew {
  padding: 10px 45px;
  background-color: #f7931e;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 5%;
  margin-top: 0%;
  left: 75%;
}

.tab-content .tab-pane .card-header {
  width: 100%;
  margin: auto;
  border: 1px solid #435598;
  background: transparent;
  border-radius: 30px;
  margin-bottom: 30px;
}

.tab-content .tab-pane .card-header .text-content {
  color: #435598;
}

.tab-content .tab-pane .card-header .data-content {
  color: #435598;
  padding: 30px 0px 0px 0px;
}

.tab-content .tab-pane .card-header .image-content {
  width: 150px;
  height: 80px;
  overflow: hidden;
  float: right;
}

.tab-content .tab-pane .card-header .image-content.mdeical-image-content {
  float: none;
}

.tab-content .tab-pane .card-header .offer-line {
  width: 100%;
  margin: auto;
  height: 1px;
  border-color: #435598;
  background-color: #435598;
}

.tab-content .tab-pane .purches-doucment-number {
  float: right;
  margin-top: 5%;
  color: #435598;
}

.tab-content .tab-pane .jumbotron {
  background-color: transparent !important;
  border: 1px solid #435598;
  padding: .5rem  2rem;
}

.tab-content .tab-pane .jumbotron.mdeical-profile-jumbortron {
  padding: 0rem  0rem;
}

.tab-content .tab-pane .jumbotron h3, .tab-content .tab-pane .jumbotron h4, .tab-content .tab-pane .jumbotron span, .tab-content .tab-pane .jumbotron p, .tab-content .tab-pane .jumbotron h5 {
  color: #435598;
}

.tab-content .tab-pane .jumbotron h2 {
  color: #f7931e;
  float: right;
}

.tab-content .tab-pane .jumbotron .medical-oriented-heading {
  padding-top: 5%;
  float: right;
}

.tab-content .tab-pane .jumbotron .image-content {
  width: 150px;
  height: 80px;
  overflow: hidden;
  float: right;
}

.tab-content .tab-pane .jumbotron .image-content.mdeical-image-content {
  float: none;
}

.tab-content .tab-pane .jumbotron .data-box {
  border: 1px solid #435598;
  text-align: center;
  padding: 10px;
  margin-bottom: 14px;
}

.tab-content .tab-pane .jumbotron .data-box.mdeical-data-box {
  border-color: transparent;
  text-align: left;
  padding: 0px;
  margin-bottom: 0px;
}

.tab-content .tab-pane .jumbotron .data-box.mdeical-data-box p {
  margin: 0px;
}

.tab-content .tab-pane .jumbotron .data-box h4 {
  margin: 0px;
}

.tab-content .tab-pane .jumbotron .btn {
  left: 57%;
  margin-top: 0%;
}

.change-password-section .modal-header {
  border-color: transparent;
}

.change-password-section .modal-header .close {
  color: #f7931e;
  opacity: 1;
  font-size: 40px;
}

.change-password-section .password-header {
  padding: 0rem 1rem;
}

.change-password-section .modal-body {
  padding: 2rem .5rem;
}

.change-password-section .form-group {
  margin-bottom: 6%;
}

.change-password-section .form-group .label-edit {
  color: #435598;
  font-size: 20px;
}

.change-password-section .form-group .form-control {
  padding: 4% 2%;
  font-size: 30px;
  border-radius: 0px;
  color: #435598;
  border-color: #435598;
}

.change-password-section .form-group .form-control:focus {
  border-color: #435598;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.change-password-section .password-btn {
  background-color: #435598;
  color: #fff;
  position: relative;
  left: 50%;
  width: 50%;
  padding: 20px 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

@media (max-width: 991px) {
  .side-nav-column-large-screen {
    display: none;
  }
  .open-side-nav {
    display: block;
    z-index: 8;
  }
  .content-in-mobile-screen {
    padding-left: 5%;
    padding-top: 10%;
  }
  .tab-content .tab-pane .modal-dialog .modal-content.mediaclCard .modal-body .policy {
    border-right-color: transparent;
    border-bottom: 1px solid #435598;
    margin-bottom: 5%;
  }
  .tab-content .tab-pane .btn {
    left: 25%;
    width: 50%;
  }
  .mobile-edit {
    padding: 0px;
  }
  .tab-content .tab-pane .modal-dialog .modal-content .modal-body .card-header,
  .tab-content .tab-pane .modal-dialog .modal-content {
    padding: 0px;
  }
  .tab-content .tab-pane .card-header .offer-line {
    width: 90%;
  }
  .tab-content .tab-pane .card-header .image-content,
  .tab-content .tab-pane .card-header .data-content {
    text-align: center;
    float: none !important;
    margin: auto;
  }
  .tab-content .tab-pane .card-header .text-content {
    text-align: center;
    padding-top: 10px;
  }
  .tab-content .tab-pane .modal-dialog .modal-content .modal-body .card-header {
    width: 90%;
  }
}

@media (max-width: 600px) {
  .edit-btn {
    display: none;
  }
  .edit-car-btn {
    width: 100% !important;
    left: 0% !important;
  }
  .password-btn {
    width: 100%;
  }
  .edit-btn-icon {
    display: block !important;
  }
  .tab-content .tab-pane .btn {
    left: 25%;
    width: 50%;
  }
}
/*# sourceMappingURL=profile.css.map */