@font-face{
    font-family: HelveticaNeueLTStd-Bd;
    src: url(../fonts/HelveticaNeueLTStd-Bd.otf);
}
@font-face{
    font-family: helveticaregular;
    src: url(../fonts/helvetica/Helvetica-Regular.ttf);
}
.row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.no-padding{
	padding-right: 0;
	padding-left: 0;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

body{
	background-color: #fff;
	background-repeat: repeat;
	background-size: contain;
	font-family: HelveticaNeueLTStd-Bd;
    overflow-x:hidden;
}
.navbar-brand{
    padding:0px;
}

.navbar-brand:hover{opacity: 1;}
.table{
    display: table;
    height: 100%;
}
.apply-btn{
    border: 1px solid;
    width: 250px;
    font-size: 24px;
    text-align: center;
/*    padding-top: 10px;*/
    padding: 10px 20px;
    /*background: #fff;
    color: #f89933;*/
    /* background: #235354; */
      /* background: #235354; */
    color: #ffffff;
    letter-spacing: 2px;
    font-family: helveticaregular;
    float: right;
    cursor:pointer;
}
.slider-content h4{
        font-size: 24px;
    color: #fff;
    font-family: helveticaregular;
        font-weight: bold;
}
.steps-content{
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    width: 75%;
    float: left;
}
.inner{
    display: table-cell;
    vertical-align: middle;
}
.custom-div a{
    padding: 20px 0px !important;
}
.text-signup{
	/* background-color: #225354; */
  background-color: #003c72;

    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
}

.text-signup ul{
	list-style-type: none;
	float: right;
    padding: 15px 35px 0px 0;
}

.text-signup ul li{
	display: inline-block;
	border-right:3px solid #fff;
}
.dropdown-toggle{
    padding-bottom:15px !important;
}
.text-signup ul li a{
	padding: 0px 20px 0 20px;
	color: #fff;
}

.text-signup ul li:last-child { border-right: none }

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 50px 15px 0 0;
}

.navbar-default .navbar-nav>li{
	padding: 0 0 0 30px;
}
@media(max-width:992px){
    .navbar-default .navbar-nav>li{
        padding: 0 0 0 20px;
    }
}
.navbar-nav{
    padding-right:20px;
}
.navbar-default .navbar-nav>li>a
{
	color: #000;

    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 0px 5px 0 0;
}

.navbar-default .navbar-nav>.active>a{
	background-color: #fff;
   
    padding: 0px 0 5px 0px;
}

.about{
	/* background-color: #f89933; */
  	background-color: #00294f;
	text-align: center;
    padding: 2px 0 2px 0;
}

.about h3{
	color:#fff;
	font-size: 22px;
}

