/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel/dist/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.course-title {
  margin-bottom: 40px;
}
.course-title h2 {
  font-size: 36px;
  font-family: "Raleway-SemiBold";
}

.custom-iframe {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

.course-details-certificate-image {
  position: sticky;
  top: 30px;
}

#course_details_section {
  background: linear-gradient(to right, rgba(45, 121, 188, 0.0941176471) 0%, rgba(45, 121, 188, 0.0941176471) 40%, rgba(45, 121, 188, 0) 50%, rgba(45, 121, 188, 0) 100%);
}
#course_details_section .course-details-contents .course-details-title-description-area-col {
  padding-right: 200px;
}
#course_details_section .course-details-contents .course-details-title-description-area-col .course-details-title-description-area h1 {
  font-size: 40px;
}
#course_details_section .course-details-contents .course-details-title-description-area-col .course-details-title-description-area .course-review-area {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 15px 0;
}
#course_details_section .course-details-contents .course-details-title-description-area-col .course-details-title-description-area .course-review-area p {
  margin: 0;
  color: #000;
  font-family: "Lexend-Medium";
}
#course_details_section .course-details-contents .course-details-title-description-area-col .course-details-title-description-area .course-details-buttons-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
#course_details_section .course-details-contents .course-details-title-description-area-col .course-details-title-description-area .course-details-buttons-area .book-demo-btn a button,
#course_details_section .course-details-contents .course-details-title-description-area-col .course-details-title-description-area .course-details-buttons-area .book-demo-btn button {
  border: 1px solid #797979;
  border-radius: 8px;
  padding: 8px 25px;
  font-size: 16px;
  color: #797979;
  background-color: transparent;
  height: 40px;
}
#course_details_section .course-details-contents .course-details-title-description-area-col .course-details-title-description-area .course-details-buttons-area .book-demo-btn a button span img,
#course_details_section .course-details-contents .course-details-title-description-area-col .course-details-title-description-area .course-details-buttons-area .book-demo-btn button span img {
  margin-top: -2px;
}
#course_details_section .course-details-contents .course-details-image-area-col .course-details-image-area img {
  border-radius: 15px;
}

