/* Preloader */
@font-face {
  font-family: "SouthernAire";
  src: url("../fonts/SouthernAirePersonalUseOnly.eot");
  src: url("../fonts/SouthernAirePersonalUseOnlyd41d.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SouthernAirePersonalUseOnly.woff") format("woff"),
    url("../fonts/SouthernAirePersonalUseOnly.ttf") format("truetype"),
    url("../fonts/SouthernAirePersonalUseOnly.svg#SouthernAirePersonalUseOnly")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f3f7;
  /* change if the mask should have another color then white */
  z-index: 9999999;
  /* makes sure it stays on top */
}
.middleData {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.homepage {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

body {
  font-family: "Open Sans", sans-serif;
  color: #8a8b8b;
  font-size: 18px;
  line-height: 22px;
  background-color: #f2f3f7;
  font-weight: normal;
  min-height: 100vh;
}

body.yellow {
  background-color: #ffcc00;
}

body.green {
  background-color: #aaee06;
}

body.blue {
  background-color: #00d2ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.homepage #logo {
  margin: 0 0 26px 0;
}

h6.subTitle {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.homepage h6.subTitle {
  color: #000;
}
.highlight {
  color: #b0332c;
}
.home {
  background: #e6e9ed url(../img/bg-body.png) left top repeat-x;
}

.main-wrapper {
  padding: 15px;
  margin: 0 auto;
}

/*Logo Start Here*/

#logo {
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0;
}

#logo a {
  display: inline-block;
  padding: 4px;
}

/*Logo End Here*/

/*Slogan start here*/

.slogan {
  text-align: center;
}

.slogan img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.slogan p {
  margin: 0;
  padding: 5px 0;
  color: #3e3d3d;
}

/*SLogan end here*/

/*Countdown start here*/

.count-down {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.count-down li {
  margin: 0 10px;
  padding: 0;
  list-style: none;
  font-size: 28px;
  display: inline-block;
  min-height: 260px;
  position: relative;
  width: auto;
}

.count-down li div {
  margin: 0 !important;
  padding: 0;
  display: inline-block !important;
}

.count-down li input {
  font-family: "Roboto", sans-serif !important;
  font-size: 88px !important;
  color: #404040 !important;
  width: 154px !important;
  height: 98px !important;
  margin: 0 auto !important;
  font-weight: normal !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
}

#days-title,
#hours-title,
#mins-title,
#secs-title {
  display: block;
  color: #404040;
  text-transform: uppercase;
  margin-top: -94px;
  font-size: 30px;
  position: relative;
  z-index: 9 !important;
}

/*Countdown end here*/

/*Newsletter subscribe start here*/

.contact-form .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 4px !important;
}

.contact-form {
  color: #8c8c8c;
  float: none;
  margin: 0 auto 60px auto;
}

.contact-form input {
  background-color: #ffffff;
  border: none;
  height: 60px;
  width: 100%;
  padding: 0 22% 0 70px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
}

.contact-form .error:focus,
.contact-form .error {
  border: 1px solid #ff0000;
}

.contact-form label.error {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  position: absolute;
  right: 0;
  text-transform: none;
  top: -28px;
  border: none;
  background-color: #ff0000;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.contact-form .email-ico {
  position: absolute;
  top: -6px;
  left: 12px;
  font-size: 24px;
}

.contact-form .btn-submit {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 20px;
  border: none;
  background-color: #ff382e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 20px;
  color: #ffffff;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  width: 90px;
  height: 40px;
  font-weight: bold;
  line-height: 24px;
  outline: none;
}

.form-respond .content-message {
  border-radius: 4px;
  margin: 0 0 50px;
  padding: 30px;
}

.form-respond .success {
  color: #fff;
  background-color: green;
}

.form-respond .content-message {
  border-radius: 4px;
  margin: 0 0 50px;
  padding: 4px 8px;
  color: #fff;
  background-color: #ff0000;
}

