@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.cdnfonts.com/css/Montserrat");
@import url("https://fonts.cdnfonts.com/css/Raleway");
@font-face {
  src: url("../fonts/Montserrat-Bold");
  font-family: Montserrat-Bold;
}
@font-face {
  src: url("../fonts/Montserrat-Medium.ttf");
  font-family: Montserrat-Medium;
}

@font-face {
  src: url("../fonts/Montserrat-Regular.ttf");
  font-family: Montserrat-Regular;
}

@font-face {
  src: url("../fonts/Raleway-Medium.ttf");
  font-family: Raleway;
}
body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
p {
  margin-bottom: 0 !important;
  font-weight: 400;
}
img,
svg {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat-Bold";
}
.section {
  width: 100%;
  float: left;
}
/* header sec start */
.header_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container {
  max-width: 90% !important;
  margin: 0 auto;
}
.header_main p {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
}

.header.section {
  padding: 20px;
  background: #03335b;
  color: #fff;
}
.header_left img {
  width: 160px;
}
.header_right {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header_right a {
  display: flex;
  gap: 10px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.header_right img {
  width: 20px;
}
.header_left span {
  color: #6ccfff;
}

.inner_count .bold-number,
.inner_count span {
  color: #ffc700;
}
.inner_count strong.bold-number,
.inner_count span {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 25px;
  text-align: center;
}
div#countdown-timer {
  display: flex;
  gap: 10px;
}

.inner_count p {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 10px;
  color: #a8c3cf;
}

/* header sec end */
/* footer sec start */
section.section.footer_section {
  background-color: #03335b;
  padding: 30px 0px;
}
.footer_section p {
  font-family: "Raleway";
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

/* footer sec stop */

/* faq sec start */
.faqs .accordion-button {
  color: #222222;
  font-family: "Raleway" !important;
  font-size: 25px !important;
  font-weight: 700 !important;
}
.faqs div#accordionFlushExample {
  padding: 40px;
}
.section.faqs .accordion-body {
  font-size: 23px;
}
.faqs {
  background: #f5f8f9;
  padding: 40px 0 90px;
  z-index: -2;
  position: relative;
}
.accordion-item {
  margin: 0;
  padding: 10px;
}
.accordion-button:not(.collapsed) {
  background: #fff !important;
  border-bottom: none;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button {
  color: #000;
  font-size: 20px;
}
.accordion-button::after {
  color: #000;
  font-family: "Raleway";
}
/* faq sec end */

/* banner start from here  */

h1.main_banner_title {
  color: #222222;
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 700;
}

ul.banner_ul {
  display: inline-flex;
  gap: 40px;
}
ul.banner_ul p.full_stack {
  font-size: 18px;
  color: #222222;
  font-family: 'Raleway';
}
p.banner_des {
  font-family: "Raleway";
  font-weight: 400;
  width: 85%;
  margin-bottom: 20px;
}

.btn_main_refund {
  display: flex;
  gap: 30px;
  margin: 10px 0px;
}
.iner_refund {
  display: flex;
  gap: 12px;
  align-content: center;
  align-items: center;
  border: 1px solid #aaccdc;
  border-radius: 1px 10px 10px 10px;
  padding: 15px;
  width: 32%;
  background-color: #ffff;
  margin-top: 20px;
}
.iner_refund img {
  width: 60px;
  height: 60px;
}
.iner_refund p {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 22px;
}
.dis_btn_regi {
  display: flex;
  gap: 30px;
  margin: 30px 0px;
}
a.admiss_btn {
  color: #fff !important;
  background-color: #1398d7;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 23px;
}
.main_start_course {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
}

.fa-solid {
  margin-right: 6px;
}
a.admiss_btn p,
a.book_btn p {
  font-family: "Raleway";
  font-weight: 700;
}
.inner_cour h4 {
  font-size: 20px;
  color: #222222;
  font-family: "Raleway";
  font-weight: 700;
  text-align: center;
}
.inner_cour p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;

  text-align: center;
}

a.book_btn {
  color: #222222;
  background-color: transparent;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #aaccdc;
  font-size: 23px;
}
.dis_down {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.time_down img {
  width: 20px;
  height: 20px;
}
.time_down {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 15px;
}
.new_left {
  border-right: 1px solid;
  padding-right: 15px;
}
section.section.banner-sec-main_section {
  padding: 50px 0px;
  background-image: linear-gradient(#f7f9fb, #e7f4fa);
}
/* banner ends here  */

/* cloud developmenyt start here  */
section#cloudDev_main {
  padding: 50px 0px;
}
#cloudDev_main ul#pills-tab {
  padding: 10px;
  border: 1px solid #AACCDC;
  justify-content: space-between;
}

#cloudDev_main .nav-item .nav-link {
  font-family: "Raleway";
  font-weight: 800;
  color: #222222;
}

