@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
::selection {
    color: #fff;
    background: #3284b6;
}

::-moz-selection {
    color: #fff;
    background: #3284b6;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.container {
    width: 1170px;
    margin: auto;
    /* position: relative; */
}

.yellow-color {
    color: rgb(218, 167, 0);
    font-weight: bold;
}


/******************header*********************/

header {
    width: 100%;
    background: #fff;
    float: left;
    position: fixed;
    z-index: 15;
}

.parti {
    float: right;
}

.parti ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 26px;
}

.parti ul li {
    margin-right: 13px;
    font-weight: 600;
}

.parti ul li img {
    width: 30px;
    cursor: pointer;
}

.parti ul li:first-child {
    background: #ea093c;
    padding: 8px;
    color: #ffff;
    border-radius: 8px;
}

.logo {
    width: 200px;
    float: left;
    text-align: center;
    background: #fff;
    padding: 5px 0;
}

.logo img {
    width: 250px;
}

.stick-right.mob {
    display: none;
}

.stick-right {
    background: #ea093c;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 15px;
    font-weight: 600;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    border-radius: 10px 0 0px 10px;
}

.contact {
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 25px;
    float: right;
    margin-top: 15px;
    height: 55px;
    padding-right: 50px;
    background: url(images/phone.png) right no-repeat;
    background-position-y: 15px;
    line-height: 23px;
}

.contact span {
    font-weight: 600;
    font-size: 22px;
}


/* Task Session */

.echro-profile {
    float: left;
    width: 100%;
    background-color: #1278b7;
    padding: 50px;
}

.echro-profile .container .box {
    width: 100%;
    float: left;
    background-color: white;
    padding: 50px;
    border-radius: 37px;
}

.echro-profile .container .box .left {
    width: 20%;
    float: left;
}

.echro-profile .container .box .left img {
    width: 100%;
    margin-top: 8px;
}

.echro-profile .container .box .left .text {
    text-align: center;
    margin-top: 20px;
}

.echro-profile .container .box .left .text span {
    font-size: 17px;
}

.echro-profile .container .box .left .text span strong {
    color: #1278b7;
}

.echro-profile .container .box .right {
    float: right;
    width: 80%;
    padding-left: 25px;
}

.echro-profile .container .box .right .row-1 {
    float: left;
    width: 100%;
}

.echro-profile .container .box .right .row-1 p {
    margin-top: 25px;
    padding-left: 20px;
    text-align: justify;
}

.echro-profile .container .box .right .row-1 ul {
    font-size: 14px;
    margin-top: 25px;
    width: 100%;
    padding-left: 20px;
}

.echro-profile .container .box .right .row-1 ul li {
    margin-bottom: 15px;
}

.echro-profile .container .box .right .row-1 ul strong {
    font-size: 16px;
}

.echro-profile .container .box .right .row-2 {
    margin-top: 59px;
    background-color: rgb(235, 158, 158);
    float: left;
    width: 100%;
    padding: 16px;
    border-radius: 20px;
}

.echro-profile .container .box .right .row-2 h2 {
    font-size: 1.3rem;
    font-family: sans-serif;
    margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
    .echro-profile {
        padding: 15px;
    }
    .echro-profile .container .box {
        padding: 15px;
        border-radius: 10px;
    }
    .echro-profile .container .box .left,
    .echro-profile .container .box .right {
        width: 100%;
        padding: 0;
    }
    .echro-profile .container .box .right .row-1 ul {
        font-size: 14px;
    }
    .echro-profile .container .box .right .row-2 {
        margin-top: 25px;
    }
    .echro-profile .container .box .right .row-2 ul {
        font-size: 14px;
    }
}

.banner {
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 0;
    background: url(../images/bg3.jpg);
    background-size: cover;
    position: relative;
    margin-top: 70px;
    /* padding-top: 60px; */
    /* height: 650px; */
    background-repeat: no-repeat;
}

.my-cl {
    display: table;
    margin: auto;
    width: 80%;
    margin-bottom: 12px;
}

.banner img {
    position: relative;
    /* width: 510px; */
    width: 100%;
}

.date-div:nth-child(1) {
    margin-bottom: 6px;
}

.banner form {
    /* position: absolute; */
    /* right: 120px; */
    /* top: 50%; */
    width: 444px;
    padding: 20px 25px;
    float: right;
    background: #fff;
    box-shadow: 0 0 10px 1px #464646;
    border-radius: 25px;
    /* transform: translateY(-50%); */
}