.form-respond .content-message h2,
.form-respond .content-message p {
  display: inline;
  font-size: 15px;
}

/*Newsletter subscribe end here*/

/*Social Links start here*/

.connect-us {
  margin: 0 0 38px 0;
  padding: 0;
  text-align: center;
}

.connect-us li {
  display: inline-block;
  font-size: 28px;
}

.connect-us li a {
  display: block;
  margin: 10px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  color: #000;
  outline: none;
}

.connect-us li a.fb:hover {
  color: #507cbe;
}

.connect-us li a.twitter:hover {
  color: #62cdf2;
}

.connect-us li a.gplus:hover {
  color: #ec5d48;
}

.connect-us li a.linkedin:hover {
  color: #1e88c9;
}

.connect-us li a.ytube:hover {
  color: #e64c38;
}

.connect-us li a.dribbble:hover {
  color: #d34e95;
}

.connect-us li a.pinterest:hover {
  color: #e94546;
}

/*Social Links end here*/

/*Footer start here*/

footer {
  text-align: center;
  font-size: 16px;
}

footer a {
  color: #8a8b8b;
  text-decoration: underline;
}

footer a:hover {
  text-decoration: underline !important;
  color: #8a8b8b;
}

/*Footer start here*/

/*About/Contact css start here*/

.about-us a {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  background-color: #ff3b30;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  left: 1%;
  font-size: 22px;
  z-index: 999;
  text-decoration: none;
  outline: none;
}

.about-us .tooltip-inner,
.contact-us .tooltip-inner {
  background: none;
  border-radius: 0;
  color: #3e3d3d;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
}

.about-us .tooltip-arrow,
.contact-us .tooltip-arrow {
  display: none;
}

.contact-us a {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  background-color: #ff3b30;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  right: 1%;
  font-size: 22px;
  z-index: 999;
  text-decoration: none;
  outline: none;
}

.about-us a:hover,
.contact-us a:hover {
  text-decoration: none;
}

/*About/Contact css end here*/

.tictoc .modal {
  background: rgba(31, 31, 31, 0.96);
}

.pop-up {
  padding: 20px;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: none;
}

.cls-pop {
  bottom: auto;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  font-weight: normal;
  z-index: 999;
  margin-top: 30px;
  width: 25px;
  text-align: center;
  margin: 30px auto 0 auto;
  display: block !important;
  position: relative;
  cursor: pointer;
}

.cls-pop:hover {
  color: #ff382e;
  text-decoration: none;
}

.pop-up h3 {
  font-size: 34px;
  line-height: 40px;
  margin: 0 0 40px 0;
  padding: 0;
  color: #ff382e;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
}

.pop-up h3:before {
  background-color: #ff382e;
  bottom: -30px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 300px;
}

.pop-up h3:before {
  left: 50%;
  margin-left: -150px;
}

.pop-up p {
  margin: 10px 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  color: #dadada;
}

.pop-up-cnt {
  text-align: center;
}

.pop-up-cnt i {
  height: 40px;
  width: 40px;
  background-color: #ff3b30;
  border-radius: 50%;
  color: #ffffff;
  line-height: 40px;
  margin-bottom: 10px;
}

.pop-up-cnt h4 {
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.pop-up-cnt .cnt-wrap {
  padding-top: 30px;
}

.features {
  margin: 20px 0 0 0;
  padding: 0 0 0 14px;
}

.features li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 28px;
  color: #dadada;
  width: 33%;
  float: left;
}

.gmap {
  margin: 20px 0;
  position: relative;
  width: 100%;
  height: 400px;
}

.bg-overlay {
  background: url(../img/bg-overlay.png) repeat left top;
  opacity: 0.6;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}

/*Template color option start here*/

.template-colors {
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
}

.template-colors li {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  font-size: 26px;
}