.story{
	text-align: center;
    padding: 10px 0 20px 0;
}

    .first-row, .third-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.second-row, .fourth-row{
     display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.text-head{
	text-transform: uppercase;
    color: #225354;
    font-size: 45px;
    font-weight: bold;
}

.story p {
    margin: 0 auto;
    width: 78%;
    padding: 10px 10px 30px 10px;
    line-height: 25px;
    font-family: helveticaregular;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}


.story-link a{
	color:#225354;
	text-transform: uppercase;
    padding: 25px 0 10px 0;
    font-size: 15px;
}

.story-link span{
	font-size: 12px;
    color: #f89933;
    padding-left: 2px;
}

.custom{
	padding-top:30px;
}

.custom-img{
	position: relative;
	-webkit-clip-path: polygon(0px 0%, calc(75% - 30px) 0%, 100% 180px, 100% calc(75% - 25px), calc(75% - 25px) 100%, 0px 100%, 0% calc(100% - 10px), 0% 15px);
/*clip-path: polygon(0px 0%, calc(80% - 25px) 0%, 90% 110px, 100% calc(75% - 30px), calc(80% - 25px) 100%, 0px 100%, 0% calc(100% - 10px), 0% 15px);*/
clip-path:polygon(0px 0%, calc(75% - 30px) 0%, 100% 180px, 100% calc(75% - 25px), calc(75% - 25px) 100%, 0px 100%, 0% calc(100% - 10px), 0% 15px);
}

.custom-img img{
	width: 90%
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.custom-img .overlay {
  opacity: 0.7;
  background-color: rgba(248, 153, 52, 0.38);
}

.nav-tabs{
	border:none;
}

.nav-tabs>li {
    float: left;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding-left: 15px;
}

.nav-tabs>li:first-child{
	padding-left: 0px;
}

.nav-tabs>li>a
{
	color:#fff;
	background-color: #225354;
	text-align: center;
    text-transform: uppercase;
    padding: 25px 90px 25px 90px;
    font-size: 16px;
    border: none;
    border-radius: 0;
}

.nav-tabs>li:hover>a
{
	color:#fff;
	background-color: #225354;
    opacity: 1;
}

.nav-tabs .active a
{
	color:#fff !important;
	/* background-color: #f89933 !important; */
  background-color:#00294f !important;
}

.custom-div{
    margin: 0 auto;
    width: 80%;
}

.tab-content{
	padding-top:40px;
}

.tab-content h5{
text-transform: uppercase;
    font-family: helveticaregular;
    font-weight: bold;
    color:#333;
}

.form-control {
    display: block;
    width: 90%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-bottom: 3px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: helveticaregular;
}

.form-control::placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #555;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
   color: #555;
}

.captcha{
    width: 75%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    border: 0;
    float: left;
    padding: 10px 0 5px 0;
    background-color: #eee;
}

.refresh{
	padding: 0 20px 0 20px;
    line-height: 31px;
}

.btn-refresh{
	padding: 0 20px 0 20px;
    background-color: #eee;
    box-shadow: none;
}

.btn-submit{
	width: 90%;
    padding: 15px 0 14px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background-color: #8e2a2a;
    border: 0;
    margin-top: 20px;
}

.steps{
    text-align: center;
    padding-bottom: 65px;
    width: 90%;
}
.director-message{
    text-align: center;
    padding-bottom: 15px;
    width: 90%;
}
.director-message{
    text-align: center;
    padding-bottom: 15px;
    width: 90%;
}
.director-message h3{
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 1px;
    color: #225354;
    margin: 0 auto;
    padding: 10px 0 7px 0px;
}



.courses h3{
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    color: #225354;
    margin: 0 auto;
    padding: 10px 0 7px 0px;
}
.steps h3
{
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 1px;
    color: #225354;
    margin: 0 auto;
    padding: 10px 0 7px 0px;
}
.custom-imgFirst{
    /* background-image: url(../images/A.png); */
      background-image: url(https://ridhimacollegeofpharmacy.com/resources/images/register.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    -webkit-clip-path: polygon(80% 0, 100% 20%, 100% 80%, 80% 100%, 0 100%, 0 0);
    clip-path: polygon(80% 0, 100% 20%, 100% 80%, 80% 100%, 0 100%, 0 0);
}
.director-img{

background-image: url(../images/doctor.jpg);
    height: 40vh;
    background-size: cover;
    background-position: center;

}
.custom-img1{

background-image: url(../images/t2.png);
    height: 100vh;
    background-size: cover;
    background-position: center;
-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 85%, 0 15%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 80%, 0 20%);
}
.custom-img4{
/* background-image: url(../images/D.png); */
background-image: url(../images/14-3.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 85%, 0 15%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 80%, 0 20%);
}
.custom-img1 img{
    float: right;
}
.custom-img{
        /* background-image: url(../images/C.png); */
        background-image: url(../images/application-form-employment-document-concept.jpg);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(80% 0, 100% 20%, 100% 80%, 80% 100%, 0 100%, 0 0);
    clip-path: polygon(80% 0, 100% 20%, 100% 80%, 80% 100%, 0 100%, 0 0);
}
.custom-img-clg{
        /* background-image: url(../images/C.png); */
        background-image: url(../images/about.jpg);
    height: 65vh;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 85%, 0 15%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 80%, 0 20%);
}

