/* Home Slider css */
/* jssor slider loading skin spin css */
/* jssor slider loading skin spin css */
/* jssor slider loading skin spin css */

/* Stylesheet of Updated one */
/* Edited by Suman Mali */
/* Dated on 9th May 2018
 */
body{
    overflow-x: hidden;
}
 a.logo-text {
     font-size: 40px;
 }

 a.logo-text:hover {
    text-decoration: none;
 }



.navbar{
  height: 88px;
 
  padding: 19px 30px;
  background-color: #fff;
  position: relative;
}
.navbar .nav-header{
  display: inline;
}
.navbar .nav-header .nav-logo{
  display: inline-block;
  margin-top: 0px;
  
}
.navbar .nav-links{
  display: inline;
  float: right;
  font-size: 18px;
}
 
.navbar .nav-links .loginBtn{
  display: inline-block;
  padding: 5px 15px;
  margin-left: 20px;
  font-size: 17px;
  color: rgb(9, 14, 90);
}
.navbar .nav-links a {
  padding: 18px 12px;
  text-decoration: none;
  font-weight: 350;
  color: #000;
}
/* Hover effects */
.navbar .nav-links a:hover{
  background-color: rgba(0, 0, 0, 0.3);
}
 
/* responsive navbar toggle button */
.navbar #nav-check, .navbar .nav-btn{
  display: none;
}
 
@media (max-width:700px) {
  .navbar .nav-btn{
    display: inline-block;
    position: absolute;
    top: -17px;
    right: 0px;
    background-color:#ed8a35;;
  }
  
  .navbar .nav-header .nav-logo{
      width:200%;
  }
  .navbar .nav-btn label {
    display: inline-block;
    width: 39px;
    height: 28px;
    padding: 7px;
}
  .navbar .nav-btn label span {
    display: block;
    height: 10px;
    width: 25px;
    border-top: 3px solid #eee;
  }
  .navbar .nav-btn label:hover, .navbar #nav-check:checked ~ .nav-btn label {
    background-color: #ed8a35;
 
    transition: all 0.5s ease;
  }
  .navbar .nav-links{
    position: absolute;
    display: block;
    text-align: left;
    width:100%;
    background-color: #fff;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 42px;
    right: -11px;
  }
  .navbar .nav-links a {
    display: block;
  }
 
  /* when nav toggle button not checked */
  .navbar #nav-check:not(:checked) ~ .nav-links {
      height: calc(100vh - 70px);
    height: 0px;
  }
 
  /* when nav toggle button is checked */
  .navbar #nav-check:checked ~ .nav-links {
    height: calc(86vh - 70px);
    overflow-y: auto;
  }
  .navbar .nav-links .loginBtn {
    padding: 10px 40px ;
    margin: 20px;
    font-size:  18px;
    font-weight: bold;
    color: rgb(9, 14, 90);
  }
  /* Responsive dropdown code */
  .navbar .nav-links .dropdown, .navbar .nav-links .dropdown2 {
    float: none;
    width: 100%;
  }
  .navbar .nav-links .drop-content, .navbar .nav-links .drop-content2 {
    position: relative;
    background-color: rgb(220, 220, 250);
    top: 0px;
    left: 0px;
  }
  /* Text color */
  .navbar .nav-links .drop-content a {
    color: rgb(9, 14, 90);
  }  
 
}
 
/* Dropdown menu CSS code */
.dropdown{
  position: relative;
  display: inline-block;
}
.drop-content, .drop-content2 {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 238px;
  font-size: 16px;
  top: 34px;
  z-index: 1;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4);
}
/* on hover show dropdown */
.dropdown:hover .drop-content, .dropdown2:hover .drop-content2 {
  display: block;
}
/* drondown links */
.drop-content a {
  padding: 12px 10px;
  border-bottom: 1px solid rgb(197, 197, 250);
  display: block;
  transition: all 0.5s ease !important;
}
.dropBtn .drop-content a:hover {
  background-color: rgb(230, 230, 230);
}
.dropdown:hover .dropBtn, .dropdown2:hover .dropBtn2 {
  background-color: rgba(0, 0, 0, 0.3);
}
.dropdown2 .drop-content2 {
  position: absolute;
  left: 220px;
  top: 20px;
}
.dropBtn2 i {
  margin-left: 15px;
}

 .scrolled {
    min-height: 10px;
    transition: 0.35s all ease;
  }

.scrolled ul {
    padding: 1rem 2rem;
    transition: 0.35s all ease;
  }

.scrolled li {
    color: white;
    transition: 0.2s all ease-in-out;
  }

span.phonewala a:hover {
    text-decoration: none;
    color: #af1212;
}

.font15 p {
    font-size: 15px
}

.font18 {
    font-size: 20px !important;
    font-family: 'sans-serif';
    color:#F16722
}

.pt60 {
    padding-top: 44px;
    padding-bottom: 5px;
}
.pb-20{
    padding-bottom: 24px;
}
p {
    font-size: 15px;
    
}