.template-colors li a {
  margin: 0;
  padding: 0;
  outline: none;
  display: block;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.template-colors li a:hover {
  border: 1px solid #999;
}

.template-colors li a.blue {
  background-color: #00d2ff;
}

.template-colors li a.green {
  background-color: #aaee06;
}

.template-colors li a.yellow {
  background-color: #ffcc00;
}

/*Template color option end here*/

.madalData {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
h6.subTitle.blackFont {
  color: #000;
}

input:focus-visible {
  outline: none;
}

footer a:focus,
footer:focus-visible {
  outline: none;
  color: #8a8b8b;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* .count-down li input {
		margin-top: 60px !important;
	} */
}

/*Responsive css start here*/
@media only screen and (max-device-width: 1999px) {
  .count-down li div,
  .count-down li canvas {
    width: 260 !important;
    height: 260 !important;
  }
  .count-down li {
    min-height: 260;
  }
  .count-down li input {
    top: 47%;
    font-size: 88px !important;
  }
  #days-title,
  #hours-title,
  #mins-title,
  #secs-title {
    font-size: 30px;
    margin-top: -99px;
  }
  .contact-form input {
    font-size: 16px;
  }
}
@media only screen and (max-device-width: 1150px) {
  body {
    flex-direction: column;
  }
  .about-us a {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
  }
  .contact-us a {
    position: relative;
    margin: 0;
    right: auto !important;
    left: auto;
  }
  .about-us .tooltip,
  .contact-us .tooltip {
    display: none !important;
  }
  .about-us .tooltip-arrow,
  .contact-us .tooltip-arrow {
    display: none;
  }
  .popButtons {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .about-us,
  .contact-us {
    display: inline-block;
    margin: 0 20px;
  }
  footer {
    font-size: 15px;
  }
  .count-down li div,
  .count-down li canvas {
    width: 210px !important;
    height: 210px !important;
  }

  .count-down li input {
    font-size: 65px !important;
  }

  #days-title,
  #hours-title,
  #mins-title,
  #secs-title {
    margin-top: -84px;
    font-size: 20px;
  }
  .count-down li input {
    top: 40%;
  }
  .about-us a:after {
    content: "about";
    position: absolute;
    bottom: -40px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "open sans";
    left: 50%;
    transform: translateX(-50%);
  }
  .contact-us a:after {
    content: "Contact";
    position: absolute;
    bottom: -40px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "open sans";
    left: 50%;
    transform: translateX(-50%);
  }

  .popButtons.blackFont a:after {
    color: #000;
  }
}

@media only screen and (max-width: 1024px) {
  .count-down li div,
  .count-down li canvas {
    width: 230px !important;
    height: 230px !important;
  }
  .contact-form input {
    padding: 0 26% 0 17%;
  }
  .hide-med {
    display: none !important;
  }
  .contact-form .btn-submit {
    font-size: 18px;
  }
  .features li {
    width: 50%;
  }
  .slogan p {
    font-size: 15px;
  }
  .slogan p br {
    display: none;
  }
  #days-title,
  #hours-title,
  #mins-title,
  #secs-title {
    margin-top: -84px;
  }
  .count-down li div,
  .count-down li canvas {
    width: 210px !important;
    height: 210px !important;
  }
}
@media only screen and (max-width: 991px) {
  .count-down li {
    min-height: 240px;
  }
  .count-down li input {
    top: 43%;
  }
  .count-down li {
    min-height: 235px;
  }
  #days-title,
  #hours-title,
  #mins-title,
  #secs-title {
    margin-top: -88px;
  }
}
@media only screen and (max-width: 767px) {
  .connect-us li a {
    margin: 0 0;
    padding: 0 7px;
    width: auto;
  }

  .connect-us li a .fa {
    font-size: 25px;
  }
  .pop-up h3:before {
    bottom: -20px;
  }
  .pop-up h3 {
    font-size: 30px;
  }
  .count-down li div,
  .count-down li canvas {
    width: 210px !important;
    height: 210px !important;
  }

  .slogan {
    margin-bottom: 50px;
  }
}
@media only screen and (max-device-width: 600px) {
  .features li {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-device-width: 568px) {
  .contact-form input {
    padding: 0 100px 0 70px;
    font-size: 14px;
  }
  .contact-form .email-ico img {
    width: 45px;
  }
  .paw-carousel-item {
    height: 320px !important;
  }
  .contact-form .btn-submit {
    font-size: 15px;
    padding: 0;
    margin: 0;
    width: 80px;
  }
}

@media only screen and (max-height: 716px) {
  .madalData {
    height: auto;
  }
}

/*Responsive css end here*/

/* Custom CSS */

#sinavlar .card img {
  width: 100%;
  border-radius: 5px;
}

