*{margin: 0;padding: :0;outline: 0;}

html{
    max-width: 100%;
    overflow-x: hidden;
    overflow-y:scroll;
}

.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #333 url('../images/loading.gif') no-repeat center center;
}

.mar-pad-zero{
  margin: 0px;
  padding: :0px !important;
}

body {
    z-index:1;
	  margin:1px 0 0 0;
	  padding: 0;
	  text-align: left;
	  font-family:"Trebuchet MS",Garamond,Georgia, "Times New Roman", Times, serif;
	  font-size:13px;
	  overflow-y:hidden;
    overflow-x:hidden;
    background-color: transparent;
}

blink {
    -webkit-animation: 2s linear infinite condemned_blink_effect; // for android
    animation: 2s linear infinite condemned_blink_effect;
}

.clear{overflow:hidden;}
/**********************************************************Container Items Style Starts*********************************************************************/
.container-outer{
  padding-right: 0px !important;
  padding-left: 0px  !important;
  box-shadow: 6px 0 4px -4px #999, -6px 0 4px -4px #999;
  -moz-box-shadow: 6px 0 4px -4px #999, -6px 0 4px -4px #999;
  -webkit-box-shadow: 6px 0 4px -4px #999, -6px 0 4px -4px #999;}
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px  !important;
    margin-right: auto !important;
    margin-left: auto  !important;
}

.top-header{
    background-image: linear-gradient(to right bottom, #ffffff, #e8f5ff, #b6f1ff, #6fefff, #12ebe1);
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg,rgba(245, 235, 164, 1) 0%, rgba(62, 79, 201, 1) 50%, rgba(2, 17, 79, 1) 100%);
    border-image-slice: 1;
    width:100%;
}

.top-header-image{
    margin-top: 4px;
    padding: 3px;
    border-radius: 4px;
    width: 100%;
    display: block;
}
.container-navigation{
    max-width: 78.7rem;
    padding: 0 2rem;
    margin: 0 auto;
    display: flex;
    position: relative;
    top: -4px;
}

