div#myModal button.close {
               position: absolute;
               top: 0;
               right: 0;
               background: #fff;
               padding: 5px 10px;
               text-shadow: none;
               color: #000;
               border: none;
               opacity: 1;
               border-top-right-radius: 5px;
               z-index: 99;
          }

          li {
               font-size: 15px;
               line-height: 30px;
               font-weight: 400;
               color: #504e4e;
          }

          h4 em {
               font-style: normal;
               
          }

          h4 {
               color: #504e4e;
               font-size: 24px;
               font-weight: 700;
               text-transform: capitalize;
               margin-bottom: 10px;
          }

          .seamless ul li {
               position: relative;
               padding-left: 45px;
               margin-top: 7px;
               list-style: none;
          }

          .seamless ul li:before {
               content: '';
               position: absolute;
               width: 10px;
               height: 10px;
               background: #178faf;
               top: 50%;
               left: 27px;
               transform: translateY(-50%);
               border-radius: 50%;
          }

          .institute-benefits ul span {
               font-size: 18px;
               font-weight: 700;
               text-transform: uppercase;
               color: #e87107;
          }

          .enquiry_form input.form-control {
               border: 1px solid #ccc;
               border-radius: 0;
               margin-bottom: 0px !important;
               box-shadow: none !important;
               background: #fff !important;
          }

          .enquiry_form textarea.form-control {
               border: 1px solid #ccc;
               border-radius: 0;
               margin-bottom: 20px;
               box-shadow: none !important;
               background: #fff !important;
          }

          .logo2 {
               display: none;
          }

          .breadcrumb-wrapper,
          .login-page,
          .register-page {
               background: #FAFAFA;
               border: 1px solid #DDD;
               -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 10%);
               box-shadow: 0 0 3px rgb(0 0 0 / 10%);
               background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#fafafa));
               background: -webkit-linear-gradient(top, #f8f8f8, #fafafa);
               background: -moz-linear-gradient(top, #f8f8f8, #fafafa);
               background: -ms-linear-gradient(top, #f8f8f8, #fafafa);
               background: -o-linear-gradient(top, #f8f8f8, #fafafa);
          }

          div#essms-produts .content-box.ch-item img {
               width: 68%;
               display: block;
               margin: auto;
               border: 2px solid #016498;
               padding: 5px;
               border-radius: 10px;
          }

          .breadcrumbs {
               margin: 5px 0;
          }

          .pull-right {
               float: right;
          }

          .breadcrumbs ul li {
               display: inline-block;
               line-height: 24px;
               font-size: 13px;
               color: #727272;
               margin: 0 0 0 5px;
          }

          .content P {
               color: #727272;
          }

          .content li {
               color: #727272;
               list-style: disc;
               font-size: 15px;
               line-height: 30px;
          }

          b,
          strong {
               font-weight: bolder;
          }

          .breadcrumbs-box {
               overflow: hidden;
          }

          .breadcrumbs-box img {
               width: 100%;
          }

          h3.module-list-head {
               margin: 0;
               background: linear-gradient(105deg, rgba(91, 104, 235, 1) 0%, rgba(40, 225, 253, 1) 100%);
               color: #fff;
               padding: 10px;
               border-top-left-radius: 5px;
               border-top-right-radius: 5px;
          }

          ul.essms-module-list a {
               display: block;
               color: #504e4e;
               border: 1px solid #ccc;
               border-top: none;
               padding: 8px 10px;
               font-size: 14px;
               font-weight: 600;
          }

          div#essms-produts-modules {
               margin-top: 20px;
          }