body
{
	margin:0px;
	font-family:'Open Sans';
	
}
.lang span{ }
.lang a{float: right;  font-size:13px; margin-right: 5%; background:#68F3D7; width:60px;  text-align:center; color:#171616; }
.banner
{
	background-color:#158c88;
	height:550px;
}
.online
{
	padding:20px 0px 30px 0px;
	background-color:#00605e; text-align:center;}
	.online h3
	{ font-size:30px; color:#FFFFFF; margin:0px;}
.online a
{
	padding:7px 0px;
	width:200px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-size:21px;
	text-align:center;
	background-color:#FC0;
	color:#000000;
	text-decoration:none;
	
}

.banner2
{
	background-color:#158c88;
	height:120px;
	border-bottom:0px #FFCC00 solid;
}
.marginright{
margin-right:4%;
}

.col10
{
display:inline-block;
width:60%;
	vertical-align:top;
}
.col11
{
display:inline-block;
width:35%;
}

.abouthead
{
background-color:#00605e;
	padding:5px 40px 5px 40px;
	clear:both;	
}
.aboutheadtitle
{
	width:88%;
	margin-left:auto;
	margin-right:auto;
	color: #FFFFFF;
}
.aboutheadtitle h1{color: #FFFFFF;}
.aboutside li
{
	font-size:18px;
	list-style-type:none;
	display:inline-table;
	font-weight:bold;
	color:#333;
	margin-right:20px;
}
.aboutside li a
{
	display:block;
	padding:8px;
	text-decoration:none;
	background-color:#990033;
	color:#FFFFFF;
	-webkit-border-radius:8px;
}
.aboutside img
{
	padding-right:10px;
	float:left;
}

.header
{
	padding:20px 0px 0px 40px;
	position:relative;
	z-index:99;
}
.logo
{
	width:380px;
	text-align:center;
	
			
}
.headlinesrips
{
	background-color:#d9ebed;
	padding:3px;
	font-size:12px;
	font-family:'Open Sans';
	margin-top:8px;
}
.menustrips
{
	margin-left:40px;
	padding-top:5px;
	
	
}
.col
{
	float:left;
}

.col1
{
	float:right;
	margin-right:4%;
}
	
#sliders
{
	height:400px;
	clear:both;
}
#newsevent
{
	padding:10px;
	font-size:14px;
	color:#333;
	background-color:#FC0;
}
.main
{
	background-color:#f7f7f7;
}
.contents
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding:40px 0px 60px 0px;
	clear:both;
	line-height:24px;
	text-align:justify;
	font-size:15px;
	color: #666;
	vertical-align:top;
}

h1
{
	margin-bottom:20px;
	font-size:35px;
	color: #158c88;
	
}
.contents h2
{
	color: #903;
}
.col2
{
	display:inline-table;
}
.courses
{
	background-color:#d9ebed;
	padding:50px 0px 50px 0px;
	clear:both;
	
}
.courses ul
{
	width:85%;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin-top:0px;
}

.courses li
{
	width:200px;
	text-align:center;
	padding:0px 30px 0px 30px;
	list-style-type:none;
	display:inline-block;
vertical-align:top;
	
	
}
.courses1 li
{
	width:40%;
display:inline-block;
	text-align:center;
	padding:0px 30px 0px 30px;
	list-style-type:none;
vertical-align:top;
	
		
}
.courses img
{
	width:150px;
	height:140px;
-webkit-border-radius:80px;
border-radius:80px;
	
}
.courses img:hover
{
	
	-webkit-transition:0.8s;
	 transform-origin: center ;
  transform-style: preserve-3D;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}
.readmore a
{
	-webkit-border-radius:2px;
	margin-left:10px
	margin-righ:10px;
	padding:8px 0px 8px 0px;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	background-color: #158c88;
	display:block;
	color:#FFFFFF;
	font-weight:400;
	
}
.readmore a:hover
{
}
.alignleft
{
	text-align:left;

}
.alignright
{
	text-align:right;
}
.aligncenter
{
	text-align:center;
}
hr
{
	width:30%;
	border-top:1px #FF9900 solid;
	margin-bottom:30px;
	
}
.rd
{
	width:20%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;

	
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.resultsback
{
	background-color:#f0eff0;
	padding-top:10px;
	padding-bottom:60px;
padding-left:50px;
padding-right:50px;
	
}
.results
{
	 overflow: hidden;
 
  height: auto;
  margin: 0 auto;
  cursor: pointer;
  margin-top:0px;
	
}
#imgs {
  display: block;
  padding: 0;
  width: 300%;
  overflow:hidden;
}

#imgs li {
  padding-right: 10px;
  display: inline-block;
 *display:inline;
}

#imgs img {
  width: 500px;
  height: 250px;
}
#whyus
{
	padding-top:10px;
}
#whyus li
{
	display:inline-block;
	text-decoration:none;
	display:inline-block;
	padding:8px 15px 8px 15px;
	background-color: #FC0;
	color: #333;
	margin-left:5px;
	font-size:17px;
	font-weight:bold;
	
}
#whyus li a
{
	color:#666;
	text-decoration:none;
	display:inline-block;
	padding:8px 20px 8px 20px;
	background-color:#e5e4e5;
	margin-left:20px;
}

#whyus li a:hover
{-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	background-color:#158c88;color:#FFFFFF;
	
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.bottom
{
	padding:30px 50px 30px 60px;
	background-color:#00605e;
	margin-top:10px;
	clear:both;
	position:relative;

}
.bottom h2
{
	margin-bottom:30px;
}
.bottomboxes
{
	width:20%;
	margin-left:25px;
	margin-right:25px;
	display:inline-table;
	font-family:'Open Sans';
	font-size:14px;
	text-align:justify;
	line-height:24px;
	color: #CCC;
}
.bottomboxes img
{
	float:left;
	padding-right:8px;
}
.bottomboxes li a
{
	text-decoration:none;
	color: #CCC;
}
.address
{
	margin-left:23px;
	text-align:left;
	
}

#location
{
	width:300px;
	height:250px;
}

#social img
{
	width:41px;
	height:41px;
	display:inline-block;
	margin-right:10px;
	margin-bottom:20px;
	
}
#copyright
{
	font-size:11px;
	text-align:center;
	font-family:'Open Sans';
	color:#CCCCCC;
	
}
.nit
{
	margin-top:30px;
}
.nit li
{
	display:inline-block;
	margin-right:20px;
	list-style-type:none;
}
.iitjee1 h2
{
	color:#FFF;
}
.iitjee2 h2
{
	color:#FFFFFF;
}
.iitjee3 h2
{
	color:#FFFFFF;
}
.iitjee1
{
	width:282px;
	height:366px;
	background-image:url(../images/engshape.PNG);
	margin-right:30px;
	color:#666666;
}
.iitjee2
{
	width:282px;
	height:366px;
	background-image: url(../images/mhcetshape.PNG);
	margin-right:30px;
}
.iitjee3
{
	width:282px;
	height:366px;
	background-image: url(../images/preshape.PNG);
}
.iitjeetext
{
	padding-top:43%;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
}
.iitjeeread
{
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.contact{vertical-align:top; }
.contact li
{
	list-style-type:none;
	display:inline-table;
	width:40%;
	margin-right:20px;
	padding-right:30px;
	padding-left:30px;
	border-right:1px dashed #999999;
	:center
	margin-top:20px;
}
#event a
{
	width:20px;
	height:20px;
	display: inline-block;
	background-color:#036;
	border:thin solid #033;
	line-height:20px;
	color:#FFFFFF;
	text-align:center;
	margin-right:15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;	
	
}
#event a:hover
{
	color: #000;
	background-color: #FC0;
}



.column {
            
            padding: 20px 20px 20px 20px;
            margin: 0px 10px 20px 0px;
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
width:100%;
display:inline-block;
	vertical-align:top; 
	
        }

        .column h3 {
            text-align: center;
            font-size: 20px;
            color:#00605e;
            margin-bottom: 1px;
        }

        .column ul {
            list-style-type: disc;
            padding-left: 20px;
			padding-top: 0px;
			margin:0px; 
			
        }

        .column li {
            font-size: 16px;
            margin: 8px 0;
            color: #555;
        }
.column b {text-align : center; white-space:nowrap ;}



@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	.banner
{
	background-color:#158c88;
	height:250px;
}
.online
{
	padding:20px 0px 30px 0px;
	background-color:#158c88; 
	text-align:center;}
	.online h3
	{ font-size:20px; color:#FFFFFF; margin:0px;padding:0px 10px 0px 10px;}
.online a
{
	padding:7px 0px;
	width:130px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-size:16px;
	text-align:center;
	background-color:#FC0;
	color:#000000;
	text-decoration:none;
	
}
.col10
{
display:inline-block;
width:95%;
	vertical-align:top;
	margin-bottom: 40px;
	
}
.col11
{
display:inline-block;
width:95%;
}
	.col10 h1{line-height:35px; }
	
	.column {
            
            padding: 20px 20px 20px 20px;
            margin: 0px 0px 20px 0px;
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
width:100%;
display:inline-block;
	vertical-align:top; 
	
        }

        .column h3 {
            text-align: center;
            font-size: 20px;
            color:#00605e;
            margin-bottom: 1px;
        }

        .column ul {
            list-style-type: disc;
            padding-left: 20px;
			 padding-right: 30px;
			padding-top: 0px;
			margin:0px; 
			
        }

        .column li {
            font-size: 16px;
            margin: 8px 0px;
            color: #555;
        }
.column b {text-align : center; white-space:nowrap ;}
	
	
	
.banner2
{
	background-color:#158c88;
	height:120px;
	border-bottom:0px #FFCC00 solid;
}
.abouthead
{
	margin-top:100px;
	background-color:#FFCC00;
	padding:5px 40px 5px 40px;
	clear:both;
	
}
.aboutheadtitle
{
	width:88%;
	margin-left:auto;
	margin-right:auto;
}
.aboutside li
{
	font-size:18px;
	list-style-type:none;
	display:inline-table;
	font-weight:bold;
	color:#333;
	margin-right:20px;
}
.aboutside li a
{
	display:block;
	padding:8px;
	text-decoration:none;
	background-color:#990033;
	color:#FFFFFF;
	-webkit-border-radius:8px;
}
.aboutside img
{
	padding-right:10px;
	float:left;
}

.header
{
	padding:20px 0px 0px 5px;
	position:relative;
	z-index:99;
}
.logo
{
	width:250px;
	text-align:center;
	
			
	}.logo img{border-radius:25px;}
.headlinesrips
{
	background-color:#ffcc00;
	padding:3px;
	font-size:12px;
	font-family:'Open Sans';
	margin-top:8px;
	display:none;
}
.menustrips
{
	margin-left:5px;
	padding-top:5px;
	color:#FFF;
	
	
}
.col
{
	float:left;
}

.col1
{
	float:right;
	margin-right:0%;
}
	
#sliders
{
	height:120px;
	clear:both;
	margin-top:30px;
}
#newsevent
{
	padding:10px;
	font-size:14px;
	color:#333;
	background-color:#FC0;
}
.main
{
	background-color:#f7f7f7;
}
.contents
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding:40px 0px 60px 0px;
	clear:both;
	line-height:23px;
	text-align:justify;
	font-size:14px;
	color: #666;
}

h1
{
	margin-bottom:20px;
	font-size:25px;
	color: #158c88;
	
}
.contents h2
{
	color: #158c88;
}
.col2
{
	display:inline-table;
}
.courses
{
	background-color:#d9ebed;
	padding:30px 0px 30px 0px;
	clear:both;
	
}
.courses ul
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin-top:0px;
}

.courses li
{
	width:90%;
	text-align:center;
	padding:0px 0px 0px 15px;
	list-style-type:none;
	display:inline-block;
	margin-bottom:20px;
	
	
}

.courses img
{
	width:150px;
	height:140px;
	
}
.courses img:hover
{
	
	-webkit-transition:0.8s;
	 transform-origin: center ;
  transform-style: preserve-3D;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}
.readmore a
{
	-webkit-border-radius:2px;
	margin-left:10px;
	margin-right:10px;
	padding:8px 0px 8px 0px;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	background-color: #158c88;
	display:block;
	color:#FFFFFF;
	font-weight:400;
	
}
.readmore a:hover
{
}
.alignleft
{
	text-align:left;

}
.alignright
{
	text-align:right;
}
.aligncenter
{
	text-align:center;
}
hr
{
	width:30%;
	border-top:1px #FF9900 solid;
	margin-bottom:30px;
	
}
.rd
{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;

	
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.resultsback
{
	background-color:#f0eff0;
	padding-top:10px;
	padding-bottom:60px;
padding-left:20px;
padding-right:20px;
}
.results
{
	
  width: 90%;
  
  margin: 0 auto;
  cursor: pointer;
  margin-top:0px;
	
}
#imgs {
  display: block;
  padding: 0;
  width: 300%;
  overflow:hidden;
}

#imgs li {
  padding-right: 10px;
  display: inline-block;
 *display:inline;
}

#imgs img {
  width: 300px;
  height: 200px;
}
#whyus
{
	padding-top:10px;
}
#whyus li
{
	display:block;
	text-decoration:none;
	padding:8px 5px 8px 5px;
	background-color: #FC0;
	color: #333;
	font-size:17px;
	font-weight:bold;
	margin-bottom:10px;
	
}
#whyus li a
{
	color:#666;
	text-decoration:none;
	display:inline-block;
	padding:8px 0px 8px 0px;
	background-color:#e5e4e5;
	margin-left:0px;
}

