@import url('https://fonts.googleapis.com/css2?family=Smooch&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Grape+Nuts&display=swap');

span {
  position: relative;
}

ul.nav-pills {
  top: 20px;
  position: sticky;
}

@media (max-width:750px) {
  .spys {
    font-size: 10px;
  }
}

div.col-8 div {
  /* height: 500px; */
}

.dark {
  background-color: #12395d;
}

.get-btn:hover {
  color: #1a2235;
  background-color: #7db0de;
  border-color: #7db0de;
  -webkit-box-shadow: none;
  /* box-shadow: 0px 7px 8px 4px #4290bd; */
  box-shadow: 0 11px 18px -8px #15608b;

}

.content-part {
  /* padding-left: 33px; */
}

.name h1 {
  font-size: 41px;
  font-weight: 100;
  font-family: 'Grape Nuts', cursive;
}

.name a {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
  text-decoration: none;
}

.name a:hover {
  color: #15608b;
  transition: 0.1s;
}

.aboutpro h3 {
  font-size: 23px;
  font-family: 'Grape Nuts', cursive;
}

.aboutpro p {
  margin-bottom: 0;
}

.name {
  background-color: #fff;
  padding: 25px;
}

.aboutpro {
  background-color: #fff;
  padding: 25px;
}

.review-box {
  background-color: #fff;
  padding: 25px;
}

.review-box h4 {
  font-family: sans-serif;
}

.rate-btn {
  background: #ffb881;
  padding: 5px 40px;
  color: #fff;
  border: 1px solid #ffb881;
  box-shadow: 0 11px 18px -8px #ffb881;
  border-radius: 7px;
  font-weight: 900;
}

.rate-btn:hover {
  transition: 0.5s;
  box-shadow: none;
}

.rate-box {
  display: flex;
  /* flex-direction: row; */
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
}

.img-box {
  background: url(./assets/img/c4n_copy.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.img-box-2 {
  width: 100%;
  height: 100%;
}

.ratebtn-2 {
  background-color: #50afe4;
  border: 1px solid #50afe4;
  box-shadow: 0 11px 18px -8px #50afe4;
}

.ratebtn-3 {
  background: #425648;
  border: 1px solid #425648;
  box-shadow: 0 11px 18px -8px #425648;
}

.img-box-3 {
  width: 100%;
  height: 100%;
}

.box-3 {
  padding-right: 0;
}

.content-part-3 {
  padding-left: 0;
}

.content-part-2 {
  padding-right: 0;
}

.box-2 {
  padding-left: 0;
}

.box-1 {
  padding-right: 0;
}

.content-part-1 {
  padding-left: 0;
}

@media(max-width:915px) {
  .content-part-1 {
    padding-right: inherit;
  }

  .box-1 {
    padding-left: inherit;
  }

  .box-2 {
    padding-right: inherit;
  }

  .content-part-2 {
    padding-left: inherit;
  }

  .content-part-3 {
    padding-right: inherit;
  }

  .box-3 {
    padding-left: inherit;
  }
}


.modal,
.modal2,
.modal3 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (max-width:880px) {
  .modal-content {
    width: 75%;
    margin-top: 40px;
  }
}

/* The Close Button */
.close,
.close2,
.close3 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close3:hover,
.close3:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content div i {
  font-size: 25px;
  padding: 5px 2px;
  color: #7db0de;
}

.modal-content span {
  position: absolute;
  top: 0;
  left: 98%;
  transform: translate(-98%, 0);
}

.modal-cmnt {
  width: 100%;
  background: #21212108;
  padding: 10px 5px;
  margin: 10px 0;
  border: none;
}

.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: center;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  border-radius: 10px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* .dropdown:hover .dropbtn {
  background-color: #3e8e41;
} */

.dropbtn i {
  color: #05539b;
}
.navbar-mobile-logo{
  height: 70px;
}.margin-fx{
    margin-right: -28px;
}