#examTitle {
  text-align: center;
  margin: 40px 10px;
}
#examTitle h1 {
  color: #404040;
}

footer {
  margin: 0 0 40px 0;
}

.card {
  background-color: #e3e3e3;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 40px;
  text-align: center;
}

.card a {
  outline: none;
  display: inline-block;
  text-decoration: none;
  color: #404040;
}
.card img {
  border-radius: 5px;
}

.card a:focus,
.card a:focus-visible,
.card a:visited {
  outline: none;
  text-decoration: none;
}

.card-title {
  font-size: 22px;
  line-height: 32px;
  color: #404040;
  padding: 20px 5px;
  margin: 0 0 10px 0;
}

.card-title a {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 32px;
}

.card-body {
  padding: 0px;
}

.card-body .customBtn {
  margin-bottom: 10px;
  color: #fff !important;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 26px;
}

#search-sinav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.navbar-brand {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #404040;
}

.navbar-toggler {
  color: #356f0e;
  font-size: 27px;
  border: none;
  padding: 0px;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.custom-input:focus {
  outline: none;
  border-color: none;
  box-shadow: none;
  border-color: #d5d5d5;
}

.customBtnColor,
.customBtnColor:active .customBtnColor:focus .customBtnColor:focus-visible {
  background-color: #356f0e !important;
  border-color: #356f0e !important;
}
.customBtnColor:hover {
  background-color: #31660d !important;
  border-color: #31660d !important;
}
.navbar {
  padding: 0px;
}
#menu {
  padding: 20px 0;
  background-color: #e8e8e8;
}

.Main-Title {
  text-align: center;
  margin: 50px 0 50px 0;
}
.Main-Title h1 {
  color: #404040;
  letter-spacing: 0.5px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

footer p {
  margin: 0;
}

.alertSpace {
  margin-bottom: 50px;
  text-align: center;
}

.BackBtn {
  margin-top: 20px;
}

.BackBtn a {
  color: #404040;
}

#exam-title h4 {
  color: #404040;
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

#exam-title span {
  font-weight: 600;
  color: #b0332c;
}
.SinavKisaAciklama {
  margin: 20px 0 30px 0;
}
.knob {
  display: none;
}

.count-down li div,
.count-down li canvas {
  width: 240px !important;
  height: 240px !important;
}

.count-down li {
  min-height: 240px;
  margin-bottom: 0px;
}

.slogan {
  margin-top: 50px;
  margin-bottom: 35px;
}

.count-down li input {
  font-size: 64px !important;
  top: 42%;
}

#days-title,
#hours-title,
#mins-title,
#secs-title {
  margin-top: -72px;
  font-size: 35px;
}
.navbar-brand {
  font-size: 32px;
  line-height: 42px;
}

.Main-Title h1 {
  font-size: 32px;
  line-height: 42px;
}

#exam-title h4 {
  font-size: 19px;
  line-height: 29px;
}

.slogan p {
  font-size: 19px;
  line-height: 29px;
}

h6.subTitle {
  font-size: 26px;
  line-height: 36px;
}

#OtherPage {
  margin: 50px 0px;
}