.banner form h1 {
    color: rgb(31, 31, 31);
    text-align: center;
    font-weight: 900;
    font-size: 21px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    text-transform: uppercase;
    line-height: 24px;
}

.banner form h1 span {
    color: #0068aa;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.banner form input {
    width: 100%;
    float: left;
    margin-bottom: 24px;
    height: 42px;
    border: 1px solid rgb(224, 224, 224);
    font-size: 11px;
    background: #fff;
    padding: 0 5px;
    border-radius: 6px;
    box-shadow: 0 0 2px 1px #ccc inset;
}

.banner form input::placeholder {
    color: rgb(121, 121, 121);
    opacity: 1;
}

.banner form button {
    width: 98%;
    float: left;
    margin-left: 1%;
    border: none;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 0;
    text-transform: uppercase;
    margin-top: 10px;
    background: green;
    border-bottom: 2px solid #000;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
}

.banner form button:hover {
    background: #000;
    border-bottom: 2px solid #333;
}

.banne-ul {
    list-style: none;
    background: rgba(0, 0, 0, .75);
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}

.banne-ul li {
    display: inline-block;
    font-size: 12px;
    position: relative;
    width: 33.33%;
}

.all-details {
    background: #f1f1f2;
    padding: 30px 0;
    width: 100%;
    float: left;
}

.all-details .all-add .left {
    width: 48%;
    float: left;
}

.all-details .all-add .right {
    width: 48%;
    float: left;
    padding-left: 30px;
    padding-top: 0;
}

.all-details .all-add .right h3 {
    color: #231f20;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 27px;
    margin-bottom: 10px;
}

.all-details .all-add .right p {
    color: #231f20;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
}

.all-add .right .phone-con {
    font-weight: 600;
    color: #231f20;
    display: block;
    margin-top: 15px;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Khand', sans-serif;
    transition: 0.2s;
}

.all-add .right .num {
    font-weight: 300;
    color: #231f20;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
}

.all-add .right ul {
    list-style: none;
    margin-top: 15px;
}

.all-add .right ul li {
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #1877f2;
    text-align: center;
}

