﻿ @charset "utf-8";

/* CSS Document */
/* Typography and Reset PXS*/
* {
    margin: 0px;
    outline: none;
    padding: 0px;
}

body {
    background: #ededed;
    color: #363636;
    font-size: 13px;
    line-height: 24px;
    font-family: "Calibri", Arial, Helvetica, sans-serif;
    font-weight: 400;
}
body, a, p, h1, h2, h3, h4, h5, h6, span, b, i, li, label, form {
    font-family: "Calibri", Arial, Helvetica, sans-serif !important;
}
a, btn,p,h1,h2,h3,h4,h5,h6{
	text-shadow:none;
}

a,button{
	outline:0 none !important;
}

.userBoxAfterLogin {
    font-size: 15px;
    color: #232020;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    float: left;
    width: 100%;
}
.userBoxAfterLogin .lstBxOuter{
     position: absolute;
     right: 9px;
     left: 0;
     display: none;
     top: 0;z-index: 99;
     padding-top: 39px;
}
.userBoxAfterLogin:hover .lstBxOuter{
     display: block;
}
.userBoxAfterLogin .lstBx {

    background: #f58345;
    color: #fff;
    border-radius: 3px;
    border-radius: 0px 0px 3px 3px;

}

.userBoxAfterLogin .lstBx a {
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    padding: 6px 15px;
    border-bottom: 1px rgba(255, 255, 255, 0.25) solid;
}
.userBoxAfterLogin .lstBx a:last-child{
     border-radius: 0px 0px 3px 3px;
}
.userBoxAfterLogin .lstBx a:hover{
     background: #000;
}
.userBoxAfterLogin .mBx {
     float: right;
  margin-top: 3px;
  width: auto;
}
.userBoxAfterLogin .mBx span {
     width: 33px;
       height: 33px;
       overflow: hidden;
       display: block;
       float: left;
       border-radius: 50%;
}
.userBoxAfterLogin .mBx b{
     margin-right: 10px;
display: block;
float: left;
position: relative;
top: 6px;
}
.userBoxAfterLogin .mBx span img {
    border-radius: 50%;
    width: 33px;
    height: 33px;
    overflow: hidden;
}
.userBoxAfterLogin:hover .mBx span {
     opacity: 0.8;
}












.romoveTopPadding{padding-top: 0px !important;}
.btn-global{
     padding: 9px 15px;
     color: #fff !important;
     text-transform: uppercase;
     font-weight: bold;
     background: #1e1e1e;
     border-radius: 0px;
     font-size: 16px;
}
.btn-global:hover{
     background: #f58345;
}

.btnGlobalLoadMore{
         display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #8d8d8d;
    padding: 7px 15px;
    background: #fff;
    border: 1px solid #bbb;
    font-size: 16px;
    line-height: 24px;
}
.btnGlobalLoadMore:hover{
        background: #e66b28;
    color: #fff;
    cursor: pointer;
	text-decoration:none;
}

.full{
     float: left;
     width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: "Calibri", Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.wrapper {
    position: relative;
    width: 100%;
}

h1 {
    font-size: 26px;
    line-height: 36px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 18px;
    line-height: 22px;
}

h5 {
    font-size: 16px;
    line-height: 20px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #363636;
    }

a {
    text-decoration: none;
    outline: none;
    color: #363636;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

p {
    line-height: 24px;
    margin: 0 0 10px;
}
.no-left-padding{
     padding-left: 0px !important;
}
ul {
    margin: 0px;
}

    ul li {
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        line-height: 20px;
    }

figure {
    margin-bottom: 0;
    position: relative;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, :after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

select, textarea, input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
    box-shadow: none;
    color: #000;
    font-size: 14px;
    height: 38px;
    line-height: 16px;
    padding: 10px 12px;
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 0;
}
select.chosen-select {
    min-height: 60px !important;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus {
    outline: 0;
}

    input:focus::-webkit-input-placeholder {
        color: transparent;
    }

    input:focus:-moz-placeholder {
        color: transparent;
    }

    input:focus::-moz-placeholder {
        color: transparent;
    }

    input:focus:-ms-input-placeholder {
        color: transparent;
    }

[class*="col-lg"], [class*="col-md"], [class*="col-sm"] {
    display: inline-block;
    float: none;
    margin: 0 -4px 0 0;
    vertical-align: top;
}

textarea {
    height: 190px;
}

input:focus {
    outline: 0;
}

.banner-box-wrap .banner-box {
    margin-bottom: 20px;
}


video {
    max-width: 100%;
    height: auto;
}

iframe, embed, object {
    max-width: 100%;
    width: 100%;
}

a[data-original-title="Facebook"] {
    background: #3b558b;
}

a[data-original-title="LinkedIn"] {
    background: #007bb6;
}

a[data-original-title="Twitter"] {
    background: #00aced;
}

a[data-original-title="Google+"] {
    background: #b63a2b;
}

a[data-original-title="YouTube"] {
    background: #bb0000;
}

a[data-original-title="Flickr"] {
    background: #ff0084;
}

a[data-original-title="RSS"] {
    background: #FA9B39;
}

a[data-original-title="Pinterest"] {
    background: #cb2027;
}

a[data-original-title="Instagram"] {
    background: #3f5c9a;
}

a[data-original-title="Vimeo"] {
    background: #aad450;
}

a[data-original-title="Dribble"] {
    background: #ea4c89;
}

a[data-original-title="Behance"] {
    background: #1759ff;
}

a[data-original-title="Tumbler"] {
    background: #32506d;
}

.element-size-1 {
    width: 720px;
}

.element-size-2 {
    width: 250px;
}

.element-size-3 {
    width: 320px;
}

.element-size-4 {
    width: 569px;
}





.top-banners {
    background: #ededed none repeat scroll 0 0;
    float: left;
    padding-top: 20px;
    width: 100%;
}
.top-banners div.topBox {
    min-height: 60px !important;

}
.top-banners div.topBox {
     margin-bottom: 20px !important
}
.top-banners .banner-holder a {
    display: block;
}
.top-banners div.topBox img {
        min-height: 60px;
    max-width: 100%;
}
.main-section {
    float: left;
    padding-top: 20px;
    width: 100%;
}
.no-top-padding{
     padding-top: 0px !important;
}








.top-banners .banner-holder {
    margin-bottom: 20px;
}

    .top-banners .banner-holder img {
        width: 100%;
    }

.top-slider {
    margin-bottom: 23px;
}

    .top-slider ul {
        margin: 0;
        padding: 0;
        position: relative;
    }

        .top-slider ul li {
            margin: 0;
            padding: 0;
            list-style: none;
            float: left;
        }

            .top-slider ul li .slide-holder {
                position: relative;
            }

                .top-slider ul li .slide-holder:after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    content: '';
                    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+7,0.65+100 */
                    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 7%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 7%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 7%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
                }

                .top-slider ul li .slide-holder img {
                    width: 100%;
                }

                .top-slider ul li .slide-holder .caption {
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 90%;
                    padding: 0 20px;
                    z-index: 4;
                }

                    .top-slider ul li .slide-holder .caption h2 {
                        margin: 0 0 12px 0;
                        padding: 0;
                        font-size: 40px;
                        line-height: 42px;
                        font-weight: bold;
                        font-family: "Calibri", Arial, Helvetica, sans-serif;
                        color: #fff;
                    }

                    .top-slider ul li .slide-holder .caption .date {
                        margin: 0 0 15px 0;
                        color: #fff;
                        font-size: 15px;
                        line-height: 18px;
                        font-family: "Calibri", Arial, Helvetica, sans-serif;
                        display: block;
                    }

                    .top-slider ul li .slide-holder .caption .tag {
                        color: #fff;
                        font-size: 12px;
                        line-height: 20px;
                        font-family: "Calibri", Arial, Helvetica, sans-serif;
                        display: inline-block;
                        font-weight: bold;
                        text-transform: uppercase;
                        background: #e66b28;
                        padding: 2px 12px;
                    }

.draggable {
    overflow: hidden;
}

ul.main-slider ul.slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    bottom: 5px;
}

    ul.main-slider ul.slick-dots li {
        list-style: none;
        margin: 0 0 0 2px;
        padding: 0;
        display: inline-block;
    }

        ul.main-slider ul.slick-dots li button {
            text-indent: -9999px;
            border: 0;
            outline: none;
            width: 24px;
            height: 7px;
            background: #fff;
        }

        ul.main-slider ul.slick-dots li.slick-active button {
            background: #e66b28;
        }


.home-top-consultants.boxFirst {
    padding-bottom: 31px;
}
.box-holder.home-video-box {
    padding-bottom: 20px;
}
.home-top-consultants.box-holder h2 {
    margin-bottom: 14px;
}
.home-top-consultants a.btn-top {
    top: 24px !important;
}

    .box-holder:after {
        clear: both;
        content: '';
        display: block;
    }

    .box-holder a.btn-top {
        transition: all 0.3s ease-in-out;
        position: absolute;
        right: 25px;
        top: 20px;
        font-size: 16px;
        color: #000;
    }

    .box-holder h2, .box-holder h1 {
        font-size: 22px;
        line-height: 28px;
        color: #e66b28;
        font-weight: bold;
        font-family: "Calibri", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin: 0 0 25px 0;
    }
    .box-holder.home-video-box  h2{margin-bottom: 15px;}

        .box-holder h2 i, .box-holder h1 i {
            color: #e66b28;
            display: inline-block;
            font-size: 18px;
            line-height: 22px;
            margin: 0 10px 0 0;
        }
.box-holder h2 i:before {
    opacity: 1;
}
ul.consultants-slider {
    margin: 0;
    padding: 0;
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    position: relative;
}

    ul.consultants-slider:after {
        content: '';
        display: block;
        clear: both;
    }

    ul.consultants-slider li {
        float: left;
        margin: 0;
        padding: 0 0 0 0;
        list-style: none;
        border-right: 1px solid #cfcfcf;
        overflow: hidden;
    }

        ul.consultants-slider li a {
            display: block;
            margin: 0;
            padding: 0;
			position:relative;
            border-bottom: 1px solid #cfcfcf;
        }
		ul.consultants-slider li a div.overlay, ul.consultants-all li a  div.overlay{
			position: absolute;
			left: 0;
			right: 0;
			text-align: center;
			top: 0;
			bottom: 0;
			background: rgba(230, 107, 40, 0.80);
			z-index: 99;
			color: #fff;
			padding:10px;

			/* align-items: center; */
		}
		ul.consultants-slider li a:hover div.overlay, ul.consultants-all li a:hover div.overlay{
			display: block !important;
		}
		.overlay h5 {
			    width: 100%;
    display: block;
    display: block;
    align-self: center;
    color: #fff;
    font-weight: normal;
    margin-top: 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
		}
		.overlay h6 {
		color: #fff;
		position: absolute;
		bottom: 0px;
		left: 10px;
		right: 10px;
		border-top: 1px rgba(255, 255, 255, 0.19) solid;
		padding-top: 9px;
		font-size: 13px;
    font-weight: bold;
	}

    ul.consultants-slider ul.slick-dots {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center;
        border: 0;
        position: absolute;
        left: 0;
        bottom: -40px;
    }

        ul.consultants-slider ul.slick-dots li {
            list-style: none;
            margin: 0 0 0 2px;
            padding: 0;
            display: inline-block;
            width: auto;
            border: 0;
            float: none;
        }

            ul.consultants-slider ul.slick-dots li button {
                text-indent: -9999px;
                border: 0;
                outline: none;
                width: 24px;
                height: 7px;
                background: #bdbdbd;
            }

            ul.consultants-slider ul.slick-dots li.slick-active button {
                background: #e66b28;
            }

    ul.consultants-slider li img {
        width: 128.7px;
        height: 128.5px;
        padding: 23.9px;
    }


banner-box {
    margin-bottom: 20px;
}


ul.consultant-list {
    margin: 0 -7px -15px;
    padding: 0;
}
.home-top-consultants ul.consultant-list li {
    list-style: none;
    padding: 0;
    margin: 0 -4px 2px 4px;
    display: inline-block;
    height: 69px;
    overflow: hidden;
}
    ul.consultant-list li {
        list-style: none;
        padding: 0;
        margin: 0 -4px 2px 4px;
        display: inline-block;
    }

        ul.consultant-list li a {
            display: block;
            padding: 0;
            margin: 0;
            position: relative;
        }

            ul.consultant-list li a:after {
                transition: all 0.3s ease-in-out;
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.8);
                z-index: 5;
            }

        ul.consultant-list li:hover a:after {
            background: rgba(0,0,0,0.3);
        }

        ul.consultant-list li a .caption {
                position: absolute;
    top: 14px;
    left: 0;
    z-index: 6;
    width: 100%;
    margin-top: 0;
    text-align: center;
        }

            ul.consultant-list li a .caption:after {
                clear: both;
                content: '';
                display: block;
            }

            ul.consultant-list li a .caption i {
                transition: all 0.3s ease-in-out;
                float: left;
                margin: 0 10px 0 0;
                font-size: 40px;
                color: #e66b28;
                line-height: 46px;
            }

        ul.consultant-list li:hover a .caption i {
            color: #fff;
        }

        ul.consultant-list li a .caption .text-holder {
            display: block;
            overflow: hidden;
        }

            ul.consultant-list li a .caption .text-holder span {
                display: block;
                color: #fff;
                font-size: 18px;
                line-height: 20px;
                font-family: "Calibri", Arial, Helvetica, sans-serif;
            }

            ul.consultant-list li a .caption .text-holder strong {
                text-transform: uppercase;
                display: block;
                color: #fff;
                font-weight: bold;
                font-size: 22px;
                line-height: 24px;
                font-family: "Calibri", Arial, Helvetica, sans-serif;
            }

ul.study-slider {
    margin: 0 0 -13px 0;
    padding: 0;
}

    ul.study-slider:after {
        clear: both;
        content: '';
        display: block;
    }

    ul.study-slider li {
        float: left;
        margin: 0;
        padding: 0 2px;
        list-style: none;
    }

        ul.study-slider li a {
            display: block;
            padding: 0;
            margin: 0;
            position: relative;
            overflow: hidden;
        }

            ul.study-slider li a:after {
                transition: all 0.3s ease-in-out;
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.5);
                z-index: 5;
            }

        ul.study-slider li:hover a:after {
            background: rgba(0,0,0,0.1);
        }

        ul.study-slider li a img {
            width: auto !important;
        }

        ul.study-slider li a .caption {
            position: absolute;
            top: 15px;
            left: 15px;
            z-index: 6;
            margin-top: 0;
        }

            ul.study-slider li a .caption:after {
                clear: both;
                content: '';
                display: block;
            }

            ul.study-slider li a .caption img {
                transition: all 0.3s ease-in-out;
                display: block;
                margin: 0 0 6px 0;
                width: auto;
            }

        ul.study-slider li:hover a .caption img {
            color: #fff;
        }

        ul.study-slider li a .caption .text-holder {
            display: block;
            overflow: hidden;
        }

            ul.study-slider li a .caption .text-holder span {
                text-transform: uppercase;
                display: block;
                color: #fff;
                font-size: 18px;
                line-height: 24px;
                font-family: "Calibri", Arial, Helvetica, sans-serif;
            }

            ul.study-slider li a .caption .text-holder strong {
                text-transform: uppercase;
                display: block;
                color: #fff;
                font-weight: bold;
                font-size: 22px;
                line-height: 24px;
                font-family: "Calibri", Arial, Helvetica, sans-serif;
            }

    ul.study-slider button {
        background: none;
        position: absolute;
        right: 30px;
        top: 22px;
        width: 28px;
        height: 28px;
        text-indent: -9999px;
        border-radius: 50%;
        border: 0px solid #d5d5d5;
    }

        ul.study-slider button:after {
            transition: all 0.3s ease-in-out;
            position: absolute;
            content: '\e315';
            font-family: 'icomoon';
            padding: 2px;
            text-indent: 1px;
            color: #898989;
            text-align: center;
            line-height: 24px;
            font-size: 20px;
            left: 0;
            top: 0;

			display:none;
        }

        ul.study-slider button.slick-prev {
            right: 62px;
				background: url(https://studyabroad.pk/img/i-back2.png);
				width: 30px;
				height: 30px;
        }
		ul.study-slider button.slick-prev:hover{
			background: url(https://studyabroad.pk/img/i-back1.png);
				width: 30px;
				height: 30px;
		}



		ul.study-slider button.slick-next {

				background: url(https://studyabroad.pk/img/i-next2.png);
				width: 30px;
				height: 30px;
        }
		ul.study-slider button.slick-next:hover{
			background: url(https://studyabroad.pk/img/i-next.png);
				width: 30px;
				height: 30px;
		}

            ul.study-slider button.slick-prev:after {
                content: '\e314';
				display:none;
            }

			ul.study-slider button.slick-next:after{
				display:none;
			}

        ul.study-slider button:hover {
            border-radius: 50%;
            background: #e66b28;
        }

            ul.study-slider button:hover:after {
                color: #fff;
            }

.video-box {
    display: inline-block;
    width: 646px;
    margin: 0 -4px 0 0;
    position: relative;
    vertical-align: top;
}

.box-holder .video-box a.btn-top {
    top: 0;
    right: 20px;
}

ul.video-list {
    margin: 0 0 0 0;
    padding: 0;
}
ul.video-list.hiddenBox {
    display: none !important;
}
    ul.video-list li {
        margin: 0 0 0 -2px;
        padding: 0;
        list-style: none;
        float: none;
        vertical-align: top;
        display: inline-block;

        height: 218px;
        overflow: hidden;
    }

        ul.video-list li a {
            transition: all 0.3s ease-in-out;
            display: inline-block;
            margin: 0 0px 2px 2px;
            float: left;
            position: relative;
        }
        div.home-video-box ul.video-list li img {
            /* height: 100% !important; */
        }
        div.home-video-box ul.video-list li:first-child img {

          }
          div.home-video-box ul.video-list li:nth-child(2) img {

     }
            ul.video-list li a:after {
                transition: all 0.3s ease-in-out;
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                z-index: 4;
                background: rgba(0,0,0,0.5);
            }

            ul.video-list li a:hover:after {
                opacity: 0;
            }

            ul.video-list li a:before {
                opacity: 0;
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                z-index: 4;
                transition: all 0.3s ease-in-out; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+65,0.65+100 */
                background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
                background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
                background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
            }

            ul.video-list li a:hover:before {
                opacity: 1;
            }

            ul.video-list li a i {
                transition: all 0.3s ease-in-out;
                position: absolute;
                left: 50%;
                top: 50%;
                z-index: 5;
                font-size: 30px;
                line-height: 24px;
                color: #fff;
                margin: -15px 0 0 -15px;
            }

.banners-holder {
    float: right;
    width: 550px;
    margin: 52px 5px 0 0;
}
.home-page .banners-holder{
     float: right;
     margin:  0;
     width: 100%;
}
.element-size-5 {
    width: 575px;
}
.home-page div#MidBanners {
    float: left;
    margin-right: 21px;
}
.home-page div#SideBanners{
     float: right;
}
.empty-banners {
    float: left;
    margin: 0;
    width: 230px;
}

    .empty-banners a {
        display: block;
        margin-bottom: 10px;
    }

.success-banners {
    float: left;
    margin: 0 0 0 20px;
    width: 300px;
}

    .success-banners a {
        display: block;
        margin-bottom: 10px;
    }

.latest-news {
    width: 640px;
    position: relative;
    margin: 0 0 -35px 0;
    float: left;
}

ul.news-filter {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

    ul.news-filter li {
        display: inline-block;
        margin: 0 0 0 5px;
        padding: 0;
        list-style: none;
    }

        ul.news-filter li a {
            font-family: "Calibri", Arial, Helvetica, sans-serif;
            transition: all 0.3s ease-in-out;
            display: block;
            line-height: 28px font-size:15px;
            text-transform: uppercase;
            border: 1px solid #e2e2e2;
            color: #989898;
            padding: 2px 12px;
            text-decoration: none;
        }

        ul.news-filter li:hover a, ul.news-filter li.active a {
            color: #fff;
            background: #e66b28;
            border: 1px solid #e66b28;
        }

ul.news-list {
    margin: 0 0 0 -22px;
    padding: 0;
}

    ul.news-list:after {
        clear: both;
        content: '';
        display: block;
    }

    ul.news-list li {
        list-style: none;
        padding: 0;
        margin: 0 0 25px 22px;
        width: 309px;
        float: left;
        position: relative;
    }

        ul.news-list li:after {
            position: absolute;
            left: 0;
            bottom: 0;
            content: '';
            height: 100%;
            width: 100%;
            z-index: 5;
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+28,0.74+100 */
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 28%, rgba(0,0,0,0.74) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.74) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.74) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bd000000',GradientType=0 ); /* IE6-9 */
        }

.news-category {
    text-decoration: none;
    font-family: "Calibri", Arial, Helvetica, sans-serif;
    z-index: 6;
    position: absolute;
    top: 0;
    right: 25px;
    padding: 0 10px;
    background: #e66b28;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
}

    .news-category:hover {
        text-decoration: none;
        color: #fff;
    }

    .news-category:after {
        position: absolute;
        right: -25px;
        top: 0;
        content: '';
        z-index: 6;
        width: 0;
        height: 0;
        border-top: 24px solid rgba(0,0,0,0.5);
        border-right: 25px solid transparent;
    }

.news-title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
    padding: 0 20px;
}

    .news-title h3, .news-title h3 a {
        text-decoration: none;
        font-family: "Calibri", Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        font-weight: bold;
        margin: 0 0 3px 0;
    }

    .news-title span {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        font-family: "Calibri", Arial, Helvetica, sans-serif;
        margin-bottom: 13px;
    }

.empty-ads1 {
    float: left;
    margin: 0;
    width: 230px;
}

    .empty-ads1 a {
        display: block;
        margin-bottom: 25px;
    }

.success-ads1 {
    float: left;
    margin: 0 0 0 20px;
    width: 300px;
}

    .success-ads1 a {
        display: block;
        margin-bottom: 25px;
    }

        .empty-ads1 a:last-child,
        .success-ads1 a:last-child {
            margin: 0;
        }

.footer {
    background: #333;
    padding: 0;
    margin: 0;
    float: left;
	    margin-top: 10px;
    width: 100%;
}

.footer-logo {
    border-bottom: 1px solid #585858;
    padding: 16px 0;
    margin: 0 0 17px 0;
}

.footer-top {
    margin-bottom: 30px;
}

.footer-logo a {
    display: inline-block;
}

.footer-title {
    margin: 0 0 12px 0;
    position: relative;
}

    .footer-title h3 {
        font-size: 22px;
        line-height: 26px;
        font-family: "Calibri", Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #7d7d7d;
        margin: 0 0 0 0;
        text-transform: uppercase;
    }

    .footer-title .view-all {
        position: absolute;
        right: 0;
        top: 3px;
        transition: all 0.3s ease-in-out;
        display: block;
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        font-family: "Calibri", Arial, Helvetica, sans-serif;
        text-decoration: none;
    }

        .footer-title .view-all:hover {
            text-decoration: underline;
        }

ul.socialmedia {
    margin: 3px 0 15px 0;
    padding: 0;
}

    ul.socialmedia li {
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        ul.socialmedia li a {
            display: block;
            margin: 0 8px 0 0;
        }

ul.footer-nav {
    margin: 0 0 15px 0;
    padding: 0;
}

    ul.footer-nav li {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0 0 5px 0;
    }

        ul.footer-nav li a {
            transition: all 0.3s ease-in-out;
            display: block;
            color: #fff;
            font-size: 16px;
            line-height: 20px;
            font-family: "Calibri", Arial, Helvetica, sans-serif;
            text-decoration: none;
        }

        ul.footer-nav li:hover a {
            color: #e66b28;
        }

.footer-top p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: "Calibri", Arial, Helvetica, sans-serif;
    margin: 0 0 15px 0;
    padding: 0;
}