.OtherPageCustom {
  color: #404040;
  font-size: 18px;
  line-height: 28px;
}
.OtherPageCustom h1 {
  font-size: 1.8rem;
  padding-bottom: 20px;
  font-weight: 600;
}
.OtherPageCustom p {
  padding: 10px 0;
}

.other-links {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

.other-links ul {
  display: flex;
  column-gap: 10px;
  margin: 0;
  padding: 0;
}
.other-links ul li {
  list-style-type: none;
}
.other-links ul li a {
  text-decoration: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .count-down li div,
  .count-down li canvas {
    width: 210px !important;
    height: 210px !important;
  }

  .count-down li {
    min-height: 210px;
    margin-bottom: 20px;
  }

  .Main-Title {
    margin: 50px 0 50px 0;
  }

  .slogan {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .count-down li input {
    font-size: 52px !important;
    top: 42%;
  }

  #days-title,
  #hours-title,
  #mins-title,
  #secs-title {
    margin-top: -72px;
    font-size: 27px;
  }
  .navbar-brand {
    font-size: 30px;
    line-height: 40px;
  }

  .Main-Title h1 {
    font-size: 30px;
    line-height: 40px;
  }

  #exam-title h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .slogan p {
    font-size: 18px;
    line-height: 28px;
  }

  h6.subTitle {
    font-size: 24px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .count-down li div,
  .count-down li canvas {
    width: 210px !important;
    height: 210px !important;
  }

  .count-down li {
    min-height: 210px;
    margin-bottom: 20px;
  }

  .Main-Title {
    margin: 45px 0 45px 0;
  }

  .slogan {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .count-down li input {
    font-size: 52px !important;
    top: 42%;
  }

  #days-title,
  #hours-title,
  #mins-title,
  #secs-title {
    margin-top: -72px;
    font-size: 27px;
  }
  .navbar-brand {
    font-size: 30px;
    line-height: 40px;
  }

  .Main-Title h1 {
    font-size: 30px;
    line-height: 40px;
  }

  #exam-title h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .slogan p {
    font-size: 18px;
    line-height: 28px;
  }

  h6.subTitle {
    font-size: 24px;
    line-height: 34px;
  }
}