#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col {
  padding-right: 50px;
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col .upcoming-batch-details-area .upcoming-batch-link-area {
  margin-bottom: 30px;
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col .upcoming-batch-details-area .upcoming-batch-link-area .nav-underline {
  flex-wrap: nowrap;
  overflow-x: auto;
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col .upcoming-batch-details-area .upcoming-batch-link-area .nav-underline .nav-item {
  margin-right: 10px;
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col .upcoming-batch-details-area .upcoming-batch-link-area .nav-underline .nav-item .nav-link {
  font-size: 18px;
  color: #000;
  border-bottom: 2px solid rgba(15, 116, 188, 0);
  transition: 0.2s;
  width: -moz-max-content;
  width: max-content;
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col .upcoming-batch-details-area .upcoming-batch-link-area .nav-underline .nav-item .nav-link:hover {
  border-bottom: 2px solid #0f75bc;
  color: #0f75bc;
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col .upcoming-batch-details-area .upcoming-batch-link-area .nav-underline .nav-item .nav-link:focus {
  border-bottom: 2px solid #0f75bc;
  color: #0f75bc;
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col .upcoming-batch-details-area .upcomin-batch-time-title {
  margin-top: 10px;
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col .upcoming-batch-details-area .upcomin-batch-time-title h2 {
  font-size: 36px;
  font-family: "Lexend-SemiBold";
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col .upcoming-batch-details-area .upcoming-batch-time-table {
  margin-top: 30px;
  overflow: hidden;
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col .upcoming-batch-details-area .upcoming-batch-time-table .table {
  padding: 12px;
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col .upcoming-batch-details-area .upcoming-batch-time-table .table thead tr {
  background-color: rgba(45, 121, 188, 0.2039215686);
  border-radius: 12px 12px 0px 0px;
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col .upcoming-batch-details-area .upcoming-batch-time-table .table thead tr th {
  font-family: "Lexend-Medium";
  border-style: none;
  color: #000;
  font-size: 15px;
  padding: 10px 20px;
  border-right: 1px solid #fff;
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col .upcoming-batch-details-area .upcoming-batch-time-table .table tbody tr {
  border-bottom: 1px solid #f1f1f1;
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col .upcoming-batch-details-area .upcoming-batch-time-table .table tbody tr td {
  padding: 10px 20px;
  color: #797979;
  font-family: "Lexend-Medium";
  font-size: 14px;
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-course-fee-col {
  display: flex;
  align-items: center;
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-course-fee-col .upcoming-batch-course-fee {
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3294117647);
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-course-fee-col .upcoming-batch-course-fee h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-course-fee-col .upcoming-batch-course-fee h2 {
  font-size: 40px;
  color: #eb2125;
  margin-bottom: 15px;
  font-family: "Lexend-Bold";
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-course-fee-col .upcoming-batch-course-fee h4 {
  font-size: 25px;
  color: #797979;
  margin-bottom: 15px;
  font-family: "Lexend-SemiBold";
  text-decoration: line-through;
  /* Adds a line through the text */
}
#upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-course-fee-col .upcoming-batch-course-fee p {
  margin-top: 20px;
}

#course_certificate_details_section {
  background-color: rgba(45, 121, 188, 0.0941176471);
}
#course_certificate_details_section .course-certificate-details-area .course-details-certificate-contents-col {
  padding-right: 100px;
}
#course_certificate_details_section .course-certificate-details-area .course-details-certificate-contents-col .course-details-certificate-contents p {
  color: #000 !important;
}

#course_syllabus_section .course-syllabus-list-area .course-syllabus-part {
  margin-bottom: 20px;
}
#course_syllabus_section .course-syllabus-list-area .course-syllabus-part .Course-syllabus-part-title {
  margin-bottom: 15px;
}
#course_syllabus_section .course-syllabus-list-area .course-syllabus-part .Course-syllabus-part-title h3 {
  color: #0f75bc;
  font-size: 18px;
}
#course_syllabus_section .course-syllabus-list-area .course-syllabus-part .accordion .accordion-item:first-of-type {
  border-radius: 0 !important;
}
#course_syllabus_section .course-syllabus-list-area .course-syllabus-part .accordion .accordion-item:last-of-type {
  border-radius: 0 !important;
}
#course_syllabus_section .course-syllabus-list-area .course-syllabus-part .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
}
#course_syllabus_section .course-syllabus-list-area .course-syllabus-part .accordion .accordion-item .accordion-body .course-syllabus-list-details-area ul {
  margin: 0;
}
#course_syllabus_section .course-syllabus-list-area .course-syllabus-part .accordion .accordion-item .accordion-body .course-syllabus-list-details-area ul li {
  font-size: 16px;
  color: #797979;
  line-height: 35px;
}
#course_syllabus_section .course-syllabus-list-area .course-syllabus-part .accordion .accordion-item .accordion-body .course-syllabus-list-details-area ul li::marker {
  color: #0f75bc;
  font-size: 22px;
}

#course_training_details_section {
  background-color: rgba(45, 121, 188, 0.0941176471);
}
#course_training_details_section .course-training-details-contents-area .course-training-details-contents-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}
#course_training_details_section .course-training-details-contents-area .course-training-details-contents-box img {
  margin-bottom: 20px;
}
#course_training_details_section .course-training-details-contents-area .course-training-details-contents-box h4 {
  margin-bottom: 20px;
}
#top_companies_section .top-conpanies-images {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  justify-content: center;
}