ul.footer-banners {
    margin: 0;
    padding: 0;
}

    ul.footer-banners li {
        display: block;
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0;
        overflow: hidden;
    }

        ul.footer-banners li .img-holder {
            float: left;
            width: 91px;
            margin: 0 25px 0 0;
        }

            ul.footer-banners li .img-holder a {
                display: block;
            }

                ul.footer-banners li .img-holder a img {
                    width: 100%;
                }

        ul.footer-banners li .text-holder {
            overflow: hidden;
            display: block;
        }

            ul.footer-banners li .text-holder h4 {
                margin: 0 0 5px;
                padding: 0;
                color: #fff;
                font-weight: normal;
            }

                ul.footer-banners li .text-holder h4 a {
                    transition: all 0.3s ease-in-out;
                    display: block;
                    color: #fff;
                    font-size: 16px;
                    line-height: 20px;
                    font-family: "Calibri", Arial, Helvetica, sans-serif;
                    text-decoration: none;
                }

                    ul.footer-banners li .text-holder h4 a:hover {
                        color: #e66b28;
                    }

            ul.footer-banners li .text-holder span {
                color: #7d7d7d;
                font-size: 14px;
                line-height: 20px;
                display: block;
                font-family: "Calibri", Arial, Helvetica, sans-serif;
            }

.copyright {
    background: #e66b28;
    text-align: center;
    padding: 10px 0;
}

    .copyright p, .copyright p a {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        padding: 0;
        color: #fff;
        text-decoration: none;
    }
/* footer style end */
/*blog style start */
.blog-holder {
    padding: 0;
    margin: 0 0 5px;
}

    .blog-holder .blog-list {
        margin: 0 0 20px 0;
        padding: 0;
        background: #fff;

    }

.has-shadow {
    box-shadow: 1px 1px 0 #bbb;
}

.blog-holder .blog-list:after {
    clear: both;
    content: '';
    display: block;
}

.blog-holder .blog-list .img-holder {
    float: left;
    width: 318px;
    margin: 0 15px 0 0;
    position: relative;
}

    .blog-holder .blog-list .img-holder:after {
        pointer-events: none;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: '';
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+57,0.65+100 */
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 57%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 57%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 57%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    }

    .blog-holder .blog-list .img-holder figure {
        margin: 0;
        display: block;
    }

        .blog-holder .blog-list .img-holder figure img {
            width: 100%;
        }

.blog-holder .blog-list .text-holder {
    overflow: hidden;
    margin: 0;
    padding: 45px 35px 0 25px;
    display: block;
}

    .blog-holder .blog-list .text-holder h3,
    .blog-holder .blog-list .text-holder h3 a {
        font-size: 28px;
        font-family: "Calibri", Arial, Helvetica, sans-serif;
        font-weight: 300;
        color: #000;
        line-height: 30px;
        margin: 0 0 10px 0;
        text-decoration: none;
    }

    .blog-holder .blog-list .text-holder h3 a:hover{
		color:#f58345;
	}

    .blog-holder .blog-list .text-holder .readmore {
        font-size: 14px;
        color: #858585;
        font-family: "Calibri", Arial, Helvetica, sans-serif;
        font-weight: 300;
        line-height: 20px;
        text-decoration: none;
        text-transform: uppercase;
    }

.blog-holder .blog-list:hover .text-holder .readmore {
    color: #e66b28;
}

.load-more {
    margin: 0 0 25px 0;
    padding: 0;
    text-align: center;
}

    .load-more a {
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Calibri", Arial, Helvetica, sans-serif;
        font-weight: 700;
        color: #8d8d8d;
        padding: 7px 15px;
        background: #fff;
        border: 1px solid #bbb;
        font-size: 16px;
        line-height: 24px;
    }

        .load-more a:hover {
            background: #e66b28;
            color: #fff;
            cursor:pointer;

        }


.home-page .banner-box-holder{
	 margin-bottom: 20px;
}
.banner-box-holder {
    margin-bottom: 18px;
}
.home-page div.element-size-3 .banner-box-holder {
    margin-bottom: 18px;
}
.element-size-3 .banner-box-holder img {
       width: 300px;
    height: 250px;
}
.element-size-2 .banner-box-holder img {
       width: 230px !important;
    height: 250px !important;
}

div.page-banner {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    div.page-banner img {
        width: 100%;
    }


/*scholrshipsList*/
div.scholrshipsList div.image-holder {
    border: 1px #e6e6e6 solid;
    padding: 10px;
    text-align: center;
    float: left;
    width: auto;
    margin-bottom: 15px;
    clear: both;
}

div.scholrshipsList.blog-holder .blog-list {
    padding: 30px 30px 20px;
}

    div.scholrshipsList.blog-holder .blog-list .text-holder {
        float: left;
        width: 100%;
        padding: 0;
    }

        div.scholrshipsList.blog-holder .blog-list .text-holder .readmore {
            font-weight: bold;
            margin-top: 10px;
            display: inline-block;
        }

div.socialSharing {
    float: left;
    width: 100%;
    box-shadow:none;
    padding: 30px 15px 25px !important;
}

    div.socialSharing ul {
        padding: 0px;
        margin: 0px;
        text-align: left;
    }

        div.socialSharing ul li {
            list-style: none;
            display: inline-block;
            float: none;
            margin-right: 14px;
        }

            div.socialSharing ul li:last-child {
                margin-right: 0px;
            }

.socialShareBox {
    float: left;
    width: 100%;
    border: 1px #ebebeb solid;
    text-align: center;
    padding: 10px 15px;
}

    .socialShareBox div.icon {
        float: left;
        width: 100%;
    }

    .socialShareBox .value {
        float: left;
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        color: #000;
    }

    .socialShareBox div.icon span {
        font-size: 25px;
        text-align: center;
    }

        .socialShareBox div.icon span.icon-facebook {
            color: #516eab;
        }

        .socialShareBox div.icon span.icon-twitter {
            color: #29c5f6;
        }

        .socialShareBox div.icon span.icon-google-plus {
            color: #c20000;
        }

        .socialShareBox div.icon span.icon-linkedin {
            color: #0079b5;
        }

        .socialShareBox div.icon span.icon-pinterest-p {
            color: #b20002;
        }

        .socialShareBox div.icon span.icon-tumblr {
            color: #000;
        }




/*consultantsPage*/
.consultantsPage div.page-banner {
    background: #4c5d4a;
}

    .consultantsPage div.page-banner div.container {
        float: left;
        width: 100%;
        background-size: cover;
        background: url(/Design/images/consultants/consultants-banner.png) no-repeat;
        height: 261px;
        background-position: top center;
    }

    .consultantsPage div.page-banner div.element-size-1 {
        margin: 0 auto;
        width: 675px;
        position: relative;
    }

.consultantsPage div.page-banner {
    text-align: left;
    color: #fff;
	margin-bottom: 0px;
}

    .consultantsPage div.page-banner h1 {
        font-size: 30px;
        font-weight: bold;
        text-transform: capitalize;
        color: #fff;
        margin-top: 40px;
    }
.consultantsPage div.page-banner p {
    font-size: 14px;
}
.consultantsPage div.page-banner {
    font-size: 16px;
}

    .consultantsPage div.page-banner .field-set .field-area {
        float: left;
    }

    .consultantsPage div.page-banner .field-set:first-child .field-area:first-child {
        width: 260px;
    }

    .consultantsPage div.page-banner .field-set:first-child .field-area:nth-child(2) {
        width: 180px;
    }

    .consultantsPage div.page-banner .field-set:first-child .field-area:nth-child(3) {
        width: 180px;
    }

    .consultantsPage div.page-banner .field-set .field-area > input {
        border: 0 none;
        border-radius: 3px 0 0 3px;
        color: #232020;
        font-size: 15px;
        font-weight: bold;
        height: auto;
        min-height: 60px;
        border-right: 1px #e2e2e2 solid;
        padding: 21px 10px;
    }

    .consultantsPage div.page-banner .field-set .chosen-single {
        height: auto;
        padding: 18px 10px;
        border-right: 1px #e2e2e2 solid;
    }

    .consultantsPage div.page-banner .chosen-container-single .chosen-single div b {
        background: url(/Design/images/arrow-down.png) no-repeat right center !important;
        position: absolute;
        right: 15px;
        top: -2px;
    }

    .consultantsPage div.page-banner .chosen-container-single.chosen-with-drop div b {
        background: url(/Design/images/arrow-up.png) no-repeat right center !important;
    }

    .consultantsPage div.page-banner .searchbtn {
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .consultantsPage div.page-banner .searchbtn > input {
            background-attachment: scroll !important;
            background-clip: border-box !important;
            background-color: #f58345 !important;
            background-image: url("https://studyabroad.com.pk/Design/images/ic_search.png") !important;
            background-origin: padding-box !important;
            background-position: center center !important;
            background-repeat: no-repeat !important;
            background-size: 20px 20px;
            border: 0 none !important;
            border-radius: 0 3px 3px 0 !important;
            color: #fff !important;
            height: 60px !important;
            outline: 0 none;
            overflow: hidden;
            text-indent: -9999px !important;
            width: 55px;
        }

    .consultantsPage div.page-banner form {
        position: relative;
        margin-top: 35px;
    }

.consultants-all {
    margin: 0;
    padding: 0;
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-right: 0px solid #cfcfcf;
    position: relative;
    float: left;
    width: 100%;
}

    .consultants-all li {
        border-right: 1px solid #cfcfcf;
        float: left;
        list-style: outside none none;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }

        .consultants-all li a {
            border-bottom: 1px solid #cfcfcf;
            display: block;
            margin: 0;
            padding: 0;
			position:relative;
        }

            .consultants-all li a img {
                width: 128.7px;
                height: 128.5px;
                padding: 23.9px;
            }

/* consultantsPage city */


div.consultantsPageCity div.main-section {
    background: #fff;
}

div.consultantsPageCity div.page-view {
    float: left;
    width: 100%;
}

    div.consultantsPageCity div.page-view div.large-image {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        overflow: hidden;
    }

    div.consultantsPageCity div.page-view p {
        font-size: 18px;
        color: #000;
        margin-bottom: 15px;
    }

    div.consultantsPageCity div.page-view h2 {
        color: #000;
    }

.removePaddingBottom {
    padding-bottom: 0px;
}
.removePaddingTop {
    padding-top: 0px !important;
}

ul.citywiselist li {
    margin: 7px;
    float: left;
    width: 200px;
    overflow: hidden;
}

ol.breadcrumb {
    float: left;
    width: 100%;
    background: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding: 0px;
    margin-bottom: 25px;
}
ol.breadcrumb  li{
     float: left;
     display: block;
	 margin-right:10px;
}

    ol.breadcrumb li a {
        /*color: #979797;*/
        font-size: 12px;
        display: block;
    }

.breadcrumb > li + li:before {
        content: "/";
    position: absolute;
    padding-right: 5px;
    padding-left: 5px;
	display:none;
}

.breadcrumb > li a{
	position:relative;
	padding-left:10px;
}
.breadcrumb > li a:after {
        content: "/";
    position: absolute;
    padding-right: 5px;
    padding-left: 5px;
}
.breadcrumb > li:last-child a:after{display:none;}
.breadcrumb > li a:hover{
	text-decoration:none;
	color:#f58345;
}
.breadcrumb > li a.active{
		color:#f58345;
}
.post-dt-page ol.breadcrumb li + li:before {

     content: "/\00a0";
     padding: 0 5px;
     /* color: #cccccc; */
     font-family: icomoon !important;
     /* color: #000 !important; */
     position: relative;
     left: 0px;
     font-size: 16px;
     content: "/";
     line-height: normal;
     top: 3px;
     width: auto !important;
     padding: 0px !important;
     margin-right: 5px;
	 display:none;
}


/* faqsCategoriesContainer */
.faqsCategoriesContainer {
    float: left;
    width: 100%;
    margin: 0px -7px;
}

.faqsBoxs {
    border: 1px solid #cbcbcb;
    float: left;
    margin: 7px;
    width: 47%;
	padding:10px;
}

    .faqsBoxs div.image {
        float: left;
        width: 100%;
        text-align: center;
    }

        .faqsBoxs div.image img {
            display: inline-block;
        }

    .faqsBoxs .catlink {
        float: left;
        width: 100%;
        text-align: center;
        padding: 10px;
    }

        .faqsBoxs .catlink a {
            font-size: 28px;
            font-weight: 300;
        }

            .faqsBoxs .catlink a:hover {
                text-decoration: none;
                color: #e66b28;
            }

div.faqstabs {
    float: left;
    width: 100%;
}

    div.faqstabs ul.nav-tabs {
        position: relative;
        float: right;
        margin-top: -51px;
        border: 0px;
        border-radius: 0px;
    }

    div.faqstabs .nav-tabs > li.active > a,
    div.faqstabs .nav-tabs > li.active > a:hover,
    div.faqstabs .nav-tabs > li.active > a:focus,
    div.faqstabs .nav-tabs > li > a:hover {
        background: #e66b28;
        color: #fff;
        border-color: #e66b28;
    }

    div.faqstabs .nav-tabs > li > a {
        padding: 2px 20px;
        color: rgba(0,0,0,0.5);
        border-color: #e2e2e2;
        border-radius: 0px;
        text-transform: uppercase;
        font-size: 15px;
    }

    div.faqstabs .nav-tabs > li {
        margin-left: 5px;
    }

.faqsPosts {
    float: left;
    width: 100%;
    border: 1px #cbcbcb solid;
}

    .faqsPosts div.faqspostBox {
        float: left;
        width: 100%;
        border-bottom: 1px #cbcbcb solid;
    }

        .faqsPosts div.faqspostBox:last-child {
            border-bottom: 0px;
        }

    .faqsPosts div.left {
        float: left;
        width: 72%;
        padding: 10px;
        border-right: 1px #cbcbcb solid;
    }

    .faqsPosts div.right {
        float: left;
        width: 175px;
    }

    .faqsPosts div.left div.image {
        margin-right: 15px;
        float: left;
        width: 65px;
        height: 65px;
        background: #a9b6b4;
        color: #4e5453;
        text-align: center;
        border-radius: 50%;
    }

        .faqsPosts div.left div.image span {
            display: block;
            font-size: 30px;
            line-height: normal;
            padding-top: 15px;
        }

    .faqsPosts div.left div.details {
        float: left;
        width: 345px;
    }

        .faqsPosts div.left div.details h2 {
            margin: 0px;
        }

            .faqsPosts div.left div.details h2 a {
                display: inline-block;
                color: #e66b28;
                text-transform: capitalize;
                font-size: 20px;
                font-weight: 300;
            }

            .faqsPosts div.left div.details h2 .date {
                color: #000;
                font-size: 15px;
                font-weight: normal;
                margin-left: 10px;
            }

                .faqsPosts div.left div.details h2 .date .icon-calendar {
                    padding-right: 5px;
                }

        .faqsPosts div.left div.details p {
            font-size: 15px;
        }

    .faqsPosts div.answer-box div.box {
        float: left;
        width: 100%;
        padding: 10px;
        border-right: 0px #cbcbcb solid;
    }

        .faqsPosts div.answer-box div.box div.image {
            margin-right: 15px;
            float: left;
            width: 65px;
            height: 65px;
            background: #a9b6b4;
            color: #4e5453;
            text-align: center;
            border-radius: 50%;
        }

            .faqsPosts div.answer-box div.box div.image span {
                display: block;
                font-size: 30px;
                line-height: normal;
                padding-top: 15px;
            }

        .faqsPosts div.answer-box div.box h2 {
            margin: 0px;
        }

            .faqsPosts div.answer-box div.box h2 a {
                display: inline-block;
                color: #e66b28;
                text-transform: capitalize;
                font-size: 20px;
                font-weight: 300;
            }

            .faqsPosts div.answer-box div.box h2 .date {
                color: #000;
                font-size: 15px;
                font-weight: normal;
                margin-left: 10px;
            }

                .faqsPosts div.answer-box div.box h2 .date .icon-calendar {
                    padding-right: 5px;
                }

        .faqsPosts div.answer-box div.box p {
            font-size: 15px;
            margin-left: 80px;
        }

    .faqsPosts div.right {
        text-align: center;
        padding: 20px 0px 10px;
        font-size: 15px;
    }

        .faqsPosts div.right span {
            padding-right: 5px;
            position: relative;
            top: 2px;
        }


/* faq details page */
.faqAskQuestionForm {
    float: left;
    width: 100%;
}

    .faqAskQuestionForm label.form-label {
        font-weight: bold;
        text-transform: uppercase;
    }

    .faqAskQuestionForm .form-control {
        padding: 13px 10px;
        height: auto;
        border-radius: 0px;
        border: 1px #d5d5d5 solid !important;
    }

    .faqAskQuestionForm .selctbox {
        padding: 5px 0px;
        height: auto;
        border: 1px #d5d5d5 solid;
        border-radius: 0px;
    }

    .faqAskQuestionForm .btn.btn-priamry {
        background: #1e1e1e;
        border-radius: 0px;
        border: 0px;
        padding: 8px 23px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
    }

    .faqAskQuestionForm .btn.btn-priamry:hover {
        background: #e66b28;
    }

.box-shadow {
    box-shadow: 1px 1px 0 #bbb;
}





/* questionsList */
div.questionsList {
    float: left;
    width: 100%;
}

    div.questionsList div.box {
        padding: 10px;
        float: left;
        width: 100%;
        border: 1px #d5d5d5 solid;
        border-bottom: 0px;
    }

        div.questionsList div.box:last-child {
            border-bottom: 1px #d5d5d5 solid;
        }

        div.questionsList div.box div.image {
            float: left;
            margin-right: 10px;
            width: 65px;
            height: 65px;
            text-align: center;
            border-radius: 50%;
            background: #a9b6b4;
            color: #fff;
        }

            div.questionsList div.box div.image span {
                font-weight: bold;
                display: block;
                padding-top: 20px;
                font-size: 30px;
            }

        div.questionsList div.box div.details {
            float: left;
            width: 70%;
        }

            div.questionsList div.box div.details a:hover {
                color: #e66b28;
                text-decoration: none;
            }

            div.questionsList div.box div.details a {
                display: block;
                font-size: 15px;
                padding: 12px 5px;
            }

/* faqQuestionAnswer*/
.faqanswerform .btn.btn-priamry{
    background: #1e1e1e;
    border-radius: 0px;
    border: 0px;
    padding: 8px 23px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.faqanswerform .btn.btn-priamry:hover {
    background: #e66b28;
}


/* guidesSlider */
div.guidesSlider {
    float: left;
    width: 100%;
    background: #013e7b;
}

/*guides-box*/
div.guidesPage p.paragraph {
    font-size: 16px;
    margin-bottom: 20px;
}

div.guides-box {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

    div.guides-box.last {
        margin-bottom: 0px;
    }

    div.guides-box div.image {
        float: left;
        width: 310px;
    }

        div.guides-box div.image.img-left {
            float: left;
            margin-right: 25px;
        }

        div.guides-box div.image.img-right {
            float: right;
            margin-left: 25px;
        }

        div.guides-box div.image:hover img {
            opacity: 0.9;
        }

    div.guides-box div.details {
        float: left;
        width: 300px;
        padding: 20px 0;
    }

    div.guides-box div.details {
        float: left;
        text-align: left;
    }

        div.guides-box div.details div.flag {
            float: left;
            width: 100%;
            text-align: left;
            margin-bottom: 10px;
        }

            div.guides-box div.details div.flag img {
                display: inline-block;
            }

        div.guides-box div.details h2 {
            text-transform: capitalize;
            clear: both;
            color: #f58345;
            display: block;
            font-size: 40px;
            font-weight: bold;
            line-height: 25px;
            margin-bottom: 15px;
        }

            div.guides-box div.details h2 span {
                line-height: normal;
                font-size: 25px;
                font-size: 30px;
                color: #f58345;
                font-weight: normal;
                display: block;
            }

            div.guides-box div.details h2 a {
                color: #f58345;
            }

                div.guides-box div.details h2 a:hover {
                    text-decoration: none;
                }

        div.guides-box div.details p {
            display: block;
            line-height: normal;
            font-size: 16px;
            color: #232020;
        }

        div.guides-box div.details div.link {
            float: left;
            width: 100%;
            text-align: left;
        }

            div.guides-box div.details div.link a {
                display: inline-block;
                text-transform: uppercase;
                text-align: left;
                color: #858585;
                font-size: 14px;
                font-weight: bold;
            }

/*guidesVideo*/
ul.guidesVideo {
    margin: 0px -5px;
}

    ul.guidesVideo li {
        margin: 5px;
        border: 1px #ededed solid;
        margin-bottom: 15px;
    }

        ul.guidesVideo li a {
            margin: 0px;
        }

    ul.guidesVideo h3 {
        display: block;
        font-weight: 300;
        padding: 8px;
        margin: 0px;
        line-height: normal;
        text-align: left;
        font-size: 16px;
        color: rgba(0,0,0,0.7);
        clear: both;
        background: #f7f7f7;
    }


/*guidesSlider*/
#guideCarousel .guides-box {
    width: 50%;
    float: left;
    margin: 0px;
}

#guideCarousel div.guides-box div.details h2 span {
    color: #fff !important;
}

#guideCarousel div.guides-box div.details h2 a {
    color: #fff !important;
}

#guideCarousel div.guides-box div.details p {
    color: #fff !important;
}

#guideCarousel .carousel-control {
    opacity: 0.7;
    background: none !important;
    width: auto !important;
    margin: 0px;
    bottom: auto;
    top: 42%;
}
#guideCarousel .carousel-control:hover{
	opacity:1;
}

    #guideCarousel .carousel-control span {
        background: #e66b28 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: block !important;
        height: 40px;
        line-height: 40px;
        opacity: 1 !important;
        text-shadow: none !important;
        width: 40px;
    }

    #guideCarousel .carousel-control.left {
        left: 15px;
    }

    #guideCarousel .carousel-control.right {
        right: 15px;
    }


/*HomePageCarousel*/
#featuredSlidersCarousel .carousel-control{
	opacity: 0.5;
    background: none !important;
    width: auto !important;
    margin: 0px;
    bottom: auto;
    top: 45%;
    width: 45px !important;
    height: 45px !important;
    text-align: center !important;
    line-height: 45px !important;
    background: #000 !important;
    border-radius: 50% !important;
	}
	#featuredSlidersCarousel .carousel-control img {
    display: inline-block !important;
}
#featuredSlidersCarousel .carousel-control span{background: #e66b28 none repeat scroll 0 0;border-radius: 50%;color: #fff;display: block !important;height: 60px;line-height: 58px;opacity: 1 !important;text-shadow: none !important;width: 60px;}
#featuredSlidersCarousel .carousel-control.left{left:15px;}
#featuredSlidersCarousel .carousel-control.right{right:15px;}
#featuredSlidersCarousel .carousel-control:hover{opacity:1;}

/*testspage*/
div.testList div.image-holder {
    border-bottom: 1px #e6e6e6 solid;
    padding: 10px 0px;
    text-align: center;
	background:#fff;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    height: 150px;
    clear: both;
    display: block;
}
div.testList div.image-holder img{
	width:100px;
}
div.testList.blog-holder .blog-list .text-holder a{
	display:block;
}
    div.testList div.image-holder figure {
        height: 100%;
        width: 100%;
        padding: 0px 15px;
        display: table;
        overflow: hidden;
    }

        div.testList div.image-holder figure a {
            display: table-cell;
            vertical-align: middle;
        }

div.testList.blog-holder .blog-list {
    padding: 0px;
}

    div.testList.blog-holder .blog-list .text-holder {
        float: left;
        width: 100%;
        padding: 0;
    }
	div.testList.blog-holder .blog-list .text-holder p{
		margin-bottom:8px;
	}

        div.testList.blog-holder .blog-list .text-holder .readmore {
            font-weight: bold;
            margin-top: 10px;
            display: inline-block;
        }

        div.testList.blog-holder .blog-list .text-holder h3 {
            margin: 0px;
    background: #f6f6f6;
    font-size: 18px;
    padding: 10px 15px;
    line-height: normal;
    font-weight: 500;
        }
		div.testList.blog-holder .blog-list .text-holder h3:hover,div.testList.blog-holder .blog-list:hover .text-holder h3  {

    text-decoration: none;
	color:#e66b28;
}
div.testList.blog-holder .blog-list .text-holder a:hover  {

    text-decoration: none;
	color:#e66b28;
}

            div.testList.blog-holder .blog-list .text-holder h3 a {
                padding: 20px 15px;
                font-size: 20px;
                display: block;
                line-height: 25px;
                margin: 0px;
            }