@media screen and (max-width: 991px) {
  .count-down li:nth-child(3) {
    margin-bottom: 0px !important;
  }

  .count-down li:nth-child(4) {
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    justify-content: end;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-down {
    max-width: 650px;
    margin: 0 auto;
  }

  .count-down li div,
  .count-down li canvas {
    width: 200px !important;
    height: 200px !important;
  }

  .count-down li {
    min-height: 200px;
    margin-bottom: 20px;
  }

  .Main-Title {
    margin: 45px 0 45px 0;
  }

  .slogan {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .count-down li input {
    font-size: 50px !important;
    top: 42%;
  }

  #days-title,
  #hours-title,
  #mins-title,
  #secs-title {
    margin-top: -72px;
    font-size: 25px;
  }
  .navbar-brand {
    font-size: 29px;
    line-height: 39px;
  }

  .Main-Title h1 {
    font-size: 29px;
    line-height: 39px;
  }

  #exam-title h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .slogan p {
    font-size: 18px;
    line-height: 28px;
  }

  h6.subTitle {
    font-size: 24px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .form-space {
    margin: 20px 0;
  }

  .alertSpace {
    margin-bottom: 35px;
  }

  .count-down li div,
  .count-down li canvas {
    width: 180px !important;
    height: 180px !important;
  }

  .count-down li {
    min-height: 180px;
    margin-bottom: 20px;
  }

  .Main-Title {
    margin: 40px 0 40px 0;
  }

  .slogan {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .count-down li input {
    font-size: 45px !important;
    top: 44%;
  }

  #days-title,
  #hours-title,
  #mins-title,
  #secs-title {
    margin-top: -66px;
    font-size: 22px;
  }
  .navbar-brand {
    font-size: 28px;
    line-height: 38px;
  }

  .Main-Title h1 {
    font-size: 28px;
    line-height: 38px;
  }

  #exam-title h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .slogan p {
    font-size: 18px;
    line-height: 28px;
  }

  h6.subTitle {
    font-size: 24px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 401px) and (max-width: 576px) {
  .count-down {
    max-width: 475px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 576px) {
  .count-down li div,
  .count-down li canvas {
    width: 140px !important;
    height: 140px !important;
  }

  .count-down li {
    min-height: 140px;
    margin-bottom: 20px;
  }

  .Main-Title {
    margin: 40px 0 40px 0;
  }

  .slogan {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .count-down li input {
    font-size: 40px !important;
    top: 40%;
  }

  #days-title,
  #hours-title,
  #mins-title,
  #secs-title {
    margin-top: -54px;
    font-size: 22px;
  }
  .navbar-brand {
    font-size: 27px;
    line-height: 37px;
  }

  .Main-Title h1 {
    font-size: 27px;
    line-height: 37px;
  }

  #exam-title h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .slogan p {
    font-size: 18px;
    line-height: 28px;
  }

  h6.subTitle {
    font-size: 24px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 400px) {
  .count-down li div,
  .count-down li canvas {
    width: 130px !important;
    height: 130px !important;
  }

  .count-down li {
    min-height: 140px;
    margin-bottom: 20px;
  }

  .Main-Title {
    margin: 40px 0 40px 0;
  }

  .slogan {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .count-down li input {
    font-size: 38px !important;
    top: 40%;
  }

  #days-title,
  #hours-title,
  #mins-title,
  #secs-title {
    margin-top: -54px;
    font-size: 21px;
  }
  .navbar-brand {
    font-size: 26px;
    line-height: 36px;
  }

  .Main-Title h1 {
    font-size: 26px;
    line-height: 36px;
  }

  #exam-title h4 {
    font-size: 17px;
    line-height: 27px;
  }

  .slogan p {
    font-size: 17px;
    line-height: 27px;
  }

  h6.subTitle {
    font-size: 23px;
    line-height: 33px;
  }
}

@media only screen and (max-width: 375px) {
  .count-down li div,
  .count-down li canvas {
    width: 110px !important;
    height: 110px !important;
  }

  .count-down li {
    min-height: 111px;
    margin-bottom: 20px;
  }

  .Main-Title {
    margin: 35px 0 35px 0;
  }

  .slogan {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .count-down li input {
    font-size: 35px !important;
    top: 45%;
  }

  #days-title,
  #hours-title,
  #mins-title,
  #secs-title {
    margin-top: -45px;
    font-size: 18px;
  }
  .navbar-brand {
    font-size: 24px;
    line-height: 34px;
  }

  .Main-Title h1 {
    font-size: 26px;
    line-height: 36px;
  }

  #exam-title h4 {
    font-size: 16px;
    line-height: 26px;
  }

  .slogan p {
    font-size: 16px;
    line-height: 26px;
  }

  h6.subTitle {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 350px) {
  .count-down li div,
  .count-down li canvas {
    width: 110px !important;
    height: 110px !important;
  }

  .count-down li {
    min-height: 111px;
    margin-bottom: 20px;
  }

  .Main-Title {
    margin: 35px 0 35px 0;
  }

  .slogan {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .count-down li input {
    font-size: 35px !important;
    top: 45%;
  }

  #days-title,
  #hours-title,
  #mins-title,
  #secs-title {
    margin-top: -45px;
    font-size: 18px;
  }
  .navbar-brand {
    font-size: 24px;
    line-height: 34px;
  }

  .Main-Title h1 {
    font-size: 25px;
    line-height: 35px;
  }

  #exam-title h4 {
    font-size: 16px;
    line-height: 26px;
  }

  .slogan p {
    font-size: 16px;
    line-height: 26px;
  }

  h6.subTitle {
    font-size: 22px;
    line-height: 32px;
  }
}
