@font-face {
  font-family: Raleway;
  src: url(../css/fonts/Raleway-VariableFont_wght.ttf);
}

@font-face {
  font-family: Montserrat-Regular;
  src: url("../css/fonts/MONTSERRAT-REGULAR.OTF");
}

@font-face {
  font-family: Montserrat-Bold;
  src: url("../css/fonts/MONTSERRAT-BOLD.OTF");
}

@font-face {
  font-family: Montserrat-Black;
  src: url("../css/font/MONTSERRAT-BLACK.OTF");
}

@font-face {
  font-family: Montserrat-Medium;
  src: url("../css/fonts/MONTSERRAT-MEDIUM.OTF");
}

.width100{
  float: left;
  width: 100%;
}

body{
  font-family: Raleway;
  font-size: 21px;
  line-height: normal;
  font-weight: normal;
  overflow-x: hidden; /* Hide horizontal scrollbar */
}
.logo{
  float: left;
  width: auto;
  max-width: 300px;
}

.menu_mainbox{
  float: right;
  width: auto;
  position: relative;
  z-index: 50;
}
.menu_box{
  float: left;
  width: auto;
  margin: 20px 0 0 0;
}
.menu_box ul{
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
}
.menu_box li{
  float: left;
  width: auto;
  list-style-type: none;
  position: relative;
}
.menu_box li a{
  float: left;
  width: auto;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  /* text-transform: uppercase; */
  text-transform: capitalize;
  padding: 7px 16px;
  line-height: normal;
  position: relative;
  font-weight: 500;
}
.menu_box li a:hover{
  background-color: #02569d;
  color: #fff;
}
.menu_box li .select{
  background-color: #02569d;
  color: #fff;
}

.toggle_menu{
  display: none;
}
.toggle_menu_close{
  display: none;
}