/* courses image */
.custom-course-dresser{
    /* background-image: url(../images/C.png); */
    background-image: url(../images/course/dreser.jpg);
height: 75vh;
background-size: cover;
background-repeat: no-repeat;
-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 85%, 0 15%);
clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 80%, 0 20%);
}
.custom-course-radiology{
    /* background-image: url(../images/C.png); */
    background-image: url(../images/course/radiology.jpg);
height: 60vh;
background-size: cover;
background-repeat: no-repeat;
-webkit-clip-path: polygon(80% 0, 100% 20%, 100% 80%, 80% 100%, 0 100%, 0 0);
clip-path: polygon(80% 0, 100% 20%, 100% 80%, 80% 100%, 0 100%, 0 0);
}
.custom-course-technician{
    /* background-image: url(../images/C.png); */
    background-image: url(../images/course/laboratory-technician.jpg);
height: 75vh;
background-size: cover;
background-repeat: no-repeat;
-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 85%, 0 15%);
clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 80%, 0 20%);
}
.custom-course-otAssistant{
    /* background-image: url(../images/C.png); */
    background-image: url(../images/course/ot-assitant.jpg);
height: 60vh;
background-size: cover;
background-repeat: no-repeat;
-webkit-clip-path: polygon(80% 0, 100% 20%, 100% 80%, 80% 100%, 0 100%, 0 0);
clip-path: polygon(80% 0, 100% 20%, 100% 80%, 80% 100%, 0 100%, 0 0);
}
.custom-course-bscnursing{
    /* background-image: url(../images/C.png); */
    background-image: url(../images/course/bsc-nursing.jpg);
height: 75vh;
background-size: cover;
background-repeat: no-repeat;
-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 85%, 0 15%);
clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 80%, 0 20%);
}
.custom-course-diplomapharmacy{
    /* background-image: url(../images/C.png); */
    background-image: url(../images/course/diplomainpharmacy.jpg);
height: 80vh;
background-size: cover;
background-repeat: no-repeat;
-webkit-clip-path: polygon(80% 0, 100% 20%, 100% 80%, 80% 100%, 0 100%, 0 0);
clip-path: polygon(80% 0, 100% 20%, 100% 80%, 80% 100%, 0 100%, 0 0);
}
.custom-course-auxiliary-nursing{
    /* background-image: url(../images/C.png); */
    background-image: url(../images/course/anm.jpg);
height: 75vh;
background-size: cover;
background-repeat: no-repeat;
-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 85%, 0 15%);
clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 80%, 0 20%);
}
.custom-course-generalnursing{
    /* background-image: url(../images/C.png); */
    background-image: url(../images/course/general-nursing.jpg);
height: 100vh;
background-size: cover;
background-repeat: no-repeat;
-webkit-clip-path: polygon(80% 0, 100% 20%, 100% 80%, 80% 100%, 0 100%, 0 0);
clip-path: polygon(80% 0, 100% 20%, 100% 80%, 80% 100%, 0 100%, 0 0);
}

.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.custom-img1 .overlay1 {
  opacity: 0.7;
  background-color: rgba(35, 83, 84, 0.38);
}
.custom-img4 .overlay1 {
  opacity: 0.7;
  background-color: rgba(35, 83, 84, 0.38);
}
.overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.custom-img .overlay2 {
  opacity: 0.7;
  background-color: rgba(142, 43, 42, 0.28);
}
.custom-imgFirst .overlay {
  opacity: 0.7;
  background-color: rgba(142, 43, 42, 0.28);
}

.step-img{
       text-align: center;
       width: 29%;
}
.step-img img{
 cursor:pointer;
}
.step-img h4{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 2px;
    cursor:pointer;
}

.news{
    margin: 0 auto;
    width: 80%;
}

.news h5{
    text-transform: uppercase;
    font-size: 45px;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0 0 0 0;
    color: #17393a;
}

.info{
    border: 4px solid #eee;
    margin-top: 50px;
    width: 55%;
}

.info-custom{
    position: relative;
    padding: 30px 0 5px 0;
}

.info-custom img{
    background-color: #f89933;
    width: 30px;
    height: 30px;
    position: absolute;
    margin: -45px 0 0 45px;
}

