
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
 
@import url(header.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.min.css);
@import url(hero-banner.css);
@import url(pages/admission-help.css);
@import url(what-we-offer.css);
@import url(ourservice.css);
@import url(popular-institution.css); 
@import url(student-story.css); 
@import url(explore.css); 
@import url(helpful-resources.css); 
@import url(events.css); 
@import url(awards.css); 
@import url(about-us.css); 
@import url(australia-edu-expo.css); 
/* @import url(study2.css);  */
/* @import url(pages/digital-magazine.css);  */
/* @import url(pages/fair-media.css);  */
/* @import url(pages/fast-track.css);  */
/* @import url(pages/events.css);  */
/* @import url(pages/career.css);  */
/* @import url(pages/contactus.css);  */
/* @import url(pages/internal-uni.css);  */
/* @import url(pages/international-tours.css);  */
/* @import url(pages/know-ur-test.css);  */
/* @import url(pages/profile.css);  */
/* @import url(pages/reviewnew-form.css);  */
/* @import url(pages/scholarships.css);  */
/* @import url(pages/student-blog.css);  */
@import url(pages/apply-now.css); 
/* @import url(pages/australia.css); */
@import url(pages/nepal.css); 
@import url(pages/bangladesh.css); 
@import url(footer.css);
@import url(font-awesome.min.css);


*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}
    /**************** blog *************/
    .ceo {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 1.5rem;
        padding: 10px 0;
        width: 68%;
    }
    .img-box{
        flex: 1 0 17%;
        max-width: 200px;
    }
    .img-box figure img{
        width: 100%;
        margin-bottom: -6px; 
        padding-top: 20px;
    }
     /* .ceo-details{
        flex: 1 1 auto;
    } */
    .ceo-details p{
        color: #2e2c2c;
        padding: 0;
    }
    .ceo-details p span{
        font-size: 18px;
        color: #000;
        margin-bottom: 10px;
    }
     .ceo h4::before{
        position: absolute;
        content: '';
        height: 2px;
        width: 76px;
        bottom: -4px;
        /* left: 0; */
        background-color: #0087e6;
    }


    /**************** blog *************/
body {
	font-family: 'Roboto Slab', serif !important;
	font-size: 14px;
	color: #646464;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif !important;
}

.h1, h1 {
    font-size: 2.5rem;
}
.h2, h2 {
    font-size: 2rem;
}
.h3, h3 {
	font-size: 24px;
}
.h4, h4 {
    font-size:18px;
}
.h5, h5 {
	font-size: 14px;
}
.h6, h6 {
    font-size: 1rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin: 0 0 10px;
    font-family: 'Roboto Slab', serif !important;
}
a,
a:hover,
a:active {
	text-decoration: none !important;
}

:active,
:focus {
	outline: none !important;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
img {
	max-width: 100%;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
}
.common_btn {
    background: #ffdb4c;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 12px;
    border: 2px solid transparent;
    transition: all .3s ease;
}
.common_btn:hover {
    background: #ffe373;
}
.page-heading {
    width: 100%;
    padding-bottom: 60px;
    color: #fff;
}
.echron-ho .page-heading {
    padding-bottom: 30px;
}
.page-heading h2 {
    margin: 0px;
    font-size: 50px;
    color: #242424;
    font-weight: 600;
    line-height: 45px;
    position: relative;
}
.page-heading h2 span{
    line-height: 50px;
    border-bottom: solid 5px #ffa000;
    display: inline-block;
}
.page-heading p {
    margin: 0px;
    padding-top: 15px;
    color: #fff;
    font-size: 18px;
}
.displayinline-panel {
    display: inline-block;
    position: relative;
}
.form-group {
    margin-bottom: 1.5rem;
}

.full-width {
	width: 100% !important;
}
.sec-padding {
	padding: 90px 0;
}
.sec-title {
	margin-bottom: 63px;
}
.customrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#scroll {
    position: fixed;
    z-index: 999;
    right: 12px;
    bottom: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none;
    background-color: #f4c809;
    border-radius: 50px;
    box-shadow: 0px 0px 3px 4px rgb(237 193 0);
}
#scroll span {
    position: absolute;
    top: 25%;
    left: 31%;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.customcol {
    padding-right: 15px;
    padding-left: 15px;
}
.sec-title h2 {
	font-size: 32px;
	text-transform: capitalize;
	color: #202A30;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
}
.sec-title p {
	font-size: 16px;
	color: #747474;
	margin: 0;
	margin-bottom: 20px;
}
.sec-title span.decor {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #E6E6E6;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.sec-title span.inner {
	width: 6px;
	height: 6px;
	background: #EAEAEA;
	border-radius: 50%;
	display: block;
	margin: auto;
	margin-top: 3px;
}
.sec-title span.decor:before,
.sec-title span.decor:after {
	content: '';
	position: absolute;
	top: 5px;
	width: 50px;
	height: 2px;
	background: #E6E6E6;
	z-index: -1;
}
.echron-slider .slick-dots{
    bottom: 5px;
}
.echron-slider .slick-dots li button::before{
    font-size: 30px;
}

