

    
button {
    transition: all .5s ease;
    color: #fff;
    border: 3px solid white;
    font-family:'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    background-color : transparent;
    padding: 10px;
    outline: none;
    border-radius: 4px;
}
button:hover {
    color: #001F3F;
    background-color: #fff;
}

.h1A{font-size: .906em;line-height:.8;}
.h1B{font-size: .65em;line-height: .3;}
.h1C{font-size: .69em;line-height:.5}
.h1D{font-size: .69em;line-height:.5;}
.takitu{height:120px;padding: 29px 0; padding-right: 35px; text-align: center;}
.logg{
    width:100px;
    height:100px;
}

@media only screen and (max-width: 600px) 
{
   .takitu{height:100px;padding: 29px 0; padding-right: 35px; text-align: center;} 
.h1A{font-size: .402em;line-height:.7;}
.h1B{font-size: .302em;line-height: .2;}
.h1C{font-size: 0.3400em;line-height:.5}
.h1D{font-size: 6px;line-height:.5;}
    
}

.shake {
  /*margin: 24px;*/
  /*width: 50px;*/
  /*height: 50px;*/
  /*background: green;*/
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(.5, .5);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(.5, .5);
  }
}


<!-- widget css -->
 
 .npfWidgetButton { padding-left: 11px !important; flex: right; position: fixed !important; right: -50px !important; transform: rotate(270deg) !important; top: 50% !important; background-color: #00aae8 !important; z-index: 999999; border-radius: 5px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; font-size: 15px; color: #fff; line-height: 1.33; padding: 8px 18px; font-weight: bold; cursor: pointer; border: 0; } 
 .npfWidget-0d990d8c23eac8fa5c3d7f811b015cdc.npfWidgetButton { padding-left: 11px !important; flex: right; position: fixed !important; right: -52px !important; transform: rotate(270deg) !important; top: 50% !important; background-color: #00aae8 !important; z-index: 999999; border-radius: 5px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; font-size: 15px; color: #fff; line-height: 1; padding: 8px 18px; font-weight: bold; cursor: pointer; border: 0; } 
 .npfTitle-0d990d8c23eac8fa5c3d7f811b015cdc { font-size: 22px; text-align: center; } .npfTitle-0d990d8c23eac8fa5c3d7f811b015cdc { font-size: 20px; text-align: center; color: #000; } div#popup-0d990d8c23eac8fa5c3d7f811b015cdc { z-index: 99999; } @media(max-width:768px){ .npfWidget-0d990d8c23eac8fa5c3d7f811b015cdc.npfWidgetButton { right: -52px; z-index: 99999; } } 


.npfWidgetButton1 { padding-left: 11px !important; flex: right; position: fixed !important; left: -75px !important; transform: rotate(270deg) !important; top: 45% !important; background-color: #00aae8 !important; z-index: 999999; border-radius: 5px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; font-size: 14px; color: #fff; line-height: 1.33; padding: 8px 18px; font-weight: bold; cursor: pointer; border: 0; } 
.npfWidget-d058c76329bd437e918cb9ecfecbd8b5.npfWidgetButton1 { padding-left: 11px !important; flex: right; position: fixed !important; left: -75px !important; transform: rotate(270deg) !important; top: 45% !important; background-color: #00aae8 !important; z-index: 999999; border-radius: 5px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; font-size: 14px; color: #fff; line-height: 1.33; padding: 8px 18px; font-weight: bold; cursor: pointer; border: 0; } .npfTitle-d058c76329bd437e918cb9ecfecbd8b5 { font-size: 22px; text-align: center; } .npfTitle-d058c76329bd437e918cb9ecfecbd8b5 { font-size: 20px; text-align: center; color: #000; } div#popup-d058c76329bd437e918cb9ecfecbd8b5 { z-index: 99999; } 
@media(max-width:768px){ .npfWidget-d058c76329bd437e918cb9ecfecbd8b5.npfWidgetButton1 { 
    /*right: -75px; */
    top: 35% !important;
    z-index: 9999; } } 

.apply_now{
   padding-left: 11px !important; flex: right; position: fixed !important; right: -30px !important; transform: rotate(270deg) !important; top: 26% !important; background-color: #d32626 !important; z-index: 1000; border-radius: 5px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; font-size: 14px; color: #fff; line-height: 1; padding: 8px 18px; font-weight: bold; cursor: pointer; border: 0;
   
}
.apply_now:hover{ color :  white;}

@media(max-width:768px){.apply_now { right: -30px; z-index: 9999;top: 30% !important; } }


<!-- widget css -->       
        
        
        


    
   @import url('https://fonts.googleapis.com/css?family=Hind:300,400&display=swap');

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #b80924;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #b80924;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #b80924;
  border: 1px solid #b80924;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #b80924;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

    




    /* ===== HERO SLIDER ===== */
.hero-slider {
    width: 100%;
    overflow: hidden;
}

/* Each Slide */
.slide{
    position:relative;
    width:100%;
    height:100vh;
    min-height:300px;
    max-height:700px;
    overflow:hidden;
    display:flex;
    align-items:center;
}

.hero-image{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:0;
}

.overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.45);
    z-index:1;
}

.content{
    position:relative;
    z-index:2;
}

@media(max-width:576px){

.slide{
    height:300px;
}

.hero-image{
    object-fit:cover;
}

}

/* Overlay */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
}

/* Content */
.content {
    position: relative;
    color: #fff;
    z-index: 2;
    padding-left: 8%;
    max-width: 600px;
}

/* Heading */
.content h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

/* Paragraph */
.content p {
    font-size: 18px;
    margin-bottom: 20px;
}

/* Button */
.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #ff6600;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px) {
    .content h1 {
        font-size: 32px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .slide {
        height: 250px;
    }

    .content {
        padding: 0 15px;
        text-align: center;
    }

    .content h1 {
        font-size: 22px;
    }

    .content p {
        font-size: 14px;
    }
}

