.ptmitopheadN2023 {
  background-image: url(../images/PTMI/TopHeaderBg-1.jpg);
  /*background-image: url(../images/ptspecialheaderbg.webp);*/
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box; 
  background-size: cover;
  height: auto;    
  height: 360px;  
  object-fit: cover;
  object-fit: contain;
  object-fit: fill;
}
.strePartner {
  padding: 25px 0px;
}
.proBusGrow {
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
.proBusGrowspan {
  font-size:16px;
  padding: 0;
  font-weight: normal;
}
.proBusGrow:before{
  position: absolute;
  bottom: -12px;
  height: 2px;
  width: 40px;
  left: 0;
  content: "";
  background: #ec8f32;
}
.proBusGrow:after {
  position: absolute;
  bottom: -5px;
  height: 2px;
  width: 70px;
  right: 0;
  content: "";
  background: #ec8f32;
  left: 0;
}
.probusGrowText {
 font-size:16px;
 line-height: 22px;
 padding-bottom: 20px;
}
.whatWhyW ul {
  position: relative;
  padding: 0;
  margin: 0;
}
.whatWhyW ul li {
  line-height: 28px;
  font-size: 16px;
  padding-left: 35px;
  padding-bottom: 12px;
}
.whatWhyW ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 19px;
  background-image: url(../images/PTMI/PBG_IC.png); 
}
.pxx2023 {
  padding: 25px 0;
}
.whatColor {
  color: #2c4075;
}
.whyColor {
  color: #3e71b7;
}
.whereColor {
  color: #d43e45;
}
.whenColor {
 color: #f4b655;
}
.whoColor {
  color: #577f9f;
}
.howColor {
 color: #648ca3;
}
.setusApart {
  background-color: #ec8f32;
  padding: 8px 12px;
  display: inline-block;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-bottom: 10px;
}
.ApartText {
   font-size: 16px;
   font-weight: bold;
   color: #fff;
}
.solApartPad {
  padding: 20px 30px;
}
.solApartInside {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: relative;
  padding: 25px 25px 25px 38px;
  margin: 0;
  height: 180px;
}
.solapartImg {
  position: absolute;
  left: -30px;
  top: 60px;  
  vertical-align: middle;
  bottom: 0;
  right: 0;
}
.solapartImg img {
  width: 55px;
  height: 54px;
}
.ApartTitleName {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.ApartTitleText {
  line-height: 22px;
  text-align: justify;
}
.BusineSizeAmbibg {
   background-image: url(../images/PTMI/BusineSizeAmbiBG.jpg); 
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   padding: 25px 0;
   margin-bottom: 25px;
}
.BusineSizeAmbi {
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #fff;
}
.BusineSizeAmbi:before{
  position: absolute;
  bottom: -12px;
  height: 2px;
  width: 40px;
  left: 0;
  content: "";
  background: #fff;
}
.BusineSizeAmbi:after {
  position: absolute;
  bottom: -5px;
  height: 2px;
  width: 70px;
  right: 0;
  content: "";
  background: #fff;
  left: 0;
}
.BusineSizeAmbiPad {
  padding: 20px;
}
.BusineSizeAmbiPad-inside {
  border:1px solid #fff;
  border-radius:5px;
}
.BusineSizeAmbiPad-Title {
  background-color: #fff;
  font-size: 16px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #000;
  text-align: center;
  padding: 15px 20px;
  font-weight: bold;
}
.BusineSizeAmbiPad-Text {
  line-height: 24px;
  color: #Fff;
  padding: 15px;
  text-align: center;
}
.trackRecord{
  position: relative;
  display: block;
  color: #a8aabc;
  border: 1px solid #a8aabc;
  overflow: hidden;
}
.trackRecord .show1 {
  position: relative;
  height: 200px;
}
.trackRecord .show1 h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.5em;
  transform: translate(-50%, -50%);
}
.trackRecord .hide1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 28px;
  color: #ffffff;
  background-color: #384878;
  transform: translateY(100%);
  transition: transform 0.5s;
}
.trackRecord:hover .hide1 {
  transform: translateY(0);
}