/* ....................cta-section-Start.................... */
.cta_section {
    background: #0085ce;
    overflow: hidden;
}
.cta_section .container {
    position: relative;
    height: 100%;
}
.cta_section .container:after {
    content: "";
    display: inline-block;
    padding: 30px;
    background: #006094;
    position: absolute;
    left: 98%;
    width: 10000%;
    bottom: 0;
    height: 100%;
}
.cta_text, .c3c_text{
    color: #fff;
}
.cta_text p{
    font-size: 26px;
}
.cta_text h3{
    margin: 0px;
    padding-bottom: 5px;
    font-size: 45px;
    position: relative;
}
.cta_text h3 span  {
    line-height: 50px;
    border-bottom: solid 3px #ffdb4c;
    display: inline-block;
}
.c3c_panel .media-body {
    padding-right: 15px;
    font-size: 40px;
    color: #fff;
    text-align: center;
}
span.c3c_text {
    display: inline-block;
    font-size: 85px;
    line-height: 47px;
    position: relative;
}
.c3c_text small {
    display: block;
    font-size: 22px;
}
.free_cta {
    background: #006094;
    display: block;
    border: 2px solid #ffa000;
    border-radius: 5px;
    font-size: 26px;
}
.c3c_panel.media {
    align-items: center;
}
.c3c_panel.media .common_btn{
    padding: 8px 20px;
    color: #000;
    font-size: 16px;
}
.c3c_panel.media .common_btn i {
    padding-left: 8px;
    font-size: 20px;
}
.cta_icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #006094;
    text-align: center;
    position: relative;
}
.cta_icon img {
    padding: 20px;
    max-width: 100%;
}
.cta_icon:after {
    content: "";
    border-right: solid 30px #006094;
    border-top: solid 20px transparent;
    border-bottom: solid 30px transparent;
    border-left: solid 20px transparent;
    position: absolute;
    width: 45px;
    top: 50%;
    transform: translateY(-50%);
    left: -28%;
    margin: auto;
}
.ctatext_grid {
    padding: 30px 0px;
}
.booknow_text {
    padding-right:20px;
}