.cadastral-image {
    background-image: url("/images/Contactus.png");
    background-size: cover;
    height: 432px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.cadastral-image-about-us {
    background-image: url("/images/aboutus.png");
    background-size: cover;
    height: 432px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.cadastral-image-cadastral {
    background-image: url("/images/Cadastral.png");
    background-size: cover;
    height: 432px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.cadastral-image-land {
    background-image: url("/images/landsurvey.png");
    background-size: cover;
    height: 432px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}
.cadastral-image-mapping {
    background-image: url("/images/mapping.png");
    background-size: cover;
    height: 432px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.cadastral-image-other-service {
    background-image: url("/images/otherservices.png");
    background-size: cover;
    height: 432px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.cadastral-image-hybrid {
    background-image: url("/images/hybrid.png");
    background-size: cover;
    height: 432px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}


.cadastral-image-design {
    background-image: url("/images/design.jpg"), linear-gradient(180deg, rgba(38, 39, 39, 0.15) 70%, #000000 100%);;
    background-size: cover;
    height: 480px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.cadastral-image-datum {
    background-image: url("/images/Datum.png");
    background-size: cover;
    height: 432px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.cadastral-image-hydraulic {
    background-image: url("/images/HydrographicSurveying.png");
    background-size: cover;
    height: 432px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.cadastral-image-uav {
    background-image: url("/images/UAVandAerialMapping.png");
    background-size: cover;
    height: 432px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.cadastral-image-agriculture {
    background-image: url("/images/AgriculturalMapping.png");
    background-size: cover;
    height: 432px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.cadastral-image-laser {
    background-image: url("/images/LaserScanning.png");
    background-size: cover;
    height: 432px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.cadastral-image-bim {
    background-image: url("/images/BIMand3DModelling.png");
    background-size: cover;
    height: 432px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.cadastral-image p,  .cadastral-image-about-us p, .cadastral-image-cadastral p, .cadastral-image-land p, .cadastral-image-design p, .cadastral-image-datum p, .cadastral-image-hydraulic p, .cadastral-image-uav p, .cadastral-image-agriculture p, .cadastral-image-laser p, .cadastral-image-bim p{
    font-size: 19px;
    color: #fff;
    position: absolute;
    top: 265px;
    left: 216px;
}

.cadastral-title .title-text {
    font-size: 38px;
    color: #fff;
    top: 293px;
    left: 215px;
}

.font-color .heading {
    font-size: 24px;
    color: #F16722;
    margin-bottom: 20px;
}
.font-color .headings {
    font-size: 18px;
    color: #F16722;
    margin-bottom: 20px;
}


.font-color .margin-b {
    color: #5E6369;
    margin-bottom: 30px;
}
.font-color p {
    color: #5E6369;
    margin-bottom: 5px;
}
.font24 {
    font-size: 24px;
}

.check-test {
    /* border: 1px solid #cecbcb; */
    padding: 40px;
    width: 70%;
    margin-left: 167px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    box-shadow: 2px 3px 12px 2px #d4cfcf;
    margin-top: 10px;
    margin-bottom: 20px;
    background: white;
}
section.class-room-based-course {
    padding-top: 48px;
    padding-bottom: 48px;
}

.ourservice-banner{
    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url("/images/ourservicebanner.jpg");
    background-size: 100%;
    
}

.box{
    margin-top:50px;
}
 .box img {
    width: 100%;
    height: auto;
    border-radius: 30px;

 }
 #servicess .btn {
     box-shadow: 0 0 35px rgb(0 0 0 / 13%);
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 174%);
    background-color: #fff;
    border-radius: 18px !important;
 }

 .owner-image{
    background-image: linear-gradient(rgba(212, 113, 27,0.9), rgba(212, 113, 27, 0.9)), url("/images/owner.jpg");
    background-size:100%
 }

 .btn{
    padding:12px 21px !important;
    font-size: 1.8rem !important;
    color:#e66b2d;
    font-weight:600 !important;
 }
 .btn a{
      color:#e66b2d !important;
 }


.img-height {
    background-image: url(/images/surveybanner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    height: 770px;
    width: 100%;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.icon-link {
    border-radius: 50%;
    padding: 0.5em;
    color: #818a91;
    border: 3px solid #818a91;
    background-color: transparent;
    font-size: 95px;
    display: inline-block;
}

.asset-manager-icon {
    width: 20%;
    position: absolute;
    transform: translateX(-50%);
    top: 22%;
    -webkit-transform: translateX(-50%);
}

.porperty-owners-text h6 {
    font-size: 17px;
    line-height: 1.2em;
    margin-top: 10px;
    font-weight: 600;
}

.about-us-title {
    width: 79%; 
    text-align: center; 
    border-bottom: 2px solid #000; 
    line-height: 0.1em;
    margin: 0px 0 0px; 
}
.about-us-title span{
    background:#fff; 
    padding:0 10px; 
    font-size: 22px;
    color:#F16722;
}

.hrr {
    width: 90px;
    border-top: 2px solid #A3C83D;
}
.bg-blue{
    background-color: #00387d;
    color:#fff;
}

.content-text h4,
.content-text p {
    color: #555B61;
    text-align: justify;
}

.our-team img {
    display: block;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
}

.mt100 {
    margin-top: 100px;
}

.pt50 {
    padding-top: 50px;
}

.font20 {
    font-size: 20px;
    color: #272727;
}

.font14 {
    font-size: 14px;
    color: #272727;
}

.font15 {
    font-size: 16px;
    color: #272727;
}

.font30 {
    font-size: 30px;
    color:#F16722;
}

.btn-success{
    background-color:#F16722 !important;
    border-color: #F16722 !important;
}

.btn-success:hover{
    background-color:#00387d !important;
    border-color: #00387d !important;
}

.col-20 {
    width: 20%;
    padding: 10px;
}

.hrrr:before {
    content: ' ';
    display: block;
    background-color: #a3c83d;
    height: 2px;
    width: 90px;
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
}

.p110 {
    padding-top: 110px;
    padding-bottom: 110px;
} 

.bg-green {
    background: 
}
.get-in-touch:before {
    content: ' ';
    display: block;
    background-color: #fff;
    height: 2px;
    width: 90px;
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
}

.bg-grey {
    padding: 30px;
}

.bg-grey:hover {
    background: #eee;
    transition: all .3s;
}

.bg-1 {
    background: #efefef;
}

.bg-2 {
    background: #f7f7f7;
}

div .button {
    margin: 0 auto;
    margin-top: 45px;
} 

.button-text {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #010101;
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #ec9a3e;
    padding: 20px 25px 20px 25px;
}

.button-text:hover {
    color: #fff;
    background: #A3C83D;
    text-decoration: none;
}

.button-text a:hover {
    text-decoration: none;
}

.awards{
    background: url("/images/banner-awards-bg.jpeg") no-repeat center center;
    background-size: cover;
    height: 550px;
    width: 100%;
}

.industry {
    padding-top: 100px;
}



.dash h4 {
    color: #fff;
}

.special img{
padding-top: 3rem;
width: 80%;
padding-bottom: 3rem;
}

.pb100 {
    padding-bottom: 100px;
}

.different h1, .different p {
    color: #fff;
}

.awards h3:before {
    content: ' ';
    display: block;
    background-color: #fff;
    height: 2px;
    width: 90px;
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
}

.banner-text {
    position: absolute;
    top:450px;
    left:15em;
}

.banner-text h1 {
    font-size: 4.8rem;
    font-weight: 500;
    text-transform: uppercase;
}

#owl-demo .item{
    margin: 3px;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.bg-black {
    background-color: #242629;
}

.monitum-text {
    padding: 20px;
}

.monitum-text p {
    color: rgb(0, 0, 0);
    font-size: 17px;
    text-align: justify;
    padding-top: 14px;
}
.monitum-text a{
    color:#e66b2d;
}

.monitum-text button {
    border-color: #fff;
    color: #fff;
    background-color:#00387d;
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
    border-style: solid;
    border: 2px solid #fff;
    padding: 15px 30px;
    border-radius: 30px;
}

.monitum-text button:hover {
    background: #F7D82F;
    text-decoration: none;
    border-color: #F7D82F;
    color: #fff;
}

.monitum-text button:hover a {
    text-decoration: none;
}

.monitum-text button a {
    color: #fff;
}

ul.pagination {
    float: right;
}
.payment-classroom-course {
    text-align: center;
}

.navbar-collapse.collapse {
padding-top: 20px;
}
.payment-classroom-course input#fourth {
    text-shadow: 2px 1px black;
    font-size: 18px;
    border-radius: 0px;
    margin-top: 15px !important;
    padding: 10px 35px;
    color: #fff;
    background-color: #216bbe;
    border-color: #216bbe;
    background: #216bbe;
    border: none;
}

.call-us span.mapwala {
    float: right;
}
.text-wrap i {
    color: #1fbba6;
    padding-right: 7px;
}
section.video-section button {
    text-shadow: 2px 1px black;
    font-size: 18px;
    border-radius: 0px;
    margin-top: 50px !important;
    padding: 10px 35px;
}
.text-wrap li {
    color: black;
    list-style: none;
    padding-left: 5px;
}

.image-wrap h4 {
    position: absolute;
    top: 1%;
    left: 28%;
    color: white;
}
a.breaking-news-headline.delay-animated2.fadein.marquee {
    font-size: 16px;
    color: #fff;
}
*{margin:0; padding:0;}
#display{
    background:hsla(210,100%,50%,1);
    height:60px;
    width:500px;
    overflow:hidden;
    position:relative;
}
#text{
    background:hsla(90,100%,50%,.5);
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    left:10px;
    margin-right:10px;
    top:10px;
    color:red;
}
.news-edit-section form {
    width: 100%;
}
.news-edit-section input#submit_id {
    margin-top: 28px;
}
/*
marquee breaking news css
*/
.breaking-news-headline {
    display: block;
    position: absolute;
    font-family: arial;
    font-size: 13px;
    margin-top: -26px;
    color: white;
    margin-left: 150px;
}
section.header.homepage {
    padding-top: 35px;
}
.breaking-news-title {
    text-align: center;
    background-color: #ffea00;
    display: block;
    height: 40px;
    width: 180px;
    font-family: arial;
    font-size: 17px;
    position: absolute;
    font-weight: 600;
    top: 0px;
    margin-top: 0px;
    margin-left: 20px;
    padding-top: 6px;
    z-index: 3;
    color: #041e2f;
}
.breaking-news-title:before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 2px;
    top: 0;
    left: -12px;
    border-left: 12px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #ffea00;
}
.breaking-news-title:after {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    right: -12px;
    top: 0;
    border-right: 12px solid transparent;
    border-left: 0px solid transparent;
    border-top: 43px solid #ffea00;
}

#breaking-news-colour {
    height: 30px;
    width: 100% !important;
    background-color: #216BBE;
}

#breaking-news-container {
    height: 30px;
    width: 100% !important;
    overflow: hidden;
    position: absolute;
}
#breaking-news-container:before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #216bbe;
    position: absolute;
    z-index: 2;
}

.animated {
    -webkit-animation-duration: 3.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 3.2s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
}

.delay-animated {
    -webkit-animation-duration: 3.4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 3.4s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

.scroll-animated {
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 3s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.delay-animated2 {
    -webkit-animation-duration: 3.4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 3.4s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.delay-animated3 {
    -webkit-animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 5s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 5.5s;
    animation-delay: 3s;
}

.fadein {
    -webkit-animation-name: fadein;
    -moz-animation-name: fadein;
    -o-animation-name: fadein;
    animation-name: fadein;
}

@-webkit-keyframes fadein {
    from {
        margin-left: 1000px;
    }
}
@-moz-keyframes fadein {
    from {
        margin-left: 1000px;
    }
}
.slidein {
    -webkit-animation-name: slidein;
    -moz-animation-name: slidein;
    -o-animation-name: slidein;
    animation-name: slidein;
}

@keyframes marquee {
    0% {
        left: 0;
    }
    20% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
.marquee {
    animation: marquee 20s linear infinite;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -webkit-animation-delay: 3.5s;
    animation-delay: 10s;
}

@-webkit-keyframes slidein {
    from {
        margin-left: 800px;
    }
    to {
        margin-top: 0px;
    }
}
@-moz-keyframes slidein {
    from {
        margin-left: 800px;
    }
    to {
        margin-top: 0px;
    }
}
.slideup {
    -webkit-animation-name: slideup;
    -moz-animation-name: slideup;
    -o-animation-name: slideup;
    animation-name: slideup;
}

@-webkit-keyframes slideup {
    from {
        margin-top: 30px;
    }
    to {
        margin-top: 0;
    }
}
@-moz-keyframes slideup {
    from {
        margin-top: 30px;
    }
    to {
        margin-top: 0;
    }
}
.banner{
    background-color:#0f87d4;
}

/*end of news css */
/* Stylesheet of Pricing
 * Edited by Suman Mali
 * Dated on 26th April 2018
 ***************************/
.testinomial-wrap {
    height: 191px;
    margin-left: 33px;
    width: 66% ;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 13px;
    box-shadow: 3px 4px 19px 3px;
    margin-bottom:60px;
}
.text-testinomial p:last-child {
    line-height: 0px;
}

.naati-login {
    margin-top: 43px;
    margin-bottom: 25px;
}
.text-testinomial {
    padding-top: 13px;
}
.testinomial-wrap {
    min-height: 163px;
}
section.pricing {
    background: #eeeeee;
    padding-bottom: 15px;
}
section.pricing h3 {
    font-size: 45px;
    text-align: center;
    margin-bottom: 45px;
    color: #216BBE;
}
.audio-autoplay-record audio::-internal-media-controls-download-button {
    display:none !important;
}

.audio-autoplay-record audio::-webkit-media-controls-enclosure {
    overflow:hidden !important;
}

.audio-autoplay-record audio::-webkit-media-controls-panel {
    width: calc(100% + 30px) !important;
}
section.pricing .title {
    position: absolute;
    top: -2px;
    left: 10%;
    color: white;
    font-size: 13px;
    /* font-weight: bold; */
}

.new-title {
    top: -9px !important;
}
.quote {
        color: #fff;
        font-size: 18px;
        margin-top: 15px;
        margin-left: 10px;
}
section.pricing img.thumb {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
section.pricing p.price {
    font-size: 14px !important;
    color: #000000cc;
    margin-left: 50px;
    margin-top: -32px;
    position: relative;
}
section.practical-session-questionsets {
    min-height: 403px;
}

.pricing-details button:hover{
    background: #0b5cb3;
    color:white;
}
.classroom-tutorials p {
    top: 50% !important;
}
.classroom-tutorials p {
    top: 29% !important;
}
.classroom-tutorials p {
    position: absolute;
    left: 29%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px !important;
    color: #fff;
    background: #13111185;
    line-height: 19px;
}
section.pricing p.price span {
    font-size: 17px;
    font-weight: 600;
}

.classroom-tutorials p span {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-left: 0px;
}
.pricing-details {
    background: white;
    padding: 12px 14px 10px;
    text-align: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
p.price-topic {
    color:#7c8186;
    font-size: 15px !important;
}
.master p.price-topic {
    color: #05bba6;
}
.master-plus p.price-topic {
    color: #1e1ec5;
}
.pricing-details button {
    margin-top: 35px;
    margin-bottom: 25px;
    background: #117bec;
    color: white;
    border-color: #337ab7;
}
ul.express-services hr {
    margin-top: 9px;
    margin-bottom: 9px;
}
ul.express-services {
    text-align: left;
    margin-left: -42px;
}
ul.express-services li i.fa {
    color: #1fbba6;
    padding-right: 7px;
}
ul.express-services li {
    color: black;
    list-style:none;
    padding-left:41px;
}
span.top-all {
    position: absolute;
    background: rgba(0,0,0,.5);
    color: white;
    left: 32%;
    top: 1%;
    letter-spacing: 1px;
    padding: 2px 7px;
    border-radius: 15px;
    font-size: 13px !important;
}
span.top-all i.fa {
    color: #3b99ea;
    padding-right: 6px;
}

section.pricing .master-plus span.top-all {
    left: 24% !important;
}
/* Stylesheet of about page
   Edited by Suman Mali
   */
section.about-us-content {
    padding: 70px 0px;
}
section.about-us-content h3 {
    font-size: 45px;
    font-weight: bold;
    color: #007bff;
}
p.top-para-about {
    margin-top: 23px;
    font-size: 19px !important;
    line-height: 30px;
    margin-bottom: 70px;
}
.content-details-about-us {
    width: 20% !important;
    float: left;
    text-align: center;
    padding: 16px;
    border-right: 2px solid #a0a1a3c9;
}
.content-details-about-us img {
    width: 100%;
    max-width: 100%;
    margin: auto 0px;
    height: 170px;
}
.content-details-about-us h5 {
    font-size: 24px;
    color: #31708f;
}
.content-details-about-us h5 span {
    color: red;
    padding-right: 5px;
}
.tooltip {
    width: 210px !important;
    max-width: 210px;
}
span.more-line {
    padding-left: 26px;
}
/* End of Stylesheet of Pricing
 * Edited by Suman Mali
 * Dated on 26th April 2018
 ***************************/



.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.display-question-answer-admin {
    margin-top: 15px;
}
.option {
    padding-bottom: 6px;
}
.display-question-answer-admin h4 {
    font-weight: bold;
    text-align: center;
    font-size: 25px;
}
.questions-answers {
    margin-bottom: 14px;
}
.in-diplay {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
}

.display-question-answer-admin h6 {
    padding-left: 5px;
    display: inline;
    font-size: 15px;
}



.correct-answer h4 {
    display: inline;
    padding-right: 9px;
    line-height: 38px;
}
.display-question-answer-admin h5 {
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
}
.display-question-answer-admin p {
    display: inline;
    padding-left: 5px;
}
.side-bar {
    margin-top: 90px;
}
.questions {
    float: left;
    clear: left;
    width: 100%;
    width: 96%;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
    background: #f5f8fa;
    padding-top: 11px;
    padding-bottom: 13px;
    margin-bottom: 9px;
    font-weight: 600;
}
.next-button a {
    width: 25%;
    border: 1px solid green;
    float: right !important;
    padding: 10px 21px 10px 33px;
    background: green;
    color: #fff;
}
.previous-button a {
    border: 1px solid green;
    padding: 10px 23px 10px 21px;
    background: green;
    width: 25%;
    display: block;
    color: #fff;
}


.previous-button a {
    border: 1px solid green;

    padding: 10px 23px 10px 23px;
    background: green;
    color: #fff;
}
.questions h5 {
    font-size: 18px;
    font-weight: 400;
}
.recording-audio-question {
    text-align: center;
}
.check-answer{
    margin-top: 20px;
    text-align: center;
}
.questions.correct-answer-recording {
    margin-top: 10px;
    margin-bottom: 30px;
}
.audio-autoplay-record {
    margin-bottom: 15px;
}
.submit-question-set {
    margin-top: 20px;
}
table.table i {
    color: #337ab7;
    font-size: 20px;
}
table.table a {
    font-size: 15px;
    padding-left: 12px;
}
.display-mock-result section.footer {
    margin-left: -15px;
    margin-right: -15px;
}
.client-question-answering-section {

    padding-bottom: 152px;
    padding-top: 14px;
    min-height: 682px;
    margin-bottom: 29px;
    max-height: 304px;
}
section.tesimonial-carousel.progresstive-page-container {
    margin-left: -15px;
    margin-right: -15px;
}
.answer-audio {
    margin-top: 0px;
}
p.check-answer {
    padding-top: 7px;
    padding-left: 3px;
}
.record-voice-center.center {
    text-align: center;
}
.answer-record-user {
    padding-left: 15px;
    padding-right: 15px;
}
.record-stop {
    padding-top: 39px;
    background: white;
    padding-bottom: 39px;
}
.record-stop {
    text-align: center;
}
.fa.fa-microphone {
    font-size: 51px;
}
.call-us i {
    padding-top: 6px;
    font-size: 21px;
    color: #0f87d4;
    display: inline-block;
}
.call-us {
    padding-top: 18px;
}
.call-us i {
    padding-top: 6px;
    font-size: 21px;
    color: #0f87d4;
    display: inline-block;
}
.call-us b {
    padding-top: -19px;
    font-weight: 600;
    color: #0f87d4;
    padding-left: 5px;
}
.text-record {
    padding-top: 18px;
    padding-bottom: 7px;
    text-align: center;
}
button#btn-download-recording1 {
    display: none;
}
button#btn-release-microphone1 {
    display: none;
}
.record-voice {
    border: 1px solid #f7f7f7;
    padding-top: 52px;
    padding-bottom: 52px;
    padding-bottom: 52px;
    padding-bottom: 52px;
    background: #f5f8fa;
}
.button {
    font-size: 1.042em;
    font-family: Open Sans,sans-serif;
    padding: .708em 1.25em;
    border-radius: 2em;
    margin: 0 .5em;
    border: 0;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}
.button.record {
    background-color: #d95354;
    color: #fff;
    border-color: #d95354;
    border: 2px solid #d95354;
    box-sizing: border-box;
}

.questions h5 {
    display: inline;
}
.recording-question {
    margin-top: 4px;
    margin-bottom: 9px;
}
.side-bar li {
    list-style: none;
    font-size: 16px;
    border-bottom: 1px solid #adabab;
    padding-bottom: 7px;
    width: 82%;
    padding-top: 7px;
    line-height: 25px;
}
.side-bar h4 {
    color: #008d7f;
    font-weight: 600;
    font-size: 17px;
}
@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.jssorb052 .i {position:absolute;cursor:pointer;}
.jssorb052 .i .b {fill:#000;fill-opacity:0.3;}
.jssorb052 .i:hover .b {fill-opacity:.7;}
.jssorb052 .iav .b {fill-opacity: 1;}
.jssorb052 .i.idn {opacity:.3;}

.jssora053 {display:block;position:absolute;cursor:pointer;}
.jssora053 .a {fill:none;stroke:#fff;stroke-width:640;stroke-miterlimit:10;}
.jssora053:hover {opacity:.8;}
.jssora053.jssora053dn {opacity:.5;}
.jssora053.jssora053ds {opacity:.3;pointer-events:none;}

/*End of home slider css */

#tophead {
    background-color: #008d7f;
}
.blue-content {
    background: #008d7f;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
body{margin-top:50px;font-family: 'Poppins', sans-serif;}
.glyphicon { margin-right:10px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }
.dash-head-left {

    background: #ff3609;

    padding-top: 16px;
}
section.dashboard-page {
    margin-top: 130px;
}
.form-group {
    padding-bottom: 45px;
}
p.user-info-head {
    font-size: 16px;
    font-weight: 600;
    color: #008d7f;
}
html, body {
    margin: 0!important;
    padding: 0!important;

    width: 100%;
}
.dash-head-left,.dash-head-mid-left,.dash-head-mid-right {
    flex: 0 0 55.333333%;
    min-width: 30.333333%;
    width: 30.333333% !important;
    height: 178px;
}

.dash-body {
    margin-bottom: 46px;
}
h4.practical-session-category {
    font-size: 27px;
    font-weight: 600;
    margin-top: 32px;
    text-transform: uppercase;
}
section.practical-session-questionsets h4 {
    font-size: 27px;
    font-weight: 600;
    margin-top: 32px;
    text-transform: uppercase;
}
.userprofile-bg {
    background-color: #40454a;
    width: 250px;
    height: 250px;
    margin-left: 0px;
    margin-top: 24px;
}
p.dash-head-text {
    padding-top: 42px;
    font-weight: 600;
    text-align: center;
    font-size: 24px;
    color: white;
}

ul.dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 235px;
    transform-origin: top;
    animation-fill-mode: forwards;
    background-color: #179BD9;
    padding: 5px 20px 0;
}
h4.dash-head-text {
    /* font-weight: 600; */
    text-align: center;
    color: white;
    padding-bottom: 15px;
    font-size: 19px;
}
input#removeButton {
    color: #FFE;
    background: #ff0303;
    border: 1px solid #ff0303;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

input#addButton {
    color: #FFE;
    background: green;
    border: 1px solid green;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.alert.alert-success {
    margin-bottom: 0px !important;
}


.dash-head-mid-left {
    margin-left: 39px;

    background: green;

    padding-top: 16px;
}
.dash-head-mid-right {
    margin-left: 39px;

    background: skyblue;

    padding-top: 16px;
}
.dash-head-right {
    margin-left: 39px;
    width: 22% !important;
    background: #0054d2;
}
.section-title {
    margin-bottom: 15px;
    text-align: left;
    border: none;
    padding: 0;
    font-weight: normal;
    font-size: 26px;
    color: #fff;
}
.replied-message {
    margin-top: 36px;
}
.priority-message h4{
    padding-bottom: 12px;
    font-weight: bold;
    font-size: 21px;
}
.replied-message h4,.checked h4 {
    padding-bottom: 12px;
    font-weight: bold;
    font-size: 21px;
}
.checked {
    margin-top: 15px;
    padding-left: 0px !important;
}
section.home-parallex {
    margin-top: 50px;
    margin-bottom: 50px;
}
.text {
    padding-top: 42px;
    padding-left: 43px;
}
.footer {
    background: #008d7f;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
}
.girl-con {
    padding-bottom: 50px;
}
.learn-more {
    border: 2px solid rgba(255, 255, 255, 0.73);
    border-radius: 0;
    color: #ffffff;
    padding: 9px 10px;
    transition: all 0.2s ease 0s;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 5px;
}
section.school-banner {
    background: url(http://myschool.nepgeeks.com/wp-content/uploads/2017/05/school.jpg);
    width: 100%;
    height: 314px;
    background-size: contain;
    background-repeat: no-repeat;
}
section.school-library {
    background: url(http://myschool.nepgeeks.com/wp-content/uploads/2017/05/lib.jpg);
    width: 100%;
    height: 314px;
    background-size: contain;
    background-repeat: no-repeat;
}
section.school-lab-science {
    background: url(http://myschool.nepgeeks.com/wp-content/uploads/2017/05/chemistry-lab.jpg);
    width: 100%;
    height: 314px;
    background-size: cover;
    background-repeat: no-repeat;
}
section.school-computer {
    background: url(http://myschool.nepgeeks.com/wp-content/uploads/2017/05/children_school_desk_laptop_80192_1920x1080.jpg);
    width: 100%;
    height: 314px;
    background-size: cover;
    background-repeat: no-repeat;
}
section.school-Transporatation {
    background: url(http://myschool.nepgeeks.com/wp-content/uploads/2017/05/busjh.jpg);
    width: 100%;
    height: 314px;
    background-size: cover;
    background-repeat: no-repeat;
}
section.school-sports{
    background: url(http://myschool.nepgeeks.com/wp-content/uploads/2017/05/play1.jpg);
    width: 100%;
    height: 314px;
    background-size: cover;
    background-repeat: no-repeat;
}
section.school-staff{
    background: url(http://myschool.nepgeeks.com/wp-content/uploads/2017/02/staff.jpg);
    width: 100%;
    height: 314px;
    background-size: cover;
    background-repeat: no-repeat;
}
section.school-curriculum{
    background: url(http://myschool.nepgeeks.com/wp-content/uploads/2017/02/Genesis-Website-Banner6.jpg);
    width: 100%;
    height: 314px;
    background-size: cover;
    background-repeat: no-repeat;
}
section.student-participation p {
    color: #fff;
}
h4.display-post-details {
    font-size: 29px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-weight: 600;
    color: #008d7f;
    text-transform: uppercase;
}
.blog-homepage a:hover {
    color: #fff;
}
.blog-next-homepage {
    padding-bottom: 30px;
}
section.display-post-blog ul.pagination {
    float: right;
}
.blog-homepage a {
    color: #fff;
}
section.display-post-details p,section.display-page-details p  {
    font-size: 16px;
    color: #000;
    line-height: 22px;
}
section.display-post-details img,section.display-page-details img {
    padding-bottom: 26px;
}
div.mce-edit-area {
    background: #FFF;
    filter: none;
    height: 299px;
}
.hseb-scholar td {
    padding-left: 19px !important;
}
td.color {
    padding: 10px;
    /* color: grey; */
    background: rgba(88, 86, 86, 0.1);
}


.page-wrap {
    padding-left: 43px;
    padding-right: 43px;
}



table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
    background-color: transparent;
}

.user-row {
    border-bottom: 1px solid #b3b2b2;
    padding-bottom: 15px;
    padding-top: 15px;
}
label.control-label {
    padding-top: 20px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

label{
    color:#727272;
}
.title-course {
    border-left: 4px solid #ff6000;
    color: #00387d;
    display: inline-block;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 30px;
    padding-left: 15px;
    margin-top: 40px;
}
section.latest-event {
    background: #f7fcfe;
}
section.contact-us {
    padding-bottom: 60px;
    padding-top: 59px;
    background: linear-gradient(#1514146b, #252020b0),url(/images/3/web1.jpg);
    background-repeat: no-repeat;
    max-width: 100% !important;
    background-position: center;
    background-size: cover;
}

.well.well-sm.back-ground-none .btn-primary {
    width: 100% !important;
    margin-top: 33px !important;
}
.well.well-sm.back-ground-none  textarea.form-control {
    height: 216px;
}
.well.well-sm.back-ground-none label {
    padding-bottom: 5px;
    color: #fff;
    font-size: 16px;
}
.contact-address {
    padding-left: 45px !important;
    padding-right: 124px !important;
}
.well.well-sm.back-ground-none {
    padding-top: 41px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    background: none !important;
    padding-bottom: 26px;
    border: 3px solid #ffffff !important;
}
.contact-address a {
    color: #fff;
}
.contact-address legend {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-address {
    color: #fff;
}
.well.well-sm.back-ground-none .form-group {
    padding-bottom: 10px !important;
}
.contact-page {

    margin-bottom: 0px !important;

}
.blog-next-homepage img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.student-participation {
    background: #008d7f;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
}
.block-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}
.participation-content p {
    color: #fff;
}

.block-title a {
    color: #fff;
}
.participation-readmore {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 5px 25px 8px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    margin-top: 18px;
}
.participation-readmore {
    margin-bottom: 25px;
}
.participation-readmore a {
    color: #fff;
}
.parallax-window {
    color: #fff;
    font-size: 32px;
    text-shadow: 1px 2px 2px #000;
    padding-top: 200px;

    margin: 0 auto;
    text-align: center;
    min-height: 427px;
    background: transparent;
}
.parallax-text {
    max-width: 1170px;
    margin: 0 auto;
}
img {
    height: auto;
    max-width: 100%;
}

.featured-courses img {
    margin-top: 10px;
}
.title-head {
    padding-top: 10px;
    font-size: 19px;
    color: #253b80;
    font-weight: 400;
}
.title-head a {

    color: #253b80 !important;

}
p {
    color: #727272;
}
.featured-courses img {
    margin-top: 10px;
    height: auto;
    max-width: 100%;
}

.courses-title {
    color: #000;
    display: block;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
    padding: 6px 5px;
    background: rgb(221, 242, 255) none repeat scroll 0 0;
    margin: 0;
    margin-top: 10px;
}

.courses-title a {
    color: #000 !important;
}

.top-news {
    float: left;
    width: 35%;
}

.top-news-title {
    background: #0d111d none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-left: -500px;
    padding: 14px 6px 14px 499px;
    position: relative;
}

.top-news a {
    width: 100%;
    color: #fff;
}

li.menu-item {
    display: inline;
}

#top-nav ul li a {
    color: rgba(255, 255, 255, 0.75);
    padding: 10px;
    position: relative;
    z-index: 99;
}

.top-news-title::after {
    border-left: 16px solid #0d111d;
    border-top: 49px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline;
    float: right;
    position: absolute;
    right: -16px;
    bottom: 0;
}
.news-ticker-inner-wrap {
    margin: 15px 73px;
}

ul#menu-home-menu-1 {
    margin-top: 9px;
    float: right;
}

.display-post-details img{
    width:100%;
}
.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}
section.navigation-menu {
    margin-bottom: 30px;
    min-height: 85px;
    position: fixed;
    overflow: hidden;
    z-index: 999999;
    top:0;
    left:0;
    right:0;
    width: 100%;
    transition: 0.35s all ease;
}
.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li .chat-body p {
    margin: 0;ul.nav.navbar-nav a
    color: #777777;
}
.top-nav a {
    color: #fff;
}
.register-form-user {
    margin-left: 23px !important;
    flex: 0 0 75% !important;
    max-width: 70% !important;
}



::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(3.95rem + 2px) !important;
}
li.menu-item i {
    font-size: 20px;
    color: #fff;
}
.header-login {
    padding-top: 11px;
}
.header-login a {
    float: right;
}
li.menu-item {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
td.sorting_1 img {
    width: 140px;
    height: 140px;
}
li.menu-item:nth-child(n) {
    padding-right: 21px;
}
ul.nav.navbar-nav a {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.not-an-admin {
    text-align: center;
    padding-top: 106px;
    background: #0000001f;
    padding-bottom: 114px;
}
h4.not-admin {
    font-weight: 600;
    font-size: 37px;
    text-transform: capitalize;
}
p.not-admin {
    font-size: 21px;
    padding-top: 5px;
}
::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.question-as-per-set {
    border: 1px solid;
    text-align: center;
    width: 103px !important;
    padding-top: 12px;
    background: #1437a3;
    padding-bottom: 10px;
}

a.question-as-per-set-redirect {
    color: #fff !important;
}

.category-box {
    margin-top: 20px;
    padding-top: 48px;
    width: 22% !important;
    background: #008d7f;
    margin-right: 20px;
    color: #fff;
    padding-bottom: 58px;
}
.category-box p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.practical-questionsets {
    margin-top: 20px;
    width: 31% !important;
    background: #008d7f;
    margin-right: 20px;
    padding-top: 23px;
    padding-bottom: 17px;
    color: #fff;
    flex: 0 0 18.666667% !important;
    max-width: 33.666667% !important;
}
.practical-questionsets p {
    color: #fff;

    font-size: 21px;
    text-align: center;
}
button.btn.btn-primary {
    margin-top: 20px;
}
.client-question-answering-box {
    display: block;
    min-height: 95px;
}

/* homepage style.css */


section.header a img {
    width: 61%;
    padding: 5px 0px 8px;
}
section.homepage-image img {
    max-width: 100%;
}
.header .enroll-now {
    padding: 17px 0px 8px;
}
.header .enroll-now button {
    float: right;
    padding: 10px 30px;
    border-radius: 0px;
}
ul.menu a li.menu-item {
    display: inline;
    padding: 0px 32px !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    color:white;
}
ul.menu {
    list-style: none;
    margin-left: -25px;
}
ul.menu a:first-child li.menu-item {
    padding-left: 0px !important;
}
ul.menu a:last-child li.menu-item:last-child {
    padding-right: 0px !important;
    border: 1px solid #4a4949;
    padding-top: 12px !important;
    padding-bottom: 13px !important;
    padding-right: 29px !important;
    border-top: none;
    border-bottom: none;
    padding-left: 12px !important;
}
section.navigation-menu {
    background: #fff;
    color: #000;
    padding-top: 17px;
    margin-bottom: 0px;
}
ul.menu a {
    text-decoration: none;
}

ul.menu a li.menu-item:hover {
    color: black;
}
li.menu-item i.fa {
    padding-right: 10px;
}
section.first-section , section.video-section{
    padding: 80px;
    text-align: center;
}
section.first-section h4 {
    font-weight: bold;
    /* margin-top: 10px; */
    margin-bottom: 20px;
    padding: 10px 56px 20px;
    /* text-align: left; */
    /* border-left: 2px solid #0f87d4; */
}
.content1 {
    padding: 20px;
}
.content1 p {
    text-align: left;
    line-height: 27px;
}
section.first-section button , .express button{
    padding: 11px 50px;
    border-radius: 0px;
    font-weight: bold;
    text-shadow: 2px 2px #383838;
}
section.class-room-based-course h4.title {
    font-size: 45px;
    text-align: center;
    margin-bottom: 45px;
    color: #007bff;
}
section.video-section h3, section.video-section iframe{
    margin: auto;
    width: 1200px !important;
}
section.video-section {

    background: #6fcac5;

}

section.video-section h3 {
    color: #216BBE;
    font-size: 45px;
    padding-bottom: 60PX;
    text-transform: capitalize;
}
section.courses-section {
    padding-top: 36px;
}
section.courses-section h3 {
    font-size: 45px;
    text-align: center;
    margin-bottom: 45px;
    color:#007bff;
}
.express {
    background: #eeeeee;
    padding: 30px;
}
.express-price {
    position: relative;
    padding: 20px 30px 32px;
    background: white;
}
.express-price h4 {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -2px;
}
.express-price span:nth-child(2) {
    background: #007bff;
    color: white;
    position: absolute;
    top: 57%;
    padding: 0px 7px;
    font-size: 14px;
    left: 11.3%;
    box-shadow: inset 1px 1px 9px 0px white;
}
.express-price p {
    position: absolute;
    left: 71%;
    top: 20%;
    font-size: 14px;
}
.express-price span:nth-child(4) {
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    left: 72%;
    top: 29%;
}
.express h5 span {
    font-weight: bold;
    padding-right: 6px;
}
.express h5 {
    font-size: 27px;
    margin-bottom: 10px;
    margin-top: 50px;
}
.express p {
    line-height: 28px;
}
.express button {
    margin-top: 80px;
    margin-bottom: 10px;
    margin-left: 48px;
}
.master-plus-price i.fa {
    background: white;
    color: #007bff;
    padding: 3px;
    margin-top: 1px;
    border-radius: 50%;
    margin-left: 4px;
}
.express.master-plus button {
    margin-top: 24px;
}
.master-plus-price span:nth-child(2){
    padding:0px;
}
a.left.carousel-control, a.right.carousel-control {
    background: none;
    color: #216bbe;
}
.test-slider p {
    text-align: center;
    font-size: 14px;
    color: #000000d6;
}
.test-slider img {
    width: 80%;
    border-radius: 50%;
}
section.tesimonial-carousel {
    background: rgba(0,0,0,0.2);
    padding: 80px;
}
ol.carousel-indicators {
    position: absolute;
    top: 111%;
}
.test-slider h6 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom:2px;
}
section.footer {
    padding: 60px 0px;
    background: rgb(0 56 125);
    color: white;
}
section.footer ul {
    list-style: none;
    margin-left: -39px;
    padding-top: 15px;
}
section.footer h4 {
    font-weight: bold;
    font-size: 20px;
}
section.footer ul a {
    text-decoration: none;
    color: #adacac;
}
section.footer ul li {
    font-size: 15px;
    padding-bottom: 5px;
}
section.footer ul a:hover {
    color: #0f87d4;
}
.social-links li {
    display: inline-block;
    padding-right: 20px;
    font-size: 20px;
}
section.bottom-section p {
    font-size: 13px;
    line-height: 10px;
}
section.bottom-section p span {
    font-size: 11px;
    /* margin-top: -14px; */
}
section.bottom-section {
    padding: 17px 0px 0px 0px;
}
.developer p {
    float: left;
    margin-top: 7px;
}
.progressive-natti-body {
    margin-top: 130px;
}
section.homepage-image img {
    max-width: 100%;
}
.header .enroll-now {
    padding: 17px 0px 8px;
}
.header .enroll-now button {
    float: right;
    padding: 10px 30px;
    border-radius: 0px;
}
ul.menu a li.menu-item {
    display: inline;
    padding: 0px 32px !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    color:white;
}
ul.menu {
    list-style: none;
    margin-left: -25px;
}
ul.menu a:first-child li.menu-item {
    padding-left: 0px !important;
}
ul.menu a:last-child li.menu-item:last-child {
    padding-right: 0px !important;
    border: 1px solid #4a4949;
    padding-top: 12px !important;
    padding-bottom: 13px !important;
    padding-right: 29px !important;
    border-top: none;
    border-bottom: none;
    padding-left: 12px !important;
}
section.navigation-menu {
    background: #fff;
    color: #000;
    padding-top: 0px;
    line-height:30px;
}
ul.menu a {
    text-decoration: none;
}

ul.menu a li.menu-item:hover {
    color: black;
}
li.menu-item i.fa {
    padding-right: 10px;
}
section.first-section , section.video-section{
    padding: 0 80px;
    text-align: center;
}
section.first-section h4 {
    font-weight: bold;
    /* margin-top: 10px; */
    margin-bottom: 20px;
    padding: 10px 56px 20px;
    /* text-align: left; */
    /* border-left: 2px solid #0f87d4; */
}
.content1 {
    padding: 20px;
}
.content1 p {
    text-align: left;
    line-height: 27px;
}
section.first-section button , .express button{
    padding: 11px 50px;
    border-radius: 0px;
    font-weight: bold;
    text-shadow: 2px 2px #383838;
}
section.video-section h3, section.video-section iframe{
    margin: auto;
}
section.video-section {
    background: #eeeeee;
}
section.video-section h3 {
    color: #216bbe;
    font-size: 45px;
    padding-bottom: 60PX;
}

section.courses-section h3 ,section.fees-comparision h3{
    font-size: 45px;
    text-align: center;
    margin-bottom: 45px;
    color:#007bff;
}
.express {
    background: #eeeeee;
    padding: 30px;
}
.express-price {
    position: relative;
    padding: 20px 30px 32px;
    background: white;
}
.express-price h4 {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -2px;
}
.express-price span:nth-child(2) {
    background: #007bff;
    color: white;
    position: absolute;
    top: 57%;
    padding: 0px 7px;
    font-size: 14px;
    left: 11.3%;
    box-shadow: inset 1px 1px 9px 0px white;
}
.express-price p {
    position: absolute;
    left: 71%;
    top: 20%;
    font-size: 14px;
}
.express-price span:nth-child(4) {
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    left: 72%;
    top: 29%;
}
.express h5 span {
    font-weight: bold;
    padding-right: 6px;
}
.express h5 {
    font-size: 27px;
    margin-bottom: 10px;
    margin-top: 50px;
}
.express p {
    line-height: 28px;
}
.express button {
    margin-top: 80px;
    margin-bottom: 10px;
    margin-left: 48px;
}
.master-plus-price i.fa {
    background: white;
    color: #007bff;
    padding: 3px;
    margin-top: 1px;
    border-radius: 50%;
    margin-left: 4px;
}
.express.master-plus button {
    margin-top: 24px;
}
.master-plus-price span:nth-child(2){
    padding:0px;
}
a.left.carousel-control, a.right.carousel-control {
    background: none;
    color: #216bbe;
}
section.tesimonial-carousel {
    background: #eeeeee;
    padding: 80px;
}
ol.carousel-indicators {
    position: absolute;
    top: 111%;
}
.test-slider h6 {
    font-size: 16px;
    font-weight: bold;
}
section.footer {
    background: rgb(0 56 125);
    color: white;
}
section.footer ul {
    list-style: none;
    margin-left: 0px;
    padding-top: 15px;
}

.footer .fa{
    color:#fff;
    font-size:23px;

}

section.footer h4 {
    font-weight: bold;
    font-size: 20px;
}
section.footer ul a {
    text-decoration: none;
    color: #adacac;
}
section.footer ul li {
    font-size: 17px;
    padding-bottom: 13px;
    color:#fff;
}
section.footer ul a:hover {
    color: #0f87d4;
}
.social-links li {
    display: inline-block;
    padding-right: 20px;
    font-size: 20px;
}
section.bottom-section p {
    font-size: 13px;
    line-height: 10px;
}
section.bottom-section p span {
    font-size: 11px;
    /* margin-top: -14px; */
}
section.bottom-section {
    padding: 17px 0px 0px 0px;
}


/* Stylesheet for the courses page
 * Edited by Suman Mali
 * Dated on 20 th April 2018
 ****************************/
section.courses-submenu {
    background: #afd8f3;
    padding: 10px 0px 0px 30px;
}
section.courses-submenu p {
    font-weight: bold;
}
section.courses-submenu p a span:hover {
    color: white;
}
section.courses-submenu p a {
    padding: 0px 10px;
    font-weight: 200;
    font-size: 14px;
    color: black;
    text-decoration: none;
}
body.courses .courses-section {
    padding: 45px;
}
body.courses .courses-section h3 {
    text-align: left;
}
p.link-to-fee span a {
    text-decoration: none;
    color: #0f87d4;
}
p.link-to-fee span {
    background: #eeeeee99;
    font-weight: bold;
    padding: 15px 60px;
}
p.link-to-fee {
    margin-top: 50px;
    text-align: center;
}
.courses section.tesimonial-carousel {
    margin-top: 30px;
}
p.link-to-fee span a:hover {
    color: #35c4fe;
}

/* Stylesheet for the fees page
 * Edited by Suman Mali
 * Dated on 20 th April 2018
 ****************************/
table td[class*=col-], table th[class*=col-] {
    /* position: static; */
    /* display: table-cell; */
    float: left;
}
section.fees-comparision .express {
    text-align: center;
}
section.fees-comparision .express-price {
    background: none;
}
section.fees-comparision .express h4 {
    font-size: 40px;
}
.fees-comparision .express-price span:nth-child(2) {
    top: 60%;
    padding: 2px 14px;
    font-size: 16px;
    left: 30.2%;
}
section.fees-comparision .express h5 {
    font-size: 18px;
    font-weight: bold;
}
.fees-comparision .express p {
    line-height: 26px;
    font-weight: 200;
    margin-top: 30px;
}
.fees-comparision .express-price i.fa {
    background: white;
    color: #017cff;
    border-radius: 50%;
    margin-left: 2px;
    margin-right: -6px;
}
.fees-comparision .express{
    background:#c1dbf9;
}
.express.master-bg {
    background: #a1ccfb;
}
.express.master-plus-bg {
    background:#238dffa1;
}
.fees-comparision table tr {
    border-bottom: 1px solid #61a9f7;
    border-bottom-style: dotted;
}
.fees-comparision table tr:last-child {
    border:none;
}
p.fill1 {
    height: 53px;
}
p.fill3{
    height:1px;
}
p.fill2 {
    height: 27px;
}
.fees-comparision i.fa.fa-check {
    font-size: 19px;
}
.left-label {
    padding-top: 22px;
    font-size: 16px;
}
section.fees-comparision {
    padding: 60px 0px 80px;
}
section.fees-comparision .express button {
    margin-left: 0px;
    margin-top: 0px;
    font-size: 20px;
}
.left-label {
    font-weight: bold;
    color: #0f87d4;
}


/* Stylesheet for the about page
* Edited by Suman Mali
* Dated on 20 th April 2018
****************************/
section.about-content {
    padding: 60px;
}
section.about-content h5 {
    font-size: 19px;
    font-weight: bold;
    margin-top: 30px;
}
section.about-content p {
    line-height: 27px;
    letter-spacing: 0.4px;
}
section.about-content ul li {
    line-height: 27px;
    margin-left: -20px;
}


/* Stylesheet for the contact page
 * Edited by Suman Mali
 * Dated on 20 th April 2018
 ****************************/
section.contact-form p span {
    font-weight: bold;
}
section.contact-form {
    padding: 70px;
}


/* Stylesheet for the testimonial page
 * Edited by Suman Mali
 * Dated on 21 th April 2018
 ****************************/

section.testimonial-details p span {
    font-weight: bold;
    font-size: 17px;
}

section.testimonial-details p {
    line-height: 27px;
    padding-left: 35px;
}
section.testimonial-details {
    padding: 80px;
}
section.testimonial-details img {
    background: black;
}
section.testimonial-details img {
    max-width: 100%;
    border-radius: 50%;
    width: 70%;
    border: 4px solid #d6d6d6;
    margin: 20px 40px;
}
section.testimonial-details hr {
    margin-top: 50px;
    margin-bottom: 30px;
    border-top: 2px solid #b3b2b085;
}
.testinomial-wrap.right-side {
    float: right;
    border-top-right-radius: 0px;
    border-top-left-radius: 100px;
    margin-left: 320px;
}


/* try out*/
.practise-session p {
    padding-top: 26px;
    padding-left: 20px;
    padding-right: 20px;
}
.practise-session a p {
    color: white;
    background: #216BBE;
    margin: 18px;
    padding: 14px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}
section.try-section h4 {
    font-size: 45px;
    text-align: center;
    margin-bottom: 45px;
    color: #216BBE;
}
.practise-session {

    padding-bottom: 15px;
    border: 15px solid #0c376c0d;
}
.practise-session img {
    max-width: 100%;
}
.practise-session:hover a p {
    background: #1358ad;
    color: white;
}

.practise-session a {
    text-decoration: none;
}
section.try-section {
    padding: 65px;
}
.margint-6 {
    text-align: center;
}

@media only screen and (max-width:500px){
.courses .maps{
    width:380px;
}
.box img{
    margin-top:40px;
    width:84%;
}

#servicess .btn{
    top:60%;
}
.img-height{
    background-position:right;
    height:223px;
}

.cadastral-image-land{
    height:125px;
}

.cadastral-image-mapping{
     height:125px;
}

.cadastral-image-hybrid{
     height:125px;
}
.cadastral-image-other-service{
     height:125px;
}
.font-color .headings{
    margin-top:20px;
}
.image-icon{
    width:8%;
}
}
@media only screen and (min-width: 426px) and (max-width: 769px) {
    .content-details-about-us {
        width: 100% !important;
        border: none;
    }
    
    #servicess .btn{
        top:4%;
    }
    
    .box .btn{
        padding: 12px 3px !important;
    font-size: 1.2rem !important;
    }
    .font-color .headings{
    font-size:11px;
}
    
    .content-details-about-us img {
        height: auto;
        width: 60%;
        margin-top: -45px;
        margin-bottom: -52px;
    }
    p.top-para-about {
        font-size: 16px !important;
        margin-bottom: 20px;
    }
    section.about-us-content h3 {
        font-size: 40px;
    }
    .test-recording-wrap {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .questions {
        margin-left: 0px;
    }
    .col-sm-offset-1.test-recording-wrap {
        margin-left: 0% !important;
    }
    .register-form-user {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-left: 0px !important;
    }
    .options {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-bottom: 15px;
    }
    .margin-left-20 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .blog-next-homepage {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .previous-button a, .next-button a {
        width: 45% !important;
    }
    .button.record {
        margin-bottom: 10px;
    }
    table.table a {
        font-size: 12px;
        padding-left: 7px;
    }
    table.table i {
        font-size: 16px;
        margin-left: -8px;
    }
    .practical-sidbar {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }
    .practical-questionsets {
        margin-top: 20px;
        width: 100% !important;
        background: #008d7f;
        margin-right: 16px;
        padding-top: 23px;
        padding-bottom: 17px;
        color: #fff;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .practical-cat-wrap {
        flex: 0 0 60% !important;
        max-width: 61% !important;
    }
    .category-box {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin-top: 24px;
        padding-top: 66px;
        width: 45% !important;
        background: #008d7f;
        margin-right: 20px;
        color: #fff;
        padding-bottom: 67px;
    }
    section.tesimonial-carousel-blog {
        background: #c7c5c6;
    }
    .blog-text {
        flex: 0 0 60% !important;
        max-width: 60% !important;
    }
    .blog-image {
        flex: 0 0 35% !important;
        max-width: 35% !important;
    }
    section.pricing.course-pricing {
        margin-left: -15px;
        margin-right: -15px;
    }
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left !important;
    }
    .login-email, .login-password {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .naati-login {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .dashboard-body {
        flex: 0 0 59% !important;
        max-width: 59% !important;
    }
    .dash-head-mid-left {
        margin-top: 25px;
        margin-bottom: 25px;
        background: green;
        padding-top: 16px;
    }
    .dash-head-mid-right {
        background: skyblue;
        padding-top: 16px;
    }
    .dashboard-nav {
        flex: 0 0 39% !important;
        max-width: 39% !important;
    }

    section.dashboard-page {
        padding-bottom: 40px;
    }
    .dash-head-left, .dash-head-mid-left, .dash-head-mid-right {
        margin-left: 24% !important;
        display: block;
        min-width: 55.333333%;
        width: 55.333333% !important;
        height: 178px;
    }
    section.dashboard-page {
        margin-top: 45px;
    }
    form.form-horizontal .form-group {
        padding-bottom: 0px;
    }
    .call-us span.mapwala {
        position: absolute;
        top: 24%;
        left: 28%;
        margin-right: -67%;
    }
    .jumbotron .h1, .jumbotron h1 {
        font-size: 45px;
    }
    section.testimonial-details {
        padding: 50px 0px;
    }
    section.testimonial-details img {
        width: 100%;
        margin: 40px 20px;
    }
    .contact-left {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-address {
        margin-top: 7px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    form.form-horizontal .form-group {
        padding-bottom: -1px;
    }
    section.testimonial-details p {
        line-height: 24px;
        padding-left: 15px;
    }
    .testinomial-wrap {
        height: 200px;
        margin-left: 0px;
        width: 85%;
        padding: 8px;
        margin-bottom: 50px;
    }
    .error-message-contact .row {
        margin-right: 0px !important;
    }
    section.testimonial-details img {
        width: 100%;
        margin: 27px 20px;
    }
    .testinomial-wrap.right-side {
        margin-left: 82px;
    }
    section.bottom-section p {
        font-size: 13px;
        line-height: 20px;
    }
    section.about-content {
        padding: 0px 0px 0px 0px;
    }
    .jumbotron.jumbotron-sm.contact-page small {
        font-size: 24px;
    }
    section.tesimonial-carousel.progresstive-page-container {
        margin-left: -15px;
        margin-right: 0px;
    }
    .contact-address {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .jumbotron.jumbotron-sm.contact-page {
        padding-top: 20px !important;
        padding-bottom: 12px !important;
    }
    section.header.homepage .col-sm-2 {
        flex: 0 0 35% !important;
        max-width: 31% !important;
        text-align: left;
    }
    .call-us {
        display: inline-block;
        flex: 0 0 58% !important;;
        max-width: 61% !important;
        text-align: left;
    }
    section.first-section h4 {
        font-weight: bold;
        margin-bottom: 20px;
        padding: 7px 4px 3px;
        text-align: center;
        /* border-left: 2px solid #0f87d4; */
        height: 35px;
    }
    button.btn.btn-primary {
        margin-top: 0px;
    }

    .header-login {
        padding-top: 0px;
        left: 64%;
        position: absolute !important;
        display: block;
        background: #0f87d4;
        z-index: 999;
        max-width: 32% !important;
        flex: 0 0 32% !important;
        margin-top: -16%;
        width: 32% !important;
    }

    li.menu-item:nth-child(n) {
        padding-right: 30px;
    }
    li.menu-item {
        font-size: 14px;
    }

    .margint-6 {
        max-width: 40% !important;
    }
    div#myNavbar .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .content1 p {
        text-align: center;
        line-height: 27px;
    }
    section.tesimonial-carousel {
        background: #eeeeee;
        padding: 0px;
    }
    .image-wrap img {
        height: 164px;
    }
    section.video-section h3 {
        color: #007bff;
        font-size: 45px;
        padding-bottom: 28PX;
    }

    .classroom-tutorials p {
        position: absolute;
        left: 14%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px !important;
        color: #fff;
        background: #13111185;
        line-height: 19px;
    }
    section.pricing p.price {
        position: relative;
        top: 0;
        left: 10%;
        font-size: 14px !important;
        color: #4e4646;
        line-height: 19px;
    }
    section.pricing .title {
        position: absolute;
        top: 0%;
        left: 12%;
        color: white;
    }
    .container {
        max-width: 720px !important;
    }
    section.try-section {
        padding: 0px;
    }
    .practise-session {
        padding-bottom: 15px;
        border: 3px solid #0c376c0d;
    }
    section.try-section .col-sm-4 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    section.try-section {
        margin-top: 38px;
        margin-bottom: 44px;
    }
    .practise-session a p {
        color: white;
        font-size: 12px;
    }
    .practise-session p {
        padding-top: 26px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 25px;
        padding-right: 20px;
    }
    section.try-section h4 {
        font-size: 45px;
        text-align: center;
        margin-bottom: 25px;
        color: #007bff;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-top: 33px;
        padding-bottom: 34px;
    }
    section.pricing .master {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .express-sec, .master, .master-plus {
        flex: 0 0 33.333333%;
        max-width: 33.333333% !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .pricing-details {
        background: white;
        padding: 13px 12px 9px;
        width: 100%;
        text-align: center;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    section.pricing {
        padding: 29px;
        background: #eeeeee;
    }

    section.footer {
        padding: 48px;
        background: rgb(0 56 125);
        color: white;
    }
    section.pricing .express-sec {
        margin-left: 0px;
    }
    .check-test {
        /* border: 1px solid #cecbcb; */
        padding: 40px;
        width: 88%;
        margin-left: 40px;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 50px;
        box-shadow: 2px 3px 12px 2px #d4cfcf;
        margin-top: 10px;
        margin-bottom: 20px;
        background: white;
    }
    .courses, .address, .service, .social-links {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .address, .social-links {
        padding-right: 55px !important;
        text-align: left !important;
    }
    .courses, .service {
        text-align: left;
        padding-left: 55px !important;
    }
    section.tesimonial-carousel {
        background: #eeeeee;
        padding: 0px;
    }
    section.first-section, section.video-section {
        padding: 48px 0px 56px 0px;
        text-align: center;
    }
    section.video-section h3, section.video-section iframe {
        margin: auto;
        width: 854px !important;
        margin: 0px !important;
    }

    .max-w {
        flex: 0 0 33.33% !important;
        max-width: 33.33% !important;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .h4, h4 {
        font-size: 14px !important;
    }

    .nav-menus {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .header-login {
        margin-top: -12%;
    }

    .payment-text {
        color:#226ABE !important;
        top: 9% !important;
        left: 75% !important;
    }

}
@media only screen and (max-width: 425px) {
    .navbar-toggler {
        display: block !important;
        position: relative;
    }

    .navbar-toggler {
        font-size: 2rem !important;
    }
    
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
        border-color: rgb(255,102,203);
       
        }

    .content-details-about-us {
        width: 100% !important;
        border: none;
    }
    .content-details-about-us img {
        height: auto;
        width: 60%;
        margin-top: -45px;
        margin-bottom: -52px;
    }
    p.top-para-about {
        font-size: 14px !important;
        margin-bottom: 20px;
    }
    section.about-us-content h3 {
        font-size: 30px;
    }
    .content-details-about-us:last-child img {
        margin-bottom: -30px;
    }
    .options {
        margin-left: -20px;
        margin-bottom: 13px;
    }
    .options input[type="radio"] {
        margin-right: 7px;
    }
    .container-fluid.progressive-natti-body section.footer {
        margin-left: -15px;
        margin-right: -15px;
    }
    .questions {
        float: left;
        clear: left;
        font-size: 18px;
        margin-left: 0px;
        margin-right: 0px;
        background: #f5f8fa;
        padding-top: 11px;
        padding-bottom: 13px;
        margin-bottom: 9px;
        font-weight: 600;
    }
    .practical-questionsets {
        margin-top: 20px;
        width: 100% !important;
        background: #008d7f;
        margin-right: 20px;
        padding-top: 23px;
        padding-bottom: 17px;
        color: #fff;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .audio-autoplay-record audio#audio1 {
        width: 65%;
    }
    .button.record {
        margin-bottom: 10px;
    }

    .previous-button a, .next-button a {
        width: 77%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .previous-button,.next-button {
        float: left;
        width: 50% !important;
    }
    .dash-head-left, .dash-head-mid-left, .dash-head-mid-right {
        width: 70% !important;
        margin-bottom: 20px;
    }
    .category-box {
        margin-top: 20px;
        padding-top: 74px;
        width: 100% !important;
        background: #008d7f;
        margin-right: 20px;
        color: #fff;
        padding-bottom: 77px;
    }

    .practical-session-container {
        padding-bottom: 30px;
    }
    .progressive-natti-body {

        padding-top: 23px;
    }
    .dash-head-left {
        margin: auto auto 20px auto;
    }
    .dash-head-mid-left {
        margin: auto auto 20px auto;
    }
    .dash-head-mid-right {
        margin: auto auto 20px auto;
    }
    .user-registration .register-form-user {
        margin-left: 0px !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    section.tesimonial-carousel-blog {
        background: #c7c5c6;
    }
    section.tesimonial-carousel-blog {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .user-registration {
        margin-top: 35px;
    }
    div#imagePreview {
        margin: auto;
    }
   
    .margin-left-20 input#uploadFile {
        margin-bottom: 20px;
    }
    .register-form-user {
        margin-top: 20px;
        margin-left: 60px !important;
    }
    .form-group {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    section.pricing.course-pricing {
        margin-left: -15px;
        margin-right: -15px;
    }
    section.dashboard-page {
        margin-top: 65px;
    }
    section.pricing.course-pricing {
        margin-left: -15px;
        margin-right: -15px;
    }
    form.form-horizontal .form-group {
        padding-bottom: 0px;
    }
    section.header a img {
        width: 25% !important;
        padding: 5px 0px 8px;
    }

    .call-us {
        left: 0px;
        top: 0%;
        position: relative;
    }

    .call-us {
        padding-top: 4px;
    }

    .call-us span.phonewala {
        position: relative;
        font-size: 12px;
    }

    .call-us i {
        font-size: 14px;
    }

    .call-us span.mapwala {
        top: 129% !important;
        position: absolute;
        font-size: 12px;
    }

    section.first-section, section.video-section {
        padding: 0px 20px;
    }

    .content1 {
        padding: 2px;
    }

    section.first-section button, .express button {
        padding: 9px 37px;
        margin-top: 10px !important;
        margin-bottom: 50px;
    }

    section.video-section h3 {
        font-size: 19px;
        padding-bottom: 20PX;
        padding-top: 50px;
        font-weight: bold;
    }

    section.video-section iframe {
        width: 100% !important;
        height: 217px;
    }

    section.video-section button {
        font-size: 14px;
        margin-top: 30px !important;
        padding: 8px 28px;
        margin-bottom: 50px;
    }

    section.class-room-based-course h4.title {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    section.class-room-based-course hr {
        margin-top: 8px !important;
        margin-bottom: 11px !important;
    }

    .payment-classroom-course input#fourth {
        font-size: 14px;
        margin-top: 15px !important;
        padding: 9px 23px;
    }

    section.pricing {
        padding: 40px 0px;
    }

    section.pricing h3 {
        font-size: 22px;
        margin-bottom: 14px;
        font-weight: bold;
    }

    section.pricing .express-sec, section.pricing .master, section.pricing .master-plus {
        margin-left: 0px;
    }

    section.pricing .title {
        position: absolute;
        top: 1%;
        left: 36%;
        color: white;
        /* font-weight: bold; */
    }

    section.first-section {
        margin-top: 20px;
    }

    .text-wrap-left, .text-wrap-right {
        padding-left: 0px;
    }

    section.header.homepage {
        margin-bottom: 42px;
    }

    section.header.homepage .col-sm-2 {
        background: #c3c3c34d;
    }

    section.header.homepage img {
        margin: auto;
        display: block;
    }

    section.pricing p.price {
        position: relative;
        top: 0;
        left: 0%;
        font-size: 14px !important;
        color: #000000cc;
        line-height: 19px;
    }

    .pricing-details {
        background: white;
        padding: 12px 14px 10px;
        width: 100%;
        text-align: center;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    section.pricing .master {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    section.try-section {
        padding: 40px 0px;
    }

    section.try-section h4 {
        font-size: 22px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .practise-session {
        padding-bottom: 0px;
    }

    .practise-session img {
        max-width: 100%;
        width: 100% !important;
    }

    section.tesimonial-carousel {
        padding: 66px 0px;
    }

    .check-test {
    / border: 1 px solid #cecbcb;
    / padding: 15 px;
        width: 70%;
        margin-left: 66px;
        margin-top: 5px;
        margin-bottom: 8px;
    }

    .test-slider img {
        width: 50%;
        margin-left: 58px;
        margin-bottom: 16px;
    }

    section.footer {
        padding: 40px 0px;
    }

    section.bottom-section p {
        font-size: 11px;
        line-height: 14px;
        padding: 0px 0px 3px;
    }

    .developer p {
        float: none;
        margin-top: 7px;
    }

    section.bottom-section {
        padding: 17px 0px 0px 0px;
    }
    .call-us {
        left: 0px;
        top: 0%;
        position: relative;

        text-align: left;
    }
    section.testimonial-details {
        padding: 30px 0px;
    }
    .testinomial-wrap {
        height: 233px;
        margin-left: 0px;
        width: 100%;
        padding: 4px;
        margin-bottom: 39px;
    }
    section.testimonial-details img {
        width: 20%;
        margin: 30px 0px;
    }
    .text-testinomial {
        margin-top: -110px;
    }
    section.testimonial-details p {
        line-height: 21px;
        padding-left: 89px;
    }
    section.testimonial-details p span {
        font-size: 14px;
    }
    .testinomial-wrap.right-side{
        margin-left:0px;
    }
    .right-side .text-testinomial {
        margin-top: -160px;
    }
    section.testimonial-details .right-side img {
        margin: 70px 0px;
    }

    .margint-6 {
        text-align: left;
        font-size: 12px;
    }

    .pricing-details {
        width: 100% !important;
    }

    section.pricing .master {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    section.pricing img.thumb {
        width: 100%;
    }

    .margin-b {
        margin-bottom: 20px;
    }

    .new-title {
        left: 80px !important;
        width: 70%;
    }

    .header-login {
        padding-top: 4px;
        position: absolute !important;
        width: 60% !important;
        left: 40%;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .new-title {
        top: -2px !important;
    }

    .footer-border {
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #226ABE;
    }

    .payment-icon {
        margin-left: 36px !important;
    }

    .payment-text {
        top: 20% !important;
        left: 67% !important;
        color: #226ABE !important;
    }
}


@media only screen and (max-width: 320px){
    .audio-autoplay-record audio#audio1 {
        width: 98%;
    }
    div#myDIV1 audio#audio_player {
        width: 97%;
    }


    .stop-voice-record {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .recording-audio-question audio#audio_player {
        width: 248px;
        margin-left: -15px;
    }
    .options {
        margin-left: -20px;
        margin-bottom: 13px;
    }
    .options input[type="radio"] {
        margin-right: 7px;
    }
    .questions {
        float: left;
        clear: left;
        font-size: 18px;
        margin-left: 0px;
        margin-right: 0px;
        background: #f5f8fa;
        padding-top: 11px;
        padding-bottom: 13px;
        margin-bottom: 9px;
        font-weight: 600;
    }
    .practical-questionsets {
        margin-top: 20px;
        width: 100% !important;
        background: #008d7f;
        margin-right: 20px;
        padding-top: 23px;
        padding-bottom: 17px;
        color: #fff;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .container-fluid.progressive-natti-body section.footer {
        margin-left: -15px;
        margin-right: -15px;
    }
    .previous-button,.next-button {
        float: left !important;
        width: 50% !important;
    }
    .practical-questionsets {
        margin-top: 20px;
        width: 100% !important;
        background: #008d7f;
        margin-right: 20px;
        padding-top: 23px;
        padding-bottom: 17px;
        color: #fff;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    section.tesimonial-carousel-blog {
        background: #c7c5c6;
    }
    .practical-session-container {
        padding-bottom: 30px;
    }
    .category-box {
        margin-top: 20px;
        padding-top: 48px;
        width: 100% !important;
        background: #008d7f;
        margin-right: 20px;
        color: #fff;
        padding-bottom: 58px;
    }


    .progressive-natti-body {
        padding-top: 23px;
    }
    .register-form-user {
        margin-top: 20px;
        margin-left: 0px !important;
    }
    .user-registration {
        margin-top: 35px;
    }
    .pricing-details {
        width: 100%;
    }
    section.dashboard-page {
        margin-top: 65px;
    }
    form.form-horizontal .form-group {
        padding-bottom: 0px;
    }
    .check-test {
        margin-left: 47px;
        padding:10px;
    }
    .test-slider img {
        margin-left: 40px;
    }
    section.testimonial-details img,section.testimonial-details .right-side img {
        width: 38%;
        margin: 17px 80px 0px;
    }
    section.testimonial-details p {
        padding-left: 0px;
        text-align: center;
    }
    .testinomial-wrap {
        height: 330px;
    }
    .text-testinomial {
        margin-top: 0px;
    }
    .right-side .text-testinomial {
        margin-top: 0px;
    }
    .previous-button a, .next-button a {
        width: 98%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pricing-details {
        width: 100% !important;
    }

    li.menu-item {
        font-size: 13px;
    }

    .header-login {
        width: 74% !important;
        left: 26%;
    }

    .logo-icon {
        margin: 0 !important;
    }

    .payment-text {
        top: 7% !important;
        left: 63% !important;
    }
}


@media only screen and (min-width: 321px) and (max-width: 375px){
    .recording-audio-question audio#audio_player {
        width: 248px;
        margin-left: -15px;
    }
    .options input[type="radio"] {
        margin-right: 7px;
    }
    .questions {
        float: left;
        clear: left;
        font-size: 18px;
        margin-left: 0px;
        margin-right: 0px;
        background: #f5f8fa;
        padding-top: 11px;
        padding-bottom: 13px;
        margin-bottom: 9px;
        font-weight: 600;
    }
    .options {
        margin-left: -20px;
        margin-bottom: 13px;
    }
    .practical-questionsets {
        margin-top: 20px;
        width: 100% !important;
        background: #008d7f;
        margin-right: 20px;
        padding-top: 23px;
        padding-bottom: 17px;
        color: #fff;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .container-fluid.progressive-natti-body section.footer {
        margin-left: -15px;
        margin-right: -15px;
    }
    .previous-button a, .next-button a {
        width: 98%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .previous-button,.next-button {
        float: left !important;
        width: 50% !important;
    }
    .user-registration {
        margin-top: 35px;
    }
    .practical-questionsets {
        margin-top: 20px;
        width: 100% !important;
        background: #008d7f;
        margin-right: 20px;
        padding-top: 23px;
        padding-bottom: 17px;
        color: #fff;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .practical-session-container {
        padding-bottom: 30px;
    }
    .category-box {
        margin-top: 20px;
        padding-top: 48px;
        width: 100% !important;
        background: #008d7f;
        margin-right: 20px;
        color: #fff;
        padding-bottom: 58px;
    }
    .progressive-natti-body {
        padding-top: 23px;
    }
    section.tesimonial-carousel-blog {
        background: #c7c5c6;
    }
    .user-registration div#imagePreview {
        margin: 0px !important;
    }
    .register-form-user {
        margin-left: 0px !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0px;
    }
    .check-test {
        margin-left: 56px;
        padding:10px;
    }
    .test-slider img {
        margin-left: 55px;
    }

    .header-login {
        width: 65% !important;
        left: 35%;
    }

    .payment-icon {
        margin-left: 33% !important;
    }
}



@media only screen and (max-width: 1024px) and (min-width:770px){
    .test-recording-wrap {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .questions {
        margin-left: 0px;
    }

    .col-sm-offset-1.test-recording-wrap {
        margin-left: 0% !important;
    }
    .options {
        padding-left: 0px !important;
        padding-bottom: 14px;
    }
    label.control-label {
        padding-top: 4px;
        padding-bottom: 7px;
        text-transform: uppercase;
    }

    .call-us b {
        font-size: 13px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0 !important;
    }

    .userprofile-bg {
        background-color: #40454a;
        width: 190px;
        height: 190px;
        margin-left: 0px;
        margin-top: 24px;
    }
    section.testimonial-details img {
        width: 90%;
        margin: 11px 17px;
    }
    .previous-button a, .next-button a {
        width: 32% !important;
    }
    .dash-head-left, .dash-head-mid-left, .dash-head-mid-right {
        min-width: 28.333333%;
        width: 29.333333% !important;
    }
    section.tesimonial-carousel-blog {
        background: #c7c5c6;
    }
    form.form-horizontal .form-group {
        padding-bottom: 13px;
    }
    section.bottom-section p {
        font-size: 13px;
        line-height: 21px;
    }
    section.pricing.course-pricing {
        margin-left: -15px;
        margin-right: -15px;
    }
    section.about-content {
        padding: 0px 0px 40px;
    }
    section.first-section, section.video-section, section.tesimonial-carousel {
        padding: 70px 0px;
    }
    section.pricing {
        padding: 50px 0px;
    }
    section.testimonial-details {
        padding: 64px 0px;
    }
    .testinomial-wrap {
        width: 80%;
    }
    section.testimonial-details img {
        margin: 10px 15px;
    }
    .testinomial-wrap.right-side {
        margin-left: 165px;
    }
    section.pricing .master, section.pricing .express-sec{
        margin-left:0px;
    }
    section.pricing .master{
        margin-right: 0px;
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    section.pricing .title {
        top: 4px;
    }
    .new-title {
        top: -3px !important;
    }
    section.try-section {
        padding: 65px 0px;
    }
    .check-test {
        margin-left: 143px;
    }
    .test-slider img {
        margin-top: 17px;
    }
    section.about-content {
        padding: 40px 0px;
    }
    .testinomial-wrap {
        margin-left: 0px;
        width: 80%;
    }
    section.testimonial-details img {
        width: 90%;
        margin: 32px 40px;
    }
    section.footer {
        padding: 60px 0px;
    }

    .max-w {
        flex: 0 0 33.33% !important;
        max-width: 33.33% !important;
    }

    ul.nav.navbar-nav a, li.menu-item {
        font-size: 13px;
    }

    .payment-text {
        left: 85% !important;
    }
}

#read-more, #read-more1, #read-more2 {
    display: none;
}

#toggle, #toggle1, #toggle2{
    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    cursor:pointer;
    border:none;
    padding:4px;
    font-size:14px;
    background:#216BBE;
    color:white;
    box-sizing:border-box;
    text-transform: lowercase;
    border-radius: 6px;
  }

.navbar {
    margin-bottom: 0px !important;
}

.navbar-expand-lg li a {
    color: #fff;
    font-size: 17px;
}

.about-us {
    font-size: 16px;
    font-weight: bold;
}

.margint-6 {
    margin-top: 8px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 3.5rem !important;
}

.enroll {
    background-color: #216BBE !important;
    border: 1px solid #216BBE !important;
}

.navbar-toggler {
    display: none;
}

.social-link ul li {
    display: inline-block;
    padding-right: 10px;
}

.payment-text {
    position: absolute; 
    top:0%; 
    right: 0%; 
    left: 88%; 
    color: #fff;
}

.payment-icon {
    width: 10% !important;
}