#cloudDev_main .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #1398D7;
}
.tab_inner_main p {
  font-family: "Raleway";
  font-weight: 400;
}
.tab_inner_main {
  padding: 40px;
  background-image: linear-gradient(#f7f9fb, #e7f4fa);
  border-radius: 16px;
  margin-top: 30px;
}
.inner_desc {
  width: 40%;
  border-right: 1px solid #aaccdc;
}
.main_decribstion {
  display: flex;
  gap: 20px;
  padding: 30px;
}
.inner_btn {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border: 1px solid #1398d766;
  margin-top: 15px;
  padding: 18px 26px;
  background-color: #fff;
}
.inner_desc h4,
.sec_desc h4 {
  font-size: 24px;
  color: #222222;
  font-family: "Raleway";
  margin-bottom: 5px;
  font-weight: 800;
}
.sec_desc h6 {
  font-size: 23px;
  color: #222222;
  font-family: "Raleway";
  font-weight: 600;
}
.main_decribstion h6 span.years_exp {
  font-size: 14px;
}
.inner_desc p {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 18px;
  width: 69%;
  margin-top: 20px;
}
.inner_btn p {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 23px;
}
.sec_desc {
  margin-left: 40px;
}

/* cloud development ends  */

/* overview start here  */

.inner_count1 .bold-number1 {
  color: #0e3f54;
}
.inner_count1 strong.bold-number1 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  border: 1px solid #c3dae5;
  background-image: linear-gradient(#1595d4, #fafafa);
  padding: 6px;
}
div#countdown-timer1 {
  display: flex;
  gap: 20px;
  text-align: center;
  justify-content: center;
}

.contact_main_form .inner_count1 p {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 10px;
  color: #000;
  margin-bottom: 10px !important;
}
section.section.overviews_section {
  padding: 50px 0 10px;
}
.col-lg-8.right_mid {
  display: flex;
  align-items: center;
}
.contact_main_form h2 {
  color: #222222;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat";
  font-size: 24px;
}

.contact_main_form P {
  color: #000;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 16px;
}
.over_Content h2 {
  color: #222222;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 30px;
}
.over_Content p {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
}
.contact_main_form {
  border: 1px solid #f3fbff;
  background-color: #f3fbff;
  padding: 20px;
  border-radius: 20px;
}
.card-body {
  padding: 20px;
  padding-bottom: 0;
}

form {
  display: flex;
  flex-direction: column;
}
option {
  background: #ffffff;
  color: #000 !important;
  font-family: "Montserrat";
  font-family: 400;
  font-size: 18px;
}

input,
select {
  padding: 6px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 10px 0px !important;
}
textarea {
  margin-top: 15px !important;
}
input.text_conte::placeholder,
textarea.text_conte::placeholder {
  color: #000000;
  font-family: "Montserrat";
  font-family: 400;
  font-size: 18px;
}