.drop_box{
  display: none;
  position: absolute;
  float: left;
  width: 250px;
  background-image: linear-gradient(90deg, #d4af37 0%, #ab8b22 100%);
  margin: 45px 0 0 0;
}
.dropdown_menu:hover .drop_box{
  display: block;
}

.dropdown_menu:hover a {
  background-image: linear-gradient(90deg, #d4af37 0%, #438029 100%);
  color: #fff;
}
.dropdown_menu .drop_box a{
  width: 100%;
  color: #fff;
  background-image: none;
  border-bottom: 1px dashed #fff;
  font-size: 19px;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.dropdown_menu .dropdown_arrow{
  content: '';
  background-image: url(../images/dropdown_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 20px;
  margin: 3px 8px 0 0;
  position: absolute;
  right: 0;
}
header{
  background-color: #eef0f2;
  position: relative;
  z-index: 50;
  text-transform: capitalize;
  border-bottom: 3px solid #02569d;
}

#fullform{
    scroll-margin-top: 100px; 
}
/* =========== Banner Section Start ============ */

#banner{
  margin: 0px 0 0 0 !important;
}
.banner_section{
  padding: 0;
}
.banner_box {
  background-image: url(../images/dms-banner-img.webp);    
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-color: #fdfdfd;
  /* padding: 25px 0; */
  min-height: 557px;
  width: 100%;
}
.banner_girl{
  float: right;
  max-width: 370px;
  bottom: 0;
  position: absolute;
  margin: 0 0 0 200px;
  z-index: 50;
}
.home_banner_slider {
  float: left;
  width: 100%;
  min-height: 630px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #050a10;
}
.banner-content h1,
.banner-content h3 {
  color: #fff;
  font-family: montserrat_regular;
} 

.banner-content h1 span {
  color: #e32323;
  font-family: montserrat_black;
}
.banner4-content{
  margin-left:-30px !important;
}
.heading_banner {
  color: #FFF;
  font-size: 26px;
  line-height: 30px;
}

.heading_banner1 {
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.heading_banner span {
  color: #e32323;
  font-weight: 700;
}

.banner-content ul {
  margin: 15px 0 0 0;
  padding: 0;
}

.banner-form {
  max-width: 350px;
  /* max-width: 300px; */
  position: relative;
  background-color: #00569f;
  /* box-shadow: 20px 15px 86px rgb(220 6 6 / 18%); */
  border-radius: 40px;
  z-index: 1;
  margin: 0px 0 0 0;
}

.banner-form form {
  z-index: 2;
  position: relative;
  padding: 5px 20px 0px 20px
}

.banner-form h3 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin: 15px 0;
}



.banner-form lable,
.tab-content h5,
.tab-content h6,
a.submit_btn {
  color: #fff
} 

textarea.form-control {
  resize: none;
  color: #a8a8a8;
  opacity: 1
}

.banner-form select.form-control {
  background: url("../images/new-images/arrow.png") 97% no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #a8a8a8;
  cursor: pointer
}

.form-control::placeholder {
  color: #a8a8a8;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #a8a8a8;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #a8a8a8;
  opacity: 1
}


.banner-form-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 20px
} 

.banner-form .form-control {
  font-size: 12px;
  line-height: 18px;
  border-radius: 4px;
  height: auto;
  min-height: auto;
  padding: 8px;
  max-height: 60px;
  margin:0 0 10px 0;
}
.mobile_view {
  display: none;
}
.btn_submit {
  padding: 9px 25px;
  color: #fff !important;
  font-weight: 500;
  border: 2px solid;
  border-radius: 25px;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  background: linear-gradient(113deg, #efa51c 0, #f6ab007d 100%);
  font-family: 'Montserrat-Regular';
}

.btn_submit:hover{
  text-decoration: none;
  color: #efa51c !important;
  background: #fff !important;
  border: 2px solid #efa51c !important;
}

select {
color: #9e9e9e;
}
option:not(:first-of-type) {
color: black;
}

.loader { 
  display: none; 
  border: 4px solid rgba(255, 255, 255, 0.3); 
  border-top: 4px solid #efa51c; 
  border-radius: 50%; 
  width: 15px; 
  height: 15px; 
  animation: spin 1s linear infinite; 
  margin-left: 10px; 
} 

@keyframes spin { 
  0% { 
      transform: rotate(0deg); 
  } 

  100% { 
      transform: rotate(360deg); 
  } 
} 

.loading { 
  background-color: #ccc; 
  pointer-events: none; 
}


.widget-form {
    max-width: 65%;
    margin: 50px 0 0 100px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

.banner_box {
    position: relative;
}
.ee-form-body{
  font-size: 12px !important;
}
.ee-form-widget .btn.btn-submit {
    font-size: 15px;
    color: #000 !important;
    background: #fff !important;
}
.ee-form-widget .btn.btn-submit:focus {
    color: #000 !important;
    background-color: #f5c9cc !important;
}
.ee-form-widget.ee-container {
    background-color: #00569d !important;
    padding: 15px !important;
}
.ee-form-widget .check-box-field>label:not(.error)>span {
  color: #fff;
}
.ee-form-heading {
  color: #fff !important;
} 

/* Desktop: float widget over banner */
@media (min-width: 992px) {
  .form-banner-mainbox {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%); 
    z-index: 5;
  }

  .widget-form {
      margin: 25px 0 0 70px;
      max-width: 70%;
  }
}
/* -------BANNER-END--------- */

/* <!-------------Logo section (After banner) starts--------------> */
/* .logosection {
  padding: 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.logoinnersection {
  display: flex;
  align-items: center;
  align-content: center;
}

.logoinnersection p {
  margin: 10px 0px;
  text-align: left;
  font-size: 15px;
  line-height: 16px;
  font-family: 'Lato', sans-serif;
  color: #000;
}
.imgwidth {
  width: 35% !important;
} */
/* <!-------------Logo section (After banner) end--------------> */

/* <!--------------------Counter On Scroll starts---------------------> */
.features {
  padding: 20px;
  background-color: #fff;
  color: #E87B2C;
  height: 90%;
  box-shadow: 0 4px 3px #e4e3df, 0 -3px 3px #e4e3df;
}
.features h2 {
  font-size: 55px;
  font-weight: 700;
}
.features p {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}



/* SECTION */
.dms-features {
  margin-top: 40px; /* overlap banner */
  position: relative;
  z-index: 5;
}

/* CONTAINER BOX */
.features-inner {
  background: #f3f5f7;
  padding: 15px 40px;
  border-radius: 8px; /* subtle, not too round */
  border: 1px solid #eee;
}

/* HEADING */
.features-heading {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.5px;
}

.features-heading span {
  color: #00569f; /* subtle brand red */
}

/* STATS */
.stat-item {
  position: relative;
  padding: 20px 10px;
}

/* VERTICAL DIVIDER */
.stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: #e5e5e5;
}

/* NUMBER */
.stat-item h3 {
  font-size: 34px;
  font-weight: 700;
  color: #00569f;
  margin-bottom: 5px;
  font-family: Montserrat-Bold;
}

/* TEXT */
.stat-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
  letter-spacing: 0.3px;
}

