
/*--slider-logos-css-starts--*/
@keyframes scroll {
			0% { transform: translateX(0); }
			100% { transform: translateX(calc(-250px * 7)); }
		}

		.slider-logo {
			/*height: 100px;*/
			margin: 60px auto 20px;
			overflow: hidden;
			position: relative;
			width: 100%;
		}

		.slide-track-logo {
			display: flex;
			width: calc(250px * 14); /* Repeat images for smooth scroll */
			animation: scroll 40s linear infinite;
			align-items:center;
		}
		.circlee {
    width: auto !important;
    height: 200px !important;
}
.center .slick-slide img{
    
    box-shadow:rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.center .slick-active {
     opacity: 1;
}
		.slide-logos {
			height: 100px;
			width: 300px;
			flex-shrink: 0;
		}

		.slide-logos img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		.txtt-partt h2 {
    margin: 10px 0 30px;
    font-family: poppins;
    font-size: 43px;
    line-height: 48px;
    text-align: center;
}
/*--slider-logos-css-ends--*/


/*--privacy-policy--*/
.innr-cntnt {
    margin: 50px auto;
    font-family: 'Poppins';
}
.new-section-hero {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.innr-cntnt h2 {
    padding: 30px 0px;
}
.innr-cntnt a {
    color: #df252a;
    text-decoration: none;
    font-weight: 600;
}
/*--privacy-policy--*/
/*headercssstarts*/
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
.slider {
    width: 100%;
    margin: 100px auto;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

li.servc.show ul {
    width: 39%;
    left: 100px;
    padding: 10px 20px;
}

li.servc.show ul li {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

li.servc.show ul li:before {
    display: none;
}

li.servc.show ul li a {
    padding: 10px 0px !important;
}

li.servc.show ul li:last-child {
    border-bottom: 0px;
}
li.exm.show ul {
    float: none;
    width: 40%;
    right: 0;
    left: unset;
}
li.exm.show ul li {
    float: none;
    width: 100%;
    padding: 10px 20px !important;
    border-bottom: 1px solid #f1f1f1;
}

li.exm.show ul li:before {
    display: none;
}

li.exm.show ul li a {
    padding: 10px 0px !important;
}

li.exm.show ul li:last-child {
    border-bottom: 0px;
}
.slick-prev:before,
    .slick-next:before {
     color: black;
}
.hamburger {
  font-size: 24px;
  cursor: pointer;
  display: none;
  color: #333;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
     opacity: .5;
}
.slick-current {
     opacity: 1;
}
.top-bar {
    background: #333333;
    padding: 0px 0px;
}
.wrapper {
    max-width: 1232px;
    margin: 0 auto;
    width: 100%;
    transition: all 375ms ease;
}
.txxt {
    display: flex;
    flex-wrap: wrap;
        justify-content: left;
    align-items: center;

}
.whyy .flex-three-div .frst-flex{
    height:auto;
}

.testimonials .txt-section .divider {
    margin: 0;
}
.txxt a {
    border: 0;
    height: 36px;
    line-height: 36px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    background: #df252a;
    margin: 3px 0 3px 7px;
    font-size: 12px;
    padding: 0 15px !important;
    font-family: 'Poppins';
    text-decoration: none;
}
.txxt h4 {
    font-family: poppins;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}
	.search-container {
     align-items: center;
    max-width: 800px;
    padding: 5px;
    border: 1px solid #ccc;
    display: flex;
    background: #fff;
    border-radius: 50px;
    height: 33px;
    margin: 0;
    float: right;
    width: 95%;
    line-height: 36px;
    margin-right: 7px;
    margin-top: 4px;
    position: relative;
}
ul.third-div i {
    color: #fff;
    font-size: 20px !important;
}
select.country-dropdown {
    font-family: poppins;
    color: #757575;
    font-size:12px;
}
.flex-divv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
        padding: 8px 0px;
}

.first-div {
    flex: 1 1 60%;
    display: flex;
    gap: 30px;
    list-style: none;
    color: #fff;
    max-width: 60%;
}

ul.first-div {
    font-family: poppins;
    font-size: 17px;
}

ul.first-div li a {
    color: #fff;
    text-decoration: none;
}
.third-div li i {
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
     color: #000;
    font-size: 20px !important;
        padding-top: 6px;

}
.navbar {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
    justify-content: space-between;
    max-width: 100%;
    align-items: center;
}

.loggo {
    flex: 1 1 20%;
    max-width: 20%;
}
.bttn-get {
    flex: 1 1 20%;
    max-width: 20%;
    text-align: right;
}
.bttn-get a {
    border-radius: 10px;
    background:#df252a;
    padding: 11px 24px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0;
    transition: all .3s ease-in-out;
    text-decoration: none;
    font-family: 'Poppins';
    text-transform: uppercase;
}
.bttn-get a:hover{
    border-radius:10px;
}
ul.menu {
    flex: 1 1 60%;
    max-width: 60%;
    display: flex;
    gap: 30px;
    justify-content: right;
    list-style: none;
    font-family: poppins;
    position: relative;

}
.third-div {
    flex: 1 1 4%;
    display: flex;
    width: 100%;
    list-style: none;
    align-items: center;
    gap: 6px;
    justify-content: right;
}
.logo {
      width: 125px;
    margin: 3px 0 0 10px;
  margin-right: 10px;
}
span.imgg img {
    width: 35px;
}
.search-input {
      flex-grow: 1;
    padding: 8px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 12px;
    color: #757575;
    border: 0;
    outline: 0;
    height: 25px;
    line-height: 34px;
    padding-left: 6px;
    width: 100%;
    font-family: poppins;

}
.dds li {
    position: relative;
    padding: 10px !important;

}

.dds li:before {
    content: "\f101 ";
    font-family: fontawesome;
    color: #df252a;
    font-weight: 600;
    font-size: 23px;
    position: absolute;
    top: 29px;
}
ul.dds li a {
    padding: 20px 10px 20px 25px !important;
}
li.ieltt > ul li a {
    padding: 20px 9px 20px 18px !important;
}
.country-dropdown {
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-right: 10px;
    background: transparent;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.country-dropdown:focus {
    outline: 0;
}
.search-btn {
    padding: 6px 8px;
    background-color: #000;
    border: none;
    border-radius: 50px;
    color: white;
    cursor: pointer;
}

.search-btn i {
    font-size: 13px;
    font-weight: 200 !important;
}

ul.menu li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.bottom-bar {
    padding: 10px 0px;
    background: linear-gradient(to bottom, #ffffff 0%, #f4f5f6 75%, #f4f5f6 100%);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f5f6 75%, #f4f5f6 100%);
    border-bottom: 1px solid #e1e1e1;
    position:relative;
    min-height: 80px;
 }
 .punjab-author {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    text-align:center;
}

.punjab-author h5 {
    font-family: 'Poppins';
    width: 90%;
    font-size: 14px;
        color: #df252a;

}
.right-side-hero img {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    border: 10px solid #fff;
    border-image: linear-gradient(#fff, #a9a9a9, #fff) 10 stretch;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.right-side-hero img:hover{
    transform: rotate(1.5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
} 
.lcnse {
    font-family: poppins;
    margin: 20px 0;
}
.license h5 {
    font-weight: bold !important;
    font-size: 18px !important;
        color: #df252a;

}
.license h2 {
    font-size: 17px;
}
.GSTS h4 {
    font-size: 21px;
    text-shadow: 1px 1px 1px black;
        color: #df252a;

}
.punjab-author h4 {font-family: 'Poppins';text-align: center;width: 90%;}

li.dest ul, li.dest1 ul {
    display: none;
}
li.show1 ul {
    display: block;
    transition: all .3s ease-in-out;
    display: block;
    background: #fff;
    float: left;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 1px solid rgba(43, 42, 41, .1);
    width: 100%;
    box-shadow: 0px 16px 20px -5px rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    position: absolute;
    left: 30px;
    top: 40px;
}
li.show ul {
    transition: all .3s ease-in-out;
    display: block;
    background: #fff;
    float: left;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 1px solid rgba(43, 42, 41, .1);
    width: 100%;
    box-shadow: 0px 16px 20px -5px rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    position: absolute;
    left: 30px;
    top: 40px;
    z-index:999;
}
ul.nest-li li a {
    float: left;
    padding: 20px 10px;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}
ul.nest-li li {
    float: left;
    width: 33.33%;
    padding: 20px 10px;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: left;
}
.menu li:has(.dropdown):after {
    content: "\f0d7";
    font-family: fontawesome;
    color: #7c7777;
}
footer{
    background: #f5f5f5;
    padding: 150px 0 50px;
    margin: 20px 0 0;
}
.colms {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}

.colms > div {
    flex: 1 1 30%;
    max-width: 30%;
}
.first-col p {
    padding-top: 20px;
    font-family: 'Poppins';
    text-align: justify;
}

footer ul.third-div {
    justify-content: left;
    padding-top: 20px;
}
footer .third-div li i {
    background: #333;
    color: #fff;
    height: 40px;
    width: 40px;
    padding-top: 11px;
}
.scnd-col h2, .thrd-col h2 {
    font-family: poppins;
    font-size: 22px;
    font-weight: 500;
}
ul.quckk {
    list-style: none;
    padding: 10px 6px;
}
ul.quckk li a {
    font-family: 'Poppins';
    color: #333;
    text-decoration: none;
    font-weight: 500;
}
ul.quckk li {
    padding: 7px 0px;
}
ul.quckk li:before {
    content: "\f101 ";
    font-family: fontawesome;
    color: #333;
    font-weight: 600;
    font-size: 23px;
    position: absolute;
    left: -5px;
}
ul.quckk li:before {
    content: "\f101 ";
    font-family: fontawesome;
    color: #333;
    font-weight: 600;
    font-size: 23px;
    position: absolute;
    left: -5px;
}

.address {
    padding: 17px 0px;
}

p.add {
    font-family: poppins;
    padding: 0px 25px;
    position: relative;
}

ul.phnn {
    list-style: none;
    padding: 15px 25px 0px;
}

ul.phnn li {
    padding: 0 0 13px;
    font-family: 'poppins';
    position: relative;
}

ul.phnn li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

ul.phnn li.phnss:before {
    content: "\f095";
    font-family: fontawesome;
    position: absolute;
    left: -22px;
    top: 4px;
}

p.add:before {
    content: "\f041";
    font-family: fontawesome;
    position: absolute;
    left: 2px;
    top: 7px;
}

li.maill:before {
    content: "\f0e0 ";
    font-family: fontawesome;
    left: -22px;
    position: absolute;
    top: 4px;
}

li.timee:before {
    content: "\f017";
    position: absolute;
    font-family: fontawesome;
    left: -22px;
    top: 4px;
}
ul.quckk li {
    padding: 7px 13px;
    position: relative;
}
.two-cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.copyright-col {
    flex: 1 1 50%;
    max-width: 50%;
}

.website-dsgn {
    flex: 1 1 50%;
    max-width: 50%;
    text-align: right;
}

.footer-bottom {
    background: #333;
    padding: 15px 0px;
}

ul.disclaim {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    list-style: none;
}

ul.disclaim li a {
    color: #fff;
    text-decoration: none;
    font-family: poppins;
    font-size: 15px;
    font-weight: 400;
}

p.coppyr, .wbss {
    padding: 5px 0px 0;
    font-family: 'Poppins';
    color: #c5c3c3;
}
.disclaim span {
    color: #fff;
}
.call-to-action {
   background: #000;
    width: 100%;
    max-width: 1232px;
    margin: 30px auto -90px;
    z-index: 1;
    position: relative;
    padding: 70px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    background-image: url(https://fse.jegtheme.com/travisa/wp-content/uploads/sites/79/2025/03/maps-overlay.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
}
.txxt1 p:first-child {
    color: #fff;
    font-size: 30px;
    font-family: poppins;
    font-weight: 300;
}
.txxt1 p:last-child {
    font-family: 'Poppins';
    color: #fff;
    font-size: 15px;
}
.bttn a {
    background: transparent;
    padding: 15px 32px;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 7px;
    border: 2px solid #fff;
}
.pp {
    text-align: center;
}

.pp h5 {
    font-family: 'Poppins';
    color: #df252a;
    font-weight: 500;
    font-size: 16px;
    position:relative;
    width: 150px;
    margin: 0 auto;
}

p.pp2 {
    font-size: 17px;
    font-family: 'Poppins';
    margin: 30px 0 37px;
}
.whyy {
    margin: 0px auto 50px;
        background: #f7f7f1;
    padding: 70px 0;
}
.flex-three-div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.flex-three-div .frst-flex:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}
.flex-three-div .frst-flex {
    flex: 1 1 31%;
    max-width: 31%;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 20px;
    height: 300px;
    border-radius: 11px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.imgbox {
    margin-bottom: 20px;
}

.para h2 {
   font-family: poppins;
    font-weight: 600;
    color: #000;
    font-size: 23px;
}

.imgbox i {
      font-size: 43px;
    color: #df252a;
}

.para p {
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 25px;
    color: #525050;
    padding-top:15px;
}
.main-image {
    width: 80%;
    border-radius: 10px;
    float:right;
}

.divider {
    background: #df252a;
    width: 80px;
    height: 4px;
    margin-bottom: 30px;
    border-radius: 20px;
    position: relative;
}
.righht-divv p, .txxt11 p {
    font-size: 17px;
    font-family: 'Poppins';
    text-align: justify;
}
.txxt11 p {
    width: 500px;
}
.divider span:before {
    content: "";
    background: #df252a;
    width: 20px;
    height: 4px;
    margin-bottom: 30px;
    border-radius: 20px;
    position: absolute;
    right: -24px;
}

.divider span:after {
    content: "";
    background: #df252a;
    width: 7px;
    height: 4px;
    margin-bottom: 30px;
    border-radius: 20px;
    position: absolute;
    right: -37px;
}
.righht-divv h3, .txxt11 h5 {
    font-family: 'Poppins';
    color: #df252a;
    font-weight: 500;
    font-size: 16px;
}
.righht-divv h2, .txxt11 h3 {
    font-family: poppins;
    font-size: 43px;
    margin: 10px 0 30px;
    line-height: 47px;
}
/* Call for Consultation */
.call-box {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #df252a;
    color: white;
    display: flex;
    font-family:"poppins";
    align-items: center;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.left-divv .text a {
    color: #fff;
    text-decoration: none;
}
.call-box .icon {
    font-size: 18px;
    margin-right: 10px;
}
.two-divss {
    display: flex;
    align-items: start;
    gap: 30px;
    justify-content: space-between;
    flex-wrap:wrap;
}
ul.lisst-iconns li:before {
    content: "\f101 ";
    position: relative;
    font-family: fontawesome;
    left: -13px;
    color: #df252a;
    font-weight: 700;
    font-size: 21px;
}
ul.lisst-iconns li {
    list-style: none;
    padding: 10px 0px;
    font-family: 'poppins';
    font-size: 17px;
}
.left-divv {
    position: relative;
    flex: 1 1 40%;
    max-width: 40%;
    animation: slideInLeft 1s ease-in-out forwards;
    transform: translateX(-100%);
    opacity: 0;

}
.wht-colr {
    background: #fff !important;
}
.wht-colr .divider {
    margin: 22px auto 50px;
}
.wht-colr h2.test-type {
    font-size: 43px;
    font-family: 'Poppins';
    text-align: center;
    text-transform: uppercase;
}
.wht-colr .thre-about > div {
    background: #f7f7f1;
}
table {
    width: 70%;
    border-collapse: collapse;
    margin-bottom: 40px;
    MARGIN: 0 AUTO;
    font-family: 'Poppins';
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.format-style .why-card {
    background: #f7f7f1;
}
    th, td {
      border: 1px solid #ccc;
      padding: 15px;
      text-align: left;
      background:#fff;
    }
    th {
      background-color: #f7f7f1;
    }
    .format-style {
    background: #fff;
}
.format-style .why-grid {
    text-align: left;
}
.format-style {
    background: #fff !important;
}
.righht-divv {
    flex: 1 1 50%;
    max-width: 50%;
     transform: translateX(100%);
    opacity: 0;
    animation: slideInRight 1s ease-in-out forwards;
}
.text strong {
    font-size: 23px;
}
.txxt1 {
    text-shadow: 0px 2px 2px rgb(0 0 0 / 80%);
}
.about-us {
    margin: 0px auto 60px;
    /*background: url(/images/canada-image.jpg);*/
    padding: 90px 0px 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px*/
}
.call-box .icon i {    font-size: 27px;
    margin-right: 10px;
    background: #fff;
    width: 40px;
    color: #df252a;
    height: 40px;
    border-radius: 50px;
    padding: 7px 0 0 8px;
}

.text strong {
    font-size: 23px;
}
.pp h2 {
    margin: 10px 0 30px;
    font-family: poppins;
    font-size: 43px;
    line-height: 48px;
}
.pp .divider {
    left: 44%;
}
/* Smooth fade-in animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Apply animation to all sections */
.animated-section {
    animation: fadeInUp 0.5s ease-in-out;
    transition: all 0.3s ease-in-out;
        animation-delay: 1s; /* This ensures it appears AFTER the first animation */

}
.imgdiv img {
    top: 15px;
    width: 45px;
    position: relative;
    left: 27%;
}

.space {
    margin: 20px 0px;
    display: inline-block;
}

.txtdiv {
    flex: 1 1 55%;
    max-width: 55%;
}
.lft-icon, .rght-icon {
    flex: 0 0 45%;
    max-width: 45%;
}
.two-cionss {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.lft-icon, .rght-icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.imgdiv {
    background: #edd9d9;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
/* Adjustments for mobile responsiveness */
@media (max-width: 600px) {
  .search-container {
    flex-direction: column;
    align-items: stretch;
  }
  .search-input, .country-dropdown, .search-btn {
    margin-bottom: 10px;
  }
}
/* Animations */
@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
/*headercssends*/
/*--homepage starts--*/
.txtimgg {
    display: flex;
    width: 1232px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.txtimgg .txxt11 {
    flex: 1 1 50%;
    max-width: 50%;
}

.imgg22 {
    flex: 1 1 45%;
    max-width: 45%;
    position:relative;
}
.bgimgae .slick-prev{
    left: 30px;
}
.bgimgae .slick-next{
    right: 30px;
}
.hro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 448px;
}

.hro img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}
@keyframes infiniterotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.countrycircleimg img {
    animation: infiniterotate 30s infinite linear;
}
.bgimgae{
    margin:0 auto !important;
    padding: 70px 0;
        background: #f7f7f1;
}
.bgimgae:before {
    content: "";
    background: url(images/about-us-images-bg-shape.png);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    width: 539px;
    height: 489px;
    top: 0;
    left: 11px;
}
.bgimgae:after {
    content: "";
    background: url(images/newimgg.png);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 333px;
    height: 397px;
}
span.btn-cll {
    display: block;
    margin: 50px 0px;
}

span.btn-cll a {
    background: #df252a;
    color: #fff;
    text-decoration: none;
    font-family: poppins;
    padding:15px 32px;
}
span.btn-cll a {
    background: #df252a;
    color: #fff;
    text-decoration: none;
    font-family: poppins;
    padding: 18px 41px;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
body .bgimgae .slick-prev:before {content: "\f104 ";font-family: fontawesome;font-size: 40px;color: #ccc;}

body .bgimgae .slick-next:before {
    content: "\f105" !important;
    font-family: fontawesome;
    font-size: 40px;

    color: #ccc;
}
.about-img-left img {
    width: 100%;
      display: block;
}
.guideess {
    max-width: 45% !important;
}
.guidee {
    max-width: 50% !important;
}
.guideess p {
    margin-top: 40px;
}
.guidnce-imggs {
    max-width: 53% !important;
    float: left;
    margin-left: -5px;
}
.guidnce-imgg{
        max-width: 47% !important;
}
span.btn-cll a:before {
    content: "\f095";
    font-family: fontawesome;
    position: relative;
    left: -7px;
}
li.emaills {
    position: relative;
    padding-left: 15px;
}

li.emaills:before {
    content: "\f0e0 ";
    font-family: fontawesome;
    left: -13px;
    position: absolute;
    top: 4px;
}
li.timeess {
    position: relative;
    padding-left: 25px;
}
li.timeess:before {
    content: "\f017";
    position: absolute;
    font-family: fontawesome;
    left: 0px;
    top: 5px;
}
.txt-section {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lftsde-sctn {
    flex: 1 1 45%;
    max-width: 45%;
}

.rgtsde-sctn {
    flex: 1 1 45%;
    max-width: 45%;
}
.lftsde-sctn h5 {
    font-family: 'Poppins';
    color: #df252a;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}
.lftsde-sctn h5 {
    font-family: 'Poppins';
    color: #df252a;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}
.lftsde-sctn h2 {
    margin: 10px 0 30px;
    font-family: poppins;
    font-size: 43px;
    line-height: 48px;
}
.rgtsde-sctn p {
    font-size: 17px;
    font-family: 'Poppins';
    padding: 20px 0 0 0;
}
.testi-details img {
    width: 100px;
    border-radius: 50%;
    margin: 10px 0;
}
.testi-details h3 {
    font-family: poppins;
    color: #df252a;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 0 10px;
}
.testi-details {
    background: #ffe9ea6e;
    padding: 30px;
    min-height: 350px;
}
.testmonial .slick-slide {
    opacity: 1;
}
.testi-details {
    background: #f7f7f1;
    padding: 30px;
    min-height: 350px;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.testimonials {
    margin: 100px auto 100px;
    position:relative;
}
.testmonial {
    margin-top: 60px;
}
.testi-details p {
    font-family: poppins;
    padding: 10px 0px;
    font-size: 15px;
}
.testmonial .slick-dots li button:before, .testmonial .slick-dots li.slick-active button:before {
    color: #df252a !important;
    opacity: 1 !important;
}
.testmonial .slick-dots li {
    margin: 0px;
}
.testmonial .slick-dots{
        bottom: -35px;

}
.testimonials:after {
    content:"";
    background: url(images/imggss.png);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    bottom: -50%;
    right: 0px;
    width: 333px;
    height: 397px;
}
.testimonials:before {
    content: "";
    background: url(images/imggss.png);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: -50%;
    left: 0px;
    width: 333px;
    height: 397px;
    transform: rotate(172deg);
}
.choosesctn h5, .choosesctn h2 {
    color: #fff;
}
.choosesctn .divider, .choosesctn .divider span:before, .choosesctn .divider span:after {
    background: #fff !important;
}
.choosesctn .flex-three-div .frst-flex{
        background: transparent;
}
.choosesctn .flex-three-div .frst-flex{
    flex: 1 1 33%;
    max-width: 33.5%;
    margin-bottom: 0px;
    border-radius:0px;
}
.choosesctn .flex-three-div {
    gap: 0;
    padding: 30px 0px;
}
.choosesctn .flex-three-div .frst-flex:nth-child(3) {border-width: 0px 0px 1px 0px;}
.choosesctn .flex-three-div .frst-flex:last-child {
    border-width: 0px;
}
.choosesctn .flex-three-div .frst-flex:nth-child(5) {
    border-width: 0 1px  0 0;
}
.choosesctn .flex-three-div .frst-flex:nth-child(4) {
    border-width: 0px 1px 0 0;
}
.choosesctn .flex-three-div .frst-flex:first-child {
    border-width: 0px 0px 1px 0px;
}

.choosesctn .flex-three-div .frst-flex:nth-child(2) {
    border-width: 0px 1px 1px;
}
.choosesctn .flex-three-div .frst-flex:hover {
    box-shadow: none;
    transform: unset;
}
.choosesctn .flex-three-div .frst-flex {
    text-align: justify;
}
.choosesctn {
    background: url('images/night-city-view.jpg');
    padding: 60px 0;
    background-size: cover;
    background-position: center;
}
.choosesctn .para p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.choosesctn .frst-flex h2 {
    font-size: 28px;
}
.imgbox img {
    width: 70px;
}
.close-btn {
    display: none;
}
/*--homepage ends--*/

/*--about-page--*/
.head-secc {
    background: #df252a;
    text-align: center;
    padding: 100px 0;
    background: radial-gradient(circle,rgba(223, 37, 42, 1) 0%, rgba(0, 0, 0, 1) 100%);

}
.thre-about .para h2 {
    font-weight: bold;
    color: #333;
    font-size:23px;
}
.head-secc h1 {
    font-size: 50px;
    color: #fff;
    font-family: 'Poppins';
    text-transform: uppercase;
}
.about-content-flex {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-content {
    margin: 80px 0px;
}

.about-img-left {
    flex: 1 1 40%;
    max-width: 40%;
}
.thre-about > div {
    flex: 1 1 30%;
    max-width: 30%;
    background: #fff;
    padding: 30px;
   overflow: hidden;
   position:relative;
      transition: color 0.3s ease;
       z-index: 1;
}
.thre-about > div:before{
    
     content: "";
      position: absolute;
      bottom: -100%;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #df252a;
      transition: bottom 0.4s ease;
       z-index: 0;
}
.about-frst, .about-scnd,.about-thrd,
.about-frst > *, .about-scnd >*,  .about-thrd >*,
.about-frst h2, .about-scnd h2, .about-thrd h2,
.about-frst p, .about-scnd p,.about-thrd p,
.about-frst .btn-wrapp, .about-scnd .btn-wrapp, .about-thrd .btn-wrapp,
.about-frst a, .about-scnd a,  .about-thrd a { 
  position: relative;
  z-index: 1;
}
.thre-about > div:hover img {
    filter: brightness(0) invert(1);
}
.thre-about > div:hover::before{
     bottom: 0;
}

.thre-about > div:hover h2, .thre-about > div:hover p,  .thre-about > div:hover a.cntcttt{
     color:#fff;
}

a.cntcttt {
    color: #df252a;
    font-weight: bold;
    font-family: 'Poppins';
    text-transform: uppercase;
    text-decoration: none;
}
.btn-wrapp {
    padding: 30px 0px 0;
    border-top: 1px solid #f1f1f1;
    margin-top: 22px;
}

.thre-about {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin:50px 0px;
}

.about-content-right {
    flex: 1 1 55%;
    max-width: 60%;
}
.about-content-right h3 {
    font-family: 'Poppins';
    color: #df252a;
    font-weight: 500;
    font-size: 16px;
}
.about-content-right h2 {
    font-family: poppins;
    font-size: 43px;
    margin: 10px 0 30px;
    line-height: 47px;
}
.about-content-right p {
    font-size: 17px;
    font-family: 'Poppins';
    text-align: justify;
}
.btn-abt a {
    padding: 10px 40px;
    background-color: #df252a;
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6);
    font-family: 'Poppins';
    text-decoration: none;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-abt {
    margin: 30px 0px;
    display: inline-block;
}
.abt-sct {
    margin: 0;
    background: #f7f7f1;
    padding: 100px 0px;
}

/*--about-page--*/

/*--contatc-page--*/
ul.four-div {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

ul.four-div > li {
    flex: 1 1 22%;
    max-width: 24%;
    background: #f7f7f1;
    padding: 20px;
    list-style: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
ul.four-div > li h2 {
    margin: 20px 0px;
    font-family: 'poppins';
    font-size: 19px;
}
.divvss {
    margin: 60px 0;
}
a.phnas, .maills, .address {
    display: block;
    padding: 10px;
    font-family: poppins;
    text-decoration: none;
    color: #333;
}
.tme p {
    display: block;
    font-family: poppins;
    text-decoration: none;
    color: #333;
}
.tme {
    min-height: 100px;
}


.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-left,
.contact-right {
  flex: 1 1 45%;
  min-width: 300px;
}

.contact-subtitle {
     font-family: 'Poppins';
    color: #df252a;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.contact-subtitle span {
  margin-right: 6px;
}

.contact-title {
     margin: 10px 0 30px;
    font-family: poppins;
    font-size: 44px;
    line-height: 54px;
}

.contact-description {
      font-size: 17px;
    font-family: 'Poppins';
    padding: 20px 0 0 0;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 20px;
  margin-bottom: 27px;
  border: none;
  background-color: #f7f7f1;
  color: #333;
  font-size: 17px;
  border-radius: 2px;
font-family: poppins;

}

.contact-form .form-row {
  display: flex;
  
  gap: 16px;
}

.contact-form .form-row input {
  flex: 1 1 100%;
}

.contact-form button {
      transition: 0.3s;
    padding: 10px 29px;
    background-color: #df252a;
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6);
    font-family: 'Poppins';
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-form button:hover {
  background-color: #b40024;
  color: #fff;
}
.contact-form input:focus, .contact-form textarea:focus {
    outline: 0;
}
.contact-form .form-row .half-width {
  flex: 1;
  min-width: 0; /* prevents overflow */
}

/* Responsive behavior: stack fields on small screens */
@media (max-width: 768px) {
  .contact-form .form-row {
    flex-direction: column;
    gap:0;
  }
}
/*  Responsive Breakpoints */

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }

  .contact-left,
  .contact-right {
    width: 100%;
  }

  .contact-title {
            font-size: 30px;
        line-height: 40px;
  }

  .contact-form .form-row {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .contact-title {
            font-size: 30px;
        line-height: 40px;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form button {
    font-size: 14px;
    padding: 12px;
  }

  .contact-form button {
    width: 100%;
  }
}
/*--contact-page--*/



/*--service page--*/
ul.ul-imgss {
    list-style: none;
}

ul.ul-imgss li {
    display: flex;
    align-items: start;
    gap: 30px;
    margin: 10px 0px;
}
/*--service page--*/


/*--preparation starts--*/
.legal-lft h2 {
    font-family: poppins;
    font-size: 43px;
    margin: 10px 0 30px;
    line-height: 47px;
    text-transform: uppercase;
}
p.prep {
    margin-top: 11px;
}
.inner-legal {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.inner-legal > div {
    flex: 1 1 48%;
    max-width: 48%;
}
.legal-rght img {
    width: 100%;
    box-shadow:rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; 
}
.legal-sec {
    background: url('images/white-bg.jpg');
    padding:50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.legal-lft p {
    font-size: 17px;
    font-family: 'Poppins';
    text-align: justify;
    font-weight: 600;
    margin-bottom: 20px;
}
/*--preparationends--*/

/*--faq--*/
.faq-section {
   
      margin: 60px 0px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
     
    }

    
    .faq-item {
      border-bottom: 1px solid #ddd;
      padding: 15px;
    }

    .faq-item:last-child {
      border-bottom: none;
    }

    .faq-question {
      display: flex;
      justify-content: space-between;
      font-weight: bold;
      font-size: 18px;
      cursor: pointer;
      padding-right: 10px;
      position: relative;
          font-family: 'Poppins';

    }
.faq-answer p {
    font-family: 'Poppins';
}
    .faq-question::after {
      content: '+';
      font-size: 22px;
      color: #003366;
    }

    .faq-item.active .faq-question::after {
      content: '-';
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      padding-left: 15px;
    }

    .faq-item.active .faq-answer {
      max-height: 300px;
      margin-top: 10px;
    }
    .faq-sectionss h2 {
    font-family: 'Poppins';
    font-size: 43px;
    text-align: center;
    padding-bottom: 20px;
}
.faq-sectionss {
    margin: 80px 0px;
}
.faq-sectionss .divider {
    margin: 0 auto 30px auto;
}
/*--faq--*/

/*--communication-interview-skills-starts--*/
.highlight-section {
  background-color: #f7f7f1;
  padding: 60px 0px;
  border-radius: 12px;
  margin-top: 30px;
 
  transition: background 0.3s ease;
}

.highlight-section h2 {
text-align: center;
    margin-bottom: 30px;
    font-size: 43px;
    font-family: 'Poppins';
    color: #000;
    line-height: 47px;
}
section.highlight-section .divider {
    margin: 0 auto;
    margin-bottom: 60px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  text-align: center;
}

.why-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.why-card img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

.why-card h3 {
    color: #000;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Poppins';
}
.why-card p {
    font-family: 'Poppins';
    font-size: 17px;
    text-align: justify;
}
/*--communication-interview-skills-ends--*/

/*---study-in-australia--starts--*/
.australia-left-text, .australia-right-img {
    flex: 1 1 48%;
    max-width: 48%;
}
.ausstr{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}
.australia-left-text h2 {
    font-family: 'Poppins';
    color: #df252a;
    font-weight: 500;
    font-size: 16px;
}
.australia-left-text h1 {
    font-family: poppins;
    font-size: 43px;
    margin: 10px 0 30px;
    line-height: 47px;
    text-transform: uppercase;
}
.australia-left-text h3 {
    font-size: 20px;
    font-family: poppins;
    padding-bottom: 20px;
    color: #333;
    text-align: justify;
}
.australia-left-text p {
    font-size: 17px;
    font-family: 'Poppins';
    text-align: justify;
}
.ykh {
    background: #f7f7f1;
    padding: 100px 0px;
}
.ykh .divider {
    margin-bottom: 30px !important;
}
.aus {
    grid-template-columns: repeat(auto-fit, minmax(294px, 1fr));
    row-gap: 45px;
    column-gap: 50px;
}
.australia-left-text h1 span {
    color: #DF252A;
}
.ykh img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
}
.ykh .why-card h2 {
    color: #000;
    margin-bottom: 10px;
    font-size: 23px;
    line-height:32px;
    font-family: 'Poppins';
}
.ykh h3 {
    text-align: center;
    font-size: 24px;
    font-family: 'Poppins';
    padding-bottom: 40px;
    font-weight: normal;
}
.frst-sction {
    margin: 30px 0px;
}
/*--study-in-australai-ends--*/

/*--benefits--*/
 .benefits {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 15px;
      list-style: none;
      padding: 0;
    }

    .benefits li {
      background-color: #f0f4f9;
      padding: 15px;
      border-radius: 8px;
    }
/*--benefits--*/

.txtt-partt {
    margin: 80px 0px;
}

.txtt-partt .divider {
    margin: 0 auto;
}



/*responsivestarts--*/


@media only screen and (max-width: 480px) and (min-width: 0){
.highlight-section h2,.txtt-partt h2 {
    font-size: 31px;
}
.ykh h3{
        font-size: 18px;
}
    .thre-about > div {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 20px 0px 0;
}
.australia-right-img .slick-next {
    right: -17px;
}

.australia-right-img .slick-prev {
    left: 0;
}
.australia-right-img .slick-slider {
    margin: 30px auto 0px;
}
.about-content-right h2, .faq-sectionss h2, .legal-lft h2{
    font-size: 26px;
    line-height: 35px;

}
.frst-sction {
    margin: 40px 0px;
}
.australia-left-text h1{
    font-size:32px;
}
.faq-question {
    font-size: 14px;
}
ul.four-div > li, .guidee, .guidnce-imgg, .guidnce-imggs, .guideess, .inner-legal > div,.australia-left-text, .australia-right-img {
    flex: 1 1 100%;
    max-width: 100% !important;
}

.gud {
    flex-direction: column-reverse;
    margin-top: 30px;
}
.head-secc h1 {
    font-size: 26px;
}
.head-secc{
        padding: 52px 0;
}
.copyright-col, .website-dsgn, .colms > div, .lftsde-sctn, .rgtsde-sctn, .flex-three-div .frst-flex, .choosesctn .flex-three-div .frst-flex, .left-divv, .righht-divv, .lft-icon, .rght-icon, .txtimgg .txxt11, .imgg22 {
    flex: 1 1 100%;
    max-width: 100%;
}
.scnd-col {
    margin: 20px 0px;
}
.wrapper{
    width:90%;
}
.call-to-action {
    flex-wrap: wrap;
    padding: 10px 10px;
    border-radius: 0px;
}
ul.disclaim {
    gap: 9px;
}

.txxt1 p:first-child {
    font-size: 16px;
    padding-bottom: 11px;
}
.bttn a {
    display: block;
    margin: 20px 0px;
}
.testimonials:before{
    height:373px;
}
.lftsde-sctn h2, .pp h2, .righht-divv h2, .txxt11 h3 {
    font-size: 37px;
    line-height: 47px;
}
p.pp2 br, .pp h2 br {
    display: none;
}
.pp .divider {
    left: 30%;
}
.choosesctn .flex-three-div .frst-flex:nth-child(3),.choosesctn .flex-three-div .frst-flex:first-child, .choosesctn .flex-three-div .frst-flex:nth-child(2), .choosesctn .flex-three-div .frst-flex:nth-child(4), .choosesctn .flex-three-div .frst-flex:nth-child(5),
.choosesctn .flex-three-div .frst-flex:last-child{
    border:0px !important;
}
.choosesctn .flex-three-div .frst-flex{
    text-align:center;
}
.call-box{
        bottom: 20px;
        top:unset;
}
.main-image{
    width:100%;
}
 .txxt11 p, .righht-divv  .txtdiv p{
        text-align: left;
}
.righht-divv p  {
    text-align:justify;
}
ul.lisst-iconns li{
    padding: 10px 0px 10px 19px;
}
.about-us {
    padding-bottom: 0px;
}
.bgimgae:before, .bgimgae:after{
    display:none;
}
.txtimgg, .txxt11 p {
    width: 100%;
}
ul.first-div {
    max-width: 100%;
    flex: 1 1 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin-bottom: 20px;
}
.first-div span {
    display: none;
}
ul.third-div {
    justify-content: center;
}
.bttn-get {
    display: none;
}
.testtii-crousel .slick-prev {
    left: -18px;
}
.testtii-crousel .slick-next {
    right: -18px;
}
}

@media only screen and (max-width:900px) and (min-width:768px){
    .loggo {order: 1;}
.about-img-left {
    flex: 1 1 43%;
    max-width: 43%;
}
.guideess p{
    margin-top:0;
}
.about-content-right {
    flex: 1 1 50%;
    max-width: 50%;
}
.about-img-left img {
    width: 100%;
}
.about-content-right h2 {
    font-size: 27px;
    line-height: 37px;
}
div#hamburger {
    order: 3;
}

.bttn-get {
    order: 2;
    max-width:30%;
}
.loggo img {
    width: 200px;
}
.first-div{
        flex: 1 1 76%;
        max-width: 76%;
}
}

@media only screen and (max-width:900px){
 #menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        z-index: 9999;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 60px;
        transition: left 0.4s ease-in-out;
        overflow-y: auto;
        gap: 0px !important;
    }

    #menu.active {
        left: 0;
    }
li.dest.has-submenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
    .hamburger {
        display: block;
        font-size: 24px;
        color: #000;
        cursor: pointer;
        z-index: 10000;
    }

    .close-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
    }

    #menu li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    #menu li a {
        color: #fff;
        font-size: 18px;
        padding: 25px 25px;
        display: block;
        width:80%;
        font-weight: 400;
    }

    #menu li .dropdown {
        display: none;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.05);
    }

    #menu li.active .dropdown {
        display: flex;
    }

    #menu li .dropdown li a {
        padding-left: 40px;
        font-size: 16px;
    }

    #menu li:has(.dropdown)::after {
        content: "\f0d7";
        font-family: FontAwesome;
        color: #fff;
        float: right;
        margin-right: 25px;
        font-size: 16px;
        line-height: 45px;
    }
.menu {
    max-width: 100% !important;
    flex: 1 1 100%;
}
    /* Hide regular desktop layout in mobile */
    .menu {
        display: none;
    }

    #menu.active {
        display: flex;
    }
 .close-btn {
        display: block;
    }
}


@media only screen and (max-width: 600px) and (min-width: 481px){
    .highlight-section h2 {
    font-size: 31px;
}
.ykh h3{
        font-size: 18px;
}
      .thre-about > div {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 20px 0px 0;
}
.australia-right-img .slick-slider {
    margin: 30px auto 0px;
}
.frst-sction {
    margin: 40px 0px;
}
.australia-right-img .slick-next {
    right: -17px;
}

.australia-right-img .slick-prev {
    left: 0;
}
.gud {
    flex-direction: column-reverse;
    margin-top: 30px;
}
.about-content-right h2, .legal-lft h2, .faq-sectionss h2{
    font-size: 30px;
    line-height: 35px;

}
.head-secc h1 {
    font-size: 30px;
}

ul.four-div > li {
    flex: 1 1 46%;
    max-width: 47%;
}
.copyright-col, .website-dsgn, .colms > div, .lftsde-sctn, .rgtsde-sctn, .flex-three-div .frst-flex, .choosesctn .flex-three-div .frst-flex, .left-divv, .righht-divv, .lft-icon, .rght-icon, .txtimgg .txxt11, .imgg22,  .guidee, .guidnce-imgg, .guidnce-imggs, .guideess, 
.inner-legal > div, .australia-left-text, .australia-right-img{
    flex: 1 1 100%;
    max-width: 100% !important;
}
.scnd-col {
    margin: 20px 0px;
}
.wrapper{
    width:90%;
}
.lft-icon, .rght-icon {
    justify-content: left;
    gap: 20px;
}
.call-to-action {
    flex-wrap: wrap;
    padding: 10px 10px;
    border-radius: 0px;
}
ul.disclaim {
    gap: 9px;
}

.txxt1 p:first-child {
    font-size: 16px;
    padding-bottom: 11px;
}
.bttn a {
    display: block;
    margin: 20px 0px;
}
.testimonials:before{
    height:373px;
}
.lftsde-sctn h2, .pp h2, .righht-divv h2, .txxt11 h3 {
    font-size: 37px;
    line-height: 47px;
}
p.pp2 br, .pp h2 br {
    display: none;
}
.pp .divider {
    left: 30%;
}
.choosesctn .flex-three-div .frst-flex:nth-child(3),.choosesctn .flex-three-div .frst-flex:first-child, .choosesctn .flex-three-div .frst-flex:nth-child(2), .choosesctn .flex-three-div .frst-flex:nth-child(4), .choosesctn .flex-three-div .frst-flex:nth-child(5),
.choosesctn .flex-three-div .frst-flex:last-child{
    border:0px !important;
}
.choosesctn .flex-three-div .frst-flex{
    text-align:center;
}
.call-box{
        bottom: 20px;
        top:unset;
}
.main-image{
    width:100%;
}
 .txxt11 p, .righht-divv  .txtdiv p{
        text-align: left;
}
.righht-divv p  {
    text-align:justify;
}
ul.lisst-iconns li{
    padding: 10px 0px 10px 19px;
}
.about-us {
    padding-bottom: 0px;
}
.bgimgae:before, .bgimgae:after{
    display:none;
}
.txtimgg, .txxt11 p {
    width: 100%;
}
ul.first-div {
    max-width: 100%;
    flex: 1 1 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin-bottom: 20px;
}
.first-div span {
    display: none;
}
ul.third-div {
    justify-content: center;
}
.bttn-get {
    display: none;
}
.testtii-crousel .slick-prev {
    left: -18px;
}
.testtii-crousel .slick-next {
    right: -18px;
}
}

@media only screen and (max-width: 767px) and (min-width: 601px){
    .highlight-section h2 {
    font-size: 31px;
}
.about-img-left, .about-content-right, .inner-legal > div, .australia-left-text, .australia-right-img {
    flex: 1 1 100%;
    max-width: 100% !important;
}
.frst-sction {
    margin: 40px 0px;
}
.australia-right-img .slick-slider {
    margin: 30px 0px 0;
}
.australia-right-img .slick-next {
    right: -17px;
}

.australia-right-img .slick-prev {
    left: 0;
}
.about-content-right h2 {
    font-size: 33px !important;
    line-height: 43px;
}
.head-secc h1 {
    font-size: 30px;
}
.gud {
    flex-direction: column-reverse;
    margin-top: 30px;
}
  .thre-about > div {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 20px 0px 0;
}
ul.four-div > li {
    flex: 1 1 46%;
    max-width: 47%;
}
    .wrapper{
        width:90%;
    }
.copyright-col, .website-dsgn, .colms > div, .lftsde-sctn, .rgtsde-sctn, .flex-three-div .frst-flex, .choosesctn .flex-three-div .frst-flex, .left-divv, .righht-divv, .lft-icon, .rght-icon, .txtimgg .txxt11, .imgg22 {
    flex: 1 1 100%;
    max-width: 100%;
}
.scnd-col {
    margin: 20px 0px;
}

.call-to-action {
    flex-wrap: wrap;
    padding: 10px 10px;
    border-radius: 0px;
}
ul.disclaim {
    gap: 9px;
}

.txxt1 p:first-child {
    font-size: 16px;
    padding-bottom: 11px;
}
.bttn a {
    display: block;
    margin: 20px 0px;
}
.testimonials:before{
    height:373px;
}
.lftsde-sctn h2, .pp h2, .righht-divv h2, .txxt11 h3 {
    font-size: 37px;
    line-height: 47px;
}
p.pp2 br, .pp h2 br {
    display: none;
}
.pp .divider {
    left: 30%;
}
.choosesctn .flex-three-div .frst-flex:nth-child(3),.choosesctn .flex-three-div .frst-flex:first-child, .choosesctn .flex-three-div .frst-flex:nth-child(2), .choosesctn .flex-three-div .frst-flex:nth-child(4), .choosesctn .flex-three-div .frst-flex:nth-child(5),
.choosesctn .flex-three-div .frst-flex:last-child{
    border:0px !important;
}
.choosesctn .flex-three-div .frst-flex{
    text-align:center;
}
.call-box{
        bottom: 20px;
        top:unset;
}
.main-image{
    width:100%;
}
 .txxt11 p, .righht-divv  .txtdiv p{
        text-align: left;
}
.righht-divv p  {
    text-align:justify;
}
ul.lisst-iconns li{
    padding: 10px 0px 10px 19px;
}
.about-us {
    padding-bottom: 0px;
}
.bgimgae:before, .bgimgae:after{
    display:none;
}
.txtimgg, .txxt11 p {
    width: 100%;
}
ul.first-div {
    max-width: 100%;
    flex: 1 1 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin-bottom: 20px;
}
.first-div span {
    display: none;
}
ul.third-div {
    justify-content: center;
}
.bttn-get {
    display: none;
}
.testtii-crousel .slick-prev {
    left: -18px;
}
.testtii-crousel .slick-next {
    right: -18px;
}


}


@media only screen and (max-width: 962px) and (min-width: 768px){
    .gud {
    margin-top: 20px;
}
ul.four-div > li {
    flex: 1 1 46%;
    max-width: 47%;
}
 .wrapper{
        width:90%;
    }
.txtimgg, .txxt11 p{
        width: auto;

}
.bgimgae:before, .bgimgae:after{
    display:none;
}
.righht-divv h2, .txxt11 h3{
        font-size: 29px;
        line-height: 39px;
}
.text strong {
    font-size: 14px;
}
.txtdiv p {
    text-align: left;
}
.pp h2{
    font-size: 31px;
    line-height: 48px;
}
.imgbox img {
    width: 39px;
}
.choosesctn .frst-flex h2 {
    font-size: 19px;
    text-align: left;
}
.flex-three-div .frst-flex {
    flex: 1 1 48%;
    max-width: 48%;
}
.lftsde-sctn h2{
        font-size: 30px;
    line-height: 40px;
}
.bttn {
    flex: 1 1 30%;
    max-width: 30%;
}
.txxt1 {
    max-width: 70%;
    flex: 1 1 70%;
}
.first-col img {
    width: 200px;
}}
@media only screen and (max-width:1067px) and (min-width:901px){
        .gud {
    margin-top: 20px;
}
.guideess p {
    margin-top: 0px;
}
 .guidee h2 {
    font-size: 31px;
}
     .wrapper{
        width:90%;
    }
    .about-img-left img {
    width: 100%;
}
ul.four-div{
    gap:26px;
}
.about-content-right h2{
        font-size: 37px;
}
.first-div {
    flex: 1 1 66%;
    max-width: 66%;
}
.bttn-get {
    display: none;
}
.loggo {
    flex: 1 1 15%;
    max-width: 15%;
}
.loggo img {
    width: 200px;
}
ul.menu li a {
    font-size: 13px;
}
ul.menu {
    flex: 1 1 70%;
    max-width: 70%;
}
.txtimgg{
    width:auto;
}
.righht-divv h2, .txxt11 h3{
        font-size: 35px;
    line-height: 45px;

}
.bgimgae:after, .bgimgae:before{
    display:none;
}
.text strong {
    font-size: 12px;
}
.pp h2{
    font-size: 35px;
    line-height: 45px;
}
.imgbox img {
    width: 53px;
}
.choosesctn .frst-flex h2 {
    font-size: 20px;
}
.para p{
        font-size: 14px;

}
.lftsde-sctn h2{
        font-size: 29px;
    line-height: 39px;
}
}


@media only screen and (max-width: 1280px) and (min-width: 1068px){

        .gud {
    margin-top: 20px;
}
.guideess p {
    margin-top: 0px;
}
 .guidee h2 {
    font-size: 31px;
}
.wrapper{
    width:90%;
}
.loggo img{
    width:177px;
}
.bttn-get a{
    padding:11px 16px;
}
ul.menu li a{
        font-size: 13px;

}
.txtimgg{
    width:auto;
}
.bgimgae:before{
    display:none;
}
.righht-divv h2, .txxt11 h3{
    font-size: 35px;
    line-height: 40px;

}
.text strong {
    font-size: 14px;
}
.imgdiv{
    width: 60px;
    height: 60px;
}
.imgdiv img{
        width: 26px;

}
.pp h2{
        font-size: 32px;
    line-height: 42px;
}
.imgbox img {
    width: 47px;
}
.choosesctn .frst-flex h2 {
    font-size: 22px;
}
.para p {
    font-size: 14px;
}
.lftsde-sctn h2{
    font-size: 28px;
    line-height: 38px;
}
.slick-prev {
    left: -11px;
}
.slick-next {
    right: 5px;
}

}

@media only screen and (min-width:1281px) and (max-width:1350px){
    .bgimgae:before{
    display:none;
}
.righht-divv h2, .txxt11 h3{
        font-size: 35px;
    line-height: 45px;
}
.pp h2{
        font-size: 36px;
    line-height: 46px;
}
.imgbox img {
    width: 52px;
}
.choosesctn .frst-flex h2 {
    font-size: 24px;
}
.lftsde-sctn h2{
    font-size: 34px;
    line-height: 48px;
}
}


@media only screen and (min-width:768px){
    .txxt11, .right-side-hero {
    flex: 1 0 48%;
    max-width: 48%;
}
}
/*responsiveends--*/

