@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Sofia Pro';
    src: url('SofiaProRegular.woff2') format('woff2'),
        url('SofiaProRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('SofiaProBold.woff2') format('woff2'),
        url('SofiaProBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('SofiaProMedium.woff2') format('woff2'),
        url('SofiaProMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

.strikeout { 
  position: relative;
}

.strikeout::after {
  border-bottom: 0.12em solid #F00;
  content: "";
  left: 0;
  margin-top: calc(0.120em / 2 * -1);
  position: absolute;
  right: 0;
  top: 54%;
  transform:rotate(-10deg);
  -webkit-  transform:rotate(-10deg);
}
.blue {color: #39c2ff;}
.txlncntr{text-align:center;}
.red{color:#ff0000;}
.blue{color:#32d7f5;}
.max{max-width:100%;}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin:0 auto;
  display:block;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.only-mob-d {
    display: none;
}


/*===============================*/
.show-479, .show-tab, .show-767, .show-400, .show-340, .show-359{display:none;}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media only screen and (max-width: 1190px){
.hide-1190{display:none;}
}
@media only screen and (max-width: 1020px){
.show-tab{display:block;}
.hide-tab{display:none;}
}
@media only screen and (max-width: 767px){
.hide-767{display:none;}
.hide-desk, .show-767{display:block;}
.topmar{margin-top:-20px;}
.show-1190{display:none;}
    
    .only-mob-d {
    display: block;
}
    .pkgcontainern {
    margin: 10px 0 0 0;
}
    .package-sec {
    border: 2px solid #2c63be;
    background-color: #fefcc3;
    border-radius: 5px;
    margin-top: 15px;
}
    
    .d-in-block {
    display: inline-block;
}
    
    span.f-top {
    color: #215094;
    font-size: 20px;
    font-weight: 800;
}
    .col-6 {
    width: 49%;
    padding: 5px;
    display: inline-block;
    margin: 0px;
    vertical-align: top;
    text-align: center;
}
   
    .col-6 h1 {
    font-size: 50px;
    color: #215094;
    font-weight: 800;
    vertical-align: middle;
}
    
    .col-6 h2 {
        margin-top:10px;
    text-align: center;
    color: #2c4891;
    font-weight: 800;
    font-size: 20px;
}
    
    .col-6 h3 {
    text-align: center;
    color: #000000;
    font-weight: 800;
    font-size: 20px;
}
    
    .pkgbtl {
    margin: 15px auto 0 auto;
    display: block;
}
    
    .only-mob {
    display: block;
}
    
    .only-mob {
    margin-top: 20px;

    width: 100%;
}
 .only-desk-d {
    display: none;
}   
}

@media only screen and (max-width: 479px){
.show-479{display:block;}
.hide7, .hide-479{display:none;}
.topmar{margin-top:-40px;}
}
@media only screen and (max-width: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 359px){
.hide-359{display:none;}
.show-359{display:block;}
}