/* ========================= */
/* 📱 TABLET */
/* ========================= */
@media (max-width: 992px) {

  .features-inner {
    padding: 40px 25px;
  }

  .stat-item h3 {
    font-size: 28px;
  }

  .stat-item:not(:last-child)::after {
    display: none; /* remove divider */
  }
}

/* ========================= */
/* 📱 MOBILE */
/* ========================= */
@media (max-width: 576px) {

  .features-heading {
    font-size: 22px;
  }

  .stat-item {
    padding: 15px 5px;
  }

  .stat-item h3 {
    font-size: 24px;
  }

  .stat-item p {
    font-size: 13px;
  }
}
/*-------------------Counter On Scroll end---------------------*/

/* -------REIMAGINING-LIST-START--------- */

.text35{
  font-size: 35px;
  /* color: #fbc909; */
  color: #2b5ea1;
}
.text35::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  background-color: #c10200;
  width: 100px;
  height: 3px;
  text-align: center;
  margin: 53px auto 0 auto;
}
.reimaging_list{
  float: left;
  width: 25%;
  text-align: center;
}
.reimaging_innerlist{
  float: left;
  width: 100%;
  transition-duration: 0.3s;
  margin: 2px 0 0 0;
  padding: 20px 0;
  border-radius: 20px;
  border: 1px solid #fff;
}
.reimaging_innerlist:hover{
  margin: 0 0 2px 0;
  border: 1px solid #fbc909;
  transition-duration: 0.3s;
  box-shadow: 0 10px 10px #ececec;
}
.reimaging_icon{
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.reimaging_icon img{
  max-width: 100px;
}
.reimaging_text{
  float: left;
  width: 100%;
  font-size: 51px;
  font-weight: bold;
  font-family: Raleway;
}
.reimaging_text span{
  float: left;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  font-family: Raleway;
}
.reimaging_text p{
  float: left;
  width: 100%;
  font-size: 51px;
  font-weight: bold;
  font-family: Raleway;
  padding: 0 50px 0 0;
}
.reimaging_text .num-txt1 {
  margin: -69px 0px 0 80px;
}
.reimaging_text .num-txt {
  margin: -73px 0px 0 60px;
}
/* -------REIMAGINING-LIST-END--------- */

/*------------Our Courses Section Starts----------------*/
.program-section {
  padding: 70px 0;
  /* background: #f9f9f9; */
}

/* CARD */
.program-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 14px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: 0.4s;
  border-top: 4px solid #00569f;
}

/* .program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
} */

/* TITLE */
.program-title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
}

.program-subtitle {
  font-size: 15px;
  color: #00569f;
  margin-bottom: 10px;
  font-weight: 600;
}