#whyus li a:hover
{-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	background-color:#158c88;color:#FFFFFF;
	
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.bottom
{
	padding:30px 15px 30px 25px;
	background-color:#158c88;
	margin-top:10px;
	clear:both;
	position:relative;

}
.bottom h2
{
	margin-bottom:30px;
}
.bottomboxes
{
	width:100%;
	margin-left:0;
	margin-right:0px;
	display:block;
	font-family:'Open Sans';
	font-size:14px;
	text-align:justify;
	line-height:24px;
	color: #CCC;
	margin-bottom:30px;
}
.bottomboxes img
{
	float:none;
	padding-right:0px;
}
.bottomboxes li a
{
	text-decoration:none;
	color: #CCC;
}
.address
{
	margin-left:23px;
	text-align:left;
	
}

#location
{
	width:300px;
	height:250px;
}

#social img
{
	width:41px;
	height:41px;
	display:inline-block;
	margin-right:10px;
	margin-bottom:20px;
	
}
#copyright
{
	font-size:11px;
	text-align:center;
	font-family:'Open Sans';
	color:#CCCCCC;
	
}
.nit
{
	margin-top:30px;
}
.nit li
{
	display:inline-block;
	margin-right:20px;
	list-style-type:none;
}
.iitjee1 h2
{
	color:#FFF;
}
.iitjee2 h2
{
	color:#FFFFFF;
}
.iitjee3 h2
{
	color:#FFFFFF;
}
.iitjee1
{
	width:282px;
	height:366px;
	background-image:url(../images/engshape.PNG);
	margin-right:30px;
	color:#666666;
}
.iitjee2
{
	width:282px;
	height:366px;
	background-image: url(../images/mhcetshape.PNG);
	margin-right:30px;
}
.iitjee3
{
	width:282px;
	height:366px;
	background-image: url(../images/preshape.PNG);
}
.iitjeetext
{
	padding-top:43%;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
}
.iitjeeread
{
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.contact li
{
	list-style-type:none;
	display:inline-table;
	width:96%;
	margin-right:0px;
	padding-right:30px;
	padding-left:30px;
	border-right:1px dashed #999999;
}
.contact img
{
	float:left;
	padding-right:10px;
	
}
#event
{
	text-align:center;
	margin-top:20px;
}
#event a
{
	width:20px;
	height:20px;
	display: inline-block;
	background-color:#036;
	border:thin solid #033;
	line-height:20px;
	color:#FFFFFF;
	text-align:center;
	margin-right:15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;	
	
}
#event a:hover
{
	color: #000;
	background-color: #FC0;
}
	
}
.col-lg-4{
width:30%;
display:inline-block;
}
.pn_testimonial_box {
  font-weight: 500;
  padding: 2rem;
  margin: 2rem;
  border: 1px solid #405fbd;
  position: relative;
  transition: 1s;
  transform: scale(0.9);
  background-color: #fff;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  border-radius: 4rem;
}
.pn_testimonial_box:hover {
  box-shadow: 2px 4px 8px #d6d8da;
  border: 1px solid #fff;
  transform: scale(1);
  position: relative;
  z-index: 1;
}
.pn_review_rating img {
  width: 20%;
}
.pn_review_profile img {
  position: absolute;
  margin: -1rem -5rem 0;
}
.pn_review_profile span {
  position: absolute;
}
.my-5{ padding:60px 60px;}
.text-center{ text-align:center;}
@media (max-width: 575px) {
    /*---------- testimonial css start ----------*/
    .pn_reviews {
        padding: 3rem 0;
    }
    .pn_reviews h1 {
        font-size: 2rem;
        padding-bottom: 1rem !important;
    }
    .pn_testimonial_box {
        padding: 2rem;
        margin: 1rem;
        border: 1px solid #405fbd;
        position: relative;
        -webkit-border-radius: 4rem;
        -moz-border-radius: 4rem;
        -ms-border-radius: 4rem;
        border-radius: 4rem;
    }
    .pn_review_profile img {
        position: absolute;
        margin: -1.1rem -3rem 0;
    }
    .pn_review_profile span {
        position: absolute;
        padding: 1rem;
    }
    .pn_review_rating img {
        width: auto;
    }
}


nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo a {
    color: white;
    font-size: 24px;
    text-decoration: none;
}

.menu {
    list-style-type: none;
    display: flex;
}

.menu li {
    margin-left: 10px;
}

.menu li a {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

.menu li a:hover {
    background-color: #575757;
}

/* Hamburger menu for mobile */
.hamburger {
    display: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

/* Mobile responsiveness: Hide menu and show hamburger */
@media (max-width: 768px) {

    .menu {
        display: none;
        width: 100%;
        text-align: center;
    }

    .menu.active {
        display: block;
z-index:999;
position:fixed;
top:0px;
right:150px;
background-color: #575757;
    }

    .menu li {
        margin: 15px 0;


    }
 .menu li a{
text-align:center;

color:white;}
    .hamburger {
        display: block;
    }
}