div.tests h2 {
    font-size: 22px;
    line-height: 28px;
    color: #e66b28;
    font-weight: bold;
    font-family: "Calibri", Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    margin: 0 0 25px 0;
}




.captchaImage {
    text-align: center;
    background: #8f8f8f;
    padding: 10px;
    color: #fff;
    font-size: 25px;
    letter-spacing: 10px;
    font-weight: normal;
    text-decoration: line-through;
    font-style: italic;
}

label.icon-info3 {
    margin-top: 30px;
    margin-left: 250px;
    margin-top: 40px;
    font-weight: bold;
    font-size: larger;
    padding: 20px;
    background-color: rgba(230, 107, 40, 0.8); /*rgba(33, 150, 243, 0.72);*/
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    border-radius: 4px;
}

.error-message {
            color: #D8000C;
    background-color: #FFBABA;
    padding-left: 5px;
    position: absolute;
    left: 0;
    z-index: 999;
    line-height: normal;
    font-size: 12px;
    padding: 1px 5px;
    right: 0px;
    letter-spacing: 1px;
}
.error-message img{
	display:none;
}

/*post details page*/
.post-dt-page div.main-section {
    /*background: #fff;*/
}

.post-dt-page div.tagscategories {
    float: left;
    width: 100%;
	display:none;
}

    .post-dt-page div.tagscategories a {
        float: left;
        display: inline-block;
        padding: 2px 10px;
        background: #000;
        color: #fff;
        text-transform: capitalize;
        font-size: 12px;
        margin-right: 10px;
        line-height: normal;
        text-decoration: none !important;
        font-weight: bold;
    }

        .post-dt-page div.tagscategories a:hover {
            opacity: 0.9;
        }

        .post-dt-page div.tagscategories a.bgYellow {
            background-color: #f58345;
        }

        .post-dt-page div.tagscategories a.bgBlue {
            background: #013e7b;
        }

.post-dt-page ol.breadcrumb {
     margin-bottom: 0;
    margin-top: 15px;

}
.post-dt-page ol.breadcrumb li{
    position:relative;
    margin-right:10px;
}
.post-dt-page ol.breadcrumb li a{
    display:block;
    position:relative;
    display:inline-block;
	font-size:14px !important;
}
.post-dt-page ol.breadcrumb li a:hover , .post-dt-page div.postText p a:hover{
    color: #f58345 !important;
    text-decoration: none;
}
.post-dt-page ol.breadcrumb a.active{
    pointer-events:none;
}

.post-dt-page div.postTitle {
    color: hsl(0, 0%, 0%);
    float: left;
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    margin: 15px 0 10px;
    width: 100%;
}
.post-dt-page div.postTitle h2{
     margin-bottom: 0px !important;
}

.post-dt-page div.socialSharing {
    box-shadow: none;
    float: left;
    margin-bottom: 15px;
    padding: 0 !important;
    width: 100%;
}

    .post-dt-page div.socialSharing ul li {
        margin-right: 6px !important;
    }

.post-dt-page div.postInfo {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

    .post-dt-page div.postInfo div.date {
        float: left;
        padding-right: 10px;
        font-size: 14px;
        color: #000;
        opacity: 0.8;
        border-right: 1px #dddddd solid;
        line-height: 16px;
    }

    .post-dt-page div.postInfo div.author {
        float: left;
        padding-right: 10px;
        font-size: 14px;
        color: #000;
        padding: 0px 10px;
        line-height: 16px;
        border-right: 1px #dddddd solid;

        color: #000 !important;
        font-family: "Calibri", Arial, Helvetica, sans-serif !important;
        opacity: 0.8;
    }
	.post-dt-page div.postInfo div.author:before{
		display:none;
	}

    [class^="icon-"]:before, [class*=" icon-"]:before {
opacity: 0.6;
        font-family: 'icomoon' !important;
    }


        .post-dt-page div.postInfo div.author a {
            color: #000;
        }

    .post-dt-page div.postInfo div.totalViews {
        float: left;
        padding-right: 10px;
        font-size: 14px;
        color: #000;
        padding: 0px 10px;
        line-height: 16px;
        border-right: 1px #dddddd solid;
    }
    .post-dt-page div.postInfo div.totalViews {
        opacity: 0.8;

    }

        .post-dt-page div.postInfo div.totalViews img {
            margin-right: 5px;
            opacity: 0.6;
        }

    .post-dt-page div.postInfo div.totalComnts {
        float: left;
		padding-right: 10px;
		font-size: 14px;
		color: #000;
		padding: 0px 10px;
		line-height: 16px;
		font-family: "Calibri", Arial, Helvetica, sans-serif !important;
		opacity: 0.8;
    }

        .post-dt-page div.postInfo div.totalComnts img {
            margin-right: 5px;
        }

    .post-dt-page div.postInfo div.pager {
        float: right;
        text-align: right;
        margin: 0px;
        position: relative;
        top: -4px;
    }

        .post-dt-page div.postInfo div.pager a {
            display: inline-block;
            color: #000;
            opacity: 0.8;
            border-right: 1px #dddddd solid;
            line-height: 16px;
            padding: 0 10px;
        }

            .post-dt-page div.postInfo div.pager a i {
                color: hsl(0, 0%, 0%);
                margin: 0 10px;
                position: relative;
                top: 1px;

				display:none;
            }

            .post-dt-page div.postInfo div.pager a:last-child {
                border-right: 0px;
            }

            .post-dt-page div.postInfo div.pager a:hover {
                text-decoration: none;
                color: #000;
                opacity: 1;
            }

.post-dt-page div.largeImage {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .post-dt-page div.largeImage img {
        width: 100%;
        text-align:center;
    }

.post-dt-page div.postText {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0px;
}

   .post-dt-page div.postText p, .post-dt-page div.postText div {
         font-size: 16px;
    color: rgba(000,000,000,0.8);
    line-height: normal;

    text-align: left;
	margin-left:0px !important;
    }
	.post-dt-page div.postText iframe{
		margin-bottom:20px;
	}
     .post-dt-page div.postText h2 {
      margin-bottom: 10px !important;
      color: #000;
      font-size: 20px;
      text-transform: none;
      margin: 0px;

}
.post-dt-page div.postText  p.messageBox{
     padding: 20px 15px;
     font-size: 14px;
     color: #000;
     background: #f4f4f4;
     text-align: left;
     line-height: normal;
}



.post-dt-page div.postText div.authorProfile{
     float: left;
     width: 100%;
     margin: 20px 0px;
     background: #f0f0f0;
}
.post-dt-page div.postText div.authorProfile h4{
     margin-bottom: 5px;
     color: #000;
     font-size: 18px;

}
.post-dt-page div.postText div.authorProfile div.rgtBx{
     float: left;
     width:80%;
     padding: 10px 15px 10px;
}
.post-dt-page div.postText div.authorProfile div.lftBx{
     float: left;
     margin-right: 0px;
     width: 120px;

}
div.fancyTable {
     float: left;
     width: 100%;
     margin: 20px 0px;
}
div.fancyTable table{
     float: left;
     width: 100%;
}
div.fancyTable table thead{
     background: #333333;
     color: #fff;
     font-size: 16px;
}
div.fancyTable table td, div.fancyTable table th{
     padding: 10px;
}
div.fancyTable table tr:nth-child(even){
     background: #f1f1f1;
}
div.fancyTable table thead th ,div.fancyTable table thead td{
    border-color: #666666;
    font-size: 14px;
}

.post-dt-page div.postText div.authorProfile div.lftBx  a{
     display: block;
}
.post-dt-page div.postText div.authorProfile div.lftBx img{
     width: 120px;
}
.post-dt-page div.postText div.authorProfile div.rgtBx{

}
.post-dt-page div.postText  div.contentWithImage{
     float: left;
     width: 100%;
     margin-bottom: 20px;
}
.post-dt-page div.postText  div.contentWithImage img.right{
     margin: 0px 0px 15px 15px;
}
.post-dt-page div.postText  div.contentWithImage img.left{
     margin: 0px 15px 15px 0px;
}
.post-dt-page div.postText  div.contentWithImage img.center{
     margin: 0px 0px 15px 0px;
     margin: 0 auto 15px;
     display: block;
     clear: both;
}
.post-dt-page div.postText ul.mainPoints{
     float: left;
     width: 100%;
     padding: 0px;
     margin: 0px;
     list-style: none;margin-bottom: 20px;
}
.post-dt-page div.postText ul.mainPoints li{
     float: left;
     width: 100%;
     margin-bottom: 5px;
     line-height: normal;
     padding-left: 30px;

     background: url(images/mainlist.png) no-repeat left 6px;
     color: rgba(000,000,000,0.8);
     font-size: 16px;
}
.post-dt-page div.postText ul.mainPoints li a{
     color: #e66b28;word-break: break-all;
}
        .post-dt-page div.postText p b {
            font-weight: 900;
        }

        .post-dt-page div.postText p a {
            color: #f58345 !important;
            text-decoration: none;
        }
        .post-dt-page div.postText p a:hover{
               text-decoration: underline;
        }


table.responsive-table tr {
    margin-bottom: 5px;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 0;
}
table.responsive-table tr td {
    border: 0;
    border-bottom: 1px #d5d5d5 solid;    font-size: 14px;
}
/*test details page*/
div.relatedTestsDt{
    float: left;
    width: 100%;
}

div.relatedTestsDt ul.nav-tabs {
        position: relative;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0px;
        border-radius: 0px;
        width: 100%;
    }

div.relatedTestsDt .nav-tabs > li.active > a,
div.relatedTestsDt .nav-tabs > li.active > a:hover,
div.relatedTestsDt .nav-tabs > li.active > a:focus,
div.relatedTestsDt .nav-tabs > li > a:hover {
        background: #e66b28;
        color: #fff;
        border-color: #e66b28;
    }

div.relatedTestsDt .nav-tabs > li > a {
        padding: 2px 20px;
        color: rgba(0,0,0,0.5);
        border-color: #e2e2e2;
        border-radius: 0px;
        text-transform: uppercase;
        font-size: 15px;
    }

div.relatedTestsDt .nav-tabs > li {
        margin-right: 5px;
    }
div.relatedTestsDt .cs-table {
    margin: 0 0 20px;
    padding: 0;
    float: left;
    width: 100%;
}
div.relatedTestsDt .cs-table  li.cs-city {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid hsl(0, 0%, 89%);
}
div.relatedTestsDt   .cs-table li {
     padding: 7px 0;
    list-style: none;
    color: #5b4142;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid hsl(0, 0%, 89%);
}
div.relatedTestsDt  .cs-table li strong {
    font-size: 100%;
    line-height: 100%;
    text-align: left;
    color: #5b4142;
    display: inline-block;
    width: 20%;
    float: none;
}
div.relatedTestsDt  .cs-table li span {
    float: right;
    width: 20%;
    text-align: right;
    color: #fc9351;
    font-weight: 700;
    margin-left: 30px;
}
div.relatedTestsDt  .cs-table li span  a {
    color: #fc9351;
}
div.relatedTestsDt  .tab-content {
    border: 1px solid hsl(0, 0%, 89%);
    padding: 10px;
    float: left;
    width: 100%;
}
div.relatedTestsDt  div.load {
    float: left;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
div.relatedTestsDt  div.load span a{
    background: #e66b28;
    color: hsl(0, 0%, 100%);
    padding: 8px 15px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

/* S.A */
        /*a.back-to-top {
           display: none;
    width: 57.61px;
    height: 57.61px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #e66b28 url(../userend/Design/images/ic_user_with_tick.png) no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-size: 30px 30px !important;
    background-position: center center !important;
        }

        a:hover.back-to-top {
            background-color: #363636;
        }

        .back-to-top-dim {
            opacity: 0.7;
            filter: alpha(opacity=70); /* For IE8 and earlier */
        }

        a:hover.back-to-top-dim {
            opacity: 1.0;
            filter: alpha(opacity=100); /* For IE8 and earlier */
        }*/

        img.lazy {
            -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
            -moz-animation: fadein 2s; /* Firefox < 16 */
            -ms-animation: fadein 2s; /* Internet Explorer */
            -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
        }
        img.spinner {
            display: block;
            margin: 0 auto;
            margin-bottom: 10px;
            width: 80px;
            height: 80px;
        }
        .contact p {
            float: left;
            clear: left;
            margin-bottom: 10px;
            width: 100%;
            font-size:medium;
        }

        .contact b {
            color: #fb9351;
            float: left;
            min-width: 100px;
            clear: left;
            font-weight: normal;
        }

        .contact span {
            color: #5b4141;
            float: left;
        }
        ul.tabel-list {
            width: 573px;
            border-left: 1px solid #bcbaba;
            border-right: 1px solid #bcbaba;
            background: #f7f5f5;
        }

            ul.tabel-list li {
                float: left;
                width: 100%;
                border-bottom: 1px solid #bcbaba;
                padding: 0;
            }

                ul.tabel-list li strong {
                    float: left;
                    width: 200px;
                    padding: 3px 3px 3px 10px;
                    color: #000;
                    font-size: 14px;
                    line-height: 24px;
                }

                ul.tabel-list li div {
                    float: left;
                    width: 340px;
                    padding: 3px 9px 3px 10px;
                    border-left: 1px solid #bcbaba;
                    color: #000;
                    font-size: 14px;
                    line-height: 24px;
                }

                    ul.tabel-list li div a {
                        color: #000;
                    }

                        ul.tabel-list li div a:hover {
                            text-decoration: underline;
                        }

                    ul.tabel-list li div p {
                        padding: 3px 0;
                        line-height: 20px;
                    }

                    ul.tabel-list li div span {
                        display: block;
                        padding: 3px 0 3px 13px;
                        background: url(../images/arrow.jpg) no-repeat left 9px;
                        line-height: 20px;
                        margin-bottom: 2px;
                    }





/*Videos page styles*/
div.pgVideos h2{
     border-bottom: 1px #cccccc solid;
     padding-bottom: 10px;
}
div.pgVideos p{
     font-size: 16px;
     color: #000;
     opacity: 0.8;
     line-height: normal;
}
div.pgVideos ul.video-list{
     margin: 0px -7px;
}
div.pgVideos ul.video-list li{
         float: left;
    display: block;
    width: 315px;
    margin: 7px;
    overflow: hidden;
    background: #f3f3f3;
    height: auto !important;
}
div.pgVideos ul.video-list li p{
     float: left;
     width: 100%;
     padding: 15px;
     text-align: left;
     font-size: 300;
     color:#000;
     font-size: 20px;
     position: relative;
     margin: 0px;
	 height:75px !important;
}
div.pgVideos ul.video-list li p:hover{

}
div.pgVideos ul.video-list li p:hover a{
	color:#e66b28;
	text-decoration:none;
}
div.pgVideos ul.video-list li p a{
     display: block;
     color: #000;
     background: none !important;

}
div.pgVideos ul.video-list li a{
	margin:0px !important;
}
div.pgVideos ul.video-list li p a:before,div.pgVideos ul.video-list li p a:after{
     background:none;
}


ul.visa-guide-list{
     margin: 0px -7px;
}
ul.visa-guide-list li{
    list-style: none;
    width: 205px;
    background: #f8f8f8;
    margin: 7px;
    float: left;
    text-align: center;
    padding: 15px 15px 5px;
}
ul.visa-guide-list a{
     display: block;
}
ul.visa-guide-list img{
         width: auto;
    display: inline-block;
}
ul.visa-guide-list p{
     padding: 10px;
     margin: 0px;
     color: #000;
     font-size: 16px;
}
ul.visa-guide-list p span{
     display: block;
}
ul.visa-guide-list p a{
     font-size: 20px;
     font-weight: 500;
	 min-height: 50px;
}
ul.visa-guide-list a:hover img{
     opacity: 0.8;
}
ul.visa-guide-list p a:hover {
    text-decoration: none;
    color: #e66b28;
}



div.loginRegisterPage div.userSelection{
     float: left;
     width: 100%;border-bottom: 1px #d5d5d5 solid;
     padding-bottom: 10px;
     margin-bottom: 20px;
     color: #000;
     opacity: 0.8;
     font-size: 18px;
}
div.loginRegisterPage div.userSelection  div.value-group{
     float: left;
     width: 100%;
     margin-bottom: 5px;
}
div.loginRegisterPage div.userSelection  div.value-group input{
margin-right: 10px;
}


div.loginRegisterPage form{
     float: left;
     width: 100%;
}
div.loginRegisterPage form .form-control{
     border:1px #c8c8c8 solid;
     height: auto;
     padding: 13px 15px;
     font-size: 16px;
     line-height: normal;
     box-shadow: none !important;
     color: #000;
	 border-radius:0px !important;
}
 div.loginRegisterPage form div.invalid-field{
	font-size:14px;
}
 div.loginRegisterPage form .error{
	 font-size:14px;
	 color:red;
 }
div.loginRegisterPage form select.form-control{border-radius:0px;}
div.loginRegisterPage form label{
     font-size: 16px;
     text-transform: uppercase;
     margin-bottom: 10px;
     float: left;
     width: 100%;
}
div.loginRegisterPage form a.forgotpassowrd{
     text-align: right;
     color: #000;
     display: inline-block;
     position: relative;
     top:8px;
     font-size: 14px;
     float: right;
}
div.loginRegisterPage form a.forgotpassowrd:hover {
    color: #e66b28;
}
div.loginRegisterPage form #btnsubmit, div.loginRegisterPage  #btnsubmit, a.btnAddStudyAds, input.btnSubmit{
     padding: 9px 20px;
     border-radius: 0px;
     background: #1e1e1e;
     font-weight: bold;
     font-size: 16px;
     text-transform: uppercase;
     color: #fff;
     border:0px;
}
div.loginRegisterPage form input[type="submit"]:hover,
div.loginRegisterPage #btnsubmit:hover, a.btnAddStudyAds:hover, a.btnAddStudyAds:focus,input.btnSubmit:hover,input.btnSubmit:focus{
     background: #f58345;
	 border-color: #f58345;
}
div.loginRegisterPage span.required{
     padding-left: 5px;
     color: #e41e00;
     position: relative;
     top: 3px;
}


.pm-sidelinks{
     float: left;
     width: 100%;

}
.pm-sidelinks ul{
     padding: 0px;
     display: block;
     margin: 0px;
     float: left;
     width: 100%;
}
.pm-sidelinks li{
     float: left;
     width: 100%;
     list-style: none;
     margin-bottom: 10px;
     min-height: 42px;

}
.pm-sidelinks li a{
     display: block;
     position: relative;
     padding-left: 50px;
     font-size: 18px;
     color: #fff;
     font-weight: normal;
     padding: 11px 0px 0px 45px;
}
.pm-sidelinks li a img.lft{
     position: absolute;
     left: 0px;
}
.pm-sidelinks li{
	width:100%;
}
.pm-sidelinks li a img.rgt{
     position: absolute;
     right: 0px;
     top: 10px;
}
ul.pm-sidelinks.talk-to-us-item{
	float:left;
	width:100%;
	padding-top:15px;
	background:#f0f0f0;
}
ul.pm-sidelinks.talk-to-us-item li{
	width:100%;
}
ul.pm-sidelinks.talk-to-us-item li a img.lft {
        position: absolute;
    left: 14px;
    margin-top: 6px;
    margin-right: 7px;
}
ul.pm-sidelinks.talk-to-us-item li a{
	background:#f58345;
	display:block;
}
div.lgnRgnInfo{
     float: left;
     width: 100%;
     padding:0px 0px 0px;
     background: url(/Design/images/login/img-1.png) #f58345 no-repeat;
     background-size: 100%;
     margin-bottom: 30px;
}
div.lgnRgnInfo div.bottom{
     float: left;
     width: 100%;
     padding: 40px 0px 0;
}
div.lgnRgnInfo div.top{
     float: left;
     width: 100%;
     padding: 30px 30px 0px;
     background: #d86a2e;

}
div.lgnRgnInfo div.consultantType{
     float: left;
    width: 100%;
    text-align: center;
    margin-top: 0;
    position: relative;
    top: 37px;
}
div.consultantType img{
     display: inline-block;
}
div.lgnRgnInfo div.top .userinfo{
     float: left;
     width: 100%;
}
div.lgnRgnInfo  .userinfo div.userPic{
         float: left;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px rgb(216, 106, 46) solid;
    background: rgb(255, 255, 255);
    padding: 2px;
    box-shadow: 0px 0px 8px #d0c0c0;
}
div.lgnRgnInfo  .userinfo div.userPic img{
     width: 100%;
     height: 100%;
     border-radius: 50%;
}

div.lgnRgnInfo div.userinfo div.desc{
     font-size: 18px;
     color: #fff;
     float: left;
     width: 145px;
     line-height: normal;
}
div.lgnRgnInfo div.userinfo  div.companyName{
     font-weight: bold;
     color: #fff;
     line-height: normal;
     font-size: 18px;
     margin-top: 5px;
}
div.lgnRgnInfo h2{
     font-weight: bold;
     text-transform: uppercase;
     padding: 10px 0px 20px;
     color: #fff;
     margin-top: 10px;
     margin-bottom: 20px;
     border-bottom: 1px #fff solid;
}
div.lgnRgnInfo  P{
     font-size: 16px;
     color: #fff;
     line-height: normal;
     margin-bottom: 20px;
}
div.lgnRgnInfo ul{
     float: left;
     width: 100%;
}
div.lgnRgnInfo ul li a {
    padding: 15px 10px 15px 60px;
	display:block;
}
div.lgnRgnInfo ul li a:hover,div.lgnRgnInfo ul li a:focus {
    background: #d86a2e;
	color:#fff;
    text-decoration: none;
}


div.lgnRgnInfo ul li a img.lft {
    position: absolute;
    left: 10px;
    top: 5px;
}
div.lgnRgnInfo ul li{
     list-style: none;
     float: left;
     width: 100%;
     margin-bottom: 0px;
}
div.lgnRgnInfo ul li img{
     position: relative;
     top: 0px;
     float: left;
     margin-right: 10px;
}
div.lgnRgnInfo ul li img.rgt {
    top: 15px;
}
div.lgnRgnInfo ul li p{
     font-size: 22px;
     color: #fff;
     font-weight: 900;
     margin: 0px;
}


/*commentsection*/
.commentsSection {
    float: left;
    width: 100%;
}

   .commentsSectionlabel.form-label {
        font-weight: bold;
        text-transform: uppercase;
    }

.commentsSection input.form-control ,.commentsSection textarea.form-control{
        padding:9px 10px !important;
        height: auto  !important;
        border-radius: 0px  !important;
        resize: vertical;
        border: 1px #d5d5d5 solid !important;
    }
	.commentsSection input.form-control:focus ,.commentsSection textarea.form-control:focus{
		border-color:#e66b28 !important;
		box-shadow: none;
	}
     .commentsSection textarea.form-control{
          height: 100px !important;
     }
  .commentsSection .selctbox {
        padding: 5px 0px  !important;
        height: auto  !important;
        border: 1px #d5d5d5 solid  !important;
        border-radius: 0px;
    }

   .commentsSection #btnCommentSubmit.btn.btn-priamry {
        background: #1e1e1e  !important;
        border-radius: 0px;
        border: 0px  !important;
        padding: 5px 23px  !important;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        float: right;
        margin-top: 10px;
    }

    .commentsSection #btnCommentSubmit.btn.btn-priamry:hover {
        background: #e66b28  !important;
    }

     .commentsSection div.answerdet{float: left;width: 500px;}
     .commentsSection div.answerdet h2{
          float: left;width: 100%;
          font-size: 18px;
     }
     .commentsSection div.answerdet h2 span{color: #000;font-size: 12px;opacity: 0.8;}
     .commentsSection div.answerdet p{
          float: left;
          width: 100%;
          margin: 0px 0px 10px !important;
     }
          .commentsSection div.answerdet h2 .date {
         color: #000;
         font-size: 15px;
         font-weight: normal;
         position: relative;

         margin-left: 0;
     }
     .commentsSection div.answerdet p.reply{
          float: left;
          width: 100%;

     }
     .commentsSection div.answerdet p.reply span{
          cursor: pointer;
          color: #363636;
          font-size: 16px;
     }
     .commentsSection div.answerdet p.reply span:hover{
          color: #e66b28;
     }

     .commentsSection div.answerdet div.answerdet{
          float: left;
          width: 410px;
          text-align: justify;
     }
     .commentsSection div.answerdet div.box{
          float: left;
          width: 100%;
          padding: 0px;

          margin-top: 10px;
     }
     .commentsSection div.answerdet div.box div.image{
          width: 40px;
          height: 40px;
          line-height: 40px;
     }
     .commentsSection div.answerdet div.box div.image span{
          font-size: 20px;
          padding-top: 10px;
     }
     .commentsSection div.form-group{margin-bottom: 5px;}















































div.scholrshpPageHeader{
     background: url(Design/images/scholarships-banner.jpg) no-repeat;
     background-size: cover;
     min-height: 262px;
     padding-top: 15px;
}
div.scholrshpPageHeader div.image{
     text-align: center;
}
div.scholrshpPageHeader div.image img{
     max-width: 100%;width: 254px;
     margin: 0 auto;
}
div.scholrshpPageHeader h2{
     font-size: 35px;
     font-weight: bold;
     text-transform: capitalize;
     color: #fff;
     margin-top: 40px;
     margin-bottom: 20px;
}
div.scholrshpPageHeader  label{
     font-size: 16px;
     font-weight: normal;
     margin-bottom: 5px;
     float: left;
     width: 100%;
     color: #fff;
}
div.scholrshpPageHeader .chosen-container-single .chosen-single{
     height: 40px;
     padding: 8px 0 0 10px;
}
div.scholrshpPageHeader  .chosen-container-single .chosen-single div{
     top: 10px;
}
div.scholrshpPageHeader input[type="submit"]{
     color: #fff;
     background: #f58345;
     border: 0px;
     padding: 11px  15px 10px;
     font-weight: bold;
     font-size: 16px;
     margin-top: 29px;
     line-height: normal;
     text-transform: uppercase;
}
div.scholrshpPageHeader input[type="submit"]:hover{
         background: #fff;
         color: #f58345;
}
div.scholrshipsList h2{
     font-size: 22px;
     line-height: 28px;
     color: #e66b28;
     font-weight: bold;
     font-family: "Calibri", Arial, Helvetica, sans-serif;
     text-transform: uppercase;
     margin: 0 0 25px 0;
}
div.scholrshipsListByCatWise ul{
     float: left;
     width: 100%;
     margin: 0px;
     padding: 0px;
}
div.scholrshipsListByCatWise li{
     float: left;
     list-style: none;
     width: 32%;
     margin-right: 1%;
     margin-bottom: 1%;
}
div.scholrshipsListByCatWise li a{
     padding: 5px 10px;
     color: #fff;
     display: block;
     background: rgb(230, 107, 40);
     font-size: 14px;
     text-transform: capitalize;
     text-decoration: none !important;
}
div.scholrshipsListByCatWise li span{
     position: relative;
     top: 2px;
     margin-right: 5px;
}
div.scholrshipsListByCatWise li a:hover{
     background: #333;
}

























ul.dtls-consutants-lisitng.consultants-all{
	border:0px;
	margin:0px -7px;
	border-bottom:1px #dbdbdb solid;
}
ul.dtls-consutants-lisitng.consultants-all li{
	border:0px;
	margin:7px;
	width:126px;
}
ul.dtls-consutants-lisitng.consultants-all li a{
	border-bottom:0px;
}
ul.dtls-consutants-lisitng.consultants-all li div.imge{
	clear:both;
		width:100%;
	height:120px;
	padding:10px;
	text-align:center;
	border:1px #ccc solid;
	margin:0 auto;
}
ul.dtls-consutants-lisitng.consultants-all li div.imge img{
	padding:0px;
	width:100%;
	height:100%;
}
ul.dtls-consutants-lisitng.consultants-all li p{
	    text-align: center;
		font-size: 16px;
		color: rgba(0,0,0,0.8);
		text-transform: uppercase;
		min-height: 50px;
		padding: 0px 15px;
		margin-top: 10px;
		line-height: 20px;
		font-weight: 500;
		margin-bottom:0px;
}
.box-holder.lftPaddZero{
	padding-left:0px;
}
.box-holder.rgtPaddZero{
	padding-right:0px;
}
.box-holder.paddingBtm20{
	padding-bottom:20px;
}
.box-holder.removeBtmMargin{
	margin-bottom:0px;
}
.box-holder.border{
	border:1px #dbdbdb solid;
}
.box-holder p{
	font-size:14px;
}
.main-section.bg-white{background:#fff;}
ul.consultant-list.consltnts-dtlists{
	margin:-7px -7px;
}
ul.consultant-list.consltnts-dtlists li{
	margin:7px;
}


ul.Countrylist{
        /* float: left; */
    /* wigdth: 100%; */
    list-style: none;
    position: relative;
    margin: 0px -5px;
}
ul.Countrylist li{
    float: left;
    margin-right: 7px;
    margin-bottom: 10px;
    margin: 4px;
}

ul.universiteslist{
    position:relative;
    margin:0px -2%;
    list-style:none;
}
ul.universiteslist li{
        float: left;
    width: 46%;
    margin: 2%;
    list-style: none;
    background: #e66b28;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-top: 0px;
        font-size: 14px;


}

.bannerConsultansDetails div.page-banner2 {
	background:#013e7b;
	float:left;
	width:100%;
	margin-top:15px;
	margin-bottom:0px;
	height:215px;
}
.bannerConsultansDetails div.page-banner2 div.cnslt-image{
	width: 130px;
    height: 130px;
    border-radius: 50%;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    line-height: 99px;
    background-clip: padding-box;
    background-color: #fff;
    float: left;
    margin-right: 25px;
    margin-top: 36px;
    display: table;
}
.bannerConsultansDetails div.page-banner2 div.top {
    float: left;
    width: 700px !important;
    padding-top: 5px;
    padding-bottom: 30px;
}
.bannerConsultansDetails div.page-banner2 div.bottom {
    float: right !important;
    padding-top: 55px;
    width: 570px !IMPORTANT;
}
.bannerConsultansDetails div.page-banner2 div.bottom h4{
	font-size: 20px;
    color: #fff;
    position: relative;
    top: 33px;
    float: left;
    margin-bottom: 30px;
	text-align: center;
    width: 100%;
}
.bannerConsultansDetails div.page-banner2 div.cnslt-desc{
	float:left;
	width:500px !important;
}
.bannerConsultansDetails div.page-banner2 div.cnslt-desc h3{
	color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 22px;
    line-height: 28px;
}
.bannerConsultansDetails div.page-banner2 div.cnslt-image a{
	display: table-cell;
    align-items: center;
    align-content: center;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.bannerConsultansDetails div.page-banner2 div.cnslt-image img{
	max-width:100%;
    border-radius:50% !important;
}
.bannerConsultansDetails .top-ads {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.bannerConsultansDetails ul.cnslt-info{

	padding:0px;
	margin:0px;
	margin-top:15px;
	list-style:none;
}
.bannerConsultansDetails ul.cnslt-info li{

	padding-left:30px;
	position:relative;
	color:#fff;
	font-size:16px;
	margin-bottom:8px;
}
.bannerConsultansDetails ul.cnslt-info li span.icon{
	position:absolute;
	top:0px;
	left:0px;
}
.bannerConsultansDetails ul.cnslt-info li  a{
	color:#fff;
}

.bannerConsultansDetails div.right{
	float:right;
}
.bannerConsultansDetails div.constlnstCountiresForConsltantsDetails{
	    float: right;
    width: 100%;
    padding: 10px 40px;
    margin-top: 13px;
    position: relative;
}
.bannerConsultansDetails div.constlnstCountiresForConsltantsDetails a{
	float:left;
	margin:1px;
	display:inline-block;
}
.bannerConsultansDetails button.slick-prev {
    position: absolute;
   /*  left: 9px; */
    top: 26px;
    background: url(/UserEnd/Design/images/shapeLft.png);
    background-repeat: no-repeat;
    /* text-indent: -999px; */
    border: 0px;
	right:45px !important;
    width: 20px;
    color: transparent;
}
.bannerConsultansDetails button.slick-next {
    position: absolute;
    right: 9px;
    top: 26px;
    background: url(/UserEnd/Design/images/shapeRight.png);
    background-repeat: no-repeat;
    /* text-indent: -999px; */
    border: 0px;
    width: 20px;
    color: transparent;
}


.nxPvRcrd{
     float: right;
     text-align: right;
}
.nxPvRcrd a{
     font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    background: #f58345;
    color: #fff;
    padding: 6px 10px;
    line-height: normal;
}
.nxPvRcrd a:hover, .nxPvRcrd a:focus {
    background: #333 !important;
    text-decoration: none;
	outline:0 none;
}
div.cnslt-inquiry-lists{
     float: left;
     width: 100%;
     width: 100%;
     background: #f58345;
     padding: 0px 10px;
     margin-bottom: 28px;
     color: #fff;
}

div.cnslt-inquiry-lists div.lftBox{

}
ul.location-list{
     float: left;
     width: 100%;
     padding: 15px 0px;
}
ul.location-list li{
     list-style: none;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 9px;
    border-bottom: 1px rgba(255, 255, 255, 0.19) solid;
    padding-bottom: 10px;
}
ul.location-list li:last-child{
     margin-bottom: 0;
}
ul.location-list li span.fa{
     position: absolute;
     left: 0px;
}



ul.l-interest {
    float: left;
    width: 100%;
    padding: 15px 0px;
}
ul.l-interest  li{
     list-style: none;
    font-size: 16px;
    padding-left: 0px;
    position: relative;
    margin-bottom: 9px;
    border-bottom: 1px rgba(255, 255, 255, 0.19) solid;
    padding-bottom: 10px;
}
ul.l-interest  li:last-child{
     margin-bottom: 0px;
}
ul.l-interest  li span{
     float: left;
     width: 200px;
}
ul.l-interest  li label{
     text-transform: capitalize;
     margin-bottom: 0;
}
div.view-inquery-box{

}
div.view-inquery-box h4{
     font-size: 22px;
    line-height: 28px;
    color: #e66b28;
    font-weight: bold;
    font-family: "Calibri", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}
div.view-inquery-box textarea{
     resize: vertical;
     font-size: 16px;
     color: #1e1e1e;
     margin-bottom: 10px;
}




/*list-consultants-horizental*/
ul.list-consultants-horizental{
     float: left;
     width: 100%;
     padding: 0px;
     margin: 0px;
     list-style: none;
}
ul.list-consultants-horizental li{
     float: left;
     width: 100%;
     border: 1px #cfcfcf solid;
     margin-bottom: 16px;
	 background: #f7f7f7;

}
ul.list-consultants-horizental div.image{
     width: 130px;
     min-height: 130px;

     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
     float: left;
}
ul.list-consultants-horizental div.image img{
     max-width: 100%;
     margin: 0px;
     padding: 5px;
}
ul.list-consultants-horizental div.desc{
     float: left;
     width: 330px;
     padding: 15px 50px 15px 20px;
     position: relative;
	 border-left: 1px #cfcfcf solid;
	 background:#fff;
	     min-height: 130px;
}
div.consultantType{
     position: absolute;top: 0;right: 0;
}
ul.list-consultants-horizental h3{

     margin-top: 5px;
     margin-bottom: 5px;
}
ul.list-consultants-horizental h3 a{
     font-size: 22px;
     color: #3e3e3e;
	 text-decoration:none !important;
}
ul.list-consultants-horizental h3 a:focus{
	outline:0 none;
	text-decoration:none !important;
}
ul.list-consultants-horizental a:hover{
     color: #e66b28 !important;
     text-decoration: none;
}
ul.list-consultants-horizental p{
     font-size: 16px;
     color: #3e3e3e;
     line-height: normal;
     margin-bottom: 5px;
}
ul.list-consultants-horizental p.weblink{
     color: #b6b6b6;
}
ul.list-consultants-horizental p.weblink a{
     color:  #e66b28;
}
div.serveCountries{
     background: #f7f7f7;
     min-height: 130px;
     float: right;
     width: 188px;

     display: flex;
     align-items: center;
     align-content: center;
     text-align: center;
}

div.serveCountries ul{
     float: left;
     width: 100%;
     padding: 0px 15px;
     text-align: left;
}
div.serveCountries li{
     float: none;
    list-style: none;
    border: 0px;
    width: 35px;

    display: inline-block;
    margin: 1px 1px 2px;
}
div.serveCountries li img {
    width: 100%;
}
.centeredAlign{
	margin-left:auto;margin-right:auto;
}
img.fullw{width:100%;}
.clearboth{
	float:left;
	width:100%;
}
.post-dt-page div.postText ul {

}

.stButton .stBubble_count{line-height:10px !important;}



div.newsListingBlogHolder .blog-list:hover span {

}
div.newsListingBlogHolder .blog-list:hover span i {

    opacity: 1;
}
div.newsListingBlogHolder .blog-list:hover span i:before{
	opacity:1 !important;
}
div.newsListingBlogHolder .blog-list:hover {
    background: #fff;
}
div.newsListingBlogHolder .blog-list:hover .text-holder h3 a {
    color: #f58345;
}
div.newsListingBlogHolder  .blog-list .img-holder figure {
	overflow:hidden;
}
div.newsListingBlogHolder  .blog-list .img-holder figure img{
	transition: all .2s ease-in-out;
}
div.newsListingBlogHolder .blog-list:hover .img-holder figure img{
	 transform: scale(1.1);
}


.home-top-consultants ul.consultants-slider ul.slick-dots{
	display:none !important;
}



div.customSchByCountry a {
        display: inline-block;
        color: #fff;
        background: #e66b28;
        padding: 6px 10px;
        margin-right: 5px;
        line-height: normal;
        margin-bottom: 5px;
        text-decoration: none !important;
        width: 48%;
    }

        div.customSchByCountry a:hover {
            background: #3b3838;
        }

        div.customSchByCountry a span {
            color: #fff;
            position: relative;
            top: 2px;
            margin-right: 6px;
        }

.PGscholorshipsDetails .main-section{padding-top:0px;}



div.fixedHeightBox{
	min-height:520px;
}

.expert-form .field-set .field-area select {
    height: 34px;
    padding: 7px 5px;
    font-weight: bold;
    color: #767676;
    line-height: 34px;
}


.newsListingBlogHolder.style2  div.blog-list{
	margin:0px 0 18px 0
}

div.top-consultants-style2 h1 {
    margin-top: 11px;
}
div.top-consultants-style2 h1 img {
    position: relative;
    top: -3px;
    margin-right: 5px;
}
div.top-consultants-style2 a.btn-top {
    top: 35px;
    right: 32px;
}
div.SApgScholorshiplists.style2 div.blog-list{
	border:1px #f1f1f1 solid;
}

div.SApgScholorshiplists .image-holder {
    width: 80px !important;
    height: 80px !important;
    overflow: hidden;
}
div.scholrshipsList div.image-holder img {
    width: 100% !important;

    padding: 0px !important;
}
div.scholrshipsList a.readmore {
    display: none !important;
}
div.scholrshipsList .blog-list {
    height: 250px !important;
    overflow: hidden;
}

div.scholrshipsList  .blog-list .text-holder h3,
div.scholrshipsList  .blog-list .text-holder h3 a{
	font-size:20px;
	line-height:normal;
}
.post-dt-page div.postText table p {
    margin-bottom: 0px !important;
    padding: 6px 10px;
    text-align: left;
}
.SAStudyADS .blog-list .img-holder {
   height: 210px;
	margin-right:0px;
	width: 100%;
	overflow:hidden;
}
.SAStudyADS .blog-list .img-holder  img{
	width: 100% !important;
    height: auto !important;
	    transition: all .2s ease-in-out;
}
.SAStudyADS .blog-list:hover  .img-holder  img{
	transform: scale(1.1);
}
.SAStudyADS .blog-list:hover .text-holder h3,.SAStudyADS .blog-list:hover .text-holder a{
	color:#f58345;
}
.SAStudyADS .text-holder {
    padding: 20px !important;
	min-height: 122px;
}
.SAStudyADS .text-holder a, .SAStudyADS .text-holder h3 {
    font-size: 22px !important;
    line-height: 25px !important;


}
 .SAStudyADS .text-holder h3 {
	  min-height: 75px;
 }
  .SAStudyADS .text-holder a.readmore{display:none !important;}

  .hideTopBanners .top-banners {
    display: none;
}


#tableBody a.btn-info {
       background: #55bddc !important;
    box-shadow: none !important;
    color: #fff !important;
    opacity: 1 !important;
    background-image: none !important;
    border-color: #55bddc;
    border-radius: 2px !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0px;
    text-align: center;
}
#tableBody a.btn-info img {
    idth: 20px;
    position: relative;
    top: -1px;
}
#tableBody a.btn-info span:before{
	opacity:1 !important;
}

#tableBody a.btn-primary {
        background: #265a88 !important;
    box-shadow: none !important;
    color: #fff !important;
    opacity: 1 !important;
    background-image: none !important;
    border-color: #265a88;
    border-radius: 2px !important;
}
#tableBody a.btn-primary:hover{
	background: #e66b28 !important;
    border-color: #e66b28;
}