#developer_course_section {
  background-color: rgba(45, 121, 188, 0.0941176471);
}
#developer_course_section .developer-course-area .developer-course-list-area-col {
  padding-right: 50px;
}
#developer_course_section .developer-course-area .developer-course-list-area-col .developer-course-list-area {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.123);
  border-radius: 10px !important;
  height: 495px;
  background: #fff;
  overflow-y: auto;
}
#developer_course_section .developer-course-area .developer-course-list-area-col .developer-course-list-area .accordion-button:not(.collapsed) {
  background-color: rgba(45, 121, 188, 0.2117647059);
}
#developer_course_section .developer-course-area .developer-course-small-list-area-col .developer-course-small-list-area p {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}
#developer_course_section .developer-course-area .developer-course-small-list-area-col .developer-course-small-list-area p b {
  color: #000;
}
#developer_course_section .developer-course-area .developer-course-small-list-area-col .developer-course-small-list-area .developer-small-course-list-area-box {
  margin-top: 20px;
  padding: 25px;
  border-radius: 12px;
  background-color: #fff;
}
#developer_course_section .developer-course-area .developer-course-small-list-area-col .developer-course-small-list-area .developer-small-course-list-area-box .area-box-list {
  height: 300px;
  overflow-y: auto;
}
#developer_course_section .developer-course-area .developer-course-small-list-area-col .developer-course-small-list-area .developer-small-course-list-area-box ul li {
  font-size: 16px;
  color: #797979;
  line-height: 35px;
}
#developer_course_section .developer-course-area .developer-course-small-list-area-col .developer-course-small-list-area .developer-small-course-list-area-box ul li::marker {
  color: #0f75bc;
  font-size: 22px;
}

iframe {
  width: 100% !important;
}

button.owl-dot {
  background: #d9d9d9 !important;
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  border-radius: 100%;
}

button.owl-dot.active {
  background: #eb2125 !important;
}

.owl-dots {
  margin: auto;
  width: auto;
  display: table;
  margin-top: 10px;
}

.enquire-now {
  background-color: #0f75bc !important;
  color: #fff !important;
  border: none;
  border-radius: 6px;
  padding: 8px 25px;
  font-size: 16px;
  height: 40px;
}
.enquire-now:hover {
  background-color: #0962a1 !important;
}

span.select2-dropdown.select2-dropdown--below {
  height: 350px;
  overflow: auto;
  width: 250px !important;
}

.span.select2-dropdown.select2-dropdown--below .select2-search__field {
  outline: none;
}

span.select2-selection.select2-selection--single.form-select.form-control-solid.mb-2 {
  height: 41px;
  border-radius: 3px;
  border-right: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
}

.select2-container {
  width: 100% !important;
  z-index: 9999;
}

.fv-row .select2-container {
  width: 250px !important;
}

.select2-container--default .select2-results__option img {
  width: 20px;
  height: 15px;
  margin-right: 10px;
}

span.select2-selection.select2-selection--single.form-control {
  height: 41px;
  padding: 0.775rem 0.3rem;
}

.select2-container .select2-results__options {
  max-height: 300px;
  overflow-y: auto;
}

.cn-code .select2-container {
  max-width: 90px !important;
}

.cn-code input[type=number] {
  border-radius: 5px;
  height: 41px;
}

.cn-code .fv-plugins-icon-container {
  width: 100%;
}

.cn-code .select2-container span.select2-selection.select2-selection--single.form-control {
  border-radius: 5px;
  width: 80px;
}