.trackRecordMRB{
  margin-bottom: 15px;
}
.trackRecordPD {
 padding: 15px; 
}
.trackcenter {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border:1px solid #f4b655;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  height: 60px;
}
.trackcenter .tracktext {  
}
.trackcenter .tracktext-tooltip {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease;
  bottom: 100%;
  left: 0;
  right: 0;
  padding: 10px;
  border-radius: 2px;
  background: #ec8f32;
  color: white;
  box-shadow: 0px 0px 12px rgba(2, 2, 111, 0.4);
  cursor: pointer;
}
.trackcenter .tracktext:hover + .tracktext-tooltip {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.btnMI.book-now {
  background: #ec8f32;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 5px 15px;
  font-weight: bold;
  /*height: 50px;
  line-height: 50px;*/
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;  
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  letter-spacing: 2px;  
  /* Hover styles, 
  media queries */
  z-index:1;
}
.ptmiNewBg {
  padding: 0px 0px;
  margin: 20px 0px 0px 0px;  
}
.ptmifont {
 font-size:15px !important;
}
.postRforTitleptmi {
  background-color:#fff;
  padding:10px;
  font-size:20px;
  text-align:center;
  font-weight:bold;
  color:#ec8f32;
  border-top-right-radius: 15px;
  border-top-left-radius:15px;
  border-bottom: 1px solid #ec8f32;  
}
.postRforTitleptmispan {
 font-size:16px;
 color:#000;
}
/*** Testimonil CSS Added on 10/07/2023 ***/

.section-padding {
  margin: 0 auto 0px auto;
}

.owl-item .item {
  transform: translate3d(0, 0, 0);
  /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  margin: 10px 0;
  /* OVERWRITE PLUGIN MARGIN */
  text-align:center;  
}

.screenshot_slider_ptmi .owl-item .items  {
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  text-align:center;
  border:1px solid #ec8f32;
  padding:20px;
}
.screenshot_slider_ptmi .owl-item .items .innerboxs .testboxns .texts {
   color:#000;
   line-height:26px;
   padding-bottom:20px;
   font-size:16px;
}
.screenshot_slider_ptmi .owl-item .items .innerboxs .testboxns .designations {
  color:#000;
  font-size:20px;
  font-weight:bold;
}

.screenshot_slider_ptmi .owl-item .items .innerboxs .testboxns .authorinfos .DesiDescript {
  color:#000;
  font-size:16px;  
}
.screenshot_slider_ptmi .owl-item .items .innerboxs .testboxns .texts:before {
   content: "\f10d";
   font-family: 'FontAwesome';
   font-size:22px;
   font-weight:bold;   
   color:#fff;
   padding-right:6px;
}
.screenshot_slider_ptmi .owl-item .items .innerboxs .testboxns .texts:after {
  content: "\f10e";
   font-family: 'FontAwesome';
   font-size:22px;
   font-weight:bold;   
   color:#fff;
   padding-left:6px;
}
.screenshot_slider_ptmi .owl-item.center .items  {
  -webkit-transform: scale(1.10);
  -ms-transform: scale(1.10);
  transform: scale(1.10);
  background-color:#ec8f32;
  padding:26px 20px;  
  color:#fff;
}
.screenshot_slider_ptmi .owl-item.center .items .innerboxs .testboxns .texts {
   color:#fff;
   line-height:24px;
   padding-bottom:20px;
   font-size:14px;
}
.screenshot_slider_ptmi .owl-item.center .items .innerboxs .testboxns .texts:before {
   content: "\f10d";
   font-family: 'FontAwesome';
   font-size:22px;
   font-weight:bold;   
   color:#ec8f32;
   padding-right:6px;
}
.screenshot_slider_ptmi .owl-item.center .items .innerboxs .testboxns .texts:after {
  content: "\f10e";
   font-family: 'FontAwesome';
   font-size:22px;
   font-weight:bold;   
   color:#ec8f32;
   padding-left:6px;
}
.screenshot_slider_ptmi .owl-item.center .items .innerboxs .testboxns .authorinfos .DesiDescript{
    color:#fff;
    font-size:13px;
}
.screenshot_slider_ptmi .owl-item.center .items .innerboxs .testboxns .designations {
   color:#fff;
  font-size:18px;
  font-weight:bold; 
}
.screenshot_slider_ptmi .owl-nav {
  text-align: center;
  display:none;
}

.screenshot_slider_ptmi .owl-nav button {
  font-size: 24px !important;
  margin: 10px;
  color: #033aff !important;
}



@media (max-width: 1199px) {
.ptmitopheadN2023 {
  height: 280px !important;
}
}

@media (max-width: 991px) {
.ptmitopheadN2023 {
  height: 220px !important;
}

}

@media (max-width: 540px) {
.ptmitopheadNsm2023 {
  background-image: url(../images/PTMI/TopHeaderBg-sm.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box; 
  background-size: cover;
  height: auto;    
  height: 120px !important;  
  object-fit: cover;
  object-fit: contain;
  object-fit: fill;
}
.pxx2023 a img {
  padding-right: 0 !important;
  width: 180px;
}
.solApartInside {
  height: auto;
}
.trackcenter {
  height: auto;
}
.white_content_Project134 {
  background-color: transparent;
  height: auto;
  left: 5%;
  margin: 0 auto;
  position: absolute;
  top: 2%;
  width: 90%;
  z-index: 1002;
  padding: 15px;
}

}