#tableBody a.btn-danger{
       background: #e62020 !important;
    box-shadow: none !important;
    color: #fff !important;
    opacity: 1 !important;
    background-image: none !important;
    border-color: #e62020;
    border-radius: 2px !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0px;
}
#tableBody a.btn-danger img {
    position: relative;
    width: 16px;
}
#tableBody a.btn-danger span:before{
	opacity:1 !important;
}


#tableBody span.btn-success{
         background: none !important;
    box-shadow: none !important;
    color: #398439 !important;
    opacity: 1 !important;
    background-image: none !important;
    border-color: transparent;
    border-radius: 2px !important;
    cursor: auto !important;
}
#tableBody span.btn-success:before{
	opacity:1 !important;
}

#tableBody a.btn-danger:hover, #tableBody a.btn-info:hover{
	background: #e66b28 !important;
	border-color: #e66b28;
}

.loginRegisterPage span#cke_editorid {
        margin-top: 15px;
    border-radius: 0px;
    float: left;
	margin-bottom: 10px;
    width: 100%;
}
.addNewsEvBox span#cke_editorid {
    margin-top: 0px !important;
}
.loginRegisterPage.style2 span#cke_editorid {
        margin-top: 0px;
}
.loginRegisterPage a.chosen-single {
    border: 1px #c8c8c8 solid;
    min-height: 47px;
    padding: 10px;
    color: #000 !important;
    font-weight: normal !important;
}


table.apInqueriesFromStudents thead th {
    background: #f58345;
    border-color: #dddddd;
    color: #fff;
    font-size: 13px;
}
table.apInqueriesFromStudents td {
    padding: 10px !important;
    vertical-align: middle !important;
    font-size: 14px;
}
table.apInqueriesFromStudents.table-bordered{
	border:0px;
}









.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/chosen-sprite.png) no-repeat;
	background-position: 0px 7px  !important;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 8px !important;
}

.loginRegisterPage .chosen-container-single .chosen-single div b{
	background-position: 0px 10px  !important;
}

.loginRegisterPage  .chosen-container-active.chosen-with-drop .chosen-single div b {
	 background-position: -18px 10px !important;
}
.loginRegisterPage .chosen-container-single .chosen-single span {

    white-space: nowrap;
    font-weight: normal;
    color: #000;
    opacity: 0.9;
}
.loginRegisterPage  .chosen-container-active a {
	border:1px #c8c8c8 solid;
}


.pgVideos .box-holder {
    padding-bottom: 5px;
}
.pgVideos .load-more {
    float: left;
    width: 100%;
    margin-top: 21px;
}


.studyBoxListsForCountry div.image-holder {
    margin-bottom: 15px;
}
.studyBoxListsForCountry div.image-holder img {
    width: 100% !important;
    height: 70px;
}


div#btns.full {
    text-align: center !important;
}
label.icon-info3 {
    margin-top: 30px;
    margin-left: 0;
    margin-top: 40px;
    font-weight: bold;
    font-size: larger;
    padding: 20px;
    background-color: rgba(230, 107, 40, 0.8);
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    border-radius: 4px;
    text-align: center;
    width: 230px;
    margin: 0 auto !IMPORTANT;
    float: none !IMPORTANT;
}
table.apInqueriesFromStudents th {
    background: #1e1e1e !important;
    color: #fff;
}


ul.video-list.showHiddenBox {
    display: block !important;
    margin: 0px -1% !important;
}
ul.video-list.showHiddenBox li {
       float: left !important;
    width: 48% !important;
    /* margin-right: 2% !important; */
    /* margin-bottom: 2% !important; */
    min-height: 222px !important;
    overflow: hidden !important;
    height: 222px !important;
    margin: 1% !important;
}
ul.video-list.showHiddenBox li img:first-child {

}
div.home-video-box ul.video-list li:first-child img {

}
div.home-video-box ul.video-list li:nth-child(2) img {

}
div.home-video-box ul.video-list li img {
    /* height: 100% !important; */
    width: 100% !important;
    height: 222px !important;
}
ul.video-list li a {
    transition: all 0.3s ease-in-out;
    display: inline-block;
    margin: 0px !IMPORTANT;
    float: left;
    position: relative;
    width: 100% !important;
}
ul.video-list li a {
    position: relative;
    display: block;
}
ul.video-list div.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
ul.video-list div.overlay .overlayContent {
    display: table;
    height: 100%;
    width: 100%;
}
ul.video-list div.overlay .overlayContent img {

    width: 50px !important;
    display: inline-block !important;
    height: 50px !important;
}
ul.video-list div.overlay .overlayContent .text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}






div.banner-with-inquery-panel {
    padding: 0px;
}
div.banner-with-inquery-panel div#xpertBox {
    float: left;
    width: 265px;
    margin-right: 10px !important;
    margin-bottom: 0px !important;
    margin-left: 10px !important;
}
	div.banner-with-inquery-panel .banner-box-holder {
    margin-bottom: 18px;
    float: left;
    margin-right: 20px !important;
    width: 264px;
    height: 235px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px !important;
}
	div.banner-with-inquery-panel .banner-box-holder {
    margin-bottom: 20px !important;
}
div.banner-with-inquery-panel .banner-box-holder img {
    width: 100% !important;
    height: 100% !important;
}



div.top-consultants-style2 ul {
    margin: 0;
    padding: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    position: relative;
    overflow: hidden;
    padding: 1px;
}

div.top-consultants-style2 ul li {
    width: 92px;
}
 div.top-consultants-style2 ul li {
    float: left;
    margin: 0;
    margin: 0px;
    padding: 0 0 0 0;
    list-style: none;
    border: 0;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    overflow: visible;
    z-index: 3333;
}

div.top-consultants-style2 li a {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9999;
    border-bottom: 0;
}
div.top-consultants-style2 li a:hover div.overlay {
    display: block !IMPORTANT;
}
div.top-consultants-style2 ul {
    margin: 0;
    padding: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    position: relative;
    overflow: hidden;
    padding: 1px;
	padding-bottom: 44px;
}

div.top-consultants-style2 ul li {
    width: 92px;
}
 div.top-consultants-style2 ul li {
    float: left;
    margin: 0;
    margin: 0px;
    padding: 0 0 0 0;
    list-style: none;
    border: 0;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    overflow: visible;
    z-index: 3333;
}
div.top-consultants-style2 li:after{
	content: "";
    position: absolute;
    left: -1px;
    right: 0;
    top: 0px;
    bottom: -1px;
    border: 1px #cfcfcf solid;
}
div.top-consultants-style2 li a {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9999;
    border-bottom: 0;
}
div.top-consultants-style2 li a:hover div.overlay {
    display: block !IMPORTANT;
}
div.top-consultants-style2 li a img {
    width: 100% !important;
    height: auto !important;
    padding:15px;
    max-width: 100%;
}
div.top-consultants-style2 li div.overlay {
    position: absolute;
    left: 0;
    right: 0;
    border: 0;
    bottom: 0;
    top: 0px;
    padding: 5px 0px;
    color: #fff;
    background: rgba(230, 107, 40, 0.79);
}
div.top-consultants-style2 li div.overlay h5 {
    margin-top: 0px;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 12px;
    font-weight: normal;
    padding: 0px 5px;
    display: grid;
    align-items: center;
    height: 84%;
    text-align: center;
    align-content: center;
    width: 100%;
}
div.top-consultants-style2 li div.overlay h6 {
        padding-top: 2px;
    margin-bottom: 0px;
    font-weight: normal;
    padding-bottom: 5px;
    width: 100%;
    left: 0;
	    font-size: 14px;
    right: 0;
    padding: 0px 5px;
    text-align: center;
}