.info-custom p {
    padding: 5px 20px 0 20px;
    text-transform: capitalize;
    font-family: helveticaregular;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.dt{
    padding-top: 20px !important;
}

.custom-count{
    margin: 0 auto;
    width: 80%;
}

.custom-count h2{
    font-size: 90px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.count-left{
    background-color: #f89933;
    width: 45%;
    margin-right: 5px;
}

.custom-count h4 {
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
}

.count-info {
    padding: 75px 0 150px 10px;
    font-size: 16px;
    color: #fff;
    font-family: helveticaregular;
    font-weight: bold;
    font-style: italic;
}

.count-right{
    background-color: #2c6a6b;
    width: 45%;
}

.break-ln{
    width: 70%;
    margin: 0 auto;
    padding: 10px;
}

.banks{
    text-align: center;
    padding: 10px 0 20px 0;
}

.banks h2{
    text-transform: uppercase;
    /* color: #f89933; */
    color: #225354;
    font-size: 45px;
    font-weight: bold;
}

.search{
    text-align: center;
    background-color: #00294f;
    color: #fff;
}

.search p{
    font-size: 23px;
    padding: 20px 0 20px 0;
}

.search a{
     color: #fff;
     text-transform: uppercase;
}

.search img{
    height: 40px;
}

.footer{
    margin: 30px auto;
    border-top: 7px solid #f89933;
    margin-bottom: 0;
    background:#ddd;
}

.footer-logo{
    text-align: center;
}

.footer-logo img{
    width: 90%;
    padding: 50px 0 20px 0;
}

.footer-address{
    padding: 30px 0 20px 0;
}

.add {
    width: 85%;
    float: left;
    padding-left: 20px;
    font-family: helveticaregular;
    padding-bottom: 10px;
}
.right-border span{
    padding-left: 20px;
    font-family: helveticaregular;
}
.address{
    float: left;
}

.footer-address ul li{
    padding-bottom: 10px;
    clear:both;
}

.footer-address ul li img{
    height: 35px;
}

.footer-info{
    padding: 30px 0 20px 0;
}

.footer-info ul li {
    padding-bottom: 10px;
    font-family: helveticaregular;
    font-size: 16px;
}
.footer-info ul li a{
    color:#000;
    cursor:pointer;
}

.footer-info ul li img{
    height: 35px;
}

.right-border{
    border-right: 5px solid #00294f;
}

.copy{

    background-color:  #00294f;
    color:#fff;
    font-weight: 500;
    font-size: 14px;
    padding: 13px 0 1px 0;
}

.copy p {
    margin-bottom: 10px;
    font-family: helveticaregular;
    font-size: 12px;
}

.right-copy{
   /* padding-top: 20px;*/
}

.right-copy p{
    float: right;
}

.footer-social{
    padding: 70px 0 15px 0;
    text-align: center;
}
.footer-social ul{
    list-style:none;
        padding-left: 0px;
}
.footer-social ul li{
    display: inline-block;
    padding: 0px 5px;
}
.slider-content{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    /*background: rgba(248, 153, 51, 0.82);*/
    /* background: rgba(248, 153, 51, 0.52); */
      background:rgb(0 41 79 / 80%);;
    padding: 20px;
}

.main-carousel .item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y:30px;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0;
}
.dropdown-menu-right li{
    display:block !important;
}
.dropdown-menu-right{
    padding-top:5px !important;
}

.dropdown-menu-right li a{
        display: block;
    padding: 3px 20px !important;
    clear: both;
    font-weight: 400 !important;
    line-height: 1.42857143;
    color: #333 !important;
    white-space: nowrap;
    text-align:left;
}
.dropdown-menu{
    top:30px;
}
@media (max-width: 767px)
{
    .carousel-inner .item{
        background-position-y:0;
        background-position-x:38%;
    }
    .slider-content{
        padding: 3px 15px;
    }


    .slider-content > .banner-text > .apply-btn{
        width: 150px;
        font-size: 16px;
        padding: 8px 0px;
        margin: 5px 0;
        letter-spacing: 2px;
    }


    .banner_main{
        padding: 0!important;
    }
    .navbar-fixed-top{

        margin-bottom:0px;
    }
    .no-paddingMobile{
        padding-left:15px;
        padding-right:15px;
    }
    .story p{
        width:100%;
    }
    .column-stack{
            display: flex;
    flex-direction: column;
    }
    .order{
        order:1;
            margin-top: 35px;
    }
    .custom-imgFirst, .custom-img1, .custom-img, .custom-img4{
        height:50vh;
    }
    .slider-content h4{
            font-size: 18px;
    }
    .steps-content{
        width:100%;
    font-size: 16px;
    margin-bottom: 0;
    }
    .fff{
        width:100% !important;
    }
    .thumbnails{
        padding-left:0px;
    }
	.text-signup ul {
    	padding: 15px 0 0 0;
    	text-align: center;
    	float: none;
	}
      .first-row, .third-row {
        display: inline;
      }
      .second-row, .fourth-row{
        display: inline;
      }
    .custom-img{
        -webkit-clip-path:polygon(0px 0%, calc(80% - 10px) 0%, 100% 70px, 100% calc(90% - 40px), calc(85% - 25px) 100%, 0px 100%, 0% calc(100% - 10px), 0% 15px);
        clip-path: polygon(0px 0%, calc(80% - 10px) 0%, 100% 70px, 100% calc(90% - 40px), calc(85% - 25px) 100%, 0px 100%, 0% calc(100% - 10px), 0% 15px);
        width: 95%;
    }

    .custom-img1{
        -webkit-clip-path: polygon(25px 0%, calc(99% - 0px) 0%, 100% 0px, 100% calc(100% - 0px), calc(45% - 65px) 100%, 18px 85%, 5% calc(35% - 65px), 26% 0px);
        clip-path: polygon(25px 0%, calc(99% - 0px) 0%, 100% 0px, 100% calc(100% - 0px), calc(45% - 65px) 100%, 18px 85%, 5% calc(35% - 65px), 26% 0px);
        margin-top:20px;
    }

    .overlay{
        width: 100%;
    }

    .overlay1{
        width: 100%;
       /* left: 22% !important;*/
    }

    .overlay2{
        width: 100%;
    }

	text-signup ul li a{
		padding: 0px 15px 0px 15px;
	}

	.about h3{
		font-size: 18px;
	}

	.text-head, .news h5{
		font-size: 34px;
	}

	.custom-img{
		margin-bottom: 13%;
	}

	.custom-img img{
		width: 95%
	}

	.captcha {
    	width: 75%;
    }

    .steps{
        width: 100%;
        padding-top: 15%;
    }

    .steps .text-head{
        font-size: 20px;
    }

    .step-img{
        width: 100%;
        padding-bottom: 10px;
    }

    .steps h3{
        font-size: 28px;
    }

    .info{
        margin:50px auto;
        width: 100%;
    }

    .custom-count {
        margin: 0 auto;
        width: 100%;
    }

    .count-info{
        font-size: 10px;
        padding: 40px 0 50px 0px;
        text-align: center;
    }

    .custom-count h2 {
        font-size: 50px;
    }

    .custom-count h4 {
        font-size: 10px;
    }

    .count-left {
        width: 48%;
        margin-right: 10px;
    }

    .test1 .caption p{
        padding: 10px 10px 5px 10px !important;
    }

    .banks h2{
        font-size: 25px;
    }

    .search p {
        font-size: 15px;
    }

    .footer-logo img {
        width: 70%;
        padding: 30px 0 20px 0;
    }

    .count-right{
        width: 48%;
    }

    .right-border{
        border-right: 0px;
        padding-left: 15px;
    }

    .footer-social {
        padding: 0px 0 15px 0;
        text-align: center;
    }

    .footer-info {
        padding: 15px 0 20px 0;
    }

    .copy{
        font-size: 12px;
    }

    .add {
        width: 100%;
        padding-left: 45px;
    }

    .footer-address span{
        padding-left: 10px;
    }

    .nav-tabs>li{
        padding-top: 10px;
        width: 100%;
        padding-left: 0;
            padding-right: 0px;
    }
    .form-control{
        width:100%;
    }
.btn-submit{
    width:100%;
}
        .refresh:after{
            clear:both;
        }
        .refresh{
            float: left;
    width: 25%;
    padding:0px;
        }
        .btn-refresh{
            width:100%;
        }
        .navbar-header{
            height:80px;
        }
    .logo{
            /*width:80px;
    height:80px;*/
    width:100px;
    height:85px;
    }
    .navbar-toggle{
        margin-top:25px;
        margin-bottom:25px;
    }
        .navbar-default{
                padding: 0px 10px 0 0;
                margin-bottom:0px;
                top:50px;
        }
        .add{
            float:none;
        }
        .navbar-default .navbar-nav>li {
    padding: 10px 10px 0px 50px;
}
.apply-btn{
    float:left;
}
header{
    position: relative;
    top: 100px;
}
.main-carousel .item{
    height: 75vh;
}
.custom-padding{
        padding-top: 140px !important;
}
.footer-info ul li img{
    padding-right:10px;
}
.navbar-nav>li>a{
        font-size: 16px;
            display: inline-block;
}
.text-signup ul li a{
    padding:0px;
    font-size:14px;
}
.text-signup ul li {
   padding-left:3px;
    padding-right:8px;
}
.text-signup ul li:first-child {
    padding-left:0px;
}
.dropdown-menu-right li:first-child {
    padding-left:3px !important;
}
.text-signup ul li:last-child {
    padding-right:0px;
}
.custom-menu{
    padding-left:0px;
    padding-right:0px;
}
    }

@media (max-width: 1023px) and (min-width: 768px)
{
	.custom-img
	{
		margin-bottom: 10%;
		    clip-path: polygon(0px 0%, calc(70% - 0px) 0%, 90% 125px, 145% calc(70% - 300px), calc(70% - 5px) 100%, 0px 100%, 0% calc(100% - 10px), 0% 15px);
		-webkit-clip-path: polygon(0px 0%, calc(70% - 0px) 0%, 90% 125px, 145% calc(70% - 300px), calc(70% - 5px) 100%, 0px 100%, 0% calc(100% - 10px), 0% 15px);
	}

    .custom-img1{
        margin-bottom: 5%;
        -webkit-clip-path:polygon(25px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 0px), calc(45% - 125px) 100%, 72px 85%, 10% calc(20% - 25px), 27% 0px);
        clip-path: polygon(25px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 0px), calc(45% - 125px) 100%, 72px 85%, 10% calc(20% - 25px), 27% 0px);
    }

    .custom-img1 img{
        float: none;
        width: 100%;
    }

    .steps {
        text-align: center;
        padding-top: 15%;
        padding-bottom: 65px;
        width: 100%;
    }

    .step-img {
        text-align: center;
        width: 33%;
        margin-bottom: 10%;
    }

    .steps h3 {
        font-size: 32px;
    }

    .steps .text-head {
        font-size: 23px;
    }

    .news {
        margin: 0 auto;
        padding-top: 10px;
        width: 100%;
    }

    .news h5
    {
        text-align: center;
        font-size: 40px;
    }

    .info {
        border: 4px solid #eee;
        margin-top: 50px;
        width: 48%;
        float: left;
        margin-left: 10px;
    }

    .info-custom p {
        padding: 5px 20px 0 20px;
        text-transform: capitalize;
        font-size: 15px;
    }

    .info-custom {
        position: relative;
        padding: 20px 0 0px 0;
    }

    .dt {
        padding-top: 50px !important;
    }

    .custom-count {
        margin: 10% auto;
        width: 100%;
    }

    .count-left {
        width: 48%;
        margin-right: 28px;
    }

    .custom-count h4
    {
        font-size: 18px;
    }

    .count-info {
        padding: 75px 0 135px 5px;
        font-size: 23px;
    }
    .count-right{
        width: 48%;
        margin-bottom: 10%;
    }

    .break-ln {
        width: 80%;
        margin: 0 auto;
        padding: 15px;
    }

    .test1 .caption p{
       padding: 5px 5px 5px 5px;
    }

    .banks h2{
        font-size: 40px;
    }

    .search p {
        font-size: 16px;
    }

    .footer-logo img
    {
        width: 50%;
    }

    .footer-social {
        padding: 70px 0 25px 0;
        text-align: center;
    }

    .right-border{
        border:0px;
    }
     .first-row, .third-row {
        display: inline;
      }
      .second-row, .fourth-row{
        display: inline;
      }
}
@media only screen and (min-device-width: 320px) and
(max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and
(device-aspect-ratio: 2/3)
{
    .carousel-inner .item{
        background-position-x:center;
    }
    .slider-content{
        padding: 3px 15px;
    }
    .slider-content > h4{
        font-size: 15px;
        margin: 5px 0px;
    }
    .slider-content > .banner-text > .steps-content{
        font-size: 13px;
        margin: 2px 0px;
    }
    .slider-content > .banner-text > .apply-btn{
        width: 130px;
        font-size: 13px;
        padding: 4px 0px;
        margin:5px 0;
        letter-spacing: 1px;
    }
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.carousel-caption {
    text-shadow: 0 1px 4px rgba(0,0,0,.9);
  font-size:17px
}
.carousel-caption h3 {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}

.no-bullet{
	list-style-type: none;
}
#heading{
font-size:25px;
}
#heading-span {
font-size:15px;
}
h3{
	display: inline;
}
.piped span {
  border-left: 1px solid #ccc;
  padding: 0 10px;
  height: 2px;
}
.piped span:first-child {
  border-left: none;
  padding-left: 0;
   height: 2px;
}
.text-piped span:after {
  content: "|";
  margin: 0 10px;
   height: 2px;
}
.text-piped span:last-child:after {
  content: '';
  margin: 0 10px;
   height: 2px;
}