.all-add .right ul li.insta-color {
    background-image: linear-gradient(to bottom right, #9745cd, #f79c3f);
}

.all-add .right ul li.linkedin-color {
    background-color: #0a66c2;
}

.all-add .right ul li a {
    text-decoration: none;
    font-size: 16px;
    border-radius: 50%;
}

.all-add .right ul li a i {
    transition: all 0.3s ease-in-out;
    color: #fff;
}


/* .all-add .right ul li a::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.all-add .right ul li a.fb-color::before {
    background-color: #1877f2;
}

.all-add .right ul li a.insta-color::before {
    background-image: linear-gradient(to bottom right, #9745cd, #f79c3f);
}

.all-add .right ul li a.linkedin-color::before {
    background-color: #0a66c2;
} */

.all-add .right ul li a:hover i {
    transform: scale(1.2);
}

.address .banne-ul li::before {
    position: absolute;
    content: '';
    background: #f1da5e;
    height: 70px;
    left: -5px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.per90 {
    font-size: 16px;
    position: relative;
}

.per90::before {
    content: "\f005";
    position: absolute;
    left: -28px;
    color: #f1da5e;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
}

.banne-ul li:first-child {
    font-weight: 700;
}

.address .banne-ul li:first-child::before {
    content: none;
}

.address ul li.sch-per {
    font-size: 13px;
    padding: 10px 9px;
    line-height: 20px;
}

.address ul li:nth-child(2) {
    width: 120px;
}

.address span {
    font-weight: 700;
    padding-bottom: 9px;
    font-size: 18px;
}

.address {
    width: 542px;
    padding: 0 0;
    border-radius: 10px;
}

.address ul {
    list-style: none;
}

.address ul li {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 25px;
}

.banner-text {
    width: 577px;
    padding-left: 47px;
}

.banner-text h1 {
    font-weight: 900;
    font-size: 90px;
    line-height: 80px;
    font-family: 'Nunito Sans', sans-serif;
    display: inline-block;
    text-shadow: 0 1px 1px #000000;
    margin-bottom: 10px;
}

.banner-text h1 .mob {
    display: none;
}

.banner-text h1 span {
    display: block;
}

.banner-text h1 .ap {
    color: #ea093c;
    padding-bottom: 15px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.banner-text h1 .wek {
    color: #ea093c;
}

.banner-text p {
    font-size: 31px;
    font-weight: 400;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
}

.banner-text .banner-info {
    font-size: 16px;
}

.banner-text .banner-info sup {
    text-transform: lowercase;
}

.banne-ul {
    list-style: none;
    background: rgba(0, 0, 0, .75);
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.banne-ul li {
    display: inline-block;
    font-size: 14px;
}

.banne-ul li:last-child {
    border-right: none;
}

.bner-text span {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
}

.date-div {
    background-color: #ea093c;
    padding: 0 5px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 2px 4px 10px 2px rgba(0, 0, 0, 0.3);
    margin: 0px 0px 5px;
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.date-div p {
    font-weight: 700;
    font-size: 18px;
}

.date2 {
    text-align: center;
}

.date2 .date-div {
    width: auto;
    margin: auto;
    border-radius: 0 0 10px 10px;
    padding-bottom: 5px;
    background: yellow;
    color: #000;
}

.beng-info li img {
    width: 21px;
    margin-right: 10px;
}

.icon i {
    padding-right: 10px;
    text-align: center;
}

.swiper-pagination-bullet {
    margin-right: 10px;
}

.loc-ic {
    font-size: 27px;
    margin-right: 4px;
}


/* .address ul li::before {
 position: absolute;

	left: -10px;
	top: 10px;
	background: #f1da5e;
	width: 5px;
	height: 5px;
	border-radius: 50%; 

}*/


/******************service*********************/

.service {
    text-align: center;
    width: 100%;
    float: left;
    background: #0068aa;
    color: #fff;
}

.service li {
    border-left: 1px solid rgba(255, 255, 255, .5);
    width: 25%;
    float: left;
    padding: 10px;
    font-size: 12px;
    list-style: none;
}

.service li.highlight {
    background: #f1da5e;
    color: #000;
}

.service li .unl {
    text-decoration: underline;
    font-weight: normal;
    color: orange;
}

.service li.highlight .unl {
    color: green;
}

.service li .fos {
    font-size: 14px;
    font-weight: bold;
}

.service li .fon-h {
    color: green;
}

.service li .fon-n {
    font-weight: normal !important;
    font-size: 12px;
}

.service li .colr {
    color: yellow;
}

.service li .colrs {
    color: #fff587;
}

.service li.highlight .colr,
.service li.highlight .colrs {
    color: red;
}

.service li strong {
    font-size: 16px;
}

.service li:first-child {
    border: none;
}

.service li img {
    vertical-align: middle;
}

.banner-slide {
    width: 100%;
    float: left;
    height: 652PX;
    overflow: hidden;
    position: relative;
}

.banner-slide li {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    list-style: none;
    height: 100%;
    background: url(images/usa.jpg);
    background-size: cover;
    transition: all ease .5s;
    z-index: 1;
    display: flex;
    align-items: center;
}

.banner-slide li.canada {
    /*left:calc(100% - 140px);*/
    background: url(images/canada.jpg);
    background-size: cover;
    left: 70px;
    z-index: 5;
}

.banner-slide li.uk {
    /*left:calc(100% - 140px);*/
    background: url(images/canada.jpg);
    background-size: cover;
    left: 140px;
    z-index: 5;
    display: flex;
    align-items: center;
}


/*.banner-slide li.canada:hover .banner-slide li.australia { left:1200px;}*/

.banner-slide li.australia {
    /*left:calc(100% - 70px);*/
    background: url(images/australia.jpg);
    background-size: cover;
    z-index: 6;
    left: 210px;
    display: flex;
    align-items: center;
}


/*.banner-slide li.australia:hover { left:1200px;}*/

.banner-slide li .text {
    width: 70px;
    height: 100%;
    text-align: center;
    background: #000654;
    background: rgba(0, 6, 86, .9);
    border-right: 5px solid #fff;
    font-weight: bold;
    color: #fff;
    float: left;
    vertical-align: middle;
    position: relative;
}

.banner-slide li.australia .text {
    background: #00008b;
    background: rgba(0, 0, 139, .9);
}

.banner-slide li .text h2 {
    writing-mode: tb-rl;
    position: absolute;
    font-size: 50px;
    left: 0;
    top: 0;
    bottom: 0;
}

.banner-slide li .logos {
    width: calc(100% - 352px);
    margin-left: 45px;
    float: left;
    text-align: center;
}

.banner-slide li.australia .logos {
    padding: 0 25px;
    width: calc(100% - 332px);
    margin: 0 0 0;
}

.banner-slide li.canada .logos {
    padding: 0 25px;
    width: calc(100% - 275px);
    margin: 0 0 0;
}

.banner-slide li .logos strong {
    width: 100%;
    float: left;
    padding: 15px 0;
    color: #fff;
    font-size: 24px;
    text-shadow: 1px 1px 1px #000;
}

.banner-slide li .logos figure {
    background: #fff;
    background: #fff;
    margin: 3px;
    padding: 5px;
    position: relative;
    border-radius: 5px;
    display: inline-block;
}

.banner-slide li .logos figure span {
    color: red;
    position: absolute;
    left: 0;
    top: -3px;
}

.banner-slide li .logos figure img {
    width: 85px;
}

.banner-slide li.australia .logos figure img,
.banner-slide li.canada .logos figure img {
    width: 100px;
}

.banner-slide .sub {
    position: absolute;
    text-align: right;
    color: #fff;
    right: 230px;
    bottom: 20px;
    font-size: 12px;
}


/******************offer*********************/

.offer {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.offer .col-6 {
    width: 50%;
    float: left;
}

.offer h3 {
    text-align: center;
    font-size: 28px;
    color: #0896d7;
    margin-bottom: 15px;
}

.offer-sec {
    width: 100%;
    float: left;
}

.offer-head {
    text-align: center;
    height: 85px;
    width: 100%;
    margin-top: 15px;
    line-height: 85px;
    color: #fff;
    font-weight: 600;
    float: left;
    font-size: 20px;
    background: url(images/usa.png) no-repeat center;
    background-size: 500px auto;
}

.offer-head.firs {
    margin-top: 0;
}

.offer-head.sec {
    background: url(images/canada.png) no-repeat center;
    background-size: 500px auto;
}

.offer-head.ths {
    background: url(../images/canada.png) no-repeat center;
    background-size: 500px auto;
}

.offer-head.thir {
    background: url(images/australia.png) no-repeat center;
    background-size: 500px auto;
}

.offer-head.four {
    background: url(images/uk.png) no-repeat center;
    background-size: 500px auto;
}

.offer ul.offer-l {
    float: left;
    padding: 0 100px;
    width: 100%;
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: all ease .25s;
}

.offer-sec:hover ul.offer-l {
    height: 200px;
}

.offer ul.offer-l li {
    list-style: none;
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.offer ul.offer-s li {
    text-align: center;
    font-size: 16px;
    list-style: none;
    border-bottom: 1px dashed #ccc;
    padding: 7px 0;
}

.offer ul.offer-s li span.color {
    color: red;
}

.echron-loader {
    display: none;
    text-align: center;
    width: 100%;
}

.echron-loader img {
    width: 50px;
}

.show-error-msg {
    color: red;
    text-align: left;
}


/******************course*********************/

.course {
    width: 100%;
    float: left;
    text-align: center;
    padding: 25px;
    font-size: 18px;
    line-height: 28px;
    background: #ccc;
}

.course h4,
.proud h4 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #0896d7;
}

.course .col-6 {
    width: 50%;
    padding: 0 30px;
    float: left;
    font-size: 15px;
    text-align: justify;
}

.course li {
    padding-bottom: 5px;
    border-bottom: 1px #ccc solid;
}

.register {
    margin: auto;
    cursor: pointer;
    border-radius: 5px;
    display: table;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
    padding: 10px;
    background: #e65400;
    /* display: none; */
}

.register:hover {
    background: red;
}


/******************proud*********************/

.proud {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    float: left;
    background: #f1f1f1;
}


/******************footer*********************/

footer {
    width: 100%;
    float: left;
    text-align: center;
    background: #333;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
}


/******************popform*********************/

.popform {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    background: #000;
    background: rgba(0, 0, 0, .9);
    z-index: 40;
}

.popform form {
    width: 600px;
    padding: 25px;
    position: relative;
    border-radius: 10px;
    border: 5px solid #000;
    margin: 50px auto;
    background: #fff;
}

.popform form h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    color: red;
}

.popform form span.cl_form {
    position: absolute;
    right: -10px;
    top: -10px;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    width: 35px;
    line-height: 35px;
    background: red;
    color: #fff;
    cursor: pointer;
}

.popform form input {
    width: 100%;
    padding: 15px 5px;
    margin-bottom: 10px;
}

.popform form button {
    width: 300px;
    margin: auto;
    display: table;
    border: none;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 0;
    text-transform: uppercase;
    margin-top: 10px;
    background: green;
    border-bottom: 2px solid #000;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}


/*        css edit by mohammad sahil khan start */

.proud img {
    max-width: 100%;
}
/* -----------------------iframe------------------------ */
.googlemap{
    
    height: 450px;
    width: 600px;
    border: 0;
}


/************************thanks-page-start****************************/

.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;
}

.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;
}

.thankyou .para {
    color: red;
    font-size: 16px;
    line-height: 22px;
}

.thankyou ul {
    margin-top: 20px;
    list-style: none;
}

.thankyou ul li {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.thankyou ul li:first-child {
    border-top: 1px solid #ccc;
}

.thankyou .mail {
    font-size: 15px;
    color: #000000;
    line-height: 22px;
    font-weight: 400;
    text-transform: none;
    border-top: 1px dotted #ccc;
}

.thankyou .mail strong {
    font-weight: 700;
}


/*        css edit by mohammad sahil khan end */


/*large-screen*/

@media (min-width: 1200px) {
    .banner form {
        width: 375px;
    }
    .banner form input {
        margin-bottom: 10px;
    }
}


/*medium-desktop-screen*/

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 950px;
    }
    .banner {
        padding-top: 90px;
    }
    .banner img {
        width: 500px;
    }
    .service li {
        font-size: 10px;
    }
    .service li .fos {
        font-size: 12px;
    }
    .service li strong {
        font-size: 14px;
    }
    .banner-slide li .logos strong {
        padding: 8px 0;
        font-size: 20px;
    }
    .banner-slide li .logos figure img {
        width: 75px;
    }
    .offer ul.offer-l {
        padding: 0 50px;
    }
    .offer-head,
    .offer-head.sec,
    .offer-head.thir {
        background-size: 450px auto;
    }
    .offer ul.offer-s li {
        font-size: 14px;
    }
}


/*responsive-tab*/

@media (min-width:768px) and (max-width:991px) {
    .container {
        width: 740px;
    }
    .banner img {
        width: 275px;
    }
    .service li {
        width: 50%;
        margin: 10px 0;
    }
    .banner-slide li .logos strong {
        font-size: 18px;
    }
    .banner-slide li .logos figure img {
        width: 45px;
    }
    .banner-slide li.australia .logos figure img,
    .banner-slide li.canada .logos figure img {
        width: 60px;
    }
    .offer ul.offer-s li {
        font-size: 14px;
    }
    .offer ul.offer-l {
        padding: 0 25px;
    }
    .offer-head,
    .offer-head.sec,
    .offer-head.thir {
        background-size: 360px auto;
        font-size: 14px;
    }
    .course {
        font-size: 16px;
        line-height: 26px;
    }
    footer {
        font-size: 16px;
    }
}


/*responsive-small-screen*/

@media (max-width:767px) {
    .container {
        width: 90%;
    }
    .logo {
        width: auto;
        float: left;
        padding: 8px 0;
    }
    .logo img {
        width: 145px;
    }
    .contact {
        font-size: 12px;
        margin-top: 0;
        float: right;
        margin-top: 10px;
        align-items: center;
        background-size: 20%;
        padding-right: 37px;
        line-height: normal;
    }
    .contact span {
        font-size: 14px;
    }
    .all-details .all-add .left,
    .all-details .all-add .right {
        width: 100%;
    }
    .all-details .all-add .right h3 {
        font-size: 28px;
    }
    .banner {
        padding: 20px;
        height: auto;
        margin-top: 90px;
    }
    .address {
        width: 100%;
    }
    .my-cl {
        width: 100%;
    }
    .date-div p {
        line-height: 20px;
        padding: 5px 0;
        font-size: 14px;
    }
    .banner img {
        width: 100%;
    }
    .banner-text {
        width: 100%;
        padding-left: 0;
    }
    .banner form {
        width: 100%;
        margin-top: 20px;
        top: auto;
        left: auto;
        right: auto;
        float: left;
        position: inherit;
        transform: none;
    }
    .service li {
        width: 100%;
        margin: 15px 0;
        border: none;
    }
    .banner-slide {
        height: 100%;
    }
    .banner-slide li .text {
        width: 100%;
        float: left;
        height: auto;
        border-right: none;
        cursor: pointer;
    }
    .banner-slide li .text h2 {
        position: inherit;
        float: left;
        left: auto;
        top: auto;
        width: 100%;
        writing-mode: inherit;
        font-size: 20px;
        text-align: center;
        border: 1px solid #3b3b3b;
    }
    .banner-slide .sub {
        right: 10px;
        bottom: 91px;
        width: 100%;
        position: static;
        padding: 20px 10px;
    }
    .banner-slide li .logos,
    .banner-slide li.canada .logos,
    .banner-slide li.australia .logos {
        width: 100%;
        margin: 0;
        padding: 0;
        float: left;
    }
    .banner-slide li .logos strong {
        font-size: 15px;
    }
    .banner-slide li .logos figure img {
        width: 60px;
    }
    .banner-slide li.australia .logos figure img {
        width: 85px;
    }
    .offer {
        padding: 20px 0;
    }
    .offer .col-6 {
        width: 100%;
    }
    .offer h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .offer ul.offer-l {
        padding: 0;
    }
    .offer ul.offer-l li {
        font-size: 10px;
    }
    .offer-head,
    .offer-head.sec,
    .offer-head.thir,
    .offer-head.ths {
        background-size: 290px;
        font-size: 13px;
        height: 45px;
        line-height: 45px;
    }
    .offer ul.offer-s li {
        font-size: 14px;
    }
    .course .col-6 {
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
        font-size: 13px;
        line-height: 22px;
    }
    .course h4 {
        font-size: 20px;
    }
    .proud img {
        width: 100%;
    }
    footer {
        font-size: 13px;
        padding: 15px 0 60px;
    }
    /*        css responsive edit by mohammad sahil khan start */
    .popform.control_form form {
        width: auto;
        max-width: 500px;
    }
    .popform form button {
        width: 100%;
    }
    .banner-slide li {
        top: 0;
        z-index: 7;
        display: unset !important;
        float: left;
        position: relative !important;
        width: 100%;
        left: 0 !important;
    }
    .banner-slide li .text {
        position: relative;
        top: 0;
        width: 100%;
        float: left;
    }
    .banner-slide li .logos {
        width: 100%;
        margin: 0;
        padding: 0;
        float: left;
        padding-bottom: 32px;
    }
    .banner-slide li.australia .text h2 {
        background: rgba(0, 6, 86, .9);
    }
    .banner-slide li .text h2.active {
        background: #0896d7;
    }
    .logos {
        padding-top: 10px !important;
    }
    li.usa .logos {
        padding-top: 10px !important;
    }
    .banner form h1 {
        font-size: 16px;
    }
    .banner-slide li .logos figure {
        margin: 2px 3px
    }
    .banner-slide li .logos {
        padding-bottom: 55px;
        /* position: absolute; */
    }
    .banner-slide li.canada .logos,
    .banner-slide li.uk .logos,
    .banner-slide li.usa .logos {
        display: none;
        top: -98%;
    }
    /*        css responsive edit by mohammad sahil khan end*/
    .banne-ul {
        display: unset;
        width: 100%;
        float: left;
        padding-top: 19px;
    }
    .banner-text .banner-info {
        font-size: 12px;
    }
    .banne-ul li:nth-child(2) {
        border: 0;
    }
    .banne-ul li:last-child {
        width: 76%;
        margin-bottom: 10px;
        border-right: 0;
        border-top: 1px solid #f1da5e;
        padding-top: 6px;
    }
    .banne-ul li {
        width: 48%;
        padding-bottom: 6px;
    }
    .per90 {
        font-size: 13px;
    }
    .parti {
        float: right;
        width: 100%;
        text-align: center;
    }
    .parti ul {
        margin-top: 0;
        justify-content: center;
    }
    .parti ul li:nth-child(1) {
        font-size: 14px;
    }
    .logo img {
        width: 130px;
    }
    header {
        border-bottom: 1px solid #ccc;
    }
    .popform form h1 {
        font-size: 20px;
    }
    .date2 .date-div {
        padding-bottom: 0;
    }
    .stick-right.mob {
        display: block;
        top: auto;
        transform: none;
        bottom: 0;
        border-radius: 10px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        padding: 15px 20px;
        width: 100%;
        height: 50px;
    }
    .stick-right.desk {
        display: none;
    }
    .parti ul li {
        margin-right: 9px;
    }
    .thankyou {
        width: 80%;
    }
    .googlemap{
        height: 320px;
        width: 380px;
        margin-top: 10px;
    }
}


/*responsive-extrasmall-screen*/

@media (max-width:480px) {
    /*        css responsive edit by mohammad sahil khan start */
    .popform.control_form form {
        width: auto;
        max-width: 280px;
    }
    /*        css responsive edit by mohammad sahil khan end*/
    .googlemap{
        height: 300px;
        width: 365px;
        margin-top: 10px;
    }
}