*{
    font-family: 'Roboto', sans-serif;
}


  .bg-light {
    background-color: #fff0 !important;
    padding: 0px;
}
.navbar-container{
  padding: 20px 64px ;
  background-color: #000;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 9px;
  font-weight: 300;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #62BABF;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 2.5rem;
  padding-left: 0.5rem;
  margin-right: 1rem;
}
.modal-header h5{
  font-size: 14px;
  font-weight: 700;
  color: #62BABF;
  margin-left: auto;
  padding-top: 14px;
}
.modal-content{
  background-color: #000;
}
.modal-header{
  border: none;
  background-color: #fff0;
}
.modal-header .close{
  color: #fff;
}
.modal-dialog{
  max-width: 1000px;
}
header{
  background-image: url("../images/Mask\ Group\ 7@2x.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 100vh;
}
.header-2{
  background-image: url("../images/Mask\ Group\ 7@2x_new_2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 100vh;
}
.modal-row-1{
  padding: 0px 20px;
}
.card-country .card-body{
  padding: 0px;
}
.card-country img{
  cursor: pointer;
}
.head-content{
  padding-top: 42vh;
}
@media screen and (min-height:600px){
  .head-content{
    padding-top: 28vh;
  }
}
@media screen and (min-height:620px){
  .head-content{
    padding-top: 30vh;
  }
}
@media screen and (min-height:640px){
  .head-content{
    padding-top: 33.5vh;
  }
}
@media screen and (min-height:680px){
  .head-content{
    padding-top: 37vh;
  }
}
@media screen and (min-height:740px){
  .head-content{
    padding-top: 42vh;
  }
}
@media screen and (min-height:800px){
  .head-content{
    padding-top: 44vh;
  }
}
@media screen and (min-height:900px){
  .head-content{
    padding-top: 45vh;
  }
}

@media screen and (min-height:1080px){
  .head-content{
    padding-top: 50vh;
  }
}
@media screen and (min-height:1080px){
  .head-content{
    padding-top: 45vh;
  }
}
@media screen and (min-height:1400px){
  .head-content{
    padding-top: 50vh;
  }
}
.head-content h1{
  font-size: 60px;
  font-weight: 100;
  color: #000;
  line-height: 1;
  margin-bottom: 16px;
}
.head-content h2{
  font-size: 24px;
  font-weight: 300;
  color: #E6A800;
  font-style: italic;
  margin-bottom: 78px;
  font-family: 'Libre Caslon Text', serif;
}
.head-content h3{
  font-size: 9px;
  color: #000;
  font-weight: 500;
  margin-bottom: 12px;

  
}
.head-content h4{
  font-size: 7px;
  color: #000;
  font-weight: 300;
  margin-bottom: 21px;
}
.head-content h5{
  font-size: 21px;
  color: #000;
  font-weight: 100;
  margin-bottom: 10px;
  margin-top: 20px;
}
.head-content h6{
  font-size: 12px;
  font-weight: 500;
  color: #62BABF;
  margin-bottom: 12px;
}
.head-content a{
  font-size: 8px;
  font-weight: 500;
  color: #62BABF;
}
.head-content .btn-outline-primary{
  font-size: 9px;
  font-weight: 300;
  border: 1px solid #62BABF;
  border-radius: 38px;
  padding: 6px 20px 6px 6px ;
  color: #000;
  background: linear-gradient(to right, #62BABF 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}
.head-content .btn-outline-primary:hover{
  background-color: #62BABF;
  font-weight: 500;
  background-position: left bottom;
}
.fade:not(.show) {
  opacity: 1;
}

/* ....................................... */
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  
}
.ui.dropdown .menu > .item {
  padding: 1rem 1.14285714rem !important;
  border-bottom: 1px solid #f5ededa8;
  color: #fff;
  
}
.navbar-toggler{
  background-color: #E6A800;
  margin-right: 15px;
}
.ui.inline.dropdown .menu{
  background-color: #000;
}
.ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > img, .ui.dropdown > .text > .image, .ui.dropdown > .text > img{
  min-height: 2.5em;
}
.mob-2{
  display: none;
}
.mobile-2{
  display: none;
}
@media screen and (max-width:320px){
  .head-content h1{
    font-size: 30px;
  }
  header{
    background-image: url("../images/Mask\ Group\ 10@2x.png");
    min-height: 100vh;
  }
  .header-2{
    background-image: url("../images/Mask\ Group\ 10@2x_new_6.png");
    min-height: 100vh;
  }
  .navbar-light .navbar-brand{
    margin-left: 15px;
  }
  .mobile-1{
    display: none;
  }
  .mobile-2{display: block;}
  .head-content {
    padding-top: 48vh;
    padding-left: 26%;
}

.head-content h2{
  font-size: 18px;
  color: #000;
  margin-bottom: 35px;
}
.mob-1{
  display: none;
}
.mob-2{
  display: block;
  margin-top: 1rem;
}
.head-content h4{
  margin-bottom: 0px;
}
.head-content h3{
  margin-bottom: 5px;
}
.head-content h5{
  font-size: 15px;
  margin-top: -4rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
 padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: 1rem;
  text-align: end;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
  float: right;
}
.modal-content{
  margin-top: 0%;
}
}
@media screen and (min-width:321px)and (max-width:600px){
  .card-country img{
    margin-bottom: 15px;
 
  }
  header{
    background-image: url("../images/Mask\ Group\ 10@2x.png");
    min-height: 100vh;
  }
  .header-2{
    background-image: url("../images/Mask\ Group\ 10@2x_new_6.png");
    min-height: 100vh;
  }
  .navbar-light .navbar-brand{
    margin-left: 15px;
  }
  .mobile-1{
    display: none;
  }
  .mobile-2{display: block;}
  .head-content {
    padding-top: 54vh;
    padding-left: 26%;
}
.head-content h1{
  font-size: 40px;
}
.head-content h2{
  font-size: 18px;
  color: #000;
  margin-bottom: 35px;
}
.mob-1{
  display: none;
}
.mob-2{
  display: block;
  margin-top: 1rem;
}
.head-content h4{
  margin-bottom: 0px;
}
.head-content h3{
  margin-bottom: 5px;
}
.head-content h5{
  font-size: 15px;
  margin-top: -4rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
 padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: 1rem;
  text-align: end;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
  float: right;
}
.modal-content{
  margin-top: -60%;
}
}
@media screen and (min-width:320px) and (min-height:568px) and (max-width:320px) and (max-height:568px) {
  .card-country img{
    margin-bottom: 15px;
 
  }
  header{
    background-image: url("../images/shutterstock\ pic\ blonddaisy@2x.png");
    min-height: 100vh;
  }
  .header-2{
    background-image: url("../images/Pic\ Shutter\ stock\ eyes\ closed@2x.png");
    min-height: 100vh;
  }
  .navbar-light .navbar-brand{
    margin-left: 15px;
  }
  .mobile-1{
    display: none;
  }
  .mobile-2{display: block;}
  .head-content {
    padding-top: 10vh;
    padding-left: 0%;
}
.head-content h1{
  font-size: 40px;
}
.head-content h2{
  font-size: 18px;
  color: #000;
  margin-bottom: 35px;
}
.mob-1{
  display: none;
}
.mob-2{
  display: block;
  margin-top: 1rem;
}
.head-content h4{
  margin-bottom: 0px;
}
.head-content h3{
  margin-bottom: 5px;
}
.head-content h5{
  font-size: 15px;
  margin-top: -4rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
 padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: 1rem;
  text-align: end;
}
}
@media screen and (min-width:600px) and (min-height:960px) and (max-width:600px) and (max-height:960px) {
  .head-content {
    padding-left: 40%;
  }
}
@media screen and (min-width:610px) and (max-width:750px){
  .card-country img{
    margin-bottom: 15px;
 
  }
  header{
    background-image: url("../images/shutterstock\ pic\ blonddaisy@2x.png");
    min-height: 100vh;
  }
  .header-2{
    background-image: url("../images/Pic\ Shutter\ stock\ eyes\ closed@2x.png");
    min-height: 100vh;
  }
  .navbar-light .navbar-brand{
    margin-left: 15px;
  }
  .mobile-1{
    display: none;
  }
  .mobile-2{display: block;}
  .head-content {
    padding-top: 10vh;
    padding-left: 0%;
}
.head-content h1{
  font-size: 40px;
}
.head-content h2{
  font-size: 18px;
  color: #000;
  margin-bottom: 35px;
}
.mob-1{
  display: none;
}
.mob-2{
  display: block;
  margin-top: 1rem;
}
.head-content h4{
  margin-bottom: 0px;
}
.head-content h3{
  margin-bottom: 5px;
}
.head-content h5{
  font-size: 15px;
  margin-top: -4rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
 padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: 1rem;
  text-align: end;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
  float: right;
}
.modal-content{
  margin-top: 3%;
}
}
@media screen and (min-width:600px)and (min-height:960px) and (max-width:600px) and (max-height:960px){
  header{
    background-image: url("../images/shutterstock\ pic\ blonddaisy@2x_600*960.png");
    min-height: 100vh;
  }
  .header-2{
    background-image: url("../images/Mask\ Group\ 25@2x_600*960.png");
    min-height: 100vh;
  }
}
@media screen and (min-width:768px)and (max-width:1020px){
  .modal-content{
    margin-top: -70%;
  }
  .mobile-1{display: none;}
  .mobile-2{display: block;margin-left: auto;
    margin-right: 5%;}
  .head-content h1{
    font-size: 60px;
  }
  .head-content h2{
    font-size: 22px;
    margin-bottom: 30px;
    color: #000;
  }
  .head-content h3{
    font-size: 10px;
    margin-bottom: 5px;
  }
  .head-content h4{
    font-size: 9px;
    margin-bottom: 0px;
  }
 .head-content h5{
   font-size: 20px;
 }
 .navbar-brand img {
   margin-left: 15px;
 }
 .ui.inline.dropdown{
   margin-left: 10px;
 }
 header{
  background-image: url("../images/Mask\ Group\ 9@2x.png");

}
.header-2{
  background-image: url("../images/Mask\ Group\ 9@2x_new_5.png");

}
.head-content{
  padding-top: 58vh;
  padding-left: 45%;
}
.tab{
  margin-left: -10%;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
   padding-left: 0.5rem;
   margin-right: 1rem;
   text-align: end;
 }
 .ml-auto, .mx-auto {
   margin-left: auto !important;
   float: right;
 }
}
@media screen and (min-width:800px)and (max-width:1000px){
  .card-country img{
    margin-bottom: 15px;
 
  }
  header{
    background-image: url("../images/shutterstock\ pic\ blonddaisy@2x.png");
    min-height: 100vh;
  }
  .header-2{
    background-image: url("../images/Pic\ Shutter\ stock\ eyes\ closed@2x.png");
    min-height: 100vh;
  }
  .navbar-light .navbar-brand{
    margin-left: 15px;
  }
  .mobile-1{
    display: none;
  }
  .mobile-2{display: block;}
  .head-content {
    padding-top: 10vh;
    padding-left: 0%;
}
.head-content h1{
  font-size: 40px;
}
.head-content h2{
  font-size: 18px;
  color: #000;
  margin-bottom: 35px;
}
.mob-1{
  display: none;
}
.mob-2{
  display: block;
  margin-top: 1rem;
}
.head-content h4{
  margin-bottom: 0px;
}
.head-content h3{
  margin-bottom: 5px;
}
.head-content h5{
  font-size: 15px;
  margin-top: -4rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
 padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: 1rem;
  text-align: end;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
  float: right;
}
.modal-content{
  margin-top: 3%;
}
}
@media screen and (min-width:800px) and (min-height:1280px) and (max-width:800px){
  .head-content h1{
    font-size: 50px;
  }
  .head-content h5{
    font-size: 18px;
  }
  .head-content h2{
    color: #000;
  }
  .head-content .btn-outline-primary{
    font-size: 8px;
  }
  header{
    background-image: url("../images/shutterstock\ pic\ blonddaisy@2x_800*1280.png");
  
  }
  .header-2{
    background-image: url("../images/Mask\ Group\ 13@2x_800*1280.png");
  
  }
  .head-content {
    padding-top: 65vh;
    padding-left: 55%;
}
}
@media screen and (min-width:834px)and (min-height:1112px) and (max-width:1000px){
  .head-content h1{
    font-size: 50px;
  }
  .head-content h5{
    font-size: 18px;
  }
  .head-content h2{
    color: #000;
  }
  .head-content .btn-outline-primary{
    font-size: 8px;
  }
  header{
    background-image: url("../images/shutterstock\ pic\ blonddaisy_tab_2.png");
  
  }
  .header-2{
    background-image: url("../images/Pic\ Shutter\ stock\ eyes\ closed_tab_2.png");
  
  }
  .head-content {
    padding-top: 65vh;
    padding-left: 55%;
}
}
@media screen and (min-width:960px)and (min-height:600px) and (max-width:960px) and (max-height:600px){
  .head-content h1{
    font-size: 50px;
  }
  .head-content h5{
    font-size: 18px;
  }
  .head-content h2{
    color: #000;
  }
  .head-content .btn-outline-primary{
    font-size: 8px;
  }
  header{
    background-image: url("../images/shutterstock\ pic\ blonddaisy@2x_960*600.png");
  
  }
  .header-2{
    background-image: url("../images/Mask\ Group\ 26@2x_960*600.png");
  
  }
  .head-content {
    padding-top: 25vh;
    padding-left: 0%;
}
}
@media screen and (min-width:1024px)and (max-width:1200px){
  .head-content h1{
    font-size: 50px;
  }
  .head-content h5{
    font-size: 18px;
  }
  .head-content .btn-outline-primary{
    font-size: 8px;
  }
  header{
    background-image: url("../images/shutterstock\ pic\ blonddaisy_tab.png");
  
  }
  .header-2{
    background-image: url("../images/Pic\ Shutter\ stock\ eyes\ closed_tab.png");
  
  }
  .head-content {
    padding-top: 12vh;
    padding-left: 4%;
}
}
@media screen and (min-width:1024px)and (min-height:1366px) and (max-width:1024px){
  .head-content h1{
    font-size: 50px;
  }
  .head-content h5{
    font-size: 18px;
  }
  .head-content h2{
    color: #000;
  }
  .head-content .btn-outline-primary{
    font-size: 8px;
  }
  header{
    background-image: url("../images/shutterstock\ pic\ blonddaisy@2x_1024*1366.png");
  
  }
  .header-2{
    background-image: url("../images/Pic\ Shutter\ stock\ eyes\ closed@2x_1024*1366.png");
  
  }
  .head-content {
    padding-top: 65vh;
    padding-left: 55%;
}
}
@media screen and (min-width:1366px)and (min-height:1024px) and (max-width:1366px) and (max-height:1024px){
  .header-2{
    background-image: url("../images/Mask\ Group\ 23@2x_1366*1024.png");
  
  }
  header{
    background-image: url("../images/shutterstock\ pic\ blonddaisy@2x_1366*1024.png");
  
  }
}
@media screen and (min-width:1900px){
  header{
    background-image: url("../images/Mask\ Group\ 21@2x.png");
  
  }
  .header-2{
    background-image: url("../images/Mask\ Group\ 18@2x.png");
  
  }
}
@media screen and (min-width:2500px){
  header{
    background-image: url("../images/Mask\ Group\ 8@2x.png");
  
  }
  .header-2{
    background-image: url("../images/Mask\ Group\ 7@2x_new_4.png");
  
  }
}
.ui.dropdown .menu > .item {
  color: #000;
  padding: 1rem 0.5rem 0.2rem 0.5rem !important;
  text-align: center !important;
  font-size: 1.2rem;
}
.ui.dropdown .menu > .item:hover {
  color: #fff;
  font-size: 0.8rem;
}

.ui.inline.dropdown .dropdown.icon {
  vertical-align: top;
  margin-top: 10px;
}

  
p:last-child:hover {
  color: #fff;
  background-color: grey;
}