.container_page{
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: -1px;
    margin-bottom: -17px;
    padding: 0px;
    background-color: #e9eaed;
    z-index: 1;
    padding-top: 2px;
    padding-bottom: 53px;
    border-width: 2px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #666, rgba(0, 0, 0, 0)) 1 100%;
    box-shadow:#333;
}
.cpage_no_slider_marque{
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: 95px !important;
  margin-bottom: -17px;
  padding: 0px;
  background-color: #e9eaed;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 53px;
  border-width: 2px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(rgba(0, 0, 0, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
  border-image: linear-gradient(to bottom, #666, rgba(0, 0, 0, 0)) 1 100%;
  box-shadow:#333;
}
.invisible-line{
  display: none;
}
/****************************************************************************Container Items Ends****************************************************************************/
.marque-band{
   width: 105%;
   position: relative;
   left: -21px;
   margin-top: -10px;
   margin-right:-10px;
   background-image: linear-gradient(to right top, #f68080, #fb6a67, #fd524c, #fd362d, #f90000);
   border-bottom: 2px solid transparent;
   border-image: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 55%, rgba(242, 237, 150, 1) 100%);
   border-image-slice: 1;
   z-index: 9999;
   border-bottom: 2px solid #ffe300;
}
.primekes{
  padding-right: 15px;
}
/********************************Modal Window CSS Starts Here**************************************/
.modal{
  top: 100px;
  z-index: 10000;
}
.modal-open {
    padding-right: 0px !important;
}
.modal-content iframe {
    margin: 0 auto;
    display: block;
}
.notification-modal{
    border-radius:20px;
    overflow:hidden;
    animation:popup .35s ease;
}
.notification-header{
    background:-webkit-linear-gradient(top left, #ffffff 0%, #fdf8ea 35%, #f3eddc 70%, #e5c15a 100%);
    background:-o-linear-gradient(top left, #ffffff 0%, #fdf8ea 35%, #f3eddc 70%, #e5c15a 100%);
    background:linear-gradient(to bottom right, #ffffff 0%, #fdf8ea 35%, #f3eddc 70%, #e5c15a 100%);
    border-bottom:2px solid #c9a227;
    box-shadow:0 2px 8px rgba(0,0,0,.12);
    position:relative;
    padding:20px;
}
.notification-close{
    position:absolute;
    right:18px;
    top:10px;
    font-size:42px;
    color:#d40000 !important;
    opacity:1;
    text-shadow:none;
}
.notification-close:hover{
    color:#ffd400;
}
.notification-image{
    transition:.4s;
}
.notification-image:hover{
    transform:scale(1.02);
}
.btn-danger{
    background:#d8232a;
    border:none;
    font-weight:600;
    letter-spacing:.5px;
}
.btn-danger:hover{
    background:#b5181f;
}
.btn-outline-primary{
    font-weight:600;
}
#notification_zero .modal-dialog{
    transform:translateY(-45px);
}
@keyframes popup{
    from{
        opacity:0;
        transform:translateY(-40px) scale(.9);
    }
    to{
        opacity:1;
        transform:translateY(0) scale(1);
    }
}
.modal-backdrop.show{
    opacity:.8;
}
@media (max-width:767px){
    .notification-header{
        padding:15px;
    }
    .notification-close{
        font-size:34px;
    }
    .modal-body h4{
        font-size:22px;
    }
    .btn{
        font-size:16px;
    }
    #notification_zero .modal-dialog{
        transform:translateY(-20px);
    }
}
/********************************Modal Window CSS Ends Here**************************************/
.box-card {
    position: relative;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
@font-face {
    font-family: Kanit-SemiBold;
    src: url(../fonts/Kanit-SemiBold.ttf);
}
@font-face {
    font-family: Kanit-Medium;
    src: url(../fonts/Kanit-Medium.ttf);
}
@font-face {
    font-family: Kanit-Light;
    src: url(../fonts/Kanit-Light.ttf);
}
@font-face {
    font-family: Kanit-ExtraLight;
    src: url(../fonts/Kanit-ExtraLight.ttf);
}
@font-face {
    font-family: MavenPro-Black;
    src: url(../fonts/MavenPro-Black.ttf);
}
@font-face {
    font-family: MavenPro-Bold;
    src: url(../fonts/MavenPro-Bold.ttf);
}
@font-face {
    font-family: MavenPro-Medium;
    src: url(../fonts/MavenPro-Medium.ttf);
}
@font-face {
    font-family: MavenPro-Regular;
    src: url(../fonts/MavenPro-Regular.ttf);
}
@font-face{
    font-family: my_colab_thin;
    src: url(../fonts/colab_thin.otf);
}
@font-face{
    font-family: my_gautamib;
    src: url(../fonts/gautamib.ttf);
}
@font-face{
    font-family: my_cooperb;
    src: url(../fonts/cooperb.ttf);
}
@font-face{
    font-family: KronaOne-Regular;
    src: url(../fonts/KronaOne-Regular.ttf);
}
@font-face{
    font-family: Ethnocentric-Regular;
    src: url(../fonts/ethnocen.ttf);
}
@font-face{
    font-family: Arizonia-Regular;
    src: url(../fonts/Arizonia-Regular.ttf);
}
@font-face{
    font-family: Arizonia-Regular;
    src: url(../fonts/Arizonia-Regular.ttf);
}
@font-face{
    font-family: Futura_Light_BT;
    src: url(../fonts/futura_light_bt.ttf);
}
@font-face{
    font-family: Futura_Medium_BT;
    src: url(../fonts/futura_medium_bt.ttf);
}
@font-face{
    font-family: Futura_Xblk_BT;
    src: url(../fonts/futura_xblk_bt.ttf);
}
@font-face{
    font-family: Futura_Heavy_Font;
    src: url(../fonts/futuraheavyfont.ttf);
}
@font-face{
     font-family: montserrat-black;
     src: url(../fonts/montserrat-black.ttf);
}
@font-face{
     font-family: montserrat-bold;
     src: url(../fonts/montserrat-bold.ttf);
}
@font-face{
     font-family: montserrat-extrabold;
     src: url(../fonts/montserrat-extrabold.ttf);
}
@font-face{
     font-family: montserrat-extralight;
     src: url(../fonts/montserrat-extralight.ttf);
}
@font-face{
     font-family: montserrat-light;
     src: url(../fonts/montserrat-light.ttf);
}
@font-face{
     font-family: montserrat-medium;
     src: url(../fonts/montserrat-medium.ttf);
}
@font-face{
     font-family: montserrat-regular;
     src: url(../fonts/montserrat-regular.ttf);
}
@font-face{
     font-family: montserrat-semibold;
     src: url(../fonts/montserrat-semibold.ttf);
}
@font-face{
     font-family: montserrat-thin;
     src: url(../fonts/montserrat-thin.ttf);
}
@font-face{
     font-family: vinron_regular;
     src: url(../fonts/vinron_regular.otf);
}

.readmore{
    float: right;
    text-align: right;
}

.readmore a{
    text-decoration: none;
    color: #ff0030;
    font-size: 16px;
}

.readmore a:hover{
    text-decoration: none;
    font-weight: bold;
}

.click_here{
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.5px;
    font-family: MavenPro-Regular;
}

.click_here:hover{
    text-decoration: none;
    color: #e4e3e3;
}

.click_here:visited{
    text-decoration: none;
    color: #fff;
}

.firstcharacter{
    color: #903;
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 3px;
}

/*Header top horizontal bar for social @media  icons*/
.header-top{
    display: block;
    height: 31px;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #9ca8b1;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
    width: 125%;
    margin-left: -200px;
}
/*Social Icons*/
.social {
    display: inline-block;
    z-index: 101;
    margin-top: 4px;
}

.social a{
    text-decoration: none;
}

.social i {
    /*background: #000850;*/
    width: 25px;
    height: 24px;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    padding: 0.25rem 1.5rem 0.25rem 0.8rem;
    border : 1px solid #000850;
    border-radius: 2rem;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0
}

.social i:hover, .login-buttn:hover {
    color: #485548;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.red-tooltip{
    padding-right:10px;
}
/*****************************************For Background and Logo in the Header Section of the Webpage******************************************/
.wrapper_head {
    width: 983px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-left: 15%;
}

.wrapper_head .left-spacer-logo {
    position: absolute;
    left: 0;
    height:90px;
    background-color: #e5f3f4;
    width: 450px;
    top: 0;
    border-bottom: 2px solid #ff0000;
}

.header-logo-block {
    width: 310px;
    text-align: right;
    position: relative;
    margin-right: 20px;
}

.header-logo {
    max-width: 220px;
    position: relative;
    z-index: 9;
    display: inline-block;
    top: -5px;
}

.header-logo-block {
    text-align: right;
}

.header-logo img {
    width: 100%;
    margin-top: 5.4px;
    z-index: 20000;
}

.sml_logo {
    border-style: none;
    width: 100%;
    display: block;
    z-index: 20000;
}

.header-logo-block::before {
    content: '';
    display: block;
    background-image: url(../images/left_spracle.png);
    width: 140px;
    height: 73.2px;
    position: absolute;
    left: 28px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.header-logo-block::after {
    content: '';
    display: block;
    width: 187px;
    height: 73.2px;
    background-color: #ebfb1e;
    position: absolute;
    top: 0;
    z-index: -1;
}

.display-1, .display-3, .display-4 , .display-5, .display-6, .display-7, .display-8 {
    font-family: my_colab_thin !important;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.display-1{
  font-size: 18px;
  text-align: center;
  color: red;
}

.display-7{
    font-size: 14px;
}

.display-8 {
    font-size: 13px;
}
.display-9 {
    font-family: my_colab_thin !important;
    font-size: 16px;
    font-weight: bold;
    color: #0012ff !important;
    line-height: 14px;
}

.display-10 {
    font-family: MavenPro-Black !important;
    font-size: 19px;
    font-weight: bold;
    line-height: 16px;
}

.display-11 {
    font-family: MavenPro-Bold !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}

.display-12 {
    font-family: MavenPro-Bold !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}

.display-13 {
    font-family: MavenPro-Bold !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 12px;
    color:red;
}

.display-14{
    font-family: my_colab_thin !important;
    font-size: 18px;
    font-weight: normal;
    line-height: 12px;
    color:#02350a;
}

.display-15{
    font-family: MavenPro-Bold !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    color:#474847;
}

.display-16{
    font-family: my_colab_thin !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color:#474847;
}

.display-17{
    font-family: MavenPro-Bold !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color:#474847;
}

.display-18{
    font-family: MavenPro-Bold !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 12px;
    color:#474847;
}

.display-19{
    font-family: Futura-Light-BT !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 12px;
    color:#474847;
}

.display-20{
    font-family: Kanit-ExtraLight !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 12px;
    color:#474847;
}

.display-21{
    font-family: Futura_Medium !important;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color:#474847;
}

.display-22{
    font-family: Futura-Medium-BT !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color:#474847;
}

.display-22-1 {
    font-family: Futura-Medium-BT;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color:#474847;
}

.display-22-2{
    font-family: Futura_Light_BT !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color:#FFFFFF;
    margin-top: 5px;
}

.display-22-3{
    font-family: Futura_Light_BT !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 12px;
    color:#FFFFFF;
}

.display-22-4{
    font-family: Futura_Light_BT !important;
    font-size: 14px;
    line-height: 16px;
    color:#FFFFFF;
}

li.display-22-1::after{

}

.display-23{
    font-family: Futura_Light_BT !important;
    font-size: 13px;
    font-weight: normal;
    line-height: 12px;
    color:#474847;
}

.display-24{
    font-family: Futura_Medium_BT !important;
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    color:#ff0000;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.41);
}
.display-24-1{
    font-family: Futura_Medium_BT !important;
    font-size: 26px;
    font-weight: normal;
    line-height: 16px;
    color:#ff0000;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.41);
}

.display-24-2{
    font-family: Futura_Medium_BT !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color:#ff0000;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.41);
}

.display-24-3{
    font-family: Futura_Medium_BT !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color:#3f4e4a;
}

.display-24-4{
    font-family: Futura_Medium_BT !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color:#3f4e4a;
}

.display-24-5{
    font-family: Futura_Light_BT !important;
    font-size: 18px;
    line-height: 22px;
}

.display-25{
    font-family: Futura_Medium_BT !important;
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    color:#468424;;
}
.display-25-1{
    font-family: Futura-Medium-BT !important;
    font-size: 26px;
    font-weight: normal;
    line-height: 16px;
    color:#468424;
}
.display-26{
     font-family: Futura_Medium_BT;
     font-size: 18px;
     font-weight: bold;
     color: #fff7be;
}
.display-27{
     font-family: Futura_Medium_BT;
     font-size: 16px;
     color: #ff6000;;
}
.display-28{
  font-family: Futura_Light_BT;
  font-weight: bold;
  color:#5b5b5b;
}
.display-29{
  font-family: Futura_Light_BT;
  font-weight: bold;
  color:#5b5b5b;
}
.display-30{
   font-family: montserrat-light;
   font-size: 16px;
   color:#5b5b5b;
   font-weight: bold;
}

.bullet-type-1{
  font-family: Futura_Medium_BT;
  font-size: 16px;
  color: #00150c;
}

.bullet-type-2 {
  font-family: Futura_Medium_BT;
  color:#5b5b5b;
  font-size: 18px;
}

.bullet-type-2::marker{
  color:#8B0000;
}

.big-close {
  font-size: 2.5rem;      /* Bigger size */
  font-weight: 700;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
  text-shadow: none;
}

.big-close:hover {
  color: #ffdddd;
}

.circle-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  font-size: 30px;
  background: #dc3545;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}

.circle-close:hover {
  background: #b52a37;
  transform: rotate(90deg);
}

.btn-display-1{
   font-family: Futura-Light-BT !important;
}
/*****************************************Logo in the Header Section of the Webpage Ends Here******************************************/
/***************************************************Navigation Bar Style Starts Here***************************************************/
ul{
    list-style: none;
}

a{
    text-decoration: none !important;
}
.heading {
    width: 100%;
    height: 54px;
    position: relative;
    top: 94px;
    left: 0;
    background-image: linear-gradient(to right top, #f68080, #fb6a67, #fd524c, #fd362d, #f90000);
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 55%, rgba(242, 237, 150, 1) 100%);
    border-image-slice: 1;
    z-index: 9999;
    border-bottom: 2px solid #ffe300;
}

.header_menu::before {
    /*background-color: #ffffff;*/
    /* left: 0;
    width: 30%; */
}

.header_menu::after, .header_menu::before {
    /* content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    height: 2px;
    z-index: -1; */
}

header{
}

.nav-ul{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
section{
    position: relative;
    height: calc(100vh - 3rem);
    width: 100%;
    overflow: hidden;
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(56, 165, 238, 0.5);
}

.nav-btn{
    flex: 3;
    display: flex;
}

.nav-links{
    flex: 2;
}

.nav-links > ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link{
    position: relative;
}

.nav-link > a{
    line-height: 3rem;
    color: #fff;
    padding: 0rem;
    letter-spacing: 0.1px;
    font-size: 0.8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    font-family: Futura_Medium_BT,"Trebuchet MS",Garamond,Georgia,"Times New Roman",Times,serif !important;
    ;
}

.nav-link > a > i{
    margin-left: .2rem;
}

.nav-link:hover > a{
    transform: scale(1.1);
    text-decoration:none !important;
    color:yellow;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
     animation: glow 1s ease-in-out infinite alternate;
}

.dropdown{
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
}

.dropdown-about{
   width: 17rem !important;
}

.dropdown-gallery{
   width: 12rem !important;
}

.dropdown ul{
    position: relative;
}

.dropdown-link > a{
    display: flex;
    background-color: #f1ff92;
    color: #20013a;;
    padding: .5rem 1rem;
    font-size: .9rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
    -webkit-box-shadow: 3px 3px 7px 2px rgba(38,7,4,0.51);
    box-shadow: 3px 3px 7px 2px rgba(38,7,4,0.51);
}

.dropdown-link:hover > a{
    background-color: #3498db;
    color: #fff;
}

.dropdown-link:not(:nth-last-child(2)){
    border-bottom: 1px solid #efefef;
}

.dropdown-link i{
    transform: rotate(-90deg);
}

.arrow{
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 60px;
    background-color: #fff;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.dropdown-link:first-child:hover ~ .arrow{
    background-color: #3498db;
}

.dropdown-link{
    position: relative;
}

.dropdown.second{
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.dropdown.second .arrow{
    top: 10px;
    left: -5.5px;
}

.nav-link:hover > .dropdown,
.dropdown-link:hover > .dropdown{
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.hamburger-menu-container{
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    display: flex;
}

.hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    margin-right: 383.3px;
    margin-top: -39px;
}

.hamburger-menu div{
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    z-index: 510;
    transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after{
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #fff;
    border-radius: 3px;
    transition: .5s;
}

.hamburger-menu div:before{
    transform: translateY(-7px);
}

.hamburger-menu div:after{
    transform: translateY(7px);
}

#check{
  position: absolute;
  top: 47.8%;
  left: 92rem;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  z-index: 520;
  cursor: pointer;
  opacity:0;
  display: block;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div{
    background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before{
    transform: translateY(0) rotate(-45deg);
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after{
    transform: translateY(0) rotate(45deg);
}

@keyframes animation{
    from{
        opacity: 0;
        transform: translateY(15px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}

.right {
    width: 307.4px;
    display: inline;
    position: absolute;
    left: 1400px;
    top: 62.6px;
    z-index: 10000;
}

.rdrop {
    display: none;
    margin-top: 4px;
}

.rdrop_cover {
    padding: 40px 30px 40px 20px;
    text-align: left;
    position: absolute;
    top: 5px;
    background: #bf0000;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
    background: #bf0000;
    background: -webkit-linear-gradient(#bf0000,#ff7979);
    background: -o-linear-gradient(#bf0000,#ff7979);
    background: -moz-linear-gradient(#bf0000,#ff7979);
    background: linear-gradient(#bf0000,#ff7979);
}

.rhead {
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}

.rhead p {
    padding: 5px 0px;
}

.rhead:hover {
   color: #f1fb7d;
   text-shadow: 0px -1px 1px rgba(255,255,255,.5);
   -webkit-animation: glow 1s ease-in-out infinite alternate;
   -moz-animation: glow 1s ease-in-out infinite alternate;
   animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

.left-menu-container{
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    visibility: hidden;
}

.left-menu{
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-top: -134px;
}

.left-menu div{
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #280246;
    position: relative;
    z-index: 510;
    transition: .5s;
}

.left-menu div:before,
.left-menu div:after{
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #280246;
    border-radius: 3px;
    transition: .5s;
}

.left-menu div:before{
    transform: translateY(-7px);
}

.left-menu div:after{
    transform: translateY(7px);
}

#sidebar-checkbox{
  position: absolute;
  top: 46.7%;
  left: 0.8rem;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  z-index: 520;
  cursor: pointer;
  opacity:0;
  display: block;
  height: calc(100vh - 3rem);
  visibility: hidden;
}

#sidebar-checkbox:checked ~ .left-menu-container .left-menu div{
    background-color: transparent;
}

#sidebar-checkbox:checked ~ .left-menu-container .left-menu div:before{
    transform: translateY(0) rotate(-45deg);
}

#sidebar-checkbox:checked ~ .left-menu-container .left-menu div:after{
    transform: translateY(0) rotate(45deg);
}

.block {
  display: none;
  width: 100%;
  position: absolute;
  top: 75px;
  left: 0px;
  padding: 22px 10px 11px 0px;
  text-align: left;
  background: #450000;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(69,0,0,0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(69,0,0,0.75);
  box-shadow: 2px 3px 5px 0px rgba(69,0,0,0.75);
  background: -webkit-linear-gradient(#450000,#481c69);
  background: -o-linear-gradient(#450000,#481c69);
  background: -moz-linear-gradient(#450000,#481c69);
  background: linear-gradient(#450000,#481c69);
  overflow: hidden;
}

ul.sidebar-nav {
  overflow: hidden;
  padding: 3px 0 2px 18px;
  li {
    border-top: thin solid #ccc;
    position: relative;
  }
  a {
    width: 100%;
    display: table;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
   -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  li.has-ul a {
      &:after {
      font-family: "Ionicons";
      content: ('\f35f');
      position: absolute;
      right: 0;
      top: 0;
      padding: 40px 20px 0;
      text-decoration: none;
    }
  }
}

ul.sub-ul {
  display: none;
  li {
    border-bottom: solid thin #eee;
    a {
        font-family: montserrat-medium;
        font-size: 1.2em;
        font-weight: bold;
        margin-left: 11px;
        &:after {
          display: none;
        }
    }
  }
}

li.sidebar-active {
  border-bottom: red;
  margin: 22px 0px 10px 0px;
}
ul.sidebar-nav li.sidebar-active a:after {
      content: ('\f365');
}

.sidebar-active a{
  text-decoration: none;
  color:#ffffff;
}

.sidebar-level1{
   font-family: Kanit-Medium;
}

.sub-ul li{
    margin: 6px 0px 8px 7px;
}

/***************************************************************Navigatgion Bar Ends here**********************************************/
/****************************************************Nivo Slider Starts From Here******************************************************/
.nivo-slider{
  margin-top: 90px;
  margin-right: -15px;
}
.nivoSlider {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 110%;
}

#nivoSlider1{
  margin-top: 87px;
}

.theme-default .nivo-controlNav {
    left: 37%;
}

.nivo-controlNav {
    position: relative;
    bottom: 75px;
    z-index: 1000;
    width: 520px;
}

.nivo-controlNav a {
    cursor: pointer;
    position: relative;
    z-index: 1000;
    float:left;
}

.nivo-controlNav a.active {
    font-weight:bold;
}
.name-block{
  margin-top: 22px;
}
.middle-first{
  margin-top: 20px;
}
.slider-name-block{
    position: fixed;
    font-family: montserrat-bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    /* padding: 10px 5px 10px 5px; */
    text-align: center;
    z-index: 10000;
    left: 0;
    width: 100%;
    margin-top: 10px;
}
/******************************************************************************Nivo Slider Ends Here***********************************************************************************/
/********************************************************************Gallery Page************************************************************************/
.image-gallery-block {
    margin-top: 60px;
    height: 855px;
}
.img-gallery{
    margin-top: 37px;
}
.image_block{
    margin-left: 15px;
    margin-right: 15px;
}

.image_block a{
    float: left;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.image_block:hover img{
    opacity: .6;
}
.image_block img:hover{
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 0 7px rgba(0, 0, 0, .5);
}
.gallery-thumbnail{
    display: inline-block;
    height: auto;
    width: 100%;
    max-width: 100%;
}
.gallery-img{
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
}
.img-thumbnail-gallery{
    border-radius:3px;
    height:140px;
    width:138px;
    -webkit-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);"
}
.image{
    display: block;
 }
 .rpt_heading{
   color:#494949;
   font-family: montserrat-bold;
   font-size: 20px;
   text-shadow: 1px 1px 1px #3E3E3E;
 }

 .dir_xname{
    color: #fff;
    font-family: montserrat-bold;
    font-size: 1.65vh;
    text-shadow: 1.5px 2px 1px #3E3E3E;
    padding-bottom: 11px;
}

.dir_xdesig{
    color: #2f2f2d;
    max-width: 350px;
    float: left;
    display: block;
    font-family: montserrat-regular;
    font-size: 16px;
    padding-left: 39.6px;
    line-height: 18px;
    padding-bottom: 5px;
}

.dir_xdet{
    border-top: 1px solid #46463c;
    border-left: 1px solid #46463c;
    border-radius: 50px;
    background: rgb(180,80,58);
    background: linear-gradient(185deg, rgba(0,255,149,1) 0%, rgba(0,5,71,1) 50%, rgba(206,245,255,1) 100%);
    float: left;
    position: relative;
    padding: 20px 2px 20px 10px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .75);
}

 /****************************************************************************************************************************************************/
 /********************************************************************For Contact Us Page****************************************************************/
.notify-message{
  background-color: #e9ecef;
  border-radius: 2px;
  margin: 5px 10px 0px 10px;
  padding: 10px 5px 10px 5px;
}
.form-anim-group {
    position: relative;
    margin-bottom: 1rem;
    height: 72px;
}
.contact_form {
    margin: 5px 10px 5px 10px;
}
.contact-block{
     background-color: transparent;
     color:#2a2a2a;
     box-shadow: none;
}
.name-block-line-1{
  font-size: 18px;
}
.name-block-line-2{
  font-size: 16px;
}
/***********************************************************For Gallery Page****************************************************************************/
.owner_photo {
  margin-top: 14px;
  background-color: #ffffff;
  padding: 3px;
  border-radius: 4px;
  width: 100%;
  display: block;
}
.name-block-line-1{
  font-size: 20px;
  color:#ffffff;
}
.name-block-line-2{
  font-size: 18px;
  color:#ffda00;
}

.outer-tag {
  margin-top: -41px;
  z-index: 100;
  position: relative;
  overflow: hidden;
  padding: 8px 0;
  box-sizing: border-box;
  &::before {
        content: "";
        display: block;
        background: linear-gradient(90deg, #305374 40%, transparent 75%, transparent 75%, #305374 75%);
        background-size: 40px;
        position: absolute;
        top: -830px;
        left: -80px;
        bottom: -830px;
        right: -80px;
        transform: rotate(45deg);
  }
  .inner-tag {
    background: #305374;
    height: 100px; */
  }
}

.tag-wrap {
  filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
  float:left;
  z-index: 1000;
  position: absolute;
  width: 750px;
}

.tag {
  background: #305374;
  color: #222;
  padding: 2rem 3rem 2rem 4rem;
  font: bold 32px system-ui;
  z-index: 100;
}

.day-block {
  flex-basis: 49%;
  padding: 5px;
  margin: .5%;
  -webkit-box-shadow: 0px 2px 4px 0px #e4e4e4;
  box-shadow: 0px 2px 4px 0px #e4e4e4;
  min-height: 150px;
  display: flex;
  flex-wrap: wrap;
  font: 13px Verdana;
}
.day-block .col {
  padding: 0;            /*  if you don't want padding, keep this rule  */
}
.day-block p {
  margin: 5px 0 0;
}
.home-donation-block{
  z-index: 101;
  position: relative;
  padding-top: 5px;
}
.donation-img{
  float: left;
  display: inline-block;
}
.vision_logo{
  height: 80px;
}
.donation-txt{
  float: left;
  display: inline-block;
  width: 88%;
}
.home-donation-heading{
  font-family: montserrat-bold;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
  font-size: 18px;
}

.home-message-heading{
  font-family: montserrat-regular;
  text-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.6);
  font-size: 16px;
  color: #4A4A4A;
}

.home-donation-detail{
  font-family: Futura_Light_BT;
  font-size: 18px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
  line-height: 21px;
}

.home-tribute-line-2{
  font-family: montserrat-bold;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
  font-size: 16px;
}

.home-sai-detail{
  font-family: Futura_Light_BT;
  font-size: 16px;
}
.home-photo-name{
  font-family: montserrat-regular;
  font-size: 17px;
}
.home-photo-quali{
  font-family: Futura_Light_BT;
  font-size: 16px;
}
.home-photo-desig{
  font-family: Futura_Light_BT;
  font-size: 16px;
}

.neon-orange-text{
  font-family: Futura_Medium_BT;
  font-size: 18px;
  color: #ff5f1f;
}


.img-calendar{
  margin-top: 2px;
  margin-right: 10px;
}
.event-name{
  font-family: Futura_Medium_BT;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 2px;
  color: #585757;
}
.event-date{
  font-family: Futura_Medium_BT;
  font-size: 14px;
  line-height: 20px;
  color: #6c6b6b;
}
.event-descrip{

}
.row-text{
  font-family: Futura_Light_BT;
  font-size: 14px;
  font-weight: bold;
  /* line-height: 20px; */
  color: #6c6b6b;
}
.video-gallery{
  background-color: #a92c18;
  padding: 20px 5px 10px 5px;
}
.hdr-tutorial-video{
    border-radius: 2px;
}

.video-list{
  margin-top: -5px;
  margin-bottom: 44px;
  margin-left: 5px;
  margin-right: 2px;
}

.embed-responsive-16by9 {
    clear: both;
    border:1px solid #ffffff;
    box-shadow: 5px 7px 9px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 5px 7px 9px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 7px 9px 0px rgba(0,0,0,0.75);
}

.embed-responsive{
  width: 98% !important;
}

.embed-responsive-potrait {
    width: 100% !important;
}

.home-videolist{
   margin: 20px 0px 0px 0px;
}

.home-video :first-child{
   margin-top: 0px;
}

.home-video{
   margin: 35px 0px 0px 0px;
}
.video-potrait{
  margin: 2px 0px 0px 0px;
}
.hidden-video{
  visibility: hidden;
}

.google_map{
  margin: 5px 1px 5px 5px;
}

.home-map{
  margin-top: 8px;
}
.quick-links{
  margin-top: 9px;
  flex: 0 0 21%;
}
.home-qlinks{
  margin-top: 12px;
}
.qlink-item{
  background-color: transparent;
  font-size: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.qlink-icon{
  color:#5b5b5b;
}
.home-contact{
  flex: 0 0 21%;
  padding-top: 8px;
}
.home-contact-link{
  color:#5b5b5b;
  font-family: Futura_Medium_BT;
  font-size: 14px;
  line-height: 20px;
}
.copyright-name{
  font-family: Futura_Medium_BT;
  font-size: 14px;
  line-height: 20px;
}
.copyright-contact{
  font-family: Futura_Medium_BT;
  font-size: 13px;
  line-height: 20px;
}
.above-footer-block{
    background:#00292e;
    /* background-image: linear-gradient(to right bottom, #ffffff, #e8f5ff, #b6f1ff, #6fefff, #12ebe1); */
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(2, 17, 79, 1) 0%, rgba(62, 79, 201, 1) 50%, rgba(245, 235, 164, 1) 100%);
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg,rgba(245, 235, 164, 1) 0%, rgba(62, 79, 201, 1) 50%, rgba(2, 17, 79, 1) 100%);
    border-image-slice: 1;
    width:100%;
    padding-top: 25px;
    padding-bottom: 20px;
}

.footer{
  padding-top: 25px;
  padding-bottom: 20px;
}
.bank-detail{
  margin: 0px 5px 0px 5px;
}
.bank-detail-header{
  font-family: montserrat-medium;
  font-size: 19px;
  color:#ff0000;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.account-label{
  font-family: montserrat-bold;
  font-size: 18px;
  color:#ff0000;
  margin-top: 37px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.account-text{
  font-family: montserrat-regular;
  font-size: 16px;
  color:#181818;
  font-weight: bold;
}
.upi-url{
  font-family: montserrat-regular;
  font-size: 16px;
  color:#ffffff;
  font-weight: bold;
}

.first-col-details{
  margin-top: 13px;
  padding-left: 15px;
}
.second-col-details{
  margin-top: 16px;
}
.third-col-details{
  margin-top: 16px;
}
.middle-second{
  margin: 12px 0px 8px 8px;
}
/*Thumbnail Design for Tourist Spots*/
.destination-card{
    background:#083c44;
    border:1px solid rgba(255,255,255,.45);
    border-radius:6px;
    padding:6px;
    margin-bottom:25px;
    transition:.35s ease;
    overflow:hidden;
    height:100%;
    box-shadow:0 2px 6px rgba(0,0,0,.25);
}
.destination-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 25px rgba(0,0,0,.45);
    border-color:#ffffff;
}
.destination-card img{
    width:100%;
    height:150px;
    object-fit:cover;
    border-radius:4px;
    border:1px solid rgba(255,255,255,.6);
    display:block;
}
.destination-card .card-body{
    padding:10px 5px 6px;
    text-align:center;
}
.destination-card h5{
    margin:0;
    font-family:Georgia, "Times New Roman", serif;
    font-size:18px;
    font-weight:normal;
    color:#ffffff;
    line-height:1.25;
    text-shadow:0 1px 1px rgba(0,0,0,.45);
}
.destination-card a{
    color:#ffffff;
    text-decoration:none;
}
.destination-card a:hover{
    color:#ffe082;
}
.destination-row{
    margin-bottom:25px;
}
@media(max-width:991px){
    .destination-card img{
       height:130px;
    }
    .destination-card h5{
        font-size:17px;
    }
}
@media(max-width:767px){
    .destination-card img{
      height:180px;
    }
    .destination-card{
      margin-bottom:20px;
    }
    .destination-card h5{
      font-size:20px;
    }
}
@media(max-width:575px){
    .destination-card img{
      height:220px;
    }
    .destination-card h5{
      font-size:22px;
    }
}
/*For Container Pages does not have nivo slider*/
.container_page_no_slider{
  margin-top: 55px !important;
}
/*For Registration Page CSS*/
.registration-section{
    width:100%;
    overflow:hidden;
}
.main-title{
    font-size:2.1rem;
    color:#c40000;
    font-weight:700;
    text-align:center;
    margin-bottom:25px;
    font-family:Futura_Medium_BT;
}
.registration-table{
    width:100%;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    border:1px solid #000;
    background:#fff;
}
.package-table{
    width:100%;
    margin:0;
    border-collapse:collapse !important;
    border-spacing:0;
    /* table-layout:fixed; */
    min-width:1050px;
    table-layout:auto;
}
.package-table th,
.package-table td{
    border:1px solid #000 !important;
    padding:10px 8px;
    vertical-align:middle;
    font-size:15px;
}
.package-table thead th{
    background:#323232;
    color:#fff;
    text-align:center;
    font-weight:700;
}
.package-table thead tr:nth-child(2) th{
    color:#ffe600;
    background:#424242;
}
.period span,
.spot-heading span{
    display:block;
    font-size:12px;
    margin-top:5px;
    color:#fff;
    font-weight:normal;
}
.spot-heading{
    color:#ffe600 !important;
}
.category-heading{
    width:16%;
}
.limitation-heading{
    width:12%;
}
.delegate-name{
    text-align:left;
    font-weight:600;
}
.limitation{
    text-align:left;
}
.price{
    text-align:center !important;
    font-weight:600;
    font-variant-numeric:tabular-nums;
    /* For Right Align Numbers*/
    text-align:right;
    font-weight:600;
    padding-right:15px !important;
    font-variant-numeric:tabular-nums; */
}
.price.early{
    background:#eef6d6;
}
.price.regular{
    background:#dfe9f7;
}
.price.late{
    background:#f8deca;
}
.price.spot{
    background:#efefef;
}
.vertical-package{
    background:#006b3f;
    color:#fff;
    text-align:center;
    font-weight:700;
    padding:0;
}
.vertical-package span{
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    display:inline-block;
    letter-spacing:1px;
    padding:15px 0;
}
.residential{
    color:#ffe600;
}
.non-residential{
    color:#fff;
}
.spot-not-available{
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    text-align:center;
    font-size:22px;
    font-weight:700;
    background:#efefef;
    letter-spacing:2px;
}
.banquet{
    text-align:center;
    font-weight:600;
}
.business-note{
    background:#f7c99d;
    text-align:center;
    font-size:18px;
    font-weight:700;
    padding:16px;
}
.package-table tbody tr:hover td{
    background-image:linear-gradient(rgba(255,255,255,.08),rgba(255,255,255,.08));
}
.limitation-heading{
    padding:0 !important;
    vertical-align:middle;
    width:12%;
}
.limitation-top{
    height:65%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#323232;
    color:#ffffff;
    font-weight:700;
    font-size:16px;
    border-bottom:1px solid #000;
    padding:12px 5px;
}

.limitation-bottom{
    height:35%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#444444;
    color:#ffe600;
    font-weight:700;
    font-size:15px;
    padding:8px 5px;
}
@media (min-width:1200px){
.package-table th,
.package-table td{
    font-size:15px;
    padding:11px 8px;
  }
}
/* LAPTOP */
@media (max-width:1199px){
  .package-table{
      min-width:980px;
  }
  .package-table th,
  .package-table td{
      font-size:14px;
      padding:9px 6px;
  }
  .main-title{
      font-size:1.9rem;
  }
}
/* TABLET */
@media (max-width:991px){
    .package-table{
        min-width:900px;
    }
    .package-table th,
    .package-table td{
        font-size:13px;
        padding:8px 5px;
    }
    .business-note{
        font-size:16px;
    }
}
/* MOBILE */
@media (max-width:767px){
    .main-title{
        font-size:1.5rem;
    }
    .package-table{
        min-width:820px;
    }
    .package-table th,
    .package-table td{
        font-size:12px;
        padding:6px 4px;
    }
    .business-note{
        font-size:14px;
    }
    .vertical-package span{
        font-size:13px;
    }
    .spot-not-available{
        font-size:16px;
    }
}
/* EXTRA SMALL */
@media (max-width:575px){
    .package-table{
        min-width:760px;
    }
    .package-table th,
    .package-table td{
        font-size:11px;
    }
}
@media print{
    body{
        background:#fff;
    }
    .registration-table{
        overflow:visible;
    }
    .package-table{
        min-width:100%;
    }
}
/*Registraion Page End Here*/
@media only screen and (min-width: 280px) and (max-width: 460px) {
    .hidden-block{
      display: none;
    }
}

@media only screen and (min-width: 280px) and (max-width: 319px){
    #sidebar-checkbox {
        top: 1%;
        left: 0.6rem;
        width: 2rem;
        z-index: 520;
        cursor: pointer;
        opacity: 0;
        display: block;
        height: calc(-3rem + 100vh);
        visibility: visible;
    }
    .sidebar{
      z-index: 9999;
    }
      ul.sidebar-nav {
      overflow: hidden;
      padding: 0px 0 2px 18px;
      li {
          border-top: none;
          position: relative;
      }
    }
    ul.sub-ul {
      li {
          border-bottom: none;
      }
     }
    .block {
      top: 68px;
      z-index: 9999;
    }
    .left-menu-container {
        visibility: visible;
    }
    .left-menu {
        margin-left: 12px;
        margin-top: -70px;
    }
    .left-menu div {
        width: 1.4rem;
        height: 3px;
    }
    .heading {
        visibility: hidden;
    }
    .heading-left{
        visibility: visible;
    }
    .marque-band{
      z-index: 10;
      width: 120%;
    }
    .nivo-slider{
      margin-top: -24px;
    }
    .donation-img {
      display: none;
    }
    .home-donation-heading {
      font-size: 12px;
    }
    .donation-txt {
      float: none;
      display: block;
      width: 93%;
    }
    .left-adjut {
      margin-left: 2px;
      margin-right: 17px;
    }
    .right-adjut {
      margin-left: 17px;
      margin-right: 2px;
    }
    /*For Container Pages does not have nivo slider*/
    .container_page_no_slider{
      margin-top: -24px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 359px){
  /* Noting Changed as it was copied from Previous @media only screen and (min-width: 280px) and (max-width: 319px) */
  #sidebar-checkbox {
      top: 1%;
      left: 0.6rem;
      width: 2rem;
      z-index: 520;
      cursor: pointer;
      opacity: 0;
      display: block;
      height: calc(-3rem + 100vh);
      visibility: visible;
  }
  .sidebar{
    z-index: 9999;
  }
    ul.sidebar-nav {
    overflow: hidden;
    padding: 0px 0 2px 18px;
    li {
        border-top: none;
        position: relative;
    }
  }
  ul.sub-ul {
    li {
        border-bottom: none;
    }
   }
  .block {
    top: 68px;
    z-index: 9999;
  }
  .left-menu-container {
      visibility: visible;
  }
  .left-menu {
      margin-left: 12px;
      margin-top: -72px;
  }
  .left-menu div {
      width: 1.4rem;
      height: 3px;
  }
  .heading {
      visibility: hidden;
  }
  .heading-left{
      visibility: visible;
  }
  .marque-band{
    z-index: 10;
    width: 120%;
  }
  .nivo-slider{
    margin-top: -23px;
  }
  .donation-img {
    display: none;
  }
  .home-donation-heading {
    font-size: 12px;
  }
  .donation-txt {
    float: none;
    display: block;
    width: 93%;
  }
  .left-adjut {
    margin-left: 2px;
    margin-right: 17px;
  }
  .right-adjut {
    margin-left: 17px;
    margin-right: 2px;
  }
  /*For Container Pages does not have nivo slider*/
  .container_page_no_slider{
    margin-top: -22px !important;
  }
}

@media only screen and (min-width: 360px) and (max-width: 410px){
  /* Noting Changed as it was copied from Previous @media only screen and (min-width: 280px) and (max-width: 319px)
  Only classes facebook-block fb-page and iframe are changed*/
  #sidebar-checkbox {
      top: 1%;
      left: 0.6rem;
      width: 2rem;
      z-index: 520;
      cursor: pointer;
      opacity: 0;
      display: block;
      height: calc(-3rem + 100vh);
      visibility: visible;
  }
  .sidebar{
    z-index: 9999;
  }
    ul.sidebar-nav {
    overflow: hidden;
    padding: 0px 0 2px 18px;
    li {
        border-top: none;
        position: relative;
    }
  }
  ul.sub-ul {
    li {
        border-bottom: none;
    }
   }
  .block {
    top: 68px;
    z-index: 9999;
  }
  .left-menu-container {
      visibility: visible;
  }
  .left-menu {
      margin-left: 12px;
      margin-top: -81px;
  }
  .left-menu div {
      width: 1.4rem;
      height: 3px;
  }
  .heading {
      visibility: hidden;
  }
  .heading-left{
      visibility: visible;
  }
  .marque-band{
    z-index: 10;
    width: 120%;
  }
  .nivo-slider{
    margin-top: -13px;
  }
  .donation-img {
    display: none;
  }
  .home-donation-heading {
    font-size: 12px;
  }
  .donation-txt {
    float: none;
    display: block;
    width: 93%;
  }
  .left-adjut {
    margin-left: 2px;
    margin-right: 17px;
  }
  .right-adjut {
    margin-left: 17px;
    margin-right: 2px;
  }
  .facebook-block{
      width:100%;
      max-width:500px;      /* Your desired maximum width */
      margin:0 auto;
  }
  .facebook-block .fb-page,
  .facebook-block .fb-page span,
  .facebook-block iframe{
      width:100% !important;
  }
  /*For Container Pages does not have nivo slider*/
  .container_page_no_slider{
    margin-top: -22px !important;
  }
}

@media only screen and (min-width: 411px) and (max-width: 460px){
  /* Noting Changed as it was copied from Previous @media only screen and (min-width: 280px) and (max-width: 319px)
  Only classes left-menu->margin-top: -86px; and following
   .nivo-slider {
        margin-top: -8px;
        z-index: 1;
        position: relative;
    }  and
    .block {
      top: 86px;
    }
    are changed*
    javascript jquery punched for the functionality*/
  #sidebar-checkbox {
      top: 1%;
      left: 0.6rem;
      width: 2rem;
      z-index: 520;
      cursor: pointer;
      opacity: 0;
      display: block;
      height: calc(-3rem + 100vh);
      visibility: visible;
  }
  .sidebar{
    z-index: 9999;
  }
    ul.sidebar-nav {
    overflow: hidden;
    padding: 0px 0 2px 18px;
    li {
        border-top: none;
        position: relative;
    }
  }
  ul.sub-ul {
    li {
        border-bottom: none;
    }
   }
  .block {
    top: 86px;
    z-index: 9999;
  }
  .left-menu-container {
      visibility: visible;
  }
  .left-menu {
      margin-left: 12px;
      margin-top: -91px;
  }
  .left-menu div {
      width: 1.4rem;
      height: 3px;
  }
  .heading {
      visibility: hidden;
  }
  .heading-left{
      visibility: visible;
  }
  .marque-band{
    z-index: 10;
    width: 120%;
  }
  .nivo-slider {
        margin-top: -3px;
        z-index: 1;
        position: relative;
  }
  .donation-img {
    display: none;
  }
  .home-donation-heading {
    font-size: 12px;
  }
  .donation-txt {
    float: none;
    display: block;
    width: 93%;
  }
  .left-adjut {
    margin-left: 2px;
    margin-right: 17px;
  }
  .right-adjut {
    margin-left: 17px;
    margin-right: 2px;
  }
  .facebook-block{
      width:100%;
      max-width:500px;      /* Your desired maximum width */
      margin:0 auto;
  }
  .facebook-block .fb-page,
  .facebook-block .fb-page span,
  .facebook-block iframe{
      width:100% !important;
  }
  /*For Container Pages does not have nivo slider*/
  .container_page_no_slider{
    margin-top: -3px !important;
  }
}

@media only screen and (min-width: 461px) and (max-width: 486px){
  #sidebar-checkbox {
      top: 1%;
      left: 0.6rem;
      width: 2rem;
      z-index: 520;
      cursor: pointer;
      opacity: 0;
      display: block;
      height: calc(-3rem + 100vh);
      visibility: visible;
  }
  .sidebar{
    z-index: 9999;
  }
    ul.sidebar-nav {
    overflow: hidden;
    padding: 0px 0 2px 18px;
    li {
        border-top: none;
        position: relative;
    }
  }
  ul.sub-ul {
    li {
        border-bottom: none;
    }
   }
  .block {
    top: 86px;
    z-index: 9999;
  }
  .left-menu-container {
      visibility: visible;
  }
  .left-menu {
      margin-left: 12px;
      margin-top: -100px;
  }
  .left-menu div {
      width: 1.4rem;
      height: 3px;
  }
  .heading {
      visibility: hidden;
  }
  .heading-left{
      visibility: visible;
  }
  .marque-band{
    z-index: 10;
    width: 120%;
  }
  .nivo-slider {
        margin-top: 6px;
        z-index: 1;
        position: relative;
  }
  .donation-img {
    display: none;
  }
  .home-donation-heading {
    font-size: 12px;
  }
  .sm-donation-detail {
      font-size: 14px;
      margin-left: 5px;
      margin-right: 27px;
      padding-left: 5px;
      padding-right: 5px;
  }
  .donation-txt {
    float: none;
    display: block;
    width: 93%;
  }
  .left-adjut {
    margin-left: 2px;
    margin-right: 17px;
  }
  .right-adjut {
    margin-left: 17px;
    margin-right: 2px;
  }
  .sp-btn{
    margin-left: 5px;
    margin-right: 1px;
    min-width: 444px;
    max-width: 444px;
  }
  .facebook-block{
      width:100%;
      max-width:500px;      /* Your desired maximum width */
      margin:0 auto;
  }
  .facebook-block .fb-page,
  .facebook-block .fb-page span,
  .facebook-block iframe{
      width:100% !important;
  }
  /*For Container Pages does not have nivo slider*/
  .container_page_no_slider{
    margin-top: 6px !important;
  }
}

@media only screen and (min-width: 487px) and (max-width: 500px){
  #sidebar-checkbox {
      top: 1%;
      left: 0.6rem;
      width: 2rem;
      z-index: 520;
      cursor: pointer;
      opacity: 0;
      display: block;
      height: calc(-3rem + 100vh);
      visibility: visible;
  }
  .sidebar{
    z-index: 9999;
  }
    ul.sidebar-nav {
    overflow: hidden;
    padding: 0px 0 2px 18px;
    li {
        border-top: none;
        position: relative;
    }
  }
  ul.sub-ul {
    li {
        border-bottom: none;
    }
   }
  .block {
    top: 101px;
    z-index: 9999;
  }
  .left-menu-container {
      visibility: visible;
  }
  .left-menu {
      margin-left: 12px;
      margin-top: -100px;
  }
  .left-menu div {
      width: 1.4rem;
      height: 3px;
  }
  .heading {
      visibility: hidden;
  }
  .heading-left{
      visibility: visible;
  }
  .marque-band{
    z-index: 10;
    width: 120%;
  }
  .nivo-slider {
        margin-top: 6px;
        z-index: 1;
        position: relative;
  }
  .donation-img {
    display: none;
  }
  .home-donation-heading {
    font-size: 12px;
  }
  .sm-donation-detail {
      font-size: 14px;
      margin-left: 5px;
      margin-right: 27px;
      padding-left: 5px;
      padding-right: 5px;
  }
  .donation-txt {
    float: none;
    display: block;
    width: 93%;
  }
  .left-adjut {
    margin-left: 2px;
    margin-right: 17px;
  }
  .right-adjut {
    margin-left: 17px;
    margin-right: 2px;
  }
  .sp-btn{
    margin-left: 5px;
    margin-right: 1px;
    min-width: 444px;
    max-width: 444px;
  }
  .facebook-block{
      width:100%;
      max-width:500px;      /* Your desired maximum width */
      margin:0 auto;
  }
  .facebook-block .fb-page,
  .facebook-block .fb-page span,
  .facebook-block iframe{
      width:100% !important;
  }
  /*For Container Pages does not have nivo slider*/
  .container_page_no_slider{
    margin-top: 6px !important;
  }
}

@media only screen and (min-width: 501px) and (max-width: 530px){
  #sidebar-checkbox {
      top: 1%;
      left: 0.6rem;
      width: 2rem;
      z-index: 520;
      cursor: pointer;
      opacity: 0;
      display: block;
      height: calc(-3rem + 100vh);
      visibility: visible;
  }
  .sidebar{
    z-index: 9999;
  }
    ul.sidebar-nav {
    overflow: hidden;
    padding: 0px 0 2px 18px;
    li {
        border-top: none;
        position: relative;
    }
  }
  ul.sub-ul {
    li {
        border-bottom: none;
    }
   }
  .block {
    top: 101px;
    z-index: 9999;
  }
  .left-menu-container {
      visibility: visible;
  }
  .left-menu {
      margin-left: 12px;
      margin-top: -107px;
  }
  .left-menu div {
      width: 1.4rem;
      height: 3px;
  }
  .heading {
      visibility: hidden;
  }
  .heading-left{
      visibility: visible;
  }
  .marque-band{
    z-index: 10;
    width: 120%;
  }
  .nivo-slider {
        margin-top: 13px;
        z-index: 1;
        position: relative;
  }
  .donation-img {
    display: none;
  }
  .home-donation-heading {
    font-size: 12px;
  }
  .sm-donation-detail {
      font-size: 14px;
      margin-left: 5px;
      margin-right: 27px;
      padding-left: 5px;
      padding-right: 5px;
  }
  .donation-txt {
    float: none;
    display: block;
    width: 93%;
  }
  .left-adjut {
    margin-left: 2px;
    margin-right: 17px;
  }
  .right-adjut {
    margin-left: 17px;
    margin-right: 2px;
  }
  .sp-btn{
    margin-left: 5px;
    margin-right: 1px;
    min-width: 458px;
    max-width: 458px;
  }
  .facebook-block{
      width:100%;
      max-width:500px;      /* Your desired maximum width */
      margin:0 auto;
  }
  .facebook-block .fb-page,
  .facebook-block .fb-page span,
  .facebook-block iframe{
      width:100% !important;
  }
  /*For Container Pages does not have nivo slider*/
  .container_page_no_slider{
    margin-top: 13px !important;
  }
}

@media only screen and (min-width: 531px) and (max-width: 575px){
  #sidebar-checkbox {
      top: 1%;
      left: 0.6rem;
      width: 2rem;
      z-index: 520;
      cursor: pointer;
      opacity: 0;
      display: block;
      height: calc(-3rem + 100vh);
      visibility: visible;
  }
  .sidebar{
    z-index: 9999;
  }
    ul.sidebar-nav {
    overflow: hidden;
    padding: 0px 0 2px 18px;
    li {
        border-top: none;
        position: relative;
    }
  }
  ul.sub-ul {
    li {
        border-bottom: none;
    }
   }
  .block {
    top: 101px;
    z-index: 9999;
  }
  .left-menu-container {
      visibility: visible;
  }
  .left-menu {
      margin-left: 12px;
      margin-top: -107px;
  }
  .left-menu div {
      width: 1.4rem;
      height: 3px;
  }
  .heading {
      visibility: hidden;
  }
  .heading-left{
      visibility: visible;
  }
  .marque-band{
    z-index: 10;
    width: 120%;
  }
  .nivo-slider {
        margin-top: 13px;
        z-index: 1;
        position: relative;
  }
  .donation-img {
    display: none;
  }
  .home-donation-heading {
    font-size: 12px;
  }
  .sm-donation-detail {
      font-size: 14px;
      margin-left: 5px;
      margin-right: 27px;
      padding-left: 5px;
      padding-right: 5px;
  }
  .donation-txt {
    float: none;
    display: block;
    width: 93%;
  }
  .left-adjut {
    margin-left: 2px;
    margin-right: 17px;
  }
  .right-adjut {
    margin-left: 17px;
    margin-right: 2px;
  }
  .sp-btn{
    margin-left: auto;
    margin-right: auto;
    min-width: 50%;
    max-width: 50%;
  }
  .facebook-block{
      width:100%;
      max-width:500px;      /* Your desired maximum width */
      margin:0 auto;
  }
  .facebook-block .fb-page,
  .facebook-block .fb-page span,
  .facebook-block iframe{
      width:100% !important;
  }
  /*For Container Pages does not have nivo slider*/
  .container_page_no_slider{
    margin-top: 13px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 600px){
  #sidebar-checkbox {
      top: 1%;
      left: 0.6rem;
      width: 2rem;
      z-index: 520;
      cursor: pointer;
      opacity: 0;
      display: block;
      height: calc(-3rem + 100vh);
      visibility: visible;
  }
  .sidebar{
    z-index: 9999;
  }
    ul.sidebar-nav {
    overflow: hidden;
    padding: 0px 0 2px 18px;
    li {
        border-top: none;
        position: relative;
    }
  }
  ul.sub-ul {
    li {
        border-bottom: none;
    }
   }
  .block {
    top: 117px;
    z-index: 9999;
  }
  .left-menu-container {
      visibility: visible;
  }
  .left-menu {
      margin-left: 12px;
      margin-top: -117px;
  }
  .left-menu div {
      width: 1.4rem;
      height: 3px;
  }
  .heading {
      visibility: hidden;
  }
  .heading-left{
      visibility: visible;
  }
  .marque-band{
    z-index: 10;
    width: 120%;
  }
  .nivo-slider {
        margin-top: 23px;
        z-index: 1;
        position: relative;
  }
  .donation-img {
    display: none;
  }
  .home-donation-heading {
    font-size: 12px;
  }
  .sm-donation-detail {
      font-size: 14px;
      margin-left: 5px;
      margin-right: 27px;
      padding-left: 5px;
      padding-right: 5px;
  }
  .donation-txt {
    float: none;
    display: block;
    width: 93%;
  }
  .left-adjut {
    margin-left: 2px;
    margin-right: 17px;
  }
  .right-adjut {
    margin-left: 17px;
    margin-right: 2px;
  }
  .sp-btn{
    margin-left: auto;
    margin-right: auto;
    min-width: 50%;
    max-width: 50%;
  }
  .facebook-block{
      width:100%;
      max-width:500px;      /* Your desired maximum width */
      margin:0 auto;
  }
  .facebook-block .fb-page,
  .facebook-block .fb-page span,
  .facebook-block iframe{
      width:100% !important;
  }
  /*For Container Pages does not have nivo slider*/
  .container_page_no_slider{
    margin-top: 23px !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 630px){
  /* Copied from Preceeding Block and Nothing Changed */
  #sidebar-checkbox {
      top: 1%;
      left: 0.6rem;
      width: 2rem;
      z-index: 520;
      cursor: pointer;
      opacity: 0;
      display: block;
      height: calc(-3rem + 100vh);
      visibility: visible;
  }
  .sidebar{
    z-index: 9999;
  }
    ul.sidebar-nav {
    overflow: hidden;
    padding: 0px 0 2px 18px;
    li {
        border-top: none;
        position: relative;
    }
  }
  ul.sub-ul {
    li {
        border-bottom: none;
    }
   }
  .block {
    top: 117px;
    z-index: 9999;
  }
  .left-menu-container {
      visibility: visible;
  }
  .left-menu {
      margin-left: 12px;
      margin-top: -117px;
  }
  .left-menu div {
      width: 1.4rem;
      height: 3px;
  }
  .heading {
      visibility: hidden;
  }
  .heading-left{
      visibility: visible;
  }
  .marque-band{
    z-index: 10;
    width: 120%;
  }
  .nivo-slider {
        margin-top: 23px;
        z-index: 1;
        position: relative;
  }
  .donation-img {
    display: none;
  }
  .home-donation-heading {
    font-size: 12px;
  }
  .sm-donation-detail {
      font-size: 14px;
      margin-left: 5px;
      margin-right: 27px;
      padding-left: 5px;
      padding-right: 5px;
  }
  .donation-txt {
    float: none;
    display: block;
    width: 93%;
  }
  .left-adjut {
    margin-left: 2px;
    margin-right: 17px;
  }
  .right-adjut {
    margin-left: 17px;
    margin-right: 2px;
  }
  .sp-btn{
    margin-left: auto;
    margin-right: auto;
    min-width: 50%;
    max-width: 50%;
  }
  .facebook-block{
      width:100%;
      max-width:500px;      /* Your desired maximum width */
      margin:0 auto;
  }
  .facebook-block .fb-page,
  .facebook-block .fb-page span,
  .facebook-block iframe{
      width:100% !important;
  }
  /*For Container Pages does not have nivo slider*/
  .container_page_no_slider{
    margin-top: 23px !important;
  }
}

@media only screen and (min-width: 631px) and (max-width: 767px){
  /* Copied from Preceeding Block and Nothing Changed */
  #sidebar-checkbox {
      top: 1%;
      left: 0.6rem;
      width: 2rem;
      z-index: 520;
      cursor: pointer;
      opacity: 0;
      display: block;
      height: calc(-3rem + 100vh);
      visibility: visible;
  }
  .sidebar{
    z-index: 9999;
  }
    ul.sidebar-nav {
    overflow: hidden;
    padding: 0px 0 2px 18px;
    li {
        border-top: none;
        position: relative;
    }
  }
  ul.sub-ul {
    li {
        border-bottom: none;
    }
   }
  .block {
    top: 117px;
    z-index: 9999;
  }
  .left-menu-container {
      visibility: visible;
  }
  .left-menu {
      margin-left: 12px;
      margin-top: -117px;
  }
  .left-menu div {
      width: 1.4rem;
      height: 3px;
  }
  .heading {
      visibility: hidden;
  }
  .heading-left{
      visibility: visible;
  }
  .marque-band{
    z-index: 10;
    width: 120%;
  }
  .nivo-slider {
        margin-top: 23px;
        z-index: 1;
        position: relative;
  }
  .donation-img {
    display: none;
  }
  .home-donation-heading {
    font-size: 12px;
  }
  .sm-donation-detail {
      font-size: 14px;
      margin-left: 5px;
      margin-right: 27px;
      padding-left: 5px;
      padding-right: 5px;
  }
  .donation-txt {
    float: none;
    display: block;
    width: 93%;
  }
  .left-adjut {
    margin-left: 2px;
    margin-right: 17px;
  }
  .right-adjut {
    margin-left: 17px;
    margin-right: 2px;
  }
  .sp-btn{
    margin-left: auto;
    margin-right: auto;
    min-width: 50%;
    max-width: 50%;
  }
  .facebook-block{
      width:100%;
      max-width:500px;      /* Your desired maximum width */
      margin:0 auto;
  }
  .facebook-block .fb-page,
  .facebook-block .fb-page span,
  .facebook-block iframe{
      width:100% !important;
  }
  /*For Container Pages does not have nivo slider*/
  .container_page_no_slider{
    margin-top: 23px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 867px){
  .nav-link > a{
    font-size: 0.88vw;
  }
  .donation-img {
    display: none;
  }
  .home-donation-heading {
    font-size: 12px;
  }
  .sm-donation-detail {
      font-size: 14px;
      margin-left: 5px;
      margin-right: 27px;
      padding-left: 5px;
      padding-right: 5px;
  }
  .donation-txt {
    float: none;
    display: block;
    width: 93%;
  }
  .sm-donation-detail {
        font-size: 15px;
  }
  .home-sai-detail {
    font-size: 13px;
  }
  .home-donation-detail {
    font-size: 14px;
  }
  .home-tribute-line-2 {
    font-size: 14px;
  }
  .display-24-2 {
    font-size: 13px;
  }
  .display-24-4 {
    font-size: 13px;
  }
  .invisible-line{
    display: contents;
  }
  .facebook-block{
      width:100%;
      max-width:500px;      /* Your desired maximum width */
      margin:0 auto;
  }
  .facebook-block .fb-page,
  .facebook-block .fb-page span,
  .facebook-block iframe{
      width:100% !important;
  }
  /*For Container Pages does not have nivo slider*/
  .container_page_no_slider{
    margin-top: 52px !important;
  }
}

@media only screen and (min-width: 868px) and (max-width: 991px){
  .nav-link > a{
    font-size: 0.88vw;
  }
  .donation-img {
    display: none;
  }
  .home-donation-heading {
    font-size: 12px;
  }
  .sm-donation-detail {
      font-size: 14px;
      margin-left: 5px;
      margin-right: 27px;
      padding-left: 5px;
      padding-right: 5px;
  }
  .donation-txt {
    float: none;
    display: block;
    width: 93%;
  }
  .sm-donation-detail {
        font-size: 15px;
  }
  .home-sai-detail {
    font-size: 13px;
  }
  .home-donation-detail {
    font-size: 14px;
  }
  .home-tribute-line-2 {
    font-size: 14px;
  }
  .display-24-2 {
    font-size: 13px;
  }
  .display-24-4 {
    font-size: 13px;
  }
  .invisible-line{
    display: contents;
  }
  .facebook-block{
      width:100%;
      max-width:500px;      /* Your desired maximum width */
      margin:0 auto;
  }
  .facebook-block .fb-page,
  .facebook-block .fb-page span,
  .facebook-block iframe{
      width:100% !important;
  }
  /*For Container Pages does not have nivo slider*/
  .container_page_no_slider{
    margin-top: 54px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-link > a{
    font-size: 1.2vw;
  }
  .donation-img {
    display: none;
  }
  .home-donation-heading {
    font-size: 12px;
  }
  .sm-donation-detail {
      font-size: 14px;
      margin-left: 5px;
      margin-right: 27px;
      padding-left: 5px;
      padding-right: 5px;
  }
  .donation-txt {
    float: none;
    display: block;
    width: 93%;
  }
  .sm-donation-detail {
        font-size: 15px;
  }
  .home-sai-detail {
    font-size: 14.58px;
  }
  .home-donation-detail {
    font-size: 14px;
  }
  .home-tribute-line-2 {
    font-size: 14px;
  }
  .display-24-2 {
    font-size: 13px;
  }
  .display-24-4 {
        font-size: 12px;
  }
  .invisible-line{
    display: none;
  }
  .facebook-block{
      width:100%;
      max-width:500px;      /* Your desired maximum width */
      margin:0 auto;
  }
  .facebook-block .fb-page,
  .facebook-block .fb-page span,
  .facebook-block iframe{
      width:100% !important;
  }
  /*For Container Pages does not have nivo slider*/
  .container_page_no_slider{
    margin-top: 52px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nav-link > a{
    font-size: 1.2vw;
  }
  .vision_logoe{
    height: 90%;
    margin-top: 9px;
  }
  /*For Container Pages does not have nivo slider*/
  .container_page_no_slider{
    margin-top: 54px !important;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nav-link > a{
    font-size: 1.1vw;
  }
  .vision_logoe{
    height: 90%;
    margin-top: 9px;
  }
  /*For Container Pages does not have nivo slider*/
  .container_page_no_slider{
    margin-top: 55px !important;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nav-link > a{
    font-size: 1vw;
  }
  .vision_logoe{
    height: 90%;
    margin-top: 9px;
  }
  /*For Container Pages does not have nivo slider*/
  .container_page_no_slider{
    margin-top: 56px !important;
  }
}

@media only screen and (min-width: 1800px) and (max-width: 1899px) {
  .nav-link > a{
    font-size: 0.9vw;
  }
  .vision_logoe{
    height: 90%;
    margin-top: 9px;
  }
  /*For Container Pages does not have nivo slider*/
  .container_page_no_slider{
    margin-top: 58px !important;
  }
}