.cta_section.visitorcta_section .cta_icon {
    background: #006da9;
}
.cta_section.visitorcta_section .container::before {
    content: "";
    display: inline-block;
    padding: 30px;
    background: #006da9;
    position: absolute;
    right: 98%;
    width: 10000%;
    bottom: 0;
    height: 100%
}
section.cta_section.visitorcta_section .container:after {
    content: "";
    display: none;
}
.cta_section.visitorcta_section .cta_icon:after {
    content: "";
    border-left: solid 30px #006da9;
    border-top: solid 20px transparent;
    border-bottom: solid 30px transparent;
    border-right: solid 20px transparent;
    position: absolute;
    width: 45px;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    margin: auto;
}
.cta_section.visitorcta_section .ctatext_grid {
    padding-left: 20px;
}
.cta_section.visitorcta_section .cta_text h3 {
    font-size: 34px;
}
.visitsteps_grid {
    display: flex;
    flex-grow: 1;
}
.visitsteps_grouprepeat {
    padding: 30px 10px;
    color: #fff;
    text-align: left;
}
.visitsteps_grouprepeat > .media {
    border-right: solid 2px #acacac;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.visitsteps_grouprepeat:last-child > .media {
    border: none;
}
.visitsteps_group .media span{
    display: flex;
}
.visitsteps_group .media span img{
    height:35px;
}
.visitsteps_group {
    padding-left: 10px;
    padding-right: 8px;
}
.visitsteps_text {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}
.visitsteps_text .img-fluid1{
    height:30px;

}
.seefull_shedule {
    display: inline-block;
    padding: 2px 8px;
    background: #ffdf03;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
/* ....................cta-section-End.................... */


.sec-title span.decor:before {
	left: 14px;
}
.sec-title span.decor:after {
	right: 14px;
}
.sec-title.text-left span.decor {
	margin-left: 50px;
}
.sec-title.style-two span.decor {
	border-color: #f14b05;
}
.sec-title.style-two span.decor .inner {
	background: #f14b05;
}
.sec-title.style-two span.decor:after {
	right: -94px;
}
.sec-title.style-two span.decor:before,
.sec-title.style-two span.decor:after {
	background: #DCDCDC;
}
.sec-title.colored span.decor {
	border-color: #eb5310;
}
.sec-title.colored span.decor span.inner {
	background: #eb5310;
}
.sec-title.colored span.decor:before,
.sec-title.colored span.decor:after {
	background: #eb5310;
}
.sec-color {
	color: #202a30;
	font-weight: 700;
}

.text-uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.double-line {
	display: block;
	margin-bottom: 30px;
	margin-top: 10px;
	position: relative;
}
.double-line::before,
.double-line::after {
	border: 1px solid #eb5310;
	bottom: -7px;
	content: "";
	height: 1px;
	left: 0;
	margin: 1px auto auto;
	position: absolute;
	right: 0;
	width: 50px;
}
.double-line::before {
	bottom: -10px;
}
.double-line.line-left::before,
.double-line.line-left::after {
	left: 0;
	right: auto;
}




/* 2 flaticon reset styles */

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	margin: 0 !important;
}


/* Sidebar_start.................... */
.sidebar_main{
    height: 98%;
}
.sidebar_main .confused_img img {
    width: 100%;
}
.sidebar_sticky {
    position: sticky;
    top: 75px;
    margin-bottom: auto;
}
.sidebar-career_sticky{
    position: sticky;
    top: 140px;
    margin-bottom: auto;
}
/* .sidebar_main .guidance_grid{
    position: sticky;
    top: 100px;
} */

.guidance_form {
    padding:10px 20px;
    background-color: #f7f7f7;
    position: relative;
}
.guidance_form .form-group {
    margin-bottom: 7px;
}
.guidance_form .input-group label {
    position: absolute;
    left: -8px;
    top: 8px;
    z-index: 99999 !important;
    color: #000;
    font-size: 14px;
    display: inline-block;
    padding: 4px 10px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0);
    pointer-events: none;
    -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
    transition: color 0.3s, top 0.3s, background-color 0.8s;
}
.guidance_form .input-group label.active {
    padding: 0px 10px;
    top: -10px;
    color: #8d8b8b;
    font-size: 12px;
    margin: 0px;
  }
.guidance_form .input-group {
    height: 35px;
    border: none;
    border-bottom: solid 1px #b7b7b7;
    border-radius: 0px;
    padding-top: 10px;
}
.guidance_form .input-group-text {
    background: #fff;
    background: transparent;
    border: none;
}

.guidance_form .input-group .custom-select {
    width: 100%;
    background-color: #f7f7f7;
    height: auto;
    color: #333 !important;
    font-weight: 600;
    font-size: 14px;
    background-image: url(../img/icon/select-arrow.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    border: none !important;
    border-radius: 0px;
}
.guidance_form .input-group .custom-select:focus {
    box-shadow: none;
}
.guidance_form .form-group .input-group-text {
    color: #B0AFAF;
    font-size: 18px;
    padding-left: 0px;
}
.guidance_form .form-control {
    height: auto;
    background-color: #f7f7f7;
    padding: 0px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    border: none;
    width: 100%;
    border-radius: 45px;
}
.guidance_form input:-webkit-autofill, .guidance_form input:-webkit-autofill:hover, .guidance_form input:-webkit-autofill:focus, .guidance_form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}
.forgot_pass {
    padding-left: 20px;
    color: #db4a5b;
}
.forgot_pass:hover {
    color: #fff;
}
.guidance_form .form-control:focus {
    box-shadow: none;
}
.guidance_form input::-webkit-input-placeholder {
    color: #000000;
    font-size: 14px;
    font-weight:500;
}
.guidance_form input:-moz-placeholder {
    color: #000000;
    font-size: 14px;
    font-weight:500;
}