.banner-box-holder {
    height: 250px;
}
.banner-box-holder iframe{
	height:100% !important;
}
.banner-box-holder {
    margin-bottom: 20px !important;
}
ul.consultant-list li a .caption i{
	display:none;
}
div.study-video-box a.btn-top {
    right: 0px !important;
}
div.home-top-consultants a.btn-top {
    right: 31px !important;
}
div.home-top-consultants ul.consultant-list {
    margin: 0 -1px -15px;
}
.home-top-consultants.study-consultants {
    padding-bottom: 41px !important;
}
h1.newsdetailheading {
    color: #000;
}
.box-holder h2 img.img-normal {
    position: relative;
    top: -3px;
}
div.pgVideos ul.video-list li img.imgOverlay {
    display: none !important;
}
ul.video-list li a.titleVideo {
    position: relative;
    float: left;
    width: 100%;
    /* font-size: 16px; */
    color: #000;
    text-decoration: none;
    /* min-height: 50px; */
    /* height: 50px; */
}
ul.video-list li a.titleVideo:after,ul.video-list li a.titleVideo:before{
	display:none;
}
ul.video-list.style3 li {
    margin-right: 10px !important;
    margin: 0px !important;
    margin: 5px !important;
}
ul.video-list.style3 {
    margin: 0px -5px;
}
label.icon-info3:before {
    display: none;
}
.post-dt-page div.postTitle h1 {
    text-transform: none;
}


.ThreeBoxes .box {
    float: left;
    width: 33%;    margin-bottom: 30px;
}
.ThreeBoxes {
    float: left;
    width: 100%;
}
.ThreeBoxes div.customSchByCountry a {
    background: none;
    color: #e66b28;
    display: block;
    width: 100%;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 8px;
}
.ThreeBoxes div.customSchByCountry a span {
    display: none !important;
}
div.moreItemsShower {
    color: #e66b28;
    font-size: 14px;
    cursor: pointer;
}
div.moreItemsShower:hover{
	text-decoration:underline;
}

















/*flight section*/
.rgFlightsLists {
    color: hsl(0, 0%, 0%) !important;
    float: left;
    margin: 0;
    width: 100%;
}
.rgFlightsLists div.row {
    margin: 0 -10px !important;
}
.rgFlightsLists div.col-md-6 {
    padding: 0 10px !important;
}
.rgFlightsLists a {
    border-bottom: 1px solid hsl(10, 79%, 49%) !important;
    display: block !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 10px !important;
    width: 100% !important;
}
.rgFlightsLists a:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.rgFlightsLists a.hbox {
    text-decoration: none;
}
.rgFlightsLists span.from,.rgFlightsLists  span.to {
    width: 90px;
}
.rgFlightsLists span {
    display: inline-block !important;
}
.rgFlightsLists span.two-way {
    background: hsla(0, 0%, 0%, 0) url(images/2way.png) no-repeat scroll center center !important;
    height: 11px !important;
    width: 24px !important;
    margin: 0px 10px !important;
}
.rgFlightsLists span.price {
    color:#e66b28;
    float: right;
}
.rgFlightsLists span.priceCurImage {
    font-size:10px !important;
    color: #000 !important;
    line-height: 8px;
    margin-right: 5px;
}
.searchBar {
    background: #ede9d9;
    padding: 17px;
    margin-bottom: 0px;
    border-radius: 0px;
}
.searchBar label {
    color: #000000;
    font-weight: normal;
    line-height: 14px;
    font-size: 14px;
}
.searchBar input[type=radio], .searchBar input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 21px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 21px;
    min-width: 21px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
.searchBar input[type=radio] {
    border-radius: 50px;
}
.searchBar input[type=radio]:checked:before, .searchBar input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    font: 400 18px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.searchBar input[type=radio]:checked:before {
    content: "\2022";
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    width: 11px;
    height: 11px;
    margin: 4px;
    line-height: 16px;
    background-color: #27252a;
}
.searchBar .form-group {
    margin-bottom: 10px;
}
.searchBar input[type=text], .searchBar select {
    height: 31px;
    border-radius: 0px;
}
.uper {
    text-transform: uppercase;
}
.searchBar  .dte {
    background: url(images/dte.png) no-repeat center center;
    height: 16px;
    position: absolute;
    right: 20px;
 top: 32px !important;
    width: 16px;
}
.searchBar .btn.btn-primary {
    color: #fff;
    background: #e66b28;
    border-radius: 0px;    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: none;
    border-color: #e66b28;    padding: 6px 20px;
}
.searchBar .btn.btn-primary:hover{
     background: #000;
      border-color: #000;
}

.fl-srch {
    width: 100%;
    float: left;
}
.fl-srch-title {
    width: 100%;
    float: left;
}
.search-title {
    width: 100%;
    float: left;
}
.search-title h4 {
    float: left;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 22px;
}
.fl-srch-title .tway {
    background: url(images/2way.png) center no-repeat;
    width: 6%;
    height: 30px;
    float: left;
    margin: 5px 10px 0 10px;
}
.search-info {
    font-size: 13px;
    color: #666666;
    float: left;
    width: 100%;
    margin-top: 0px;
}
.search-info p {
    float: left;
    font-size: 13px;
}
.search-info span {
    float: left;
    color: #d2d2d2;
    margin: 0 15px;
}
.tff {
    padding: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #dadada;
    background: #efeeed;    font-size: 14px;
color: #696a81;
}
.tff .text-primary {
    color: #e66b28;
}
.fs-result-box .airline {
    width: 10%;
    float: left;

	color: #696a81;
	font-size: 14px;
}
.fs-result-box .departure {
    width: 28%;
    float: left;

	color: #696a81;
	font-size: 14px;
}
.fs-result-box .duration {
    width: 12%;
    float: left;
}
.fs-result-box span.price {
    color: #e66b28;
	font-size: 14px;
    float: right;
}
.fs-result-box .search-result-box-title {
    background: transparent;
    color: #333333;
    font-size: 15px;
    width: 100%;

    float: left;
    padding: 10px 0px 10px 20px;
    font-size: 15px;
}

.fs-result-box .search-result-box-detail {
    background: #fdfdfd;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border: 1px #e7e7e7 solid;
    position: relative;
}
.fs-result-box .search-result-box-detail .airline {
    padding: 12px 6px 12px 6px;
    min-height: 117px;

    position: relative;
    border-right: 1px solid #e7e7e7;
    width: 10%;
    float: left;
}
.fs-result-box .search-result-box-detail .airline img {
    position: absolute;
    left: 50%;
    max-width: 57px;
    top: 40%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: auto;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fs-result-box .search-result-box-detail .departure {
    background: url(images/dep-new.png) 88% 48% no-repeat;
    padding: 12px 20px 12px 15px;
    min-height: 117px;
    position: relative;
    width: 28%;
    float: left;
}
.fs-result-box .search-result-box-detail .departure strong {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    width: 100%;
    float: left;
    color: #000;
}
.fs-result-box .search-result-box-detail p {
    float: left;
    color: #888888;
    margin-bottom: 0px;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    margin-top: 0px;
}
.fs-result-box .search-result-box-detail .departure span.date {
    color: #42494f;
    font-size: 13px;
}
.fs-result-box .search-result-box-detail .arrival {
    padding: 12px 20px 12px 0px;
    min-height: 117px;
    border-right: 1px solid #e7e7e7;
    position: relative;
    width: 22%;
    float: left;
}
.fs-result-box .search-result-box-detail .arrival strong {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    width: 100%;
    float: left;
    color: #000;
}
.fs-result-box .search-result-box-detail .arrival strong span {
    font-size: 22px;
    color: #65707b;
    font-weight: normal;
}
.fs-result-box .search-result-box-detail .arrival span.date {
    color: #42494f;
    font-size: 13px;
}
.fs-result-box .search-result-box-detail .duration {
    position: relative;
    width: 12%;
    float: left;
    text-align: center;
    min-height: 117px;
    border-right: 1px solid #e7e7e7;
}
.fs-result-box .search-result-box-detail .duration .drtn {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fs-result-box .search-result-box-detail strong {
     width: 100%;
    float: left;
    font-size: 15px;
    color: #000;
    font-weight: normal;
}
.fs-result-box .search-result-box-detail .price {
    padding: 16px 20px 0px 0px;
    color: #1971bb;
    background: #efeeed;
    font-size: 30px;
    min-height: 117px;
    width: 28%;
    float: left;
}
a.btnbookFlight {
    position: absolute;
    right: 17px;
    top: 18px;
    z-index: 1;
    padding: 3px 10px;
    border: 0px !important;

	color: #fff;
	background:none;
    background-color: #e66b28;
    border-color: #e23b1a;

}

.fs-result-box .search-result-box-detail .price strong {
    font-size: 20px;
    margin-top: 10px;
    width: auto;
    padding-left: 15px;
    width: 100%;
    float: left;
    color: #000;
    font-weight: normal;
}
.fs-result-box .search-result-box-detail .price small {
    font-size: 11px;
    color: #404040;
}
ul.fdtl {
    list-style: none;
    position: relative;
    font-weight: normal;
    padding-left: 0px;
}
ul.fdtl li {
    float: left;
    margin: 0px 3px;
}
.fs-result-box .search-result-box-detail .price .detail {
    color: #db1212;
    font-size: 12px;
    float: right;
    /* margin: 0px 20px 0 0; */
    text-decoration: none;
    position: absolute;
    top: 50px;
    right: 25px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-lg {
    width: 1200px;
}
.close {
    opacity: 0.9;
}
.modal-title {
    font-size: 17px;
    font-weight: 500;
    color: #2c3e50;
}
ul.p-dtl {
    list-style: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}
ul.p-dtl li {
    border-right: 1px solid #b2b6bb;
    display: inline;
    font-size: 12px;
    list-style: outside none none;
    margin-right: 10px;
    padding-right: 10px;
    color: #d93225;
}
ul.p-dtl li span {
    color: #2c3e50;
}
.route h4 {
       border-radius: 3px;
    margin-bottom: 10px;
    color: #fff;    background: #e66359;
    border-radius: 3px;
    margin-bottom: 10px;
}
.modal-flights .route {
    margin-bottom: 20px;
    padding: 0px 10px;
    width: 100%;
}
.modal-flights .route h4 {
    font-weight: 700;
    font-size: 22px;
    padding: 10px 15px;
}
.modal-flights .route h4.dark {
    background: #2d2f31;
}
.route h4 span {
    font-size: 15px;
    padding: 1px 0px;
    font-weight: normal;
    float: right;
}


/***********NEW PopUP************/
.modal-flights h4 {
    font-weight: 500;
}

.modal-flights .route {
    margin-bottom: 20px;
    padding: 0px 10px;
}

    .modal-flights .route h4 {
        font-weight: 700;
        font-size: 18px;
        padding: 10px 15px;
    }

.pr-5 {
    padding-right: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.route h4 span {
    font-size: 15px;
    padding: 1px 0px;
    font-weight: normal;
}

.modal-flights .departure {
    width: 33.333% !important;
    background: transparent !important;
    padding: 12px 20px 0px 30px !important;
    min-width: 97px;
    position: relative;
	float:left;
}

    .modal-flights .departure strong {
        font-size: 22px;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-weight: 700;
    }

        .modal-flights .departure strong span {
            font-size: 22px;
            color: #65707b;
            font-weight: normal;
        }

    .modal-flights .departure p {
        font-size: 11px;
        margin-bottom: 0px;
        line-height: 16px;
        color: #65707b;
    }

    .modal-flights .departure span.date {
        color: #42494f;
        font-size: 13px;
    }

.modal-flights .arrival {
    width: 33.333% !important;
    padding: 12px 20px 0px 0px !important;
    min-height: 107px;float:left;
    border-right: 0px solid #e7e7e7 !important;
    /*min-width: 97px;*/
    position: relative;
}

.modal-flights .route h4.dark {
    background: #2d2f31;
}


.modal-flights .arrival strong {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}

    .modal-flights .arrival strong span {
        font-size: 22px;
        color: #65707b;
        font-weight: normal;
    }

.modal-flights .arrival p {
    font-size: 11px;
    margin-bottom: 0px !important;
    line-height: 16px;
    color: #65707b;
}

.modal-flights .arrival span.date {
    color: #42494f;
    font-size: 13px;
}

.modal-flights .duration {
    width: 33.333% !important;
    position: relative;
    /*min-width: 92px;*/float:left;
    border-right: 0px !important;
    min-height: 107px;
}

    .modal-flights .duration .drtn {
        width: 100%;
        position: absolute;
        padding-top: 10px;
        left: 50%;
        font-size: 11px;
        color: #65707b;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .modal-flights .duration .drtn p img {
            max-height: 50px;
        }

.modal-flights .fclass {
    text-align: center;
    color: #66717c;
    font-size: 13px;
    padding: 10px;
    border-top: 1px dashed;
    border-bottom: 1px dashed;    margin-top: 10px;
}


.chain {
    text-align: center;
    font-size: 11px;
    color: #65707b;
    margin: 10px 0px;
}

    .chain span {
        display: block;
        position: relative;
    }

        .chain span:after {
            content: url(images/tour-arrow-rigth.png);
            position: absolute;
            right: 0px;
            bottom: 3px;
        }

        .chain span:before {
            content: url(images/tour-arrow-left.png);
            position: absolute;
            left: 0px;
            bottom: 3px;
        }


.modal-flights .chain span img {
    vertical-align: middle;
}

.cities h2 {
    margin: 30px 0px 15px;
    font-size: 22px;
}

.citiesBox {
    margin-bottom: 10px;
}
ul.p-dtl {
    list-style: none;
    width: 100%;
    margin-top: 0;
    padding-left: 40px;
    margin-bottom: 10px;
}
    .citiesBox .image {
        position: relative;
        overflow: hidden;
    }

        .citiesBox .image img {
            width: 100%;
            -moz-transition: all ease-in 300ms;
            -o-transition: all ease-in 300ms;
            -webkit-transition: all ease-in 300ms;
            transition: all ease-in 300ms;
        }

    .citiesBox:hover .image img {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .citiesBox .desc {
        background: rgba(0, 0, 0, 0.4);
        text-align: center;
        width: 100%;
        color: #fff;
        position: absolute;
        bottom: 0;
        padding: 20px 0px;
    }

.pad30 {
    padding-right: 30px;
}


.firstHtitle {
    text-align: center;
    width: 100%;
    float: left;
    padding: 20px 0;
}




.modal-dialog {
    margin: 0px auto;
}
.modal-lg {
    width: 1200px;
}
.modal{
	top:30px;

}
.firstHtitle h1 {
    font-size: 40px;
    color: #000;
    width: auto;
    font-weight: 500;
    display: inline-block;    text-transform: capitalize;
    padding: 0 35px 0 0;
    margin-bottom: 0px;
}
.firstHtitle h4 {
    font-weight: 500;
}





.navigation {
    background: rgba(0, 0, 0, 0) url(images/navigation-bg.png) repeat-x scroll left 25px;
    margin: 15px auto;
    overflow: hidden;
    width: 70%;
}
.navigation div {
    float: left;
    font-size: 13px;
    color: #d2d2d2;
    padding-top: 70px;
    font-size: 14px;
}
.navigation .select-flight {
    background: url(images/select-flight.png) left top no-repeat;
    text-align: left;
    width: 20%;
    float: left;
    font-size: 13px;
    color: #d2d2d2;
    padding-top: 70px;
    font-size: 14px;
}
.navigation .psngr-info-selected {
    background: url(images/passenger-info-selected.png) center top no-repeat;
    text-align: center;
    color: #333333;
    width: 30%;
}
.navigation .payment {
    background: url(images/payment.png) center top no-repeat;
    text-align: center;
    width: 30%;
}
.navigation .confirmation {
    float: right;
    background: url(images/confirmation.png) right top no-repeat;
    text-align: right;
    width: 20%;
}
.navigation .payment-selected {
    background: url(images/payment-selected.png) center top no-repeat;
    text-align: center;
    color: #333333;
    width: 30%;
}
.navigation .confirmation-selected {
        float: right;
        background: url(images/confirmation-selected.png) right top no-repeat;
        text-align: right;
        width: 20%;
        color: #333333;
    }
 .navigation .select-tour {
        background: url(images/select-tour.png) left top no-repeat;
        text-align: left;
        width: 20%;
    }

    .navigation .select-tour-selected {
        background: url(images/select-tour-selected.png) center top no-repeat;
        text-align: center;
        color: #333333;
        width: 30%;
    }
	.navigation .psngr-info {
		background: url(images/passenger-info.png) center top no-repeat;
		text-align: center;
		width: 30%;
	}
	.search-result-box-title {
    width: 100%;
    float: left;
    padding: 10px 14px;
    background: #e66b28;
    color: #fff;
    font-size: 16px;
    position: relative;
}
.info-box-inner {
    width: 100%;
    float: left;
    padding: 15px;
    background: #fafafa;
    border: 1px #f0f0f0 solid;
}
.info-box-inner .btn-primary{
	border-radius:0px;
	padding:10px 15px;
	color:#fff;
	background:#e66b28;
	border-color:#e66b28;
	text-shadow:none;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}
.info-box-inner .btn-primary:hover{
	background:#333;
	border-color:#333;
}
div.formPassengerInfo select.form-control, div.formPassengerInfo input.form-control {
    margin: 0px !important;
    padding: 8px 2% !important;    height: 38px;
    width: 100% !important;
    color: #8c8ea2 !important;
    font-weight: normal !important;
	border-radius:0px;
}
div.formPassengerInfo .padding5{
	padding-left:5px;
	padding-right:5px;
}
div.formPassengerInfo .mrginMns5{
	margin-left:-5px;
	margin-right:-5px;
}
div.formPassengerInfo label {
    width: 100% !important;
}
.formPassengerInfo{
	padding:0px;
}
.flight-search {
    margin-bottom: 25px;
    float: left;
    background: #fff;
    width: 100%;
    position: relative;
}
.search-result-box-title a.head-link {
    float: right;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}
.rs-inner-box {
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.sub-search-title h1 {
    color: #000;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0px;
    margin: 0px !important;
	float:left;
}
span.tway {
    background: url(images/2way.png) center no-repeat;
    width: 8%;
    height: 20px;
    float: left;
    margin: 0 15px;
}
.sub-search-info {
    width: 100%;
    float: left;
    margin-top: 6px;
}
.sub-search-info p {
    font-size: 12px;
    color: #666666;
    float: left;
}
.sub-search-info span {
    font-size: 12px;
    color: #d2d2d2;
    float: left;
    margin: 3px 5px;
}
.sub-search-result-box-title {
    width: 100%;
    float: left;
    padding: 15px 14px 7px;
    /* background: #df0025; */
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
    background: transparent;
    border-bottom: 1px solid #dadada;
}
.sub-search-result-box-detail-main {
    width: 100%;
    float: left;
}
.sub-search-result-box-detail {
    border: 1px solid #dadada;
    padding: 0px;width: 100%;
    float: left;
}
.sub-search-result-box .airline {
    position: relative;
    min-height: 110px;
    border-right: 1px solid #dadada;
    width: 15.5%;
}


.sub-search-result-box {
    float: left;
    width: 100%;
}
.sub-search-result-box-title{
	    border-bottom: 1px solid #dadada;
}
.sub-search-result-box-title .airline {
    position: relative;

    border-right: 0px solid #dadada;
    width: 15.5%;display: inline-block;
	min-height:auto;
}
.sub-search-result-box-title .departure {

    padding: 0px;display: inline-block;
    width: 37%;

}
.sub-search-result-box-title .arrival {

    padding: 0px;display: inline-block;
    width: 31%;
}
.sub-search-result-box-title .duration {
    width: 14%;    text-align: center;
 display: inline-block;
    border-left: 0px solid #dadada;
    position: relative;
}
.sub-search-result-box-title .airline, .sub-search-result-box-title .departure, .sub-search-result-box-title .arrival, .sub-search-result-box-title .duration {
    min-height: 0px;
    background: none;
    padding: 0px;
    border: 0px !important;
}
.sub-search-result-box .airline {
    position: relative;
    border-right: 1px solid #dadada;
    width: 15.5%;
    display: inline-block;
    min-height: auto;
}
.sub-search-result-box-detail .departure {
    min-height: 110px;
    padding: 10px;
    width: 37%;float:left;
    background: url(images/1-arrow.png) 88% 18% no-repeat;
}
.sub-search-result-box-detail span {
    width: 100%;
    float: left;    font-size: 16px;
}
.sub-search-result-box-detail small {
    font-size: 14px;
    display: block;
    color: #7b7b7b;    float: left;
    width: 100%;
}
.sub-search-result-box-detail .airline {
    position: relative;
    min-height: 110px;
    border-right: 1px solid #dadada;
    width: 15.5%;
	float:left; padding: 10px;
	    display: flex;
    text-align: center;
    align-items: center;
}
.sub-search-result-box-detail .airline img{
	margin:0 auto !important;
}
.sub-search-result-box-detail  .arrival {
    min-height: 110px;
    padding: 10px;
    width: 32%;
	float:left;
}
.sub-search-result-box-detail .duration {
    width: 15%;float:left;
    min-height: 110px;padding: 10px;
    border-left: 1px solid #dadada;
    position: relative;
	text-align:center;
}
.price-sumry {
    float: left;
    width: 100%;
    border: 1px #f0f0f0 solid;
    background: #fff;
}
.flight-search .search-result-box-title, .price-sumry .search-result-box-title {
    background: #2d2f31;
}
.price-sumry-inner {
    float: left;
    width: 100%;
    padding: 15px;
}
.price-sumry-title {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #df0025;
}
.price-sumry-inner .price-sumry-title {
    color: #e74d2e;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
}
.type {
    float: left;
    width: 14%;
}
.price-sumry-inner .psngr {
    float: left;
    width: 30%;
	font-size:14px;
}
.price-sumry-inner .price-pp {
    float: left;
    width: 26%;font-size:14px;
}
.price-sumry-inner .tax {
    float: left;
    width: 15%;font-size:14px;
}
.price-sumry-inner .total {
    float: left;
    width: 15%;font-size:14px;
}
.price-sumry-inner .price-sumry-detail {
    margin-top: 0px;    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #dadada;    font-size: 14px;
    color: #666666;
}
.sub-total-price {
    width: 100%;
    float: left;
    padding: 15px;
    padding-top: 0;
    font-size: 12px;
    color: #666666;
}
.sub-total-price p {
    float: left;
    margin-top: 8px;
}
.price-sumry .sub-total-price span {
    color: #e74d2e;    float: right;
    font-size: 24px;
}
.sub-total-price span small {
    font-size: 12px;
    color: #404040;
}

.info-box-inner.paymentsFields label select.form-control, .info-box-inner.paymentsFields label input.form-control {
    margin: 0px !important;
    padding: 8px 2% !important;
	border-radius:0px;
	height:38px;
    width: 100% !important;
    color: #8c8ea2 !important;
    font-weight: normal !important;
}
.paymentsFields label{
	width:100%;
}
.paymentsFields  .form-group{
	margin-bottom:10px;
}
div.info-boxx{
	margin-bottom:20px;    margin-bottom: 20px;
    float: left;
    width: 100%;font-size: 14px;
}
.tab-holder {
    display: block;
    margin: 0 -15px -15px;
    padding: 15px;
    background: #fafafa;
    border: 1px #f0f0f0 solid;
}
.payment-tab {
    display: inline-block;    font-size: 14px;
    padding: 6px 20px 0 0;
}
.payment-tab  input[type=radio], .payment-tab  input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 21px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 21px;
    min-width: 21px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
.payment-tab  input[type=radio]{
     border-radius: 50%;
}
.payment-tab  input[type=radio]:checked:before, .payment-tab  input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    font: 400 18px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.payment-tab  input[type=radio]:checked:before {
    content: "\2022";
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    width: 11px;
    height: 11px;
    margin: 4px;
    line-height: 16px;
    background-color: #27252a;
}
.payment-tab label {
    display: inline-block;
    width: auto;
    font-weight: normal;    font-size: 14px;
}
.payment-tab label.first {
    color: #e74d2e;    font-size: 14px;
}
.tab-holder-2{
     float: left;
     width: 100%;
     padding: 15px;
    background: #fafafa;
    border: 1px #f0f0f0 solid;
}

div.we-accept{
     float: left;
     width: 100%;
     font-size: 14px;
}
div.we-accept a{
     color: #e66b28;
}
div.we-accept    input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 21px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 21px;
    min-width: 21px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}

div.we-accept   input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    font: 400 18px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
div.we-accept input[type=checkbox]:checked:before {
    content: "\2714";
    margin: 0px 0 0 0px;
    color: #000000;
}
div.we-accept input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    font: 400 18px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*mutidestination search*/
div.FormMultiDestination{
     float: left;
     width: 100%;
}
div.FormMultiDestination label, div.passengerBx label {
    font-size: 14px;
    color: #000;
}
div.FormMultiDestination input[type="text"], div.passengerBx select{
     height: 38px;
     border-radius: 0px;font-size: 14px;
}
div.FormMultiDestination .dte {
     background: url(images/dte.png) no-repeat center center;
    height: 16px;
    position: relative;
    right: 0px;
    top: 0px;
    width: 100%;
    background-position: 94% 10px;
}
div#DivAddDestination .btn{
     border-radius: 0px;
     padding: 8px 15px;
     background: none;
     background: #5cb85c;
     color: #fff;
     margin-bottom: 20px;
     font-size: 14px;
     color: #fff;
     text-transform: uppercase;
     font-weight: bold;
     text-shadow: none;
     border:0px;
     background-image: none;
     box-shadow: none;
}
div#DivAddDestination .btn:hover{
     background: #333;
}
div#DivAddDestination .btn span{
     background: #fff;
     width: 20px;
     height: 20px;
     color: #5cb85c;
     border-radius: 50%;
     font-size: 20px;
     font-weight: bold;
     display: inline-block;
     line-height: 18px;
     margin-left: 7px;
     position: relative;
     top: 2px;
}

div.remove .btn-danger{
     border-radius: 0px;
     padding: 8px 15px;
     background: none;
     background: rgba(255, 0, 0,1);
     color: #fff;
     margin-bottom: 20px;
     font-size: 14px;
     color: #fff;
     text-transform: uppercase;
     font-weight: bold;
     text-shadow: none;
     border:0px;
     background-image: none;
     box-shadow: none;
}
div.remove .btn:hover{
     background: #333;
}
div.remove .btn span{
     background: #fff;
     width: 20px;
     height: 20px;
     color: #ff0000;
     border-radius: 50%;
     font-size: 14px;
     font-weight: bold;
     display: inline-block;
     line-height: 20px;
     margin-left: 7px;
     position: relative;
     top: 0px;
}
div.passengerBx{
     float: left;
     width: 100%;
     margin-top: 00px;
}
/*mutidestination search end*/

/*mutidestination search result */
div.srslt{
     font-size: 14px;
     color: #000;
     margin-bottom: 10px;
}
div.srslt span{
     font-weight: bold;
     color: #e66b28;
}
table.sResult{
     margin-bottom: 10px;
}
table.sResult > tbody > tr > th {
    color: #e66b28;
    margin-bottom: 0;
    padding: 5px 3px;
    font-size: 18px;
}
table.sResult > tbody > tr > td {
    padding: 5px 0px;

}
div.modifySearch{
     float: left;
     width: 100%;
}
div.btnModifySearch{
     float: left;
     width: 100%;
     margin-bottom: 20px;
}
div.btnModifySearch a{
     background: #e66b28;
     border-radius:0px;
     padding: 9px 15px;
     color: #fff;
     font-weight: bold;
     font-size: 16px;
     text-transform: uppercase;
     display: inline-block;
     text-decoration: none;
}
/*mutidestination search result  end*/

/*.filght-filetrs*/
.filght-filetrs {
    background: #fff;
    padding: 15px 15px 15px 15px;
    /* padding: 15px; */
    border: 1px solid #dededf;
    float: left;
    width: 100%;
}
.filght-filetrs h4 {
    color: #000;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.filght-filetrs .price-range {
    margin-left: 0%;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 0px;
    padding-bottom: 20px;
    width: 100%;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.8em !important;
    margin-left: -.6em !important;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 2.2em !important;
    height: 2.2em !important;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    border-radius: 25px;
    background: #fff !important;
    cursor: pointer !important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -13px;
    margin-left: -16px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #db1212;
    padding: 16px;
    background: #fff !important;
    cursor: pointer !important;
}
.ui-slider-horizontal .ui-slider-handle:after {
    content: "\2714";
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    width: 12px;
    height: 12px;
    line-height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #db1212;
}

.filght-filetrs .stops {
    border: 1px solid #ede9d9;
}
.filght-filetrs .stops label {
    cursor: pointer;
    /* display: inline-block; */
    padding: 5px;
    border-right: 1px solid #ede9d9;
    font-size: 12px;
    min-width: 24%;
    font-weight: normal;
}
.filght-filetrs .stops img {
    margin-bottom: 10px;
}
.filght-filetrs .stops p {
    font-size: 12px;
    margin-bottom: 0px;
    color: #404040;
    margin-top: 5px;
}
.filght-filetrs .stops input[type=radio],
.filght-filetrs .stops input[type=checkbox],
.filght-filetrs .fare-type input[type=radio],
.filght-filetrs .fare-type input[type=checkbox]  {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 21px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 21px;
    min-width: 21px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
.filght-filetrs .stops input[type=radio]:checked:before,
.filght-filetrs .stops input[type=checkbox]:checked:before {


    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    font: 400 18px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.filght-filetrs .stops input[type=radio] , .filght-filetrs .fare-type  input[type=radio] {
    border-radius: 50px;
}
.filght-filetrs .fare-type input[type=radio]:checked:before,
.filght-filetrs .fare-type input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    font: 400 18px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.filght-filetrs .fare-type input[type=radio]:checked:before ,
.filght-filetrs .stops input[type=radio]:checked:before {
    content: "\2022";
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    width: 11px;
    height: 11px;
    margin: 4px;
    line-height: 16px;
    background-color: #27252a;
}
.filght-filetrs .stops input[type=checkbox]:checked:before {
    content: "";
    margin: 0px 0 0 0px;
    color: #000000;
    background: url(images/ic-tick-orange.png) no-repeat center center;
}
.filght-filetrs .airlines-filter {
    border: 0px solid #ede9d9;
    margin-bottom: 3px;
    margin-top: 15px;
}
.filght-filetrs .airlines-filter label {
    cursor: pointer;
    position: relative;
    /* display: inline-block; */
    padding: 5px;
    border: 1px solid #ede9d9;
    min-width: 87px;
    margin-bottom: 3px;
    margin-right: 0px;
    margin: 1px;
    color: #404040;
     font-weight: normal;
     font-size: 14px;
}
.filght-filetrs .airlines-filter label img {
    max-height: 37px;
}
.filght-filetrs .airlines-filter input[type=checkbox] {
    margin: 5px 0px;
}
.filght-filetrs .airlines-filter input[type=radio], .filght-filetrs .airlines-filter input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 21px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 21px;
    min-width: 21px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
.filght-filetrs .airlines-filter p {
    margin: 0px;
    font-size: 14px;
}
.filght-filetrs .airlines-filter label span.only {
    position: absolute;
    top: 33%;
    display: none;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.filght-filetrs .airlines-filter label span.only a {
    line-height: 18px;
    color: #fff !important;
    border-radius: 0px;
    border: 0px;
    background: #e66b28;
    color: #fff;
}
.filght-filetrs .airlines-filter label:hover span.only {
    display: block;
}
.filght-filetrs .airlines-filter input[type=checkbox]:checked:before {
    content: "\2714";
    margin: 0px 0 0 0px;
    color: #000000;
}
.filght-filetrs .airlines-filter input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    font: 400 18px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.filght-filetrs label{
     font-size: 14px;
}
/*.filght-filetrs end*/

.congratulation, .cancellation {
     text-align: center;
    width: 100%;
    padding: 50px 0px 50px 0px;
    float: left;
}
.cancellation  img{
     margin-bottom: 20px;
}
.cancellation h2, .cancellation h1{
     color: #ea4335;margin-bottom: 10px;
}
.congratulation  img{
     margin-bottom: 20px;
}
.congratulation h2, .congratulation h1{
     color: #34a853;
     margin-bottom: 10px;
}
.congratulation p{
     font-size: 16px;
}
div.flightButtonGroup{
     float: left;
     width: 100%;
     text-align: right;
     background: #fff;
     padding: 20px;
}
.cancellation ul{
     list-style: none;
     font-feature-settings: 16px;
}
.cancellation ul li a{
     color: #e66b28;
}
div.flightButtonGroup a{
     display: inline-block;
   padding: 10px 15px;
   color: #fff;
   background: #e66b28;
   text-transform: capitalize;
   font-size: 18px;
   font-weight: normal;
   width: auto;
   text-decoration: none;

}
div.flightButtonGroup a#btnflightSearchPanel{
     border-right:1px #d5d5d5 solid;
}
div.flightButtonGroup a:hover, div.flightButtonGroup a.active{
     background: #333;
}
 div.flightButtonGroup a.active span.shown{
      display: none;
}
div.flightButtonGroup a span.hider{
     display: none;
}
div.flightButtonGroup a.active span.hider{
display: inline-block;
}
#flightFiltersPanel.active, #flightSearchPanel.active{
     display: block !important;
}
/*end flight section*/




.postText.profile-description div.show-more {
    background: #f58345;
    float: left;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 15px;
    width: 105px;
    text-align: center;
    margin: 10px auto 14px !important;
    float: none;
    position: relative;

}
.postText.profile-description div.show-more:hover{
	background:#333;
}
.post-dt-page div.postInfo div.totalComnts:before {
    display: none;
}


.show-more-height:after {
    content: "";
    background: #000;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    position: absolute;
    bottom: 0;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1));
    background-image: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1));
    background-image: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1));
    background-image: -o-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1));
    background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#00ffffff',EndColorStr='#ffffff');
}
.show-more-height{
	max-height: 257px !important;
	padding-bottom:40px;    overflow: hidden;
	position:relative;
}