@media (max-width: 1320px) {
  #course_details_section .course-details-contents .course-details-title-description-area-col {
    padding-right: 50px;
  }
}
@media (max-width: 1100px) {
  #course_details_section .course-details-contents .course-details-title-description-area-col {
    padding-right: 5px;
  }
  #course_details_section .course-details-contents .course-details-title-description-area-col .course-details-title-description-area .course-details-buttons-area .book-demo-btn a button {
    padding: 8px 15px;
  }
}
@media (max-width: 991px) {
  #upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col {
    padding-right: 10px;
    margin-bottom: 20px;
  }
  #top_companies_section .top-conpanies-images {
    grid-template-columns: repeat(4, 1fr);
  }
  #developer_course_section .developer-course-area .developer-course-list-area-col {
    padding-right: 10px;
  }
  #developer_course_section .developer-course-area .developer-course-list-area-col .developer-course-list-area {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  #course_certificate_details_section .course-certificate-details-area .course-details-certificate-contents-col {
    padding-right: 10px;
  }
  .course-details-certificate-image img {
    margin: auto;
    display: table;
  }
  .course-title {
    margin-bottom: 1px;
  }
}
@media (max-width: 767px) {
  #upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col .upcoming-batch-details-area .upcomin-batch-time-title h2 {
    font-size: 21px;
  }
  .course-title h2 {
    font-size: 21px;
  }
  #top_companies_section .top-conpanies-images {
    grid-template-columns: repeat(3, 1fr);
  }
  h1 {
    font-size: 21px !important;
  }
  .m-top {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #course_details_section .course-details-contents .course-details-title-description-area-col {
    padding-right: 5px;
  }
  #course_details_section .course-details-contents .course-details-title-description-area-col .course-details-title-description-area .course-details-buttons-area {
    display: initial;
  }
  #course_details_section .course-details-contents .course-details-title-description-area-col .course-details-title-description-area .course-details-buttons-area .btns {
    float: left;
    margin-right: 10px;
  }
  #course_details_section .course-details-contents .course-details-title-description-area-col .course-details-title-description-area .course-details-buttons-area .book-demo-btn {
    float: left;
    margin-right: 10px;
  }
  #upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-course-fee-col .upcoming-batch-course-fee {
    padding: 15px;
  }
  #upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-course-fee-col .upcoming-batch-course-fee h3 {
    font-size: 21px;
  }
  #upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-course-fee-col .upcoming-batch-course-fee h2 {
    font-size: 32px;
  }
  #upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-course-fee-col .upcoming-batch-course-fee h4 {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  #top_companies_section .top-conpanies-images {
    grid-template-columns: repeat(2, 1fr);
  }
}
html:lang(ar) .cn-code .d-flex {
  direction: ltr;
}
html:lang(ar) .cn-code input[type=number] {
  text-align: end;
}
html:lang(ar) .select2-container {
  width: auto !important;
}
html:lang(ar) .location-contr .select2 {
  width: 100% !important;
}
html:lang(ar) #course_details_section .course-details-contents .course-details-title-description-area-col {
  padding-left: 200px;
  padding-right: 10px;
}
html:lang(ar) #course_details_section .course-details-contents .course-details-title-description-area-col .book-demo-btn img {
  transform: rotate(180deg);
}
html:lang(ar) #upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col {
  padding-right: 10px;
  padding-left: 50px;
}
html:lang(ar) #course_certificate_details_section .course-certificate-details-area .course-details-certificate-contents-col {
  padding-left: 100px;
  padding-right: 10px;
}
html:lang(ar) .accordion-button::after {
  left: 18px;
  position: absolute;
}
html:lang(ar) #developer_course_section .developer-course-area .developer-course-list-area-col {
  padding-left: 50px;
  padding-right: 10px;
}
@media (max-width: 1320px) {
  html:lang(ar) #course_details_section .course-details-contents .course-details-title-description-area-col {
    padding-left: 50px;
    padding-right: 10px;
  }
}
@media (max-width: 1100px) {
  html:lang(ar) #course_details_section .course-details-contents .course-details-title-description-area-col {
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  html:lang(ar) #upcoming_batch_section .upcoming-batch-contents-area .upcoming-batch-details-area-col {
    padding-right: 10px;
    padding-left: 10px;
  }
  html:lang(ar) #developer_course_section .developer-course-area .developer-course-list-area-col {
    padding-left: 10px;
    padding-right: 10px;
  }
  html:lang(ar) #developer_course_section .developer-course-area .developer-course-list-area-col .developer-course-list-area {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
@media (max-width: 767px) {
  html:lang(ar) #course_details_section .course-details-contents {
    padding-right: 5px;
  }
  html:lang(ar) #course_details_section .course-details-contents .course-details-title-description-area-col {
    padding-right: 15px;
    padding-left: 10px;
  }
  html:lang(ar) #course_details_section .course-details-contents .course-details-title-description-area-col .course-details-title-description-area .course-details-buttons-area .btns {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
  }
  html:lang(ar) #course_details_section .course-details-contents .course-details-title-description-area-col .course-details-title-description-area .course-details-buttons-area .book-demo-btn {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
  }
}