input.text_conte,
textarea.text_conte {
  font-size: 20px;
  font-weight: 400;
  color: #000 !important;
  font-family: "Montserrat";
  padding-left: 20px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

input.text_conte::placeholder, textarea.text_conte::placeholder{
  color: #000 !important;
}


select#classs-select {
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat";
  padding-left: 20px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
}
.card-body a {
  text-align: center;
  padding: 6px;
  background: #00a895;
  margin-top: 30px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
}
.card-body a:hover {
  color: #fff;
}
.font_inteside_text {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
/* overview ends here  */

/* main cloud exleence  */

/* .inner_excellence {
  padding: 20px;
  border: 1px solid #00000033;
  border-radius: 0px 50px 50px 50px;
  background-color: #fff;
} */

.main_excellence {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin: 0 auto;
  padding: 30px 0px;
  max-width: 1200px;
  flex-wrap: wrap;
}

.inner_excellence {
  text-align: center;
  flex: 1 1 200px;
  max-width: 220px;
  background-color: #fff;
  border-radius: 0px 50px 50px 50px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.inner_excellence img {
  max-width: 75px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.inner_excellence h4 {
  font-size: 16px;
  color: #222222;
  font-family: "Montserrat";
  margin-bottom: 5px;
  font-weight: 700;
}

.inner_excellence p {
  margin: 0;
  font-size: 14px;
  color: #000;
  font-family: "Montserrat";
  font-weight: 400;
}
img.exce_4,
img.exce_5 {
  max-width: 100px;
  margin-top: 10px;
}

section.section.Mastering_Cloud_section {
  background-image: url(../images/banner_exceller.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
  margin-top: 40px;
}
h2.Excellence_title {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat";
  font-size: 40px;
}
/* main cloud exleence  */

/* 
why join the program  start */
section.section.why_section {
  padding-bottom: 50px;
  background-image: url(../images/why-join-this-baner.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.why_section h2.all_head_main {
  color: #fff;
}
h2.all_head_main {
  color: #222222;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat";
  font-size: 40px;
  margin-bottom: 30px;
}
.inner_what_happening {
  border: 1px solid #aaccdc;
  padding: 20px;
  border-radius: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  position: relative;
  z-index: 99;
  height: 390px;
  background: #fff;
}
.inner_what_happening p {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 16px;
  margin-top: 15px;
}
hsppening_innerslide {
  margin-top: 30px;
}

#hsppening_innerslide .owl-nav button.owl-next {
  right: -40px;
  transform: translate(115%, -115%);
}
#hsppening_innerslide .owl-nav button.owl-prev {
  left: -40px;
  transform: translate(-120%, -115%);
}
#hsppening_innerslide .owl-nav button {
  position: absolute;
  top: 50%;
}

/* 
why join the program  ends */

/* 
our client start here  */
section.section.ourClient_section {
  padding: 50px 0px;
}
/* .client_main {
  display: flex;
  gap: 20px;
} */
.inner_client {
  border: 1px solid #1398d733;
  padding: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  position: relative;
  z-index: 99;
  height: 110px;
}

#client_slid .inner_client img {
  width: 75%;
  display: block;
  margin: auto;
}

/*our client start here  */

/* reviews start here  */

section.section.google_review_section {
  padding: 0 0px 50px;
}

.inner_google_review:before {
  content: "";
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  position: absolute;
  width: 25px;
  height: 16px;
  top: -3%;
  z-index: 1;
}

.inner_google_review {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #aaccdc;
  position: relative;
  margin-top: 22px;
}
.google_review_slidr {
  display: flex;
  gap: 30px;
}
.name_revies {
  display: flex;
  margin-top: 20px;
  gap: 20px;
}
.title_revies h4 {
  font-size: 22px;
  font-family: "Raleway";
  font-weight: 600;
}

p.procedures_desc {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 20px;
  margin: 20px 0px;
  height: 271px;
}
.fa-star:before {
  color: #ffc700;
}
/* reviews ends here  */

/* assistence and job start */

section.section.job_assistence_section {
  background-color: #1398D7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
section.section.job_assistence_section img {
  width: 100%;
}
section.section.job_assistence_section h2.all_head_main {
  color: #fff;
}
h4.assistence {
  font-size: 22px;
  color: #fff;
  font-family: "Raleway";
  font-weight: 700;
  text-align: center;
}
section.section.job_assistence_section .jobasistntimg {
  padding-top: 50px;
}
.job_assistence_section p {
  font-family: "Raleway";
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 70%;
  display: block;
  margin: auto;
}

.step:nth-child(1) {
  transform: translateX(1140px);
}
.step:nth-child(2) {
  transform: translateX(990px);
}
.step:nth-child(3) {
  transform: translateX(830px);
}
.step:nth-child(4) {
  transform: translateX(670px);
}
.step:nth-child(5) {
  transform: translateX(510px);
}
.step:nth-child(6) {
  transform: translateX(340px);
}
.step:nth-child(7) {
  transform: translateX(170px);
}
.step:nth-child(8) {
  transform: translateX(0px);
}

.inside_step {
  transition: transform 0.9s ease-in-out;
}

.step:hover .inside_step {
  transform: translateY(-100px);
}

.inside_step {
  position: absolute;
  bottom: 0%;
  transform: translateY(-40px);
}

.inside_step h4 {
  font-size: 16px;
  color: #222222;
  font-family: "Raleway";
  font-weight: 700;
  text-align: start;
}
/* job assistence stop here  */

/* bottom section start */
.iner_refund1 {
  display: flex;
  gap: 12px;
  align-content: center;
  align-items: center;
}
.iner_refund1 img {
  width: 40px;
  height: 40px;
}
.iner_refund1 p {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 23px;
}
a.admiss_btn1 {
  color: #fff !important;
  background-color: #1398d7;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 22px;
}
a.admiss_btn1 p {
  font-family: "Raleway";
  font-weight: 700;
}
.btn_main_refund1 {
  display: flex;
  gap: 30px;
  background: #f3fbff;
  justify-content: space-around;
  padding: 20px 6px;
  border-bottom: 5px solid #ebf4f8;
}
section.section.bottom_section {
  padding: 30px 0px;
}
/* bottom section stop */
.step:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #2AC465;
    position: absolute;
    border-radius: 100%;
    bottom: 32px;
    right: 0px;
    z-index: 9;
}

/* css */
.header_main p.regestrfre_demo {
  color: #BCE9FF;
  text-decoration: underline;
  padding-left: 92px;
}
.main_start_course .inner_cour {
  position: relative;
  width: 50%;
}
.main_start_course .inner_cour::before{
  content: '';
  background: #AACCDC;
  width: 1px;
  height: 79px;
  position: absolute;
  left: 1px;
}
.main_start_course .inner_cour.innercour_2::after{
  content: '';
  background: #AACCDC;
  width: 1px;
  height: 79px;
  position: absolute;
  right: 1px;
  top: 0;
}
.header_left span {
  padding: 0 16px;
}
ul.banner_ul {
  padding-left: 0px;
}
section.section.cloushinelp_logo img {
  width: 242px;
  padding-left: 89px;
}
section.section.overviews_section .over_Content {
  padding-right: 44px;
}
section.section.cloushinelp_logo {
  padding: 10px 0;
}
.contact_main_form input[type="submit"] {
  margin-top: 25px !important;
}
.faqs div#accordionFlushExample .accordion-button:not(.collapsed) {
  color: #000;
}
/* section.section.job_assistence_section {
  display: none;
} */
/* css */


/* button talk to expert  */

	/* End FAQ */
	.quick_menu.secsticky {
		position: fixed;
		top: 127px;
		width: 100%;
		left: 0;
		z-index: 9;
		border-top: 1px solid #1398d7;
		box-shadow: 0 0 2px #ccc;
	}
	
	.joinchat__button {
    position: absolute;
    z-index: 2;
    bottom: 8px;
    right: 8px;
    height: var(--s);
    min-width: var(--s);
    background: #25d366;
    color: inherit;
    border-radius: calc(var(--s) / 2);
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
    cursor: pointer;
    transition: background-color .2s linear;
}

.joinchat__button__open {
    width: var(--s);
    height: var(--s);
    border-radius: 50%;
    background: rgb(0 0 0 / 0) var(--joinchat-ico) 50% no-repeat;
    background-size: 60%;
    overflow: hidden;
}

	#callButton{
    position: fixed;
    right: 10px;
    bottom: 400px;
    border-radius: 9px;
    background-color: #1398d7;
    border: unset;
}