/* DIVIDER */
.divider {
  width: 50px;
  height: 3px;
  background: #d46238;
  margin: 15px 0 20px;
}

/* LIST */
.program-list {
  padding-left: 18px;
  margin-bottom: 20px;
}

.program-list li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #444;
}

/* TAG TEXT */
.program-tags {
  font-size: 15px;
  color: #0056b1;
  line-height: 1.6;
  font-weight: 700;
}

/* SPECIALIZATION TAGS */
.spec-highlight span {
  display: inline-block;
  background: #d46238;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  margin: 5px 5px 10px 0;
}

/* POWERED */
.powered {
  font-size: 13px;
  color: #555;
  margin-bottom: 15px;
}
.asp-logo{
  width: 33%;
}


/*------------Our Courses Section end----------------*/

/* ===========Course Highlights Section start============  */

.highlights-new {
  padding: 70px 0;
  background: #f3f5f7;
}

/* CARD */
.highlight-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.4s;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

/* .highlight-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
} */

/* IMAGE */
.highlight-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* CONTENT */
.highlight-content {
  padding: 20px;
}

.highlight-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #00569f;
  margin-bottom: 10px;
}

.highlight-content p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}
/* ===========Course Highlights Section ends============  */

/* -----------------Recruitments section start ----------------*/
.section-heading {
  color: #02569d;
  /* font-family: Montserrat-Black; */
  font-size: 40px;
  padding: 0 0 50px 0;
  text-align: center;
  position: relative;  
}
.section-heading::after {
  border-bottom: .2rem solid transparent;
  border-image: linear-gradient(90deg, #fff, #fbc909 49.76%, #fff);
  border-image-slice: 1;
  width: 30%;
  content: "";
  position: absolute;
  left: 0;
  right: 0px;
  top: 0px;
  /* width: 450px; */
  height: 3px;
  text-align: center;
  margin: 53px 0 0 430px;
}

.our_recruiters_section{
  padding: 50px 0px 50px 0px;
}
.our_recruiters_section p{
  text-align: center;
}
.our_recruiters_section .item{
  max-width: 200px;
}
.our_recruiters_section img{
  max-width: 200px;
}
.our_recruiters_section{
  width: 100%;
  padding: 60px 0px 20px 0px;
  float: left;
}
.our_recruiters_section .owl-nav{
  display: none !important;
}
.our_recruiters_section .hide-nav .owl-controls {
  display: none;
}
.our_recruiters_section .owl-dot{
  display: none;
}
.our_recruiters_section .item img{
  max-width:120px;
  margin: 0 auto;
}
.our_recruiters_section .item{
  padding: 8px;
  border-radius: 27px;
  border: 1px solid #DDd;
  max-width: 80%;
  margin: 0 auto;
  height: 130px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}
/* ---------------Recruitments section end---------------------- */

/*-----------------Testimonials section starts------------------ */

.testimonial_list{
  border: 1px solid;
  padding: 4px;
  border-color: #c22126;
  margin-top: 15px;
  margin-bottom: 15px;
} 
.testimonial_list video{
  width: 230px;
  height: 300px;
  margin-bottom: -7px;    
} 

.owl-carousel .owl-item {
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
  padding: 30px;
  position: relative;
}

.owl-carousel .owl-stage-outer {
  overflow-y: auto !important;
  padding-bottom: 40px;
}

/* .owl-carousel .owl-item video {
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
} */

.owl-carousel .owl-item .card .name {
  position: absolute;
  bottom: -20px;
  /* left: 33%; */
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  background-color: #c10200;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 2px 3px 15px #EC1B244D;
}

.owl-carousel .owl-item .card {
  opacity: 0.2;
  transform: scale3d(0.8, 0.8, 0.8);
  transition: all 0.3s ease-in-out;
  width: 305px;
}

.owl-carousel .owl-item.active.center .card {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
  height: 20px;
  background: #c10200 !important;
  border-radius: 2px !important;
  opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  height: 13px;
  width: 13px;
  opacity: 1;
  transform: translateY(2px);
  background: #C4161C !important;
}

/*------------------Testimonials section ends------------------*/

/*------------------ about section starts----------------- */
/* .section-heading {
  color: #000;
  font-size: 40px;
  padding: 0 0 50px 0;
  text-align: center;
  position: relative;
}  */

.about_content {
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
}
.about_img img{
  box-shadow: 1px 1px 8px #00000070;
  border-radius: 10px 10px 10px 10px;
  /* border-bottom: 5px solid #be0004 !important; */
  min-height: 165px;
}

/*---------------- about section end ---------------*/



/* ===========Top button starts============  */
#myBtn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  border: none;
  outline: 0;
  background-color: #02569d;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  border-radius: 40px;
  font-size: 22px;
  opacity: 0.9;
  height: 40px;
  width: 40px;
}
#myBtn:hover {
  /* background-color: #555; */
  opacity: 1;
}
.reg-desk {
    display: none;
    position: fixed;
    bottom: 150px;
    right: 0;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #02569d;
    color: #fff;
    cursor: pointer;
    padding: 18px 5px;
    /* border-radius: 10px; */
    font-size: 15px;
    opacity: 0.9;
    height: 140px;
    width: 30px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-family: 'Montserrat-Medium';
  }
  .reg-desk:hover {
    /* background-color: #555; */
    opacity: 1;
  }
  .reg-desk a{
    color: #fff;
  }

  .reg-mob{
      display: none;
  }