div.consultantDt-style2 h1{
	color:#535353;
	text-transform:unset;
	font-size:20px;
	font-weight:900;
}
div.consultantDt-style2 h2.theading{
	color:#535353;
	text-transform:unset;
	font-size:20px;
	font-weight:900;
}
div.consultantDt-style2 h2.theading span{
	font-weight:normal;
}
div.consultants-in-city{
	float:left;
	width:100%;
}
div.consultants-in-city h2{
	color:#535353;
	text-transform:unset;
	font-size:20px;font-weight:900;margin-bottom:10px;
}
div.consultants-in-city h2 span{
	font-weight:normal;
}
div.consultants-in-city ul{
	position:relattive;
	margin:0px -7px;
	list-style:none;
}
div.consultants-in-city li{
	float:left;
	margin:7px;
	height:68px;
	width:96px;
	background:#ededed;
	overflow:hidden;    text-align: center;
}
div.consultants-in-city li a{
	position:relative;
	display:block;
	height:100%;
}
div.consultants-in-city li a:hover div.ovrly{
	opacity:1;
}
div.consultants-in-city  div.img{
	position:absolute;
	left:0;right:0;bottom:1px;text-align:center;
}
div.consultants-in-city .ovrly{
	background:#e66b28;
	color:#fff;
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	padding-top:11px;opacity:0;
}
div.consultants-in-city .ovrly span{
	    font-size: 12px;
    line-height: normal;
    position: relative;
    top: 4px;
}
div.consultants-in-city .ovrly b{
	font-size: 16px;
    line-height: normal;
}




div.newsListingBlogHolder .col-lg-6.text-left {
    display: block;    float: left;
    width: 50%;
}
div.newsListingBlogHolder .col-lg-6.text-right {
    text-align: left;
}

.postTitle img {
    float: right;
    position: relative;
    margin-top: -18px;
}
.postTitle h1.newsdetailheading {
    float: left;
}


div.bx-related-news{

}
ul.list-related-news{
     list-style: none;
     margin: 0px -1%;
     margin-left: 0;
}
ul.list-related-news li{
     float: left;
     width: 30.66%;
     margin: 1.2%;
     margin-bottom: 15px;
}
ul.list-related-news div.image{
     float: left;
     width: 100%;
     height: 150px;

}
ul.list-related-news div.image img{
     width: 100%;
     height: 150px;
}
ul.list-related-news div.image:hover{
     opacity: 0.8;
}
ul.list-related-news .bs-title{
     float: left;
     width: 100%;
}
ul.list-related-news h3{
     margin: 0px;
     line-height: normal;
     min-height: 75px;
     overflow: hidden;
     margin-top: 5px;

}
ul.list-related-news h3 a{
     color: #000;
     line-height: normal;
     font-size: 18px;
     text-align: left;
     font-weight: normal;
     opacity: 0.8;
}
ul.list-related-news h3 a:hover{
         color: #e66b28;
         text-decoration: none;
}





/*college profile view*/
div.collegeProfileView {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  clear: both;
  position: relative;
}
div.collegeProfileView div.coverImage {
  float: left;
  width: 100%;
  min-height: 285px;
  background-color: #d5d5d5;
  position: relative;
}
div.collegeProfileView div.coverImage img {
  width: 100%;
  min-height: 285px;
}
div.collegeProfileView div.coverImage:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: url(Design/images/shadow2.png) no-repeat;
  height: 130px;
  min-height: 130px;
  width: 100%;
  content: "";
}
div.collegeProfileInfo {
  float: left;
  width: 100%;
  background: #fff;
  padding: 16px 10px 13px 157px;
     position: relative;
     margin-top: -60px;
}
.no-margin-top{
     margin-top: 0px !important;
}
div.collegeProfileInfo div.boxes {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9999;
}
div.collegeProfileInfo div.singleBox {
  float: left;
  min-width: 175px;
  padding-left: 30px;
  position: relative;
}
div.collegeProfileInfo div.singleBox.full{
     min-width: 100%;
     float: left;
     width: 100%;
     margin-bottom: 10px;
}
div.collegeProfileInfo div.singleBox.padding-left {
  padding-left: 35px;
}
div.collegeProfileInfo div.singleBox div.icon {
  position: absolute;
  left: 0px;
  top: 2px;
}
 div.collegeProfileInfo div.singleBox div.icon img {
  width: 20px;
}
 div.collegeProfileInfo div.singleBox p {
  color: #000;
  font-size: 18px;
}
div.collegeProfileInfo div.singleBox p b {
  font-weight: bold;
  color: #000;
  font-size: 16px;
  display: block;
}
div.collegeProfileInfo div.singleBox p a{
     color: #000;
}
div.collegeProfileInfo div.singleBox p a:hover{
     text-decoration: none;
     color: #e66b28;
}
div.collegeProfileView div.collegeProfileCoverIntro {
  float: left;
  width: 100%;
  position: relative;
  left: 0px;
  margin-top: -60px;    z-index: 99;
  right: 0px;
}
div.collegeProfileView div.collegeProfileCoverIntro div.image {
  width: 115px;
  height: 115px;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #ededed;
  float: left;
  margin-right: 15px;
  position: relative;
  margin-left: 30px;
}
div.collegeProfileView div.collegeProfileCoverIntro div.image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
div.collegeProfileView div.collegeProfileCoverIntro div.desc {
  float: left;
  width: auto;
}
div.collegeProfileView div.collegeProfileCoverIntro h2 {
  font-size: 22px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0px;
}
div.collegeProfileView div.collegeProfileCoverIntro h2 a {
  color: #fff;
}
div.collegeProfileView div.collegeProfileCoverIntro h2 a:hover {
  text-decoration: underline;
}
div.collegeProfileView div.collegeProfileCoverIntro p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
}
div.collegeProfileView div.collegeProfileInfo div.singleBox:nth-child(2) div.icon img {
  width: 14px;
}


#universityDashboard div.rightBox{
     background: #fff;
}
#universityDashboard div.rightBox p{
     font-size: 14px;
     font-weight: normal;
}
#universityDashboard div.rightBox div.topInfo {
  float: left;
  padding: 20px 20px 40px;
  width: 100%;
}

#universityDashboard div.rightBox div.topInfo h2 {
  color: #000;
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 0px;
  line-height: normal;
  margin-top: 15px;
}
#universityDashboard div.rightBox div.topInfo p {
  font-size: 14px;
  color: #000;
}


#universityDashboard div.college-registeration {
    padding: 15px 20px;
    border-top: 1px #ededed solid;
    float: left;
    width: 100%;
}
#universityDashboard label {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-top: 10px;

    padding: 0px;
}
#universityDashboard  .form-control {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    line-height: normal;
    padding: 6px 15px;
    height: 46px;
    border: 1px solid #d5d5d5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: none;
}
#universityDashboard  .form-control:focus{
     border-color: #ff955d;
}
#universityDashboard textarea.form-control {
    min-height: 150px;
}
#universityDashboard  div.photoCoverBox {
    float: left;
    width: 100%;
    text-align: center;
    background: #f1f1f1;
    min-height: 285px;
    height: 285px;
	overflow:hidden;
    border: 1px #d5d5d5 solid;
    position: relative;
}
#universityDashboard div.photoCoverBox img {
    display: inline-block;
    max-width: 100%;
	width:100%;
}
#universityDashboard div.photoCoverBox div.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    display: none;
}
#universityDashboard div.photoCoverBox div.overlayConntent {
    display: table;
    width: 100%;
    height: 100%;
}
#universityDashboard div.photoCoverBox div.overlayConntent div.text {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    height: 100%;
}
#universityDashboard div.photoCoverBox a.buttonOverlay {
    display: inline-block;
    background: #fff;
    border: 0px;
    padding: 10px 15px;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
}
#universityDashboard div.photoCoverBox:hover div.overlay {
    background: rgba(0, 0, 0, 0.7);
    display: block;
}
div.photoCoverBox:hover a.buttonOverlay {
    background: #f58345 !important;
    text-decoration: none;
    color: #fff !important;
}
#universityDashboard .btn-global.right {
    float: right;
}
#universityDashboard .btn-global {
    padding: 9px 35px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    background: #1e1e1e !important;
    border-radius: 0px;
    font-size: 16px;
    border-color: #000 !important;
}
#universityDashboard .btn-global:hover{
     background: #f58345 !important;
     border-color: #f58345 !important;
}
body.MemberArea #universityDashboard div.location-on-map {
    padding: 10px 0px;
}
#universityDashboard #universityaddressMap{
     height: 215px !important;
}
div.saveMapLocation {float: left;width: 100%;}
div.saveMapLocation a{
     padding: 9px 35px;
     color: #fff !important;
     text-transform: uppercase;
     font-weight: bold;
     background: #1e1e1e !important;
     border-radius: 0px;
     font-size: 16px;
     border-color: #000 !important;
}
div.saveMapLocation a:hover{
     background: #f58345 !important;
     border-color: #f58345 !important;
}

div.bs-add-CoverPhotp-popup .modal-title{
	    font-size: 25px;
    color: #000;
    margin: 0px;
	padding: 0px;    text-align: center;
	font-weight:bold;
}
div.bs-add-CoverPhotp-popup  .modal-header {
    padding: 15px 15px 0px;
    border-bottom: 0px;
    color: #000;
    position: relative;
    font-size: 20px;
}
div.bs-add-CoverPhotp-popup .btn-close-modal{
	position: absolute;
    top: 0;
    right: 0px;
    background: #cc0000;
    color: #fff;
    font-weight: bold;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
	border:0px;
}
div.bs-add-CoverPhotp-popup .btn-close-modal:hover{
	background:#f58345;
}
div.bs-add-CoverPhotp-popup .modal-body {
    position: relative;
    padding: 0px 15px 15px;
    overflow: hidden;
    text-align: center;
}
div.classVideoImagesUploaderPopups{
	    float: left;
    width: 100%;
    border: 1px #cccccc dashed;
}
div.classVideoImagesUploaderPopups div.top {
    float: left;
    width: 100%;
    padding: 30px;
    border-bottom: 1px #cccccc dashed;
}
div.classVideoImagesUploaderPopups div.innerBox {
    margin: 0 auto;
    width: 425px;
    height: 245px;
}
div.classVideoImagesUploaderPopups div.filerChooserBox {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #ececec;
    padding:45px 40px 23px;
    position: relative;
}
div.classVideoImagesUploaderPopups div.filerChooserBox label {
    float: left;
    width: 100%;
}
div.classVideoImagesUploaderPopups p.upload-photo-text {
    cursor: pointer;
    opacity: 0.5;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    font-weight: normal;
}
div.classVideoImagesUploaderPopups div.filerChooserBox input[type="file"] {
    position: absolute;
    left: 0px;
    right: 0px;
    opacity: 0;
    right: 0;
    width: 100%;
    top: 0px;
    bottom: 0px;
    cursor: pointer;
    z-index: 999;
	}
div.bs-add-CoverPhotp-popup .btn-primary.btnsave{
        margin-top: 17px;
    border: 0px;
    box-shadow: none;
    background: #111111;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 8px 30px;
    font-weight: bold;
}
div.bs-add-CoverPhotp-popup .btn-primary.btnsave:hover{
	background:#f58345;
}
div.classVideoImagesUploaderPopups img.img-camera {
    opacity: 0.5;
    cursor: pointer;
	max-width:100%;
}
div.classVideoImagesUploaderPopups div.filerChooserBox:hover img.img-camera {
    opacity: 1;
}
div.inquiry-detail div.lftBox ul.location-list .fa {
    display: none;
}
ul.location-list li{
	padding-left:0px;
}
a.Stickyfbshare {
    width: 57.61px;
    height: 57.61px;
    text-indent: initial;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: url(https://www.studyabroad.pk/UserEnd/images/btn-fb-share1.png) no-repeat center center;
    border-radius: 50%;

}
a.Stickyfbshare:hover{
	background: url(https://www.studyabroad.pk/UserEnd/images/btn-fb-share2.png) no-repeat center center;
}

a.StickyAskQuestion {
    width: 57.61px;
    height: 57.61px;
    text-indent: initial;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 90px;
    background: url(https://www.studyabroad.pk/UserEnd/images/askquestionfirst.png) no-repeat center center;
    border-radius: 50%;
}

a.StickyAskQuestion:hover{
	background: url(https://www.studyabroad.pk/UserEnd/images/askquestionlast.png) no-repeat center center;
}



a.back-to-top{
	bottom: 155px;
}



div.blackButtonFull {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0px;
    clear: both;
}
div.blackButtonFull a {
    background: #000;
    padding: 10px 15px;
    border-radius: 0px;
    outline: 0 none;
    cursor: pointer;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    font-size: 20px;
	    text-decoration: none;
}
div.blackButtonFull a:hover{
	background: #f58345;
}

div#popQuestionScreen div.modalDiv {
    background: #fff !important;
}

#popQuestionScreen select#qcity, #popQuestionScreen select#qCountry {
    float: left;
    width: 100% !important;
    border: 0px !important;
    border-bottom: 1px #9d9d9d solid !important;
    padding: 0px !important;
    color: #9d9d9d;
	    padding-top: 12px !important;
    padding-bottom: 4px !important;
}
.fancy-input-group.slctBoxCstm label {
    color: #f58345;
    top: 0;
}
#popQuestionScreen label#QuestionMsg {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #f48345;
}
.apInqueriesFromStudentsLists div.multipl-images {
    width: 70px;
    height: 45px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.apInqueriesFromStudentsLists div.multipl-images .flg-img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
.apInqueriesFromStudentsLists div.multipl-images .flg-img:nth-child(2) {
    top: 10px;
    left: 10px;
}
.apInqueriesFromStudentsLists div.multipl-images .flg-img:nth-child(3) {
    top: 20px;
    left: 20px;
}
.apInqueriesFromStudentsLists td.statsClrBx{
	position:relative;
	padding-left:25px;
	padding-left:25px !important;
}
.apInqueriesFromStudentsLists th.statsClrBx{
	position:relative;
	padding-left:25px;
	padding-left:25px !important;
}
.apInqueriesFromStudentsLists th.statsClrBx b{
	left:5px;
	top:5px;
	bottom:5px;
}
.apInqueriesFromStudentsLists .statsClrBx b{
	width:15px;
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	background-color:#fff;
	display:inline-block;
}
.apInqueriesFromStudentsLists tr.statusClrOrange .statsClrBx b{background-color:#fc9351;}
.apInqueriesFromStudentsLists tr.statusClrGray .statsClrBx b{background-color:#797979;}
.apInqueriesFromStudentsLists tr.statusClrPurple .statsClrBx b{background-color:#f401cf;}
.apInqueriesFromStudentsLists tr.statusClrRed .statsClrBx b{background-color:#fe0000;}
.apInqueriesFromStudentsLists tr.statusClrGreen .statsClrBx b{background-color:#57c912;}
.apInqueriesFromStudentsLists tr.statusClrYellow .statsClrBx b{background-color:#fff712;}

div.view-inquery-box span.StudentName{

	text-transform:capitalize;
	color:#000;
}
div.view-inquery-box  span.cityName{
	text-transform:capitalize;
	color:#000;
	opacity:0.7;
	font-weight:normal;
}
div.view-inquery-box  h2.studentHeading{
	padding-bottom:15px;
	border-bottom:1px #f58345 solid;
}
div.studentInquryDetails{
	float: left;
    width: 100%;
    background: #fff;
    color: #000;
	    padding: 0px;
}
div.studentInquryDetails .lftBox {
    padding-left: 0px;
}
div.studentInquryDetails .rgtBox {
    padding-right: 0px;
}
div.studentInquryDetails ul.l-interest, div.studentInquryDetails ul.location-list{
	padding:0px;
}
div.studentInquryDetails ul.l-interest li, div.studentInquryDetails ul.location-list li{
	border-bottom: 1px #eeeeee solid;
    float: left;
    width: 100%;
    min-height: 40px;
    padding: 0px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
div.studentInquryDetails span.lbl{
	display:block;
	width:140px;
	text-align:left;float:left;
	padding-right:5px;
}
div.studentInquryDetails span.vlue{
	float:left;display:block;
}
div.studentInquryDetails h4.subHeading {
    color: #000;
    margin-bottom: 15px;
    text-transform: unset;
}
div.studentInquryDetails div.grayBox{
	float:left;
	width:100%;
	padding:15px 20px;
	background:#f6f6f6;
	margin-bottom:25px;
}
form.formForInqueryRecord{
	float:left;
	width:100%;
}
form.formForInqueryRecord input[type="text"]{
	border:1px transparent solid;
	background:#fff;
}
form.formForInqueryRecord input[type="text"]:focus{
	border-color:#f58345;
}
form.formForInqueryRecord input[type="submit"]{
	background:#1e1e1e;
	border-radius:0px;
	border:0px;
	padding:10px 15px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
}
div.studentInquryDetails .note-p{
	float:left;
	width:100%;
	color:#000;
	font-size:14px;
}
div.studentInquryDetails .note-p button{
	background:none !important;
	border:0px !important;
	width:22px;
	height:22px;
	text-align:center;
	padding:0px;
}

div.InqueryRecordSelection .radio {
    padding-left: 20px; }
div.InqueryRecordSelection .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
div.InqueryRecordSelection .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
div.InqueryRecordSelection .radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
div.InqueryRecordSelection .radio input[type="radio"] {
    opacity: 0; }
div.InqueryRecordSelection .radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
div.InqueryRecordSelection .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
div.InqueryRecordSelection .radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
div.InqueryRecordSelection .radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
div.InqueryRecordSelection .radio.radio-inline {
    margin-top: 0; }

div.InqueryRecordSelection .radio-primary input[type="radio"] + label::after {
    background-color: #428bca; }
div.InqueryRecordSelection .radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca; }
div.InqueryRecordSelection .radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca; }

div.InqueryRecordSelection div.bx{
	float:left;
	width:100%;
	text-indent:-99999px;
	height:100%;
}
div.InqueryRecordSelection div.bx.orange{background-color:#fc9351;}
div.InqueryRecordSelection div.bx.gray{background-color:#797979;}
div.InqueryRecordSelection div.bx.purple{background-color:#f401cf;}
div.InqueryRecordSelection div.bx.red{background-color:#fe0000;}
div.InqueryRecordSelection div.bx.green{background-color:#57c912;}
div.InqueryRecordSelection div.bx.yellow{background-color:#fff712;}
div.InqueryRecordSelection .radio{
	width: 60px;
    height: 34px;
    overflow: hidden;
    float: left;
    padding: 0px;
    background: #fff;
    margin: 0px;
    margin-right: 5px;
    position: relative;
}
div.InqueryRecordSelection .radio label {
    display: block;
    position: relative;
    padding-left: 0;
    float: left;
    width: 100%;
    height: 100%;
}
div.InqueryRecordSelection .radio label::before {
    margin: 0px !important;
	display:none;
}
div.InqueryRecordSelection .radio-primary input[type="radio"] + label::after {
    margin: 0px !important;
	    margin: 0px !important;
    background: url(/images/icons/icCheckedWhite.png) no-repeat center center;
    width: 20px;
    height: 15px;
    background-color: transparent !important;
    position: absolute !important;
    left: 20px !important;
    top: 10px !important;
}

div#studentInqueryDetailsPopup {
    padding: 0px !important;
    overflow: hidden !important;
    top: 10px !important;
}
div#studentInqueryDetailsPopup .modal-content {
    border-radius: 0;
}
div#studentInqueryDetailsPopup .modal-dialog.modal-md {
    width: 980px;
}
div#studentInqueryDetailsPopup div.bottomOptions{
	float:left;
	width:100%;
	background:#e66b28;
	text-align:center;
	padding:15px;
}
div#studentInqueryDetailsPopup .modal-body{
	padding:0px;
}
div#studentInqueryDetailsPopup div.view-inquery-box {
    padding: 0px 20px;
}
div#studentInqueryDetailsPopup div.studentInquryDetails {
    margin-bottom: 15px;
}
div#studentInqueryDetailsPopup div.studentInquryDetails ul.l-interest li,
div#studentInqueryDetailsPopup div.studentInquryDetails ul.location-list li{
	min-height:35px;
}
div#studentInqueryDetailsPopup textarea{
	height:84px;
}
div#studentInqueryDetailsPopup div.studentInquryDetails div.grayBox{
	margin-bottom:0px;
}
div#studentInqueryDetailsPopup div.view-inquery-box  h2.studentHeading{
	padding-top:18px;
}
div#studentInqueryDetailsPopup div.studentInquryDetails .note-p a.btn.pop {
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 0px;
}
div#studentInqueryDetailsPopup div.InqueryRecordSelection .radio{
	width:57px;
}
div.InqueryRecordSelection .radio:hover{
	opacity:0.8;
}
div.InqueryRecordSelection .radio:last-child {
    margin-right: 0px;
}
div#studentInqueryDetailsPopup form.formForInqueryRecord input[type="text"]{
	margin-bottom:15px;
}
div#studentInqueryDetailsPopup div.InqueryRecordSelection .radio-primary input[type="radio"] + label::after{
	left:20px !important;
}
form.formForInqueryRecord input[type="submit"]:hover{
	background: #f58345;
}
div#studentInqueryDetailsPopup div.studentInquryDetails .note-p button{
	padding:0px;
}
div#studentInqueryDetailsPopup .nxPvRcrd a {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    background: #1e1e1e;
    color: #fff;
    padding: 10px 20px;
    line-height: normal;
    width: 200px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    float: none;
	margin:0px 7px;
}
div#studentInqueryDetailsPopup  .nxPvRcrd {
    float: left;
    text-align: center;
    width: 100%;
}
h2.blackHeading {
    color: #000 !important;
    margin-bottom: 10px !important;
}
h2.txtCapatallize {
    text-transform: capitalize !important;
}
div#tbUNIVERSITIES {
    float: left;
    width: 100%;
    margin-top: 30px;
}
div#tbCOUNTRIESPANEL {
    float: left;
    width: 100%;
    margin-top: 20px;
}
div.consultantUniversties{
	float:left;
	width:100%;
}
div.consultantUniversties ul.universiteslist {
    margin: 0px !important;
}
div.consultantUniversties ul.universiteslist li {
    background: none !important;
    color: #000;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
div.constultant-profile-rank-view{
     float: left;
     width: 100%;
     background: #e66b28;
     padding: 15px 20px;
     box-sizing: border-box;
     margin: 20px 0px;
     color: #fff;
     height:145px;
     overflow: hidden;
}
div.constultant-profile-rank-view div.cnsltImage{
     float: left;
     width: 107px;
     height: 105px;
     margin-right: 15px;
     margin-top: 3px;
     overflow: hidden;
}
div.constultant-profile-rank-view div.cnsltImage img{
     max-width: 100%;
}
div.constultant-profile-rank-view div.constntInfo{
     float: left;
     width: 260px;
     margin-right: 15px;
}
div.constultant-profile-rank-view div.constntInfo.long{
     width: 390px;
}
div.constultant-profile-rank-view h4.cnstl-title span{
     text-transform: uppercase;
}
div.constultant-profile-rank-view h4.cnstl-title{
     color: #fff;
     font-size: 22px;
     text-transform: capitalize;
     margin-top: 15px;
     margin-bottom: 5px;
}
div.constultant-profile-rank-view p{
     color: #fff;
     font-size: 15px;
     margin: 0px;
     line-height: normal;
     opacity: 0.9;
}
div.constultant-profile-rank-view div.registered-since{
     float: left;
     border-left:1px #ec9a51 solid;
     border-right:1px #ec9a51 solid;
     padding: 0px 20px;
     margin-right: 20px;
     height: 100%;
}
div.constultant-profile-rank-view h6{
     color: #fff;
     text-transform: uppercase;
     font-size: 18px;
     font-weight: normal;
     margin: 15px 0px;
}
div.constultant-profile-rank-view h6 span{
     display: block;
}
div.constultant-profile-rank-view div.registered-year, div.t-profile-views{
     float: left;
     width: 100%;
     text-align: center;
     font-size: 40px;
     color: #fff;
     font-weight: bold;
}
div.constultant-profile-rank-view div.total-profile-views{
     float: left;
}

div.opinion-about-consultant{
     float: left;
     width: 100%;
     margin-bottom: 20px;
}
div.opinion-about-consultant div.box-holder{
     border: 1px #dadada solid;
     padding: 23px 15px;
}
div.opinion-about-consultant h2.secHeading{
     float: left;
     width: 100%;
     padding-left: 10px;
}
div.opinion-about-consultant h2.secHeading img.imgIC{
     margin-right: 5px;
}
div.opinion-about-consultant div.reviewHolders{
     float: left;
     width: 100%;
}
div.opinion-about-consultant div.tReviews{
     float: left;
     width: 180px;

     padding: 0px 15px 15px;
     text-align: center;

}
div.opinion-about-consultant div.tReviews b{
     display: block;
    color: #797a7c;
    font-weight: normal;
    line-height: 75px;
    font-size: 100px;
    margin-bottom: 15px;
}
div.opinion-about-consultant div.reviewTextNumbr{
     float: left;
     width: 100%;
     text-align: center;
     font-size: 18px;
}
div.opinion-about-consultant span.hasReviews{
     color: #f56a05;
}
div.opinion-about-consultant span.no-review{
     color: #7b7b7b;
}
div.opinion-about-consultant div.txtDetReviews{
     float: left;
     width: 480px;
}
div.opinion-about-consultant div.txtDetReviews p{
     font-size: 14px;
     color: #7b7b7b;
}
div.opinion-about-consultant div.btn-write-review {
     float: left;
     width: 100%;
     margin-top: 10px;
}
div.opinion-about-consultant div.btn-write-review a{

}
div.opinion-about-consultant div.reviews-lists{
     float: left;
     width: 100%;
}
div.opinion-about-consultant div.single-reviews-bx{
     float: left;
     width: 33.3%;
     padding-right: 10px;
}
div.opinion-about-consultant div.review-by{
     float: left;
     width: 100%;
     font-size: 16px;
}
div.opinion-about-consultant div.review-points{
     float: left;
     width: 100%;
}
div.opinion-about-consultant div.review-desc{
     float: left;
     width: 100%;
     font-size: 14px;
     color: #7b7b7b;
     line-height: normal;
}
#writeAReviewPOPUP .modal-content{
               border-radius: 0;
         border: 0;
}
#writeAReviewPOPUP textarea{
     height: 100px;
     margin-bottom: 10px;
     resize: vertical;
}


div.startRatingBox{
     float: left;
     width: 100%;
     text-align: center;
     margin: 20px 0px;
}
div.startRatingBox div.starChooser {
     width: 220px;
     display: inline-block;
}
div.startRatingBox input.star { display: none; }
div.startRatingBox label.star {
       float: right;
       padding: 0px 10px;
       font-size: 25px;
       color: #7b7b7b;
       transition: all .2s;
}
div.startRatingBox input.star:checked ~ label.star:before {
       content: '\f005';
       color: #fd6300;
       transition: all .25s;
}
div.startRatingBox input.star-5:checked ~ label.star:before {
       color: #fd6300;

}
div.startRatingBox input.star-1:checked ~ label.star:before { color: #fd6300; }
div.startRatingBox label.star:hover {}
div.startRatingBox label.star:before {
       content: '\f006';
       font-family: FontAwesome;
}




/* home ilets tabs section start */
div.home-ielts-tabs-section{}
div.home-ielts-tabs-section div.faqstabs .nav-tabs > li > a{
	padding: 2px 10px;
}
div.home-ielts-tabs-section div.ieltsDatesBoxes {
    float: left;
    width: 100%;
}
div.home-ielts-tabs-section div.ieltsDatesBoxes table {
    width: 100%;
}
div.home-ielts-tabs-section div.ieltsDatesBoxes table thead th {
    background: #f1f1f1;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 10px;
    border-bottom: 1px #d5d5d5 solid;
}
div.home-ielts-tabs-section div.ieltsDatesBoxes table tbody tr td {
    font-size: 12px;
    vertical-align: middle;
    padding: 0px 5px;
    border-bottom: 1px #d5d5d5 solid;
}
div.home-ielts-tabs-section div.ieltsDatesBoxes table td img {
    width: 45px;
    display: inline-block;
    float: right;
}
div.home-ielts-tabs-section .fullBlock {
    float: left;
    width: 100%;
    margin-top: 35px;
    text-align: center;
}
div.home-ielts-tabs-section .fullBlock a {
    border: 0px;
    padding: 6px 15px;
    font-weight: 600;
    background: #e66b28;
}
div.home-ielts-tabs-section .fullBlock a:hover{
	background:#111111;
}
/* home ilets tabs section end */



/*code ali 29-00-2017 start*/
div.bizHubInfo{
     float: left;
     width: 100%;
     margin-bottom: 30px;
         font-family: lato !important;
}
div.bizHubInfo div.title{
     float: left;
     width: 100%;
    font-family: lato !important;
}
div.bizHubInfo .img{
     float: left;
     margin-right: 15px;
}
div.bizHubInfo div.desc{
     float: left;
     width: auto;
         font-family: lato !important;
}
div.bizHubInfo div.desc h3{
     font-size: 18px;
     color: #f58345;
     line-height: normal;
         font-family: lato !important;
}
div.bizHubInfo div.desc p{
     font-size: 13px;
     color: #1e1e1e;
     line-height: normal;
         font-family: lato !important;
}
div.bizHubInfo div.emptydiv{
     float: left;
     width: 100%;
     margin: 10px 0px;
     background: #eeeeee;
}
.nobg{
     background: none !important;
}
div.bizHubInfo div.emptydiv.height3{
     min-height: 3px;
}
div.bizHubInfo div.emptydiv.height25{
     min-height: 25px;
}
div.bizHubInfo  ul.messagesInqueries{
     list-style: none;
     float: left;
     width: 100%;
}
div.bizHubInfo  ul.messagesInqueries li{
     float: left;
     width: 100%;
     margin-bottom: 0px;
}
div.bizHubInfo  ul.messagesInqueries li a{
     display: block;
         font-family:lato !important;
}
div.bizHubInfo  ul.messagesInqueries div.box{
     float: left;
     width: 100%;
     border-bottom:  1px #eeeeee solid;
     border-left: 0px;
     border-right:  0px;
     height: 75px;
     padding: 10px;
     /*background: #f3f3f3;*/
}
div.bizHubInfo  ul.messagesInqueries div.box:hover{

     background: #f3f3f3;
}
div.bizHubInfo  ul.messagesInqueries div.cnsltnt-img{
     float: left;
     width: 41px;
     height: 41px;
     margin-right: 15px;
     overflow: hidden;
     margin-top: 5px;
}
div.bizHubInfo  ul.messagesInqueries div.cnsltnt-img img{
     max-width: 100%;
}
div.bizHubInfo  ul.messagesInqueries div.msg-details{
     float: left;
     width: auto;
     position: relative;
     width: 93%;
}
div.bizHubInfo  ul.messagesInqueries div.lft{
     float: left;
}
div.bizHubInfo  ul.messagesInqueries div.rgt{
     float: right;
     width: auto;
     text-align: right;
     position: absolute;
     right: 0px;
}

div.bizHubInfo  ul.messagesInqueries .dtCreated{
     color: #1e1e1e;
     float: left;
     width: 100%;
         font-family: lato !important;
     opacity: 0.5;
}
div.bizHubInfo  ul.messagesInqueries h3{
     color: #1e1e1e;
     font-size: 17px;
     margin-bottom: 0px;
     float: left;
     width: 100%;
         font-family:lato !important;
}
div.bizHubInfo  ul.messagesInqueries div.read-cnsltnts{
     clear: both;
     display: block;
     text-align: right;
     color: rgba(0,0,0,0.5);
     font-size:12px;
     padding-top: 0px;
         font-family: lato !important;
     padding-bottom: 5px;
}
div.bizHubInfo  ul.messagesInqueries div.repliedConsultants{
     clear: both;
     display: block;
     text-align: right;
     color: rgba(0,0,0,0.5);
     font-size:12px;
         font-family: lato !important;
}
div.bizHubInfo  ul.messagesInqueries div.repliedConsultants img{
     margin-right: 10px;
     position: relative;
     top: -2px;
}
div.bizHubInfo  .load-more-block{
     float: left;
     width: 100%;
     margin: 20px 0px 20px;
}
div.bizHubInfo  .load-more-block a{
     text-decoration: none;
}
div.bizHubInfo  div.themeBox{
     float: left;
     width: 100%;
     background: #f58345;
     color: #fff;
     margin: 10px 0px;
     padding: 60px 45px;
}
div.bizHubInfo  div.themeBox.marginBtm25{
     margin-bottom: 25px;
}
div.bizHubInfo  div.themeBox h4{
     float: left;
     width: 100%;
     text-align: left;
     font-size: 20px;
     color: #fff;
     font-weight: normal;
     font-family: lato !important;
     margin: 0px;
}
div.bizHubInfo  div.themeBox h4 span.block{
     display: block;
}
div.bizHubInfo  div.themeBox div.link{
     float: left;
     width: 100%;
     text-align: center;
     margin-top: 7px;
     display: block;
}
div.bizHubInfo  div.themeBox div.link a{
     padding: 20px 20px;
     text-decoration: none;
     margin: 0px;
     display: inline-block;
}
div.bizHubInfo  div.themeBox div.link a:hover{
     background: #fff;
     color: #f58345 !important;
}
div.bizHubInfo  div.indicationAlerts{
     float: left;
     width: 100%;
     margin-bottom: 30px;
}
div.bizHubInfo  div.indicationAlerts ul{
     list-style: none;
     padding: 0px;
     float: left;
     width: 100%;
     margin: 0px;

}
div.bizHubInfo  div.indicationAlerts li{
     float: left;
     width: 100%;
     padding-left: 40px;
     font-size: 13px;
     color: #242424;
     font-family: lato !important;
     background: url(images/ic-light-gray-tick-circle.png) no-repeat left center;
     min-height: 24px;
     background-size: 24px 24px;
     margin-bottom: 10px;
     padding-top: 4px;
}
div.bizHubInfo  h4.themeHeading{
     text-align: left;
     padding: 10px 15px;
     font-size: 20px;
     color: #fff;
     background: #f58345;
     line-height: normal;
     float: left;
     width: 100%;
     margin: 10px 0px;
     font-weight: normal;
     font-family: lato !important;
}

div.bizHubInfo div.cnsltInfo{
     float: left;
     width: 100%;
}
div.bizHubInfo div.cnsltInfo img{
     float: left;
     width: 81px;
     height: 81px;
}
div.bizHubInfo div.cnsltInfo div.desc{
     float: left;
     width: auto;
     text-align: left;
}
div.bizHubInfo div.cnsltInfo div.desc p{
     font-size: 14px;
     color: #000;
     opacity: 1;
}
div.bizHubInfo div.cnsltInfo div.desc p a{
     color: #000;
     text-decoration: none;
}
div.bizHubInfo div.cnsltInfo div.desc p a:hover{
     color: #f58345;
}
div.bizHubInfo div.cnsltInfo div.rightImage{
     float: right;
     width: auto;
}
div.bizHubInfo div.bizHubDetails{
     float: left;
     width: 100%;
     margin: 10px 0px;
}
div.bizHubInfo div.bizHubDetails h3{
     color:#1c1c1c;
     font-size: 25px;
     line-height: normal;
     margin-bottom: 0px;
}
div.bizHubInfo div.bizHubDetails p.date{
     color: 14px;
     opacity: 0.5;
     float: left;
     width: 100%;color:#1c1c1c;
     margin-bottom: 20px;
}
div.bizHubInfo div.bizHubDetails div.full-image{
     float: left;
     width: 100%;
     text-align: left;
     margin-bottom: 20px;
}
div.bizHubInfo div.bizHubDetails div.full-image img{
     max-width: 100%;
}
div.bizHubInfo div.bizHubDetails div.desc{
     font-size: 13px;
     color: #1c1c1c;
}
/*code ali 29-00-2017 end*/
/*get-latest-scholorship-panel*/
div.get-latest-scholorship-panel{
     float: left;
     width: 100%;
     background: #e76a27;
     padding: 25px;
     box-sizing: border-box;
     margin-top: 0px;
margin-bottom: 20px;

}
div.get-latest-scholorship-panel h4{
     color: #fff;font-size: 20px;
     font-weight: 500;
     margin-top: 10px;
}
div.get-latest-scholorship-panel p{
     color: #fff;
     font-size: 16px;
     line-height: normal;
}
div.get-latest-scholorship-panel div.desc{
     float: left;
     width: 55%;
}
div.get-latest-scholorship-panel div.icon{
     float: left;
     position: relative;
     width: 20%;
     text-align: left;
     top: 4px;
}
div.get-latest-scholorship-panel div.btnGetNewsletter{
     background: #1c2029;
     color: #fff;
     float: right;
     font-size: 16px;
     text-transform: uppercase;
     font-weight: bold;
     width: 150px;
     height: 100px;
     overflow: hidden;
     display: grid;
     align-items: center;
     text-align: center;
     align-content: center;
     padding: 20px;
     line-height: normal;
     cursor: pointer;
}
div.get-latest-scholorship-panel div.btnGetNewsletter:hover{
     background: #fff;
     color: #1c2029;
}
div.get-latest-scholorship-panel div.btnGetNewsletter span{
     display: block;
}


i.icon-question-circle:before {
    display: none;
}
i.icon-question-circle{display: none !important;}
.bannerConsultansDetails div.page-banner2 div.cnslt-image a{display: inherit;}
div#writeAReviewPOPUP input {
    margin-bottom: 10px;
}
 div#writeAReviewPOPUP  div.startRatingBox{margin-bottom: 0px;}
 div#ShowAllReviews .box-holder {
     padding-bottom: 0px;    margin-bottom: 0px;
 }
 div#SApgScholorshipAlertPopup .modal-content {
     background: none !important;
     box-shadow: none;
     border: 0px !important;
 }
 div#SApgScholorshipAlertPopup h3 {
     background: #000;
     margin: 0px;
     color: #fff;
     padding: 8px 10px;
     line-height: normal;
 }
 div#SApgScholorshipAlertPopup p.info {
     float: left;
     w: 100%;
     width: 100%;
     font-size: 16px;
     color: #fff;
     text-align: center;
 }
 div#SApgScholorshipAlertPopup .get-latest-scholorship-panel {
     margin-bottom: 0px !important;
 }
 div#SApgScholorshipAlertPopup .get-latest-scholorship-panel .desc {
     width: 50%;
 }
 div#SApgScholorshipAlertPopup .get-latest-scholorship-panel .desc h4 {
     margin-top: 0px;
 }
 div.popFAQScreen label {
     position: relative !important;
     top: 0px !important;
     color: #000 !important;
 }

 
 div.popFAQScreenLayout label {
     position: relative !important;
     top: 0px !important;
     color: #000 !important;
 }






 div.bizHubInfo  ul.messagesInqueries div.bxOptLft{
      float: left;
     padding-right: 14px;
     padding-top: 0;
     height: 100%;
     -ms-flex-direction: column;
     flex-direction: column;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     -ms-flex-pack: start;
     justify-content: center;
     display: flex;
 }
 div.bizHubInfo  ul.messagesInqueries div.bxOptRght{
      float: left;    position: relative;
    top: 10px;
 }
  div.bizHubInfo  ul.messagesInqueries div.bxOptRght img{
       display: block;
width: 15px;
padding: 2px 0px;
margin-bottom: 15px;
 }
 div.bizHubInfo ul.messagesInqueries div.lft {
      width: 80%;
     height: 100%;
}
div.bizHubInfo ul.messagesInqueries div.msg-details .lft {
     width: 100% !important;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: center;
    display: flex;
    padding: 0px !important;
}
div.bizHubInfo ul.messagesInqueries div.lft a {
    float: left;
    width: 100%;    height: 100%;
}
div.bizHubInfo ul.messagesInqueries div.lft .inner {
    float: left;
    width: 100%;    position: relative;height: 100%;
}
div.bizHubInfo ul.messagesInqueries div.msg-details {
    float: left;
    width: auto;    height: 100%;
    position: relative;    padding-left: 0;
    width: 90% !important;
}
div.bizHubInfo ul.messagesInqueries div.cnsltnt-img {
     float: left;
    width: 41px;
    height: 41px;
    margin-right: 0;
    overflow: hidden;
    margin-top: 0;
    position: relative;
    top: 0;
    left: 0px;
    margin-right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}