#image_id{
  position: fixed;
  right: 10px;
  bottom: 250px;
  border-radius: 20px;
  width: 114px;
  height: 114px;
}
.whtaspicondiv {
  position: fixed;
  right: 10px;
  bottom: 79px;
  border-radius: 20px;
}
.whtaspicondiv img.whatsp_icon {
  width: 114px;
  height: 114px;
}
/* button talk to expert  */
.tab_inner_main p, .over_Content p{
  font-size: 23px !important;
}
.joinchat__button__open #callButton a {
  color: #fff;
  text-decoration: none;
}

/* popup */
.contact_main_form iframe.form_iframe {
  width: 100%;
  height: 345px !important;
}
div#staticBackdrop .modal-body {
  width: 100%;
}
.card-body.popup_formmodal {
  width: 100%;
  padding: 0;
}
.card-body.popup_formmodal iframe.form_iframe {
  height: 400px;
  width: 100%;
}
#staticBackdrop .modal-content {
  border: 1px solid #f3fbff;
  background-color: #f3fbff;
  display: block;
    width: 80%;
}
.zcwf_lblLeft .zcwf_col_fld input[type=text], input[type=password], .zcwf_lblLeft .zcwf_col_fld textarea{
  width: 100% !important;
}
div#staticBackdrop .modal-header {
  position: relative;
  padding: 25px 17px;
}
input {
  padding: 10px 0px;
  }