/* ===========Top button end============  */

/* ===========Footer section startts============  */
.footer-section-heading {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.footer-section-heading span {
  color: #00569f; /* subtle brand red */
}
.footer-section-heading::after {
  border-bottom: .2rem solid transparent;
  border-image: linear-gradient(90deg, #fbc9091f, #fbc909 49.76%, #fbc9091f);
  border-image-slice: 1;
  width: 40%;
  content: "";
  position: absolute;
  left: 38px;
  right: 0px;
  top: 0px;
  height: 3px;
  text-align: center;
  margin: 53px 0 0 -27px;
}

footer {
  background-color: #f3f5f7;
  padding: 60px 0 10px 0;
  color: #000;
  margin: 50px 0 0 0 ;
}

footer p {
  font-family: Montserrat-Regular;
  line-height: 30px;
  font-size: 18px;
}

.footer_left_mainbox p span{
  font-size: 30px;
  /* font-family: Montserrat-bold; */
}
footer a {
  color: #000;
  text-decoration: none;
  /* font-family: Montserrat-Medium; */
}

footer a:hover, .footer a:focus {
  /* font-family: Montserrat-Bold; */
  color: #000;
  text-decoration: none;
}
.copyright{
  font-size: 12px;
  /* font-family: Montserrat-Medium; */
}
.map-placeholder {
    cursor: pointer;
    text-align: center;
    border-radius: 20px;
}
/* ===========Footer section ends============  */

/* ===========Thank you page section start============  */
.thankyoutext {
  text-align: center;
  padding: 50px;
}
.thankyou_button {
  text-align: center;
}
.thankyou_button .banner-btn {
/* font-family: Montserrat-Black; */
font-size: 28px;
width: 86%;
padding: 40px;
color: #7c2357;
text-decoration: none;
}
.thankyou_banner_section{
  padding: 150px 0 120px 0;

}
.ty_btn {
  /* font-family: Montserrat-Bold; */
  background: #00569f;
  padding: 8px 20px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: 0.4s;
}
.ty_btn:hover {
  text-decoration: none;
  color: #00569f;
  background: #fff;
  border: 1px solid #00569f;
}
.btn_tysubmit a {
  font-family: Montserrat-Bold;
  background: #00569f;
  padding: 8px 20px;
  border-radius: 20px;
  color: #fff;
  text-transform: 0.4s;
  text-decoration: none;
}
.btn_tysubmit a:hover {
  text-decoration: none;
  color: #00569f;
  background: #fff;
  border: 1px solid #00569f;
}

/* ===========Thank you page section ends============  */

/* --------------------Responsive Section Starts----------------------------- */
@media screen and (min-width: 1600px) and (max-width: 2000px) {
  .navbarmob{
    display: none;
  }
  .login-popup h3 {
    text-align: center;
    color: #fff;
    /* color: #7c2357; */
    font-weight: 700;
}
.highlights .service_name {
  font-size: 15px;
}

.banner_box {
  background-image: url(../images/dms-banner-img.webp);    
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* background-color: #a6c94540; */
  /* padding: 25px 0; */
  min-height: 702px;
  width: 100%;
}
.widget-form {
  margin: 130px 0 0 150px;
  max-width: 80%;
}
  .banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 180px
  } 
}
@media screen and (min-width: 1300px) and (max-width: 1500px) {
.ser_list1{
  width: 28%;
}
.ser_list_heading{
  padding: 30px 10px 10px 10px;
}
.our-courses .courses-box h3 {
  font-size: 30px !important;
}
#myBtn {
  display: block;
}

.banner_box {
  background-image: url(../images/dms-banner-img.webp);    
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* background-color: #a6c94540; */
  /* padding: 25px 0; */
  min-height: 608px;
  width: 100%;
}
 .banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 80px
  } 
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  #mob-specialization{
    display: block;
  }

  #myBtn {
    display: block;
  }
}