.guidance_form input::-moz-placeholder {
    color: #000000;
    font-size: 14px;
    font-weight:500;
}
.guidance_form input:-ms-input-placeholder {
    color: #000000;
    font-size: 14px;
    font-weight:500;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s;
    background-color: #fff;
    color: #B0AFAF;
    font-weight: 300;
}
input:-internal-autofill-selected {
    background-color: #fff !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

/* Change the white to any color ;) */

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.forgot-password a {
    color: #13B44F;
    font-size: 18px;
}
.remember_me,.forgot_pass {
    display: inline-block;
    padding-top: 5px;
}
.guidance_form .form-group .checkbox label, .guidance_form .form-group .custom-checkbox {
    color: #a9acb6;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.guidance_form .form-group .custom-checkbox .custom-control-label::before {
    width: 1.8rem;
    height: 1.7rem;
    background-color: #25273c;
    border: #454344 solid 1px;
    border-radius: 6px;
}
.guidance_form .form-group .custom-checkbox .custom-control-label::before {
    background-color: #25273c;
    border: #454344 solid 1px
}
.guidance_form .form-group .btn {
    width: 60%;
    padding: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background-color: #013e5d;
    border-radius: 100px;
    margin-top: 10px;
}
.guidance_form .form-group .btn:hover {
    background-color: #ffdb4c;
    color: #000;
}
.guidance_form p {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}
.guidance_form .form-check {
  display: flex;
}
.guidance_form .form-check-input {
    min-width: 1.5em;
    max-width: 1.5em;
    min-height: 1.3em;
    max-height: 1.3em;
    display: flex;
    border-radius: 0px !important;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #f7f7f7;
}
.guidance_form .form-check-input:checked {
    background-color: #0d6efd ;
    border-color: #0d6efd;
}
.guidance_form .form-check label {
    padding-left: 15px;
    color: #6e6c6c;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}
/* Sidebar_End.................... */


/*thanks starts*/

.show-error-msg {
    color:red;
}

.thanks_main {
    width: 100%;
}

.thankyou {
    width: 700px;
    margin: 50px auto;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
    text-align: center;
    padding-bottom: 25px;
}

.thankyou h1 {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    color: #37c1fd;
    background: none;
}

.thankyou p {
    margin-top: 10px;
    padding-top: 10px;
}

.thankyou .para {
    color: red;
    font-size: 16px;
    line-height: 22px;
}

.thankyou p.color {
    color: green;
}

.thankyou .mail {
    font-size: 15px;
    color: #000000;
    line-height: 22px;
    font-weight: 400;
    text-transform: none;
    border-top: 1px dotted #ccc;
}

.thankarea {
    width: 100%;
    float: left;
    background: #ffdb4c;
    padding: 50px 0;
    margin-bottom: 50px;
}

.thankarea .fa {
    background: #fff;
    width: 150px;
    font-size: 90px;
    color: #37c1fd;
    border-radius: 100%;
    line-height: 150px;
}

/*thanks ends*/
/*===================================================commonbanner-breadcrumb-css-Start===================================================*/

.banner_area {
    /* height: 300px; */
    background-size: cover;
    position: relative;
}
.banner_area>img{
    width: 100%;
}
.banner_area .bann-data{
    position: absolute;
    inset: 0;
}

  .banner_area .container,
  .banner_area .content-align,
  .banner_area .content-center,
  .banner_area .content-center{
    height: 100%;
  }  
  .banner_area.banner_one {
    background: url(../img/international-tours/internationaltours-innerbg.jpg) no-repeat right center;
    background-size: cover;
  }
  .banner_area.banner_aus {
    background: url(../img/aus.jpg) no-repeat right center;
    background-size: cover;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  .banner_area.banner_canada {
    background: url(../img/canada.jpg) no-repeat left center;
    background-size: cover;
  }
  .banner_area:before {
    content: "";
    background:rgb(0 0 0 / 30%);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .banner_content {
    width: 40%;
    height: 100%;
    position: relative;
  }
  .banner_area .banner_content h3 {
      position: absolute;
      font-size: 50px;
      font-weight: 800;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      text-shadow: 0 0 5px rgb(0, 0, 0, 1);
      text-transform: uppercase;
}
.banner_area .banner_content h3.fair {
    text-shadow: none;
    color: #000;
}
.banner_area .banner_content h3.white {
    color: #fff;
    text-shadow: 0 0 10px rgb(0, 0, 0, 1);
  }
  .banner_link {
    background-color: #e2e2e2;
    box-shadow: none;
  }
  .abnner_link_inner {
    display: flex;
      padding:20px 30px;
      list-style: none;
  }
  .abnner_link_inner li {
    padding-right:30px;
    font-size: 15px;
    color: #032d45;
    font-weight: 600;
  }
  .abnner_link_inner li:last-child {
    padding-right: 0px;
  }
  .abnner_link_inner li a {
    padding-right: 25px;
    position: relative;
    font-size: 14px;
    color: #032d45;
    font-weight: 600;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
  }
 
  .banner_link .abnner_link_inner a:hover, .banner_link .abnner_link_inner a.active {
    background: #012f46;
    padding: 12px 24px;
    color: #ffffff;
    border-radius: 20px
  }
  .banner_area_plane {
    background: url(../img/banner/banner-bg.jpg) no-repeat scroll center center;
    background-size: auto auto;
    background-size: cover;
    min-height: 235px;
    position: relative;
    z-index: 2;
  }
  .banner_area_plane::before {
    content: "";
    background: rgba(143, 143, 143, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .banner_area_plane .banner_content h3 {
    padding-top: 100px;
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }

  .breadcrumb_section {
    padding: 15px 0px;
    background: #f1f3f5;
}
.breadcrumb_section .breadcrumb{
  margin: 0px;
}
.breadcrumb-item a {
    color: #65676a;
    font-size: 16px;
    font-weight: 400;
}
.breadcrumb-item.active {
    color: #0085ce;
    font-size: 16px;
    font-weight: 400;
}
/* *********************** */
/* *********************** */
/* *********************** */
/* popup css starts */
/* popup css starts */
/* popup css starts */
/* **************** */
/* **************** */
/* **************** */
/* **************** */
/* popup box css starts */
.echron-popup {
	background-color: #35333381;
	display: none;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
    z-index:10; 
}

.echron-popup.active {
	display: flex;
}

.echron-popup .popup-box {
	width: 50%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.echron-popup .popup-box .lft,
.echron-popup .popup-box .rgt {
	flex: 1 1 100%;
}
.echron-popup .popup-box .lft{
	position: relative;
}
.echron-popup .popup-box .lft::before{
	position: absolute;
	content: '';
	height: 90%;
	width: 2px;
	background-color: #fff;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
    display: none;	
}
.echron-popup .popup-box a img {
	width: 100%;
}

.echron-popup .popup-box .close-btn {
	position: absolute;
	top: -22px;
	right: -22px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: red;
}

.echron-popup .popup-box .close-btn i {
	font-size: 16px;
	color: #fff;
}
/* popup responsive css for sm */
@media(max-width:767px){
  .echron-popup .popup-box{
    width:90%;
  }
  .echron-popup .popup-box .close-btn{
    width: 25px;
    height: 25px;
    top: -11px;
    right: -11px;
  }
  .echron-popup .popup-box .close-btn i {
    font-size: 14px;
  }
}
/* *****popup-box edns */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */

/* popup css ends */
/* popup css ends */
/* popup css ends */

/* ---------------------------.common-section-End---------------------------. */
@media only screen and (max-width: 767px) {
     .media {
        display: -webkit-box;
        display: -ms-flexbox;
        /* display: flex;  */
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; 
    }  
    .visitsteps_grouprepeat > .media {
        border-right: none;
        align-items: flex-start;
    } 
    .c3c_panel.media{
        display:flex;
        flex-wrap: wrap;
        /* flex-direction: column; */
        align-items: center;
    }
    .c3c_text small {
        display: inline-block;
    }
    .free_cta {
        font-size: 19px;
        padding:0 17px;
    }
    .ctatext_grid {
        padding: 14px 0px;
      }
      .media-body {
        margin-left: 18px;
        font-size: 16px;
        text-align: center;
      }
      .internationaltours_countrypanel .media-body {
        margin: 0;

      }
      .cta_section.visitorcta_section .container::before {
        background: none;
      }
      .cta_section.visitorcta_section .cta_icon::after{
        border-left:none;
      }
      .cta_section.visitorcta_section .cta_icon {
        background: none;
      }
      .cta_icon::after{
        left:-40%;
      }
      .thankyou {
        width: 90%;
      }
}


@import url(responsive.css);