div#staticBackdrop .modal-header h5#staticBackdropLabel {
  position: absolute;
  left: 10%;
  color: #222222;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat";
  font-size: 24px;
}
/* responsive start from here  */
@media screen and (max-width: 2000px) {
  p.procedures_desc {
    height: 315px;
}
}
@media screen and (max-width: 1600px) {
  p.procedures_desc {
    height: 361px;
  }
  .title_revies h4 {
    font-size: 19px;
  }
  .inner_what_happening {
    margin-bottom: 20px;
  }
  .section.faqs .accordion-body {
    font-size: 20px;
  }
  .faqs .accordion-button {
    font-size: 20px !important;
  }
  .iner_refund1 p {
    font-size: 19px;
  }
  a.admiss_btn1 {
    font-size: 16px;
}
.tab_inner_main p, .over_Content p {
  font-size: 20px !important;
}
a.admiss_btn, a.book_btn {
  padding: 5px 20px;
  font-size: 18px;
  display: flex;
  align-items: center;
}
#hsppening_innerslide .owl-nav button.owl-prev {
  left: 0;
}
#hsppening_innerslide .owl-nav button.owl-next {
  right: -22px;
}
}

@media screen and (max-width: 1400px) {
  #hsppening_innerslide .owl-nav button.owl-prev {
    transform: translate(0%, -115%);
  }
  #hsppening_innerslide .owl-nav button.owl-next {
    transform: translate(-20%, -115%);
  }
}

@media screen and (max-width: 1200px) {
  .header_main p {
    font-size: 15px;
  }
  #cloudDev_main ul#pills-tab {
    flex-wrap: initial;
  }
  #client_slid .inner_client img {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  #hsppening_innerslide .owl-nav button.owl-prev {
    transform: translate(0%, -115%);
  }
  #hsppening_innerslide .owl-nav button.owl-next {
    transform: translate(0%, -115%);
  }
  p.procedures_desc {
    height: 270px;
}
a.admiss_btn1 {
  font-size: 13px;
}
.iner_refund1 p {
  font-size: 16px;
}
.footer_section p {
  font-size: 17px;
}
section.section.footer_section {
  padding: 20px 0px;
}
h1.main_banner_title {
  font-size: 32px;
}
.btn_main_refund {
  flex-wrap: wrap;
  gap: 0px;
}
.iner_refund{
  width: 100%;
}
.iner_refund p{
  font-size: 18px;
}
.inner_cour h4 {
  font-size: 17px;
}
.main_decribstion {
  flex-wrap: wrap;
}
.inner_desc {
  width: 100%;
  border-right: unset;
  border-bottom: 1px solid #aaccdc;
  padding-bottom: 20px;
}
.main_decribstion .sec_desc {
  margin-left: 0;
}
}