@media (max-width: 1199px) {
.widget-form {
    margin: 15px 0 0 65px !important;
    max-width: 80%;
  }
}

@media (max-width: 1024px) {
  .menu_open{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
  }
  .toggle_menu{
    display: block;
    /* position: fixed; */
    right: 0;
    top: 0;
    margin: 30px 0px 0 0;
    cursor: pointer;
  }
  .toggle_menu_close{
    display: none;
    background-color: #fff;
  }
  .menu_open .toggle_menu_close{
    display: block;
    float: right;
    margin: 0 0 0 0;
  }
  .menu_box{
    width: 300px;
    background-color: #00569f;
    right: 0;
    margin: 100px -400px 0 0;
    padding: 10px ;
    transition-duration: 0.3s;
    position: fixed;
    z-index: 500;
  }
  .menu_open .menu_box{
    margin: 0px 0 0 0;
  }
  .menu_box li{
    width: 100%;
    margin: 0 !important;
  }
  .menu_box li a{
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted #fff;
    color: #fff;
    background-image: none !important;
    padding: 7px 25px;
    font-size: 16px !important;
  }
  .banner_box {
    background-image: url(../images/dms-banner-img.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    /* background-color: #fefcf5; */
    padding: 25px 0;
    min-height: 460px;
    width: 100%;
  }
  .banner-form {
    margin: -18px 0 0 0;
  }

  .our-courses .courses-box {
    padding: 20px;
    margin: 0 40px;
  }
 
  .navbarmob{
    display: none;
  }
  .section-heading::after {   
    margin: 53px 0 0 263px;
  }
  .footer-section-heading::after {    
    width: 45%;   
    margin: 53px 0 0 -22px;
  }
  .highlights .service_name {
    font-size: 12px;
  }
  .our-courses .courses-box h3 {
    font-size: 30px !important;
  }
  .login-popup h3 {
  text-align: center;
  color: #fff;
  /* color: #2b5ea1; */
  font-weight: 700;
  }
  .login-popup .close {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #mob-specialization{
    display: block;
  }

  #myBtn {
    display: block;
  }
  .widget-form {
    margin: 15px 0 0 65px !important;
    max-width: 80%;
  }
}

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

.reimaging_list{
  width: 25%;
}
.more_btn_link a{
  float: left;
}

.about_box{
  padding: 30px;
}
.about_right{
  width: 100%;
  text-align: center;
}
.about_right img{
  max-height: 400px;
}
.about_left{
  width: 100%;
  text-align: center;
  padding: 60px 40px 10px 40px;
}

.thankyou_mainbox {
  height: auto;
  margin-bottom: 25px;
}
.thankyou_heading {
  font-size: 40px;
  text-align: center;
}
.thankyou_heading span {
  font-size: 25px;
}
.banner_box {
  background-image: url(../images/dms-banner-mob-img.webp) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  margin: 0;
  min-height: 650px !important;
  background-color: #f3f5f7;
  /* margin: 80px 0 0 0; */
}

.banner-form {
  margin: 580px auto 0 auto !important;
}
.login-popup .banner-form {
  margin: 0px auto 0 auto;
}
.login-popup .close {
  position: absolute;
  top: 27px;
  left: 18px;
}
#myBtn {
  display: block;
}
}

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

.banner_form{
  width: 100%;
  margin: 0 0 50px 0;
}
.banner_girl{
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.banner_girl img{
  max-width: 150px;
}

body{
  font-size: 16px;
}

.courses_heading_grey{
  font-size: 14px;
  padding: 10px 40px;
}
.reimaging_list {
  width: 100%;
}
.reimaging_icon{
  text-align: right;
  width: 30%;
}
.reimaging_text{
  width: 60%;
  font-size: 44px;
  text-align: left;
  margin: 0 0 0 10px;
}
.more_btn_link a {
  width: 100%;
  margin: 0 0 10px 0;
}
.text35 {
  font-size: 25px;
}
.footer_box a {
  float: left;
  padding: 7px 20px;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
.banner_text{
  font-size: 40px;
  line-height: normal;
}
.owl-carousel_banner .owl-dots{
  margin: 0 20px 0px 0;
}

.about_left{
  padding: 60px 0px 10px 0px;
}

.footer_box{
  padding: 30px 0;
  text-align: center;
}
.footer_leftbox {
  width: 100%;
  margin: 0 0 40px 0;
}
.footer_logo{
  padding: 0 0 20px 0;
  text-align: center;
}
.footer_logo img{
  max-height: 100px;
}
.footer_content{
  width: 100%;
}
.footer_rightbox{
  width: 100%;
}
.footer_rightbox input[type="text"]{
  text-align: center;
}
.footer_rightbox .green_btn{
  float: none;
}

/* .login-popup .box{
  width: calc(100% - 30px);
} */
.login-popup .box .img-area{
  display: none;
}
.login-popup .box .form{
  flex: 0 0 100%;
  max-width: 100%;
}
#our-courses {
  padding: 20px 0;
}
.our-courses .courses-box {
  margin: 11px 0;
  text-align: center;
}
.our-courses .content-box {
  margin: 0 0 0 0;
}
.our-courses .courses-box h3 {
  margin-bottom: 0px;
}
.banner_box {
  background-image: url(../images/dms-banner-mob-img.webp) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  margin: 0;
  min-height: 460px !important;
  background-color: #f3f5f7;
  /* margin: 80px 0 0 0; */
}
.banner-form {
  margin: 440px auto 0 auto;
}
.reimaging_text .num-txt {
  margin: -73px 0px 0 92px;
}
.reimaging_text .num-txt1 {
  margin: -69px 0px 0 90px;
}
.about_img img {
  margin: 20px 0;
}
footer p {
  text-align: center;
}
.footer-section-heading {
  text-align: center;
}
.footer-section-heading::after {
  display: none;
  /* margin: 53px 0 0 43px;
  width: 60%; */
}
.navbarmob {
  display: block;
  overflow: hidden;
  background-color: #7c2357;
  color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 999999;
  margin-bottom: 0;
  width: 100%;
  min-height: auto
}

.navbarmob a {
  float: left;
  display: block;
  /* color: #1a1a1a; */
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}

.navbarmob a:hover {
  background-color: #7c2357;
  color: #fff
}

.navbarmob a.active {
  background-color: #7c2357;
  color: #fff
}
#enqBtn{
  display: none !important;
}
.copyright {
  font-size: 12px;
  /* margin-bottom: 40px; */
  /* font-family: Montserrat-Medium; */
}
.section-heading::after {    
 display: none;
}
.login-popup .box {
   top: 100px;
}
.login-popup h3 {
  text-align: center;
  color: #fff;
  /* color: #2b5ea1; */
  font-weight: 700;
}
.login-popup .close {
  position: absolute;
  top: 465px;
  left: 20px;
}
.login-popup .banner-form {
  margin: 440px auto 0 auto;
}
.dms-features {
    margin: 30px 0;
}
.widget-form {
    /* margin: 20px auto; */
    margin: 470px auto 30px auto !important;
    max-width: 65%;
}
}

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

.banner_text{
  font-size: 30px;
}
.banner_text2{
  font-size: 24px;
}
.owl-carousel_banner .owl-dots {
  margin: 0 20px 10px 0;
}

.owl-carousel_event .owl-nav{
  margin: 0 auto;
  max-width: 90px;
  left: 0;
  right: 0;
  padding: 30px 0 0px 0;
  position: relative;
}
.owl-carousel_event .owl-nav div{
  margin: 0 !important;
  border: 1px solid #ccc;
  background-size: 10px;
  width: 30px;
}


.owl-carousel_testi .owl-nav{
  margin: 0 auto;
  max-width: 100px;
  left: 0;
  right: 0;
  padding: 30px 0 0 0;
}
.owl-carousel_testi .owl-nav div{
  margin: 0 !important;
}

.thankyou_banner_section {
  padding: 0 !important;
}
.thankyou_mainbox {
  height: auto;
  margin-bottom: 25px;
}
.thankyou_heading {
  font-size: 40px;
  text-align: center;
}
.thankyou_heading span {
  font-size: 25px;
}
.banner_box {
  background-image: url(../images/dms-banner-mob-img.webp) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  margin: 0;
  min-height: 251px !important;
  background-color: #f3f5f7;
  margin: 0px 0 0 0;
}
.banner-form {
  margin: 325px auto 0 auto;
}
.section-heading {
  font-size: 35px;
}
.footer-section-heading::after {
  /* display: none; */
  margin: 53px 0 0 43px;
  width: 60%;
}
.login-popup .box {
  top: 185px;
}
.login-popup .close {
  position: absolute;
  top: 475px;
  left: 20px;
}
.widget-form {
    margin: 20px auto;
    max-width: 100%;
}
.banner-form {
  /* margin: 0; */
  /* margin: 325px auto 0 auto; */
  margin: 300px auto 30px auto;
}

}

@media screen and (max-width: 380px) {
.banner-form {
  /* margin: 0; */
  margin: 190px auto 0 auto !important;
}
.banner_box {
  background-image: url(../images/dms-banner-mob-img.webp) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  margin: 0;
  min-height: 230px !important;
  /* background-color: #fefcf5; */
  /* margin: 80px 0 0 0;   */
}
.footer-section-heading::after {
  margin: 53px 0 0 15px;
  width: 65%;
}
.login-popup .close {
  position: absolute;
  top: 214px;
  left: 20px;
}
}

@media screen and (min-width: 381px) and (max-width: 490px) {
  .banner-form {
    margin: 260px auto 0 auto !important;
  }
  .login-popup .close {
    position: absolute;
    top: 275px;
    left: 20px;
  }
}

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

.menu_mainbox {
    float: right;
    width: auto;
    position: relative;
    z-index: 50;
    margin: -85px 0 0 0;
}
.dms-logo{
  width: 70%;
}
.banner_box {
  background-image: url(../images/dms-banner-mob-img.webp) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  margin: 0;
  min-height: 200px !important;
  /* background-color: #fefcf5; */
  /* margin: 80px 0 0 0;   */
}
}