div.bizHubInfo ul.messagesInqueries div.rgt {
    float: right;
    width: auto;
    text-align: right;
    position: relative;
    right: 0px;    height: 100%;
}




/*faqs level2 start*/
div.faqs-discussions{
     float: left;
     width: 100%;
     font-family: lato !important;
}
div.faqs-discussions.tp-bx{
     float: left;
     width: 100%;

}
div.faqs-discussions.tp-bx div.bx1{
     float: left;
     width: 100%;
     padding: 0px 25px 0px;
     background: #fff;
}
div.faqs-discussions.tp-bx .bx1.style2 p.linkfollow{
     margin: 0px;
     line-height: normal;
     margin-top: -1px;
     font-family: lato !important;
     position: relative;
     top: 0;
}
div.faqs-discussions.tp-bx .bx1.style2 div.rgtBx {
    float: right;
    width: auto;
    position: relative;
    top: 2px;
}
div.faqs-discussions.tp-bx .bx1.style2  div.cData  h3{
     color: #e66b28;
     font-size: 14px;
}
div.faqs-discussions.tp-bx .bx1.style2 p.linkfollow a{
     font-size: 14px;
     color: #e66b28;
}
div.faqs-discussions.tp-bx  p.total-question-posted{
     color: #4a4a4a;
     font-size: 14px;
     margin-bottom: 0px;
}
div.faqs-discussions.tp-bx .bx1.style2 div.cData p.sm{
     margin-bottom: 2px;
}
div.faqs-discussions.tp-bx .bx1.style2 div.img{
     width: 58px;
     height: 40px;
}
div.faqs-discussions.tp-bx.style2 .box-holder {
    padding: 15px 0px;
}
div.faqs-discussions.tp-bx div.box-holder{
     padding-left: 0px;
     padding-right: 0px;
     padding: 18px 0px 18px;
}
div.faqs-discussions.tp-bx div.lftBx{
     float: left;
     width: auto;
}
div.faqs-discussions.tp-bx div.img{
     float: left;
     width: 75px;
     height: 50px;
     overflow: hidden;
     margin-right: 10px;
}
div.faqs-discussions.tp-bx div.img img{
     width: 100% !important;
     height: 100% !important;
}
div.faqs-discussions.tp-bx div.cData{
     float: left;
     width: auto;font-family: lato !important;
}
div.faqs-discussions.tp-bx div.cData p.sm{
     font-size: 14px;
     color: #2c2c2c;
     opacity: 0.5;
     line-height: normal;
     margin-bottom: 0px;
     margin-top: 3px;
}
div.faqs-discussions.tp-bx div.cData  h3{
     font-size: 25px;
     color: #2c2c2c;
     line-height: normal;
     font-weight: normal;
     margin-bottom: 0px;font-family: lato !important;
}
div.faqs-discussions.tp-bx div.rgtBx{
     float: right;
     width: auto;
}
div.faqs-discussions .btnAskQuestion{
     background: #1e1e1e;
     min-width: 165px;
     min-height: 50px;
     color: #fff;
     line-height: 49px;
     font-size: 15px;
     font-weight: normal;
     text-transform: uppercase;
     text-align: center;
     text-decoration: none;
}
div.faqs-discussions .btnAskQuestion:hover{
     background: #e66b28;
     text-decoration: none;
     color: #fff;
}
div.faqs-discussions div.bxBtm{
     float: left;
     width: 100%;
     border-top: 1px #ededed solid;
     margin-top: 18px;
     padding: 18px 25px 0px;
}
div.faqs-discussions div#tQuestions{
     float: left;
     width: auto;
     color: #0e0e0e;
     font-size: 15px;
}
div.faqs-discussions #followDisccusonRightLinks{
     float: right;
     width: auto;
}
div.faqs-discussions #followDisccusonRightLinks a{
     color: #e66b28;
     font-size: 15px;
}
div.faqs-discussions h3.discussioning-heading, h3.discussioning-heading{
     float: left;
     width: 100%;
     font-size: 25px;
     color: #161616;
     line-height: normal;
     font-weight: normal;
     margin-top: 15px;
}
div.faqs-discussions .discussioning{
     float: left;
     width: 100%;
}
div.list-discussioning{
     float: left;
     width: 100%;
     padding:  25px ;
     background: #fff;

}
div.single-faq-discussioning{
     float: left;
     width: 100%;
     position: relative;
     min-height: 76px;
     background: none;
     padding-left: 35px;
     margin-bottom: 20px;
}
div.single-faq-discussioning:last-child{
     margin-bottom: 0px;
}
div.single-faq-discussioning div.auhtor-img{
     position: absolute;
     left: 0px;
     width: 54px;
     height: 54px;
     overflow: hidden;
     border-radius: 50%;
}
div.single-faq-discussioning div.auhtor-img img{
     width: 100%;
     height: 100%;
     border-radius: 50%;
}
div.single-faq-discussioning div.bx-content{
     float: left;
     width: 100%;
     min-height: 76px;
     background: #f8f8f8;
     padding-left: 35px;
     padding-right: 104px;
}
div.single-faq-discussioning div.bx-title{
     font-size: 14px;
     font-weight: bold;
     color: #1f1f1f;
     float: left;
     width: 100%;
     line-height: normal;

     margin-top: 10px;
}
div.single-faq-discussioning div.bx-title a{
     display: block;
     font-size: 14px;
     font-weight: bold;
     color: #1f1f1f;font-family: lato !important;
}
div.single-faq-discussioning div.bx-title a:hover{
     color: #e66b28;
     text-decoration: none;
}
div.single-faq-discussioning div.bx-info{
     font-size: 12px;
     color: #1f1f1f;
     opacity: 0.5;
     float: left;
     width: 100%;
}
div.single-faq-discussioning div.bx-options{
     position: absolute;
     right: 0px;
     width: 104px;
     border-left: 1px #cdcdcd solid;
     top: 10px;

     padding: 0px 10px 0px 15px;
     text-align: left;
}
div.single-faq-discussioning div.bx-options span{
     padding-left: 3px;    position: relative;
    top: 2px;
}
div.single-faq-discussioning div.rplyBx, div.single-faq-discussioning div.viewBx, div.single-faq-discussioning div.likeBx{
     float: left;
     width: 100%;
     font-size: 13px;
     color: #1f1f1f;
     font-family: roboto;
     line-height: normal;
     /*cursor: pointer;*/
     position: relative;padding-left: 22px;
}
div.single-faq-discussioning div.bx-options img {
    position: absolute;
    left: 0px;
    top: 5px;
}
div.2single-faq-discussioning div.rplyBx:hover span,div.single-faq-discussioning div.likeBx:hover span{
     color: #e66b28;
}
div.2single-faq-discussioning div.rplyBx:hover img.normal,
div.2single-faq-discussioning div.likeBx:hover img.normal{display: none;}
div.2single-faq-discussioning div.likeBx:hover img.hovered,
div.2single-faq-discussioning div.rplyBx:hover img.hovered{display: inline-block !important;}
div.single-faq-discussioning div.rplyBx{
     position: relative;
     margin-top: -2px;
     margin-bottom: 2px;
}
 div.single-faq-discussioning div.viewBx{
      margin-bottom: 2px;
}

div.other-faq-discussions{
     float: left;
     width: 100%;
     margin-top: 20px;
     background: #fff;
     padding-bottom: 25px;
}
div.sub-single-faq-discussion{
     float: left;
     width: 100%;
     position: relative;
     margin-top: 20px;height: 76px;
     overflow: hidden;

}
div.sub-single-faq-discussion.full{
     height: auto;
}
div.sub-single-faq-discussion div.bxItem{
     float: left;
     width: 100%;
     position: relative;
     padding-left: 85px;
     margin-bottom: 20px;
}
div.sub-single-faq-discussion div.bxItem div.bx-content{
     background: #f0f0f0;
}
div.sub-single-faq-discussion div.bxItem:last-child{
     margin-bottom: 0px;
}
div.sub-single-faq-discussion div.bxItem div.auhtor-img{
     left: 50px;
}
div.load-more-discussioning{
     float: left;
     width: auto;
     margin: 15px 0px 0px;
     margin-left: 85px;

     text-align: left;
     color: #e66b28;
     font-size: 12px;
     cursor: pointer;
     line-height: normal;
}
div.faqs-discussions div.load-more-block{
     float: left;
     width: 100%;    text-align: center;
}

div.themeBox-discussion-forum{
     float: left;
     width: 100%;
     background: #e66b28;
     margin: 20px 0px;
     padding: 20px;
}
div.themeBox-discussion-forum div.icon{
     float: left;
     width: auto;
     margin-right: 20px;
     text-align: left;
}
div.themeBox-discussion-forum div.icon img{
     max-width: 100%;
}
div.themeBox-discussion-forum div.cdata{
     float: left;width: 60%;    padding-top: 14px;

}
div.themeBox-discussion-forum div.cdata h4{
     font-size: 18px;
     color: #fff;
     font-weight: bold;
     line-height: normal;
}
div.themeBox-discussion-forum div.cdata p{
     font-size: 14px;
     color: #fff;
     font-weight: 300;
     line-height: normal;
}
div.themeBox-discussion-forum div.cright{
     float: right;
     width: auto;
}
div.themeBox-discussion-forum div.cright a.askQuestion{
     width: 152px;
     height: 100px;
     background: #1e1e1e;
     display: inline-block;
     text-align: center;
     font-size: 15px;
     color: #f7ffde;
     text-transform: uppercase;
     font-weight: bold;
     padding: 23px 10px;
     line-height: normal;
     text-decoration: none;
}
div.themeBox-discussion-forum div.cright a.askQuestion:hover{
     color: #1e1e1e;
     background: #fff;
}
div.themeBox-discussion-forum div.cright a.askQuestion span{
     display: block;
}

div.other-discussion-topics{
     float: left;
     width: 100%;
     margin-bottom: 20px;

}
div.other-discussion-topics h3{
     float: left;
     width: 100%;
     font-size: 25px;
     color: #161616;
     line-height: normal;
     font-weight: normal;
     margin-top: 15px;
}
div.other-discussion-topics div.cinner{
     float: left;
     width: 100%;
     background: #fff;
     padding: 0px 15px;
}
div.other-discussion-topics  div.lftbx{
     float: left;
     width: 65%;
     padding: 12px 0px;
     border-right: 1px #c7c7c7 solid;
}
div.other-discussion-topics  div.rgtbx{
     float: right;
     width: 35%;
     padding: 12px 18px;

}
div.other-discussion-topics ul{
     float: left;
     width: 100%;
     list-style: none;
     padding: 0px;
     margin: 0px;
}
div.other-discussion-topics li{
     float: left;
     width: 50%;
     padding: 12px 10px;
}
div.other-discussion-topics  div.rgtbx li{
     display: block;
     width: 100%;
}
div.other-discussion-topics a{
     display: block;
     overflow: hidden;
}
div.other-discussion-topics a:hover span{
     color: #e66b28 !important;
}
div.other-discussion-topics div.imgFlag{
     float: left;
     width: 52px;
     height: 35px;
     overflow: hidden;
     margin-right: 10px;
}
div.other-discussion-topics div.imgFlag img {
    width: 100% !important;
    height: 100% !important;
}
div.other-discussion-topics div.flag img{
     width: 100%;
     height: 100%;
}
div.other-discussion-topics  div.cdata{
     float: left;
     width: 112px;
}
div.other-discussion-topics  div.cdata span{
     display: block;line-height: normal;
}
div.other-discussion-topics  div.cdata span.sm{
     font-size: 12px;
     color: #161616;
}
div.other-discussion-topics  div.cdata span.lrg{
     font-size: 18px;
     color: #161616;
     line-height: 17px;
}
div.other-discussion-topics  div.rgtbx  div.cdata span.lrg{
     line-height: 18px;
}



/*faqs level2 end*/
.mediaChooserOuter {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.mediaChooserOuter .commenter-not-loggedin {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    padding: 25px;
    background: rgba(142, 142, 142, 0.82);
    color: #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: center;
    display: flex;
    text-align: center;
    font-size: 20px;
}
.mediaChooserOuter .commenter-not-loggedin div.link {
    width: 100%;
    margin: 10px 0px;
}
.mediaChooserOuter .commenter-not-loggedin div.link a {
    display: inline-block;
    background: #111111;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
}
.mediaChooserOuter .commenter-not-loggedin div.link a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}


div.sa-test-page-header{
     float: left;
     width: 100%;
     padding: 22px 0px;
     background-size: cover;
     height: 320px;
     overflow: hidden;
     background-position: center center;
     background-repeat: no-repeat;font-family: "Calibri", Arial, Helvetica, sans-serif !important;
}
div.sa-test-page-header .nav-tabs{
     float: left;
     width: 100%;border: 0px;border-radius: 0px;
     box-shadow: 0px;padding: 0px;margin: 0px;
     text-align: center;background: none;margin-bottom: 18px;
}
div.sa-test-page-header .nav-tabs li{
     float: none;display: inline-block;padding: 0px;margin: 0px 13px;
}
div.sa-test-page-header .nav-tabs li a{
     font-size: 18px;color: #fff;padding: 0px;border-radius: 0px;margin: 0px;border: 0px;
}
div.sa-test-page-header .nav-tabs > li.active > a,
div.sa-test-page-header .nav-tabs > li.active > a:hover,
div.sa-test-page-header .nav-tabs > li.active > a:focus,
div.sa-test-page-header .nav-tabs > li > a:hover,
div.sa-test-page-header .nav-tabs > li > a:focus{
     background: none;
     color: #f58345;border: 0px;
     text-decoration: underline;text-shadow: 0 1px 0 rgba(0,0,0,.28);
}
div.sa-test-page-header div.tab-content{
     float: left;
     width: 100%;
}

div.sa-test-page-header div.tab-content{
     margin-bottom: 15px;
}


div.ielts-outer-bg{
     float: left;
     width: 100%;
     background-color: rgba(000,000,000,0.23);
     padding: 0;
     text-align: center;
     color: #fff;
}
div.ielts-city-thumb{
     background-color: rgba(000,000,000,0.23);
     padding: 10px;
     height: 220px
}
div.ielts-city-thumb .ielts-city {display: inline-block; padding-top: 30px; text-decoration: none; color:#fff}
div.ielts-city-thumb:hover span,
div.ielts-city-thumb .ielts-city:hover span {filter: drop-shadow(0 2px 4px rgba(0,0,0,.4))}
div.ielts-city-thumb .ielts-city p{padding: 10px 5px}

.label-ielts-list {padding: 15px 50px 15px}

div.ielts-outer{
     padding: 0px 17px;
}
div.single-ielts-box{
     float: none;
     display: inline-block;
     width: 10%;
     padding: 0px 10px;
}

div.has-more div.text span{
     color: #fc9351
}
div.single-ielts-box div.img-ielts{
     display: table;width: 63px;height: 63px;background: #fff;border-radius: 50%;overflow: hidden;
     margin: 0 auto;margin-bottom: 5px;
}
div.single-ielts-box div.img-ielts span{border-radius: 50%;padding: 10px;display: table-cell;vertical-align: middle;height: 100%;text-align: center;}
div.single-ielts-box div.img-ielts img{
     max-width: 100%;transition: all 0.2s ease 0s;
}
div.single-ielts-box div.text{
     float: left;width: 100%;text-align: center;font-size: 14px;color: #fff;line-height: normal;
     height: 70px;overflow: hidden;
}
div.single-ielts-box div.text span{display: block;line-height: normal;}
div.single-ielts-box div.text span:nth-child(2){       max-height: 35px;
    overflow: hidden;}
div.single-ielts-box div.text span b{font-weight: bold;}
div.single-ielts-box:hover div.text span{color: #f58345;}
div.single-ielts-box:hover div.img-ielts span img{transform: scale(1.2);}
div.sa-test-page-header div.more-dates-block{
     float: left;width: 100%;text-align: center;margin-top: 4px;
}
div.sa-test-page-header div.more-dates-block a{
     color: #fff;display: inline-block;
     font-size: 18px;
     font-weight: bold;text-decoration: none;
     text-shadow: 0 1px 0 rgba(0,0,0,.28);
}
div.sa-test-page-header div.more-dates-block a:hover{color: #f58345;text-decoration: none;}

div.sa-test-ielts-pg-desc{
     float: left;
     width: 100%;
     margin-top: 5px;
}
div.sa-test-ielts-pg-desc div.img{
     float: left;
     width: 100%;
     text-align: center;
     margin-bottom: 15px;
}
div.sa-test-ielts-pg-desc img{max-width: 100%;}
div.sa-test-ielts-pg-desc  p{
     line-height: normal;
     font-size: 18px;color: #000;
}

div.sa-test-pg-useful-links{

}
div.single-sa-use-ful-links{
     float: left;
     width: 100%;
     height: 102px;overflow: hidden;
     border-bottom: 1px #e5e5e5 solid;
     padding: 17px 0px;
}
div.single-sa-use-ful-links div.lftBx{
     -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: center;
    display: flex;
    height: 100%;
    float: left;
    width: 65px;
    margin-right: 15px;
}
div.single-sa-use-ful-links div.img{
     width: 65px;
     height: 65px;
     display: table;
     text-align: center;
     overflow: hidden;
}
div.single-sa-use-ful-links div.img span{
     display: table-cell;vertical-align: middle;height: 100%;
}
div.single-sa-use-ful-links div.img img{
     max-width: 100%;
     filter: grayscale(100%);
}
div.single-sa-use-ful-links a{
     display: block;width: 100%;height: 100%;
}
div.single-sa-use-ful-links div.inner{
     float: left;
     width: 100%;
     height: 100%;
}
div.single-sa-use-ful-links h3{
     line-height: normal;font-size: 23px;color: #000;text-decoration: none;
     font-weight: normal;margin-bottom: 5px;
     max-width:540px;
}
div.single-sa-use-ful-links p{
     font-size: 15px;color: #000;
     line-height: normal;opacity: 0.7;margin-bottom: 0px;
}
div.single-sa-use-ful-links div.desc{
     -ms-flex-direction: column;
     flex-direction: column;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     -ms-flex-pack: start;
     justify-content: center;
     display: flex;
     height: 100%;
     float: left;
}
div.single-sa-use-ful-links:hover div.img img{
     filter: grayscale(0) !important;
}
div.single-sa-use-ful-links:hover h3{color: #e66b28 !important;}






div.spinner-loading-div{
     float: none;
    clear: both;
    display: block;
    margin: 0 auto;
    width: 110px;
    text-align: center;
}
div.spinner-loading-div .custom-spinner {
     border: 2px solid #3b3838;
         border-top: 2px solid #ffffff;
         border-radius: 50%;
         width: 25px;
         height: 25px;
         animation: spin 2s linear infinite;
         float: right;
         margin: 0 auto;
         float: none;
         display: block;
         float: left;
         overflow: hidden;
}
div.spinner-loading-div span{
     margin-left: 5px;
    font-size: 16px;
    line-height: normal;
    color: #3b3838;
    float: left;
    display: block;
    padding-top: 3px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


div.out-dated-box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
div.out-dated-box p.txt-red {
    font-size: 16px;
    color: red;
}
div.out-dated-box .link {
    float: left;
    width: 100%;
    margin-top: 10px;
}



/*Inquiry-successful*/
div.Inquiry-successful{
     float: left;
     width: 100%;
     position: relative;
     padding-left: 85px;
     margin-bottom: 25px;
}
div.Inquiry-successful img.img-inqury-successful{
     position: absolute;
     left: 0px;
     top: 0px;
}
div.Inquiry-successful img.img-lft{
     position: absolute;
     left: 0px;
     top: 0px;
}
div.Inquiry-successful h3{
     font-size: 20px;
     line-height: normal;
     margin-top: 0px;
     color: #111111;
}
div.Inquiry-successful p{
     font-size: 14px;
     color: #111111;
     opacity: 0.8;
     line-height: normal;
}
div.inquery-preferences{
     float: left;
     width: 100%;
     margin-top: 0px;
}
div.inquery-preferences h3{
     font-size: 20px;
     line-height: normal;
     margin-top: 0px;
     color: #111111;
}
div.inquery-preferences p{
     font-size: 14px;
     color: #111111;
     opacity: 0.8;
     line-height: normal;
}
div.list-of-cntry-preferences{
     float: left;
     width: 100%;margin-top: 15px;
}
div.single-inquery-cntry-pref{
     float: left;
     width: 100%;
     margin-bottom: 7px;

     background-color: #f3f3f3;
     padding: 8px  15px;
}
div.single-inquery-cntry-pref div.pref-title{
     float: left;
     font-size: 14px;
     color: #111111;
     line-height: normal;
     height: 29px;
     overflow: hidden;

     -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: center;
    display: flex;
}
div.single-inquery-cntry-pref  div.cntry-img{
     float: left;
     width: 43px;
     height: 29px;
     overflow: hidden;
     margin-right: 0px;
}
div.single-inquery-cntry-pref  div.cntry-img img{
     width: 100%;
     height: 100%;
}
div.single-inquery-cntry-pref div.rgt-box{
     float: right;
}
div.single-inquery-cntry-pref  img{
     float: left;
}
div.single-inquery-cntry-pref div.select-box{
     width: 180px;
     height: 29px;
     float: left;
}
div.single-inquery-cntry-pref div.select-box select{
     height: 100%;
     padding: 5px 10px;
}
div.link-block-full{
     float: left;
     width: 100%;
     text-align: center;
     margin-top: 15px;
     margin-bottom: 15px;
}