@media screen and (max-width: 990px) {
  #staticBackdrop .modal-content{
    width: 100%;
 }
  p.procedures_desc {
    height: 328px;
}
.contact_main_form {
  width: 84%;
  margin: 73px auto 0;
}
  .header_main {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .header_main p {
    font-size: 17px;
  }
  .left_banner_side img {
    margin-top: 30px;
    width: 75%;
    display: block;
  }
  #cloudDev_main ul#pills-tab {
    flex-wrap: wrap;
  }
  .contact_main_form {
    display: block;
  }
  .main_start_course {
    justify-content: stretch;
  }
  .main_decribstion {
    flex-wrap: wrap;
  }
  .inner_desc {
    width: 100%;
  }
  .inner_desc p {
    width: 95%;
  }
  .sec_desc {
    margin-left: 0px;
  }
  .google_review_slidr {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .faqs {
    padding: 36px 0 48px;
  }
  a.admiss_btn1 {
    padding: 6px 16px;
  }
  section.section.footer_section {
    padding: 16px 0px;
}
section.section.overviews_section .over_Content {
  padding-right: 0;
}
.footer_section p {
  font-size: 14px;
}
  .faqs .accordion-button {
    font-size: 20px !important;
  }
  .section.faqs .accordion-body {
    font-size: 18px;
}
.tab_inner_main p, .over_Content p {
  font-size: 16px !important;
}
  #callButton {
    bottom: 336px;
    font-size: 12px;
}
#image_id {
  bottom: 211px;
  width: 90px;
  height: 90px;
}
.whtaspicondiv img.whatsp_icon {
  width: 90px;
  height: 90px;
}
  .quick_menu.secsticky {
    top: 119px;
  }
  #cloudDev_main ul#pills-tab {
    overflow-x: auto;
    max-width: 100%;
    overflow-y: hidden;
    white-space: nowrap;
}
#cloudDev_main ul#pills-tab li.nav-item, #cloudDev_main ul#pills-tab {
    display: inline-block;
    white-space: nowrap;
}
.inner_btn h6 {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.inner_btn {
  flex-wrap: wrap;
  gap: 3px;
  justify-content: center;
}
.inner_desc p {
  font-size: 17px;
  margin-top: 11px;
}
section.section.banner-sec-main_section {
  padding: 35px 0px;
}
.inner_desc {
  border-right: unset;
  border-bottom: 1px solid #aaccdc;
  padding-bottom: 21px;
}
.dis_down p {
  font-size: 14px;
}
.time_down img {
  width: 16px;
  height: 16px;
}
.dis_down {
  justify-content: center;
}
.header_right {
  gap: 10px;
}
.header_main p.regestrfre_demo {
  padding-left: 0;
}




  p.banner_des {
    width: 100%;
  }
  .iner_refund {
    width: 100%;
    margin-top: 0px;
  }
  .main_start_course {
    flex-wrap: wrap;
}
.main_start_course .inner_cour {
  width: 100%;
}
.main_start_course .inner_cour::before, .main_start_course .inner_cour.innercour_2::after{
  display: none;
}
.inner_cour.innercour_2 {
  border-top: 1px solid #AACCDC;
  padding-top: 18px;
}
  section.section.cloushinelp_logo img {
    width: 142px;
    padding-left: 18px;
}
  section.section.job_assistence_section .jobasistntimg img.desktop_img {
    display: none;
}
section.section.job_assistence_section .jobasistntimg img.moblbnr_img.d-none {
  display: block !important;
}
  p.procedures_desc {
    height: auto;
}
  .contact_main_form {
    width: 100%;
    margin-top: 23px;
  }
  h2.Excellence_title {
    font-size: 31px;
}
section.section.Mastering_Cloud_section {
  padding: 38px 0px;
}
  .header_right {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  h1.main_banner_title {
    font-size: 27px;
  }
  p.procedures_desc {
    font-size: 18px;
  }
  ul.banner_ul p.full_stack {
    font-size: 16px;
  }
  ul.banner_ul {
    display: flow;
  }
  .btn_main_refund {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
 
  .dis_btn_regi {
    gap: 20px;
    margin: 20px 0px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .left_banner_side img {
    width: 100%;
  }
  h2.all_head_main {
    font-size: 28px;
  }
  section#cloudDev_main {
    padding: 39px 0px;
}
  .tab_inner_main {
    padding: 25px;
  }
  #hsppening_innerslide .owl-nav button.owl-prev {
    left: 0%;
  }
  #hsppening_innerslide .owl-nav button.owl-next {
    right: 0%;
  }
  #client_slid .inner_client img {
    width: 50%;
  }
  .inner_client {
    height: 180px;
  }
  .inner_google_review {
    width: 100%;
  }
  .faqs div#accordionFlushExample {
    padding: 0;
  }
  .btn_main_refund1 {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 22px;
  }
  .main_decribstion {
    padding: 10px;
  }
  .over_Content h2 {
    font-size: 29px;
  }

  
  /*  */
  button#callButton {
    padding: 14px !important;
    text-align: left;
    width: 100%;
    border-radius: unset;
    bottom: 0;
    right: 0px;
}
#image_id {
  bottom: 0;
  width: 50px;
  height: 50px;
}
.whtaspicondiv img.whatsp_icon {
  width: 50px;
  height: 50px;
}
.whtaspicondiv {
  right: 47%;
  bottom: 0px;
  z-index: 9999;
}
section.section.footer_section {
  margin-bottom: 52px;
}
button#callButton i.fas.fa-phone {
  font-size: 24px;
}
button#callButton span.phonenumber_btn {
  display: none;
}
/*  */
}
@media screen and (max-width: 400px) {
  .inner_btn p {
    font-size: 16px;
}
.section.faqs .accordion-body {
  font-size: 16px;
}
.faqs .accordion-button {
  font-size: 17px !important;
}
}