
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Passion+One:wght@400;700;900&display=swap');
*::selection{
    background-color: rgb(255, 0, 128);
    color: white;
    padding: 3px;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
    position: relative;
    scroll-behavior: smooth;
    font-family: "Open Sans", sans-serif;
    scrollbar-color: #172b4d rgba(255, 255, 255, 0.522);
    scrollbar-width: 3px;
}
body img{
    pointer-events: none;
}
body a{
    text-decoration: none;
}
#TopHeader{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    padding-left: 3vw;
    padding-right: 3vw;
    background-color: #172b4d;
}

#TopHeader i{
    color: aliceblue;
    font-weight: bold;
    margin-left: 1vw;
}
#TopHeader a{
    color: aliceblue;
    text-decoration: none;
    font-family: 400;
}
#ContactInfo span{
    margin-left: 1vw;
}

#navBar{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 88;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

}
#navBarPRNT{
    width: 100%;
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navBarManus span{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-left: 5px;
    margin-right: 5px;
}
.navBarManus span a{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2vw;
}
.navBarManus span a i{
    font-size: 16px;
    margin-left: 2px;
}
.navBarManus span a:hover{
    color: rgb(255, 0, 140);
    font-weight: bold;
}
#WrapDROPdown{
    position: relative;
}
#dropDown{
    position: absolute;
    top:3cqmax;
    z-index: 99;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    width: 250;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}
.dropmanu:focus + #dropDown{
    display: flex;
}
#dropDown:hover{
    display: flex;
}
#dropDown a{
    width: 200px;
    margin: 0;
    border-bottom: 1px solid rgb(168, 168, 168);
    text-transform: uppercase;
}
#dropDown li{
    list-style: none;
    margin: 3px;
    width: 100%;
}
#dropDown li:hover{
    background-color: #c1c1c1;
}

#logo img{
    width: 70px;
    height: 70px;
    object-fit: contain;
}
#toggleBTN{
    display: none;
    color: rgb(255, 0, 140);
    background-color: transparent;
    border: none;
    padding: 2px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#toggleBTN i{
    position: absolute;
    display: none;
}
#toggleBTN .nav-close{
    display: none;
}



.navBarManus span a{
    text-decoration: none;
    color: rgb(89, 89, 89);
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.fixed-height {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}
.TXTCL{
    background-color: #0618395a;
}
#BookService,#BookServiceForm{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #172b4d;
    color: aliceblue;
}
#BookServiceTitle{
    color: aliceblue;
    margin: 1vw;
}
#BookServiceTitle h1{
    font-family: 'Franklin Gothic Medium', sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
}
#inputSection{
    display: flex;
    align-items: center;
    justify-content: center;
}
#inputSection span{
    margin: 1vw;
    margin-left: 2vw;
}
#inputSection span h5{
    font-size: 16px;
}
#inputSection input,#inputSection select{
    width: 200px;
    height: 50px;
    border: none;
    outline: none;
    padding: 15px;
    color: rgb(56, 94, 146);
}
.colorNew{
    background-color: #fa7b1d;
    padding: 15px;
    color: white;
}
#SerSubmit{
    width: 200px;
    height: 50px;
    border: 1px solid rgb(255, 1, 107);
    background-color: rgb(255, 0, 89);
    color: aliceblue;
    margin: 2vw;
    border-radius: 5px;
    transition: all ease 0.3s;
    font-weight: bold;
}
#SerSubmit:hover{
    background-color: rgb(255, 96, 154);
    transform: scale(0.9);
}

#HomeaboutPRNT{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 4vw;
    margin-bottom: 4vw;
    background-color: #0f2b5124;
}
#Homeabout{
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
}
#AboutDetail{
    height: 100%;
    background-color: rgba(0, 128, 255, 0.107);
    padding: 10px;
}
#AboutTitleL h2,#AboutTitleR h2{
    font-size: 28px;
    color:  #0f2b51;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    text-align: center;
}
#AboutING {
    width: 500px;
}
#AboutING img{
    width: 100%;
    object-fit: cover;
}
#AboutInfo{
    background-color: rgb(255, 255, 255);
    padding: 10px;

}
#AboutTitleInfo {
    color: rgba(30, 34, 69, 0.674);
}

#servicePlan{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;
}
#serviceTitle h2{
    margin: 2vw;
    font-size: 28px;
    color:  #0f2b51;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    border-bottom: 2px solid rgba(17, 30, 70, 0.582);
}
#PlanInfo{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#PlanInfo img{
    width: 150px;
}
#PlanInfo .plans{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    margin: 1vw;
    width: 300px;
    height: 350px;
    border-radius: 15px;
    overflow: auto;
}
#PlanInfo .plans:hover{
    border: 1px solid rgba(17, 30, 70, 0.582);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
#PlanInfo .plans span{
    text-align: center;
}
#PlanInfo .plans span h3{
    border-bottom: 2px solid #0f2b51;
    padding: 3px;
    border-radius: 0px 0px 15px 15px;
    color: #0f2b51;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 22px;
}
#PlanInfo .plans span p{
    color: #0f2b51;
}
#IsolaSection{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2vw;
}
#IsoSecTitle h1{
    font-size: 28px;
    color:  #0f2b51;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}
#IsoSecCards{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#IsoSecCards img{
    width: 175px;
    height: 150px;
    object-fit: contain;
}
#IsoSecCards .IsoSecCARD{
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #0f2b51;
    font-size: 14px;
    overflow: auto;
    padding: 10px;
    transition: all ease 0.9s;
    margin: 1vw;
}
#IsoSecTitle{
    margin-bottom: 20px;
    text-align: center;
    padding: 3px;
}
#IsoSecCards .IsoSecCARD:hover{
    border-left: 1px solid #0f2b51;
    border-right: 1px solid #0f2b51;
    border-bottom: 1px solid #0f2b51;
    transform: scale(1.1);
    border-radius: 50px 50px 0px 0px;
}
#IsoSecCards .IsoSecCARD h3{
    text-align: center;
}
#IsoSecCards .IsoSecCARD p{
    width: 100%;
    text-align: center;
}

#ExpoFeaturePRN,#expoFeaturetitle{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#expoFeaturetitle h2,#expoFeaturetitle h4{
    color:  #0f2b51;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}
#expoFeaturetitle h2{
    font-size: 30px;
}
#expoFeaturetitle h4{
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    color: #213548;
    text-align: center;
    margin: 1vw;
}
#ExpoFeature,#expoFeatureInfoSec{
    width: 100%;
   align-items: center;
    display: flex;
    justify-content: center;
    
}
#expoFeatureInfoSec{
    max-width: 1200px;
    padding: 10px;
}
#ExpoFeaSec1 div,#ExpoFeaSec2{
    width: 50%;
    height: fit-content;
    position: relative;
    
}
#expoPRNT{
    width: 50%;
    position: relative;
}
#ExpoFeaSec1 img{
    width:100%;
    height:600px;
    object-fit: cover;
    filter:brightness(0.5);
}
#ExpoFeaSec1 span{
    position: absolute;
    bottom: 6%;
    left: 6%;
    z-index: 1;
}
#ExpoFeaSec1 span h2,#ExpoFeaSec1 span h5,#ExpoFeaSec2 span h2,#ExpoFeaSec2 span h5{
    color: rgb(255, 255, 255);
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
   
}
#ExpoFeaSec1 span h5,#ExpoFeaSec1 span h5{
    color: rgb(210, 210, 210);
}
.bgTO{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.535);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
#ExpoFeaSec1 span button,#ExpoFeaSec2 span button{
    width: 100px;
    height: 35px;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: rgb(255, 196, 0);
    color: white;
    padding: 5px;
    font-weight: bold;
}
#expoFeatureInfoSec button:hover{
    background-color: #093970;
    color: white;
    
}
#ExpoFeaSec2{
    height: 70%;
    display: flex;
    flex-direction: column;
    position: relative;
}
#ExpoFeaSec2 img{
    margin-left: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 100%;
    height: 295px;
    object-fit: cover;
    filter:brightness(0.5);
    transition: all ease 0.3s;
}

#expoFeaChild1{
    position: relative;
}
#expoFeaChild1 span{
    position: absolute;
    bottom:6%;
    left: 6%;
    z-index: 2;
}

#specialServiceSectionPRNT{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(228, 228, 228, 0.606);
}
#specialServiceSection{
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
#SpeSerTitle{
    text-align: center;
    margin-bottom: 1vw;
    border-bottom: 2px solid  #0f2b51;
    padding: 3px;
    margin: 2vw;
}
#SpeSerTitle h2{
    font-size: 28px;
    color:  #0f2b51;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
  
}
#SpeSerCardsSec{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px;
}
#SpeSerCardsSec img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: all ease;
}

#SpeSerCardsSec .SpeCardClass{
    width: 250px;
    height: 350px;
    margin: 1vw;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: white;
    position: relative;   
}

#SpeSerCardsSec .SpeCardClass h3{
    font-size: 20px;
    color: #093c70;
    font-weight: 600;
    text-align: left;
    padding: 3px;
}
#SpeSerCardsSec .SpeCardClass h3:hover{
    color: rgb(255, 0, 68);
}
#SpeSerCardsSec .SpeCardClass span button{
    background-color: rgb(0, 85, 182);
    color: aliceblue;
    padding: 3px;
    border: 1px solid rgb(0, 64, 160);
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    transition: all ease 0.9s;
}
#SpeSerCardsSec .SpeCardClass span button:hover{
    transform: scale(0.8);
}
#TestimonialSectionPRNT{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #e7e7e7;
    overflow-x: hidden;
}
#TestimonialSection{
    width: 100%;
    height: 100%;
    max-width: 1200px;
    display: flex;
}
#TestimonialLeft{
    width: 50%;
   padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#TestimonialLeft img{
    border: 10px solid white;
}
#TestimonialLeft img:nth-child(1){
    width: 250px;
    object-fit: contain;
    rotate: -5deg;
}
#TestimonialLeft img:nth-child(2){
    position: absolute;
    bottom: 7%;
    right: 15%;
    width: 150px;
    object-fit: contain;
    rotate: 20deg;
}
#TestmonialRight{
    width: 50%;

}
#TestMTitle{
    margin:1vw;
   
}
#TestMTitle h4{
    color: rgb(255, 174, 0);
}

#TestMTitle h4,#TestMTitle h1{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}

#TestReview{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    padding: 10px;
   /* overflow: hidden; */
}


.item-1, 
.item-2, 
.item-3 {
    overflow: hidden;
	position: absolute;
    display: block;
	top: 2em;
    right: 1px;
    width: 80%;
    padding: 20px;
    font-size: 18px;
    font-style: italic;
	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
.item-1 h3, 
.item-2 h3, 
.item-3 h3{
    color: rgb(255, 0, 98);
    font-style: normal;
    font-size: 18px;
}

.item-1{
	animation-name: anim-1;
}

.item-2{
	animation-name: anim-2;
}

.item-3{
	animation-name: anim-3;
}

@keyframes anim-1 {
	0%, 8.3% { left: 100%; opacity: 0;overflow: hidden; }
  8.3%,25% { left: 0%; opacity: 1;overflow: hidden; }
  33.33%, 100% { left: 110%; opacity: 0;overflow: hidden; }
}

@keyframes anim-2 {
	0%, 33.33% { left: 100%; opacity: 0;overflow: hidden; }
  41.63%, 58.29% { left: 0%; opacity: 1;overflow: hidden; }
  66.66%, 100% { left: 110%; opacity: 0; overflow: hidden;}
}

@keyframes anim-3 {
	0%, 66.66% { left: 100%; opacity: 0;overflow: hidden; }
  74.96%, 91.62% { left: 0%; opacity: 1;overflow: hidden; }
  100% { left: 110%; opacity: 0; overflow: hidden;}
}

.TXSyle{
    height: fit-content;
    color: #093c70;
    right: 0;
    width: 80%;
    font-style: italic;
    margin-left: 2vw;
    margin-right: 2vw;
}
#RentSectionPRNT{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#RentSection{
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#RentSectionTitle h2{
    text-align: center;
    margin: 2vw;
    font-size: 28px;
    color:  #0f2b51;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}
#RentSectionCards{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#RentSectionCards img{
    width: 180px;
    height: 180px;
    margin-bottom: 5vw;
    object-fit: contain;
}
#RentSectionCards .RentCardClass{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 1vw;
    padding: 5px;
    width: 250px;
    height: 300px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    border: 1px solid #093c702a;
}
#RentSectionCards .RentCardClass h4{
    text-align: center;
    font-size: 16px;
    width: 100%;
    color: black;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    text-align: center;
    height: 25%;
    background-color: rgba(0, 0, 0, .03);
    font-weight: 600;
    position: absolute;
    bottom: 0;
    padding: 6px;
    border-top: 1px solid rgba(0, 0, 0, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
#sty{
    width: 80%;
    height: 80%;
    position: absolute;
    background-color: #0c539b4b;
    z-index: -1;
    border-radius: 105px 70px 140px 120px;
}
#footerSectionPRNT{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.849);
    color: aliceblue;
    margin-top: 3vw;
    padding: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
#TestMTitle h2{
    text-align: start;
    font-size: 34px;
}
#footerSection{
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#FSwrap{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}
#ContactINFO span{
    display: flex;
    justify-content: center;
}
#ContactINFO span i{
    margin: 3px;
}
#ContactINFO span b{
    color: rgb(220, 220, 220);
}
#ContactINFO span p{
    max-width: 350px;
    color: rgb(205, 205, 205);
    font-size: 14px
}
#contactDetailsFS{
    display: flex;
    flex-direction: column;
}
#contactDetailsFS span{
    margin: 1vw;
    display: block;

}
#contactDetailsFS span h4{
    font-size: 14px;
    font-weight: bold;
}
#contactDetailsFS span span{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#contactDetailsFS span span a{
    color: rgb(219, 219, 219);
    font-size: 13px;
}
#contactDetailsFS span span i{
    margin: 3px;
    font-size: 14px;
}
#footerSection h4{
    font-optical-sizing: auto;
    height: fit-content;
    font-weight: 600;
}
#FSlinks{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-bottom: 1px solid rgb(75, 75, 75);
    border-radius: 0px 0px 20px 20px;
}
#FSlinks h4{
    border-bottom: 1px solid rgb(110, 110, 110);
    width: 100%;
}
#FSlinks div{
    display: flex;
    
}
#FSlinks span{
    display: flex;
    margin: 1vw;
    flex-direction: column;
    font-size: 14px;
}
#FSlinks span a{
    color: rgba(240, 240, 240, 0.906);
}
#FSlinks span a:hover{
    color: rgb(255, 0, 149);
}
#FSlinks span a:focus{
    color: red;
}
#FSsocialMedia{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2vw;
}
#FSsocialMedia span{
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: space-evenly;
}
#FSsocialMedia span a{
    color: aliceblue;
}
#FSsocialMedia span a:hover{
    color: rgb(255, 0, 149);
}
#FSEnd{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#FSEnd p{
    font-size: 14px;
    padding: 5px;
}
#poweredby{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.44);
    text-align: end;
    padding: 5px;
    font-size: 14px;
    display: flex;
   justify-content: space-between;
}
#poweredby a{
    color: aliceblue;
}
#metWhatsapp{
    position: fixed;
    bottom: 40px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: rgb(0, 189, 0);
    border-radius: 15px;
    color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    z-index: 999;
}
#CtoT{
    width: 50px;
    height: 50px;
    background-color: #12529a;
    color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}
#CtoT i{
    font-size: 18px;
}
#ServicesSction,#ServicesSctionChild{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#ServicesSctionChild{
    max-width: 1200px;
    flex-direction: column;
}
#ServicesSctionTitle h1{
    text-align: center;
    font-size: 32px;
    color:  #0f2b51;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    margin: 2vw;
}
#ServicesSctionINFORMATION{
    display: flex;
}
#ServicesSctionINFORMATION span img{
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 50px 50px 50px 50px;
    margin: 1vw;
}
#servicespara{
    display: block;
}
#servicespara p{
    margin: 2vw;
    color: rgb(64, 64, 64);
    line-height: 30px;
}
#servicespara ul{
    margin-left: 3vw;
    display: block;
}
#servicespara ul li{
    margin: 1vw;
    color: rgb(64, 64, 64);
    font-size: 14px;
}
#EquipFormPRNT{
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.617);
    color: #000000;
    position: fixed;
    top: 0;
    display: none;
    z-index: 9999;
}
#EquipFormChild,#EquipFormChild form{
    width: 75%;
    padding: 10px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    position: relative;
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}
#EquipFormChild form span{
    display: flex;
     margin-top: 5px;
}
#EquipFormChild img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
#EquipFormChild p{
    width: 70%;
    text-align: center;
    font-size: 14px;
}
#EquipFormChild form{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
}
#EquipFormChild form span input,#EquipFormChild form span select{
    width: 150px;
    height: 40px;
    border: 1px solid #061839;
    color: #061839;
    padding: 5px;
    padding-left: 10px;
    border-radius: 8px;
    margin: 5px;
}
#EquipFormChild form span label{
    font-size: 14px;
}
#FBTN{
    display: flex;
    flex-direction: column;
}
#FBTN button{
    width:150px;
    height: 40px;
    padding: 2px 10px 3px 10px;
    background-color: #061839;
    border: none;
    margin-left: 4px;
    color: aliceblue;
    border-radius: 4px;
    font-weight: bold;
    transition: all ease 0.3s;
}

#FBTN button:hover{
    transform: scale(0.9);
    cursor: pointer;
}
#F-Close{
    position: absolute;
    top: 1vw;
    right: 3vw;
    width: fit-content;
    height: fit-content;
    padding: 5px;
    color: red;
    border: none;
    font-size: 18px;
    background-color: transparent;
    cursor: pointer;
    z-index: 55;
}
  
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
  }
  
  @keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
  }
#ServiceBookSection,#ServiceBookSectionChild{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
}
#ServiceBookSectionChild{
    flex-direction: column;
    max-width: 1200px;
    padding: 15px;
   color: #061839;
}
#servicebookSecTitle{
    width: 100%;
    margin: 1vw;
}
#servicebookSecTitle h2{
    font-size: 26px

}
#serviceBookFormSec,#serviceBookFormSec form{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
#serviceBookFormSec form span input,#serviceBookFormSec form span select{
    width: 230px;
    height: 40px;
    padding: 5px;
    padding-left: 20px;
    font-size: 15px;
    border-radius: 10px;
    border: 2px solid #061839;
    color: #061839;
    margin: 3px;
}
#serviceBookFormSec form span button{
    width: 200px;
    height: 40px;
    padding: 5px;
    color: aliceblue;
    background-color: #061839;
    border-radius: 10px;
    border: 1px solid #061839;
    font-size: 16px;
    font-weight: bold;
    transition: all ease 0.3s;
}
#serviceBookFormSec form span button:hover{
    background-color: #0d4688;
    transform: scale(0.9);
}
@media (max-width:1150px) {
    #serviceBookFormSec form span button,#serviceBookFormSec form span input,#serviceBookFormSec form span select{
        width: 18vw;
    }
    #inputSection input,#inputSection select,#SerSubmit{
        width: 15vw;
    }
    #EquipFormChild form span input,#EquipFormChild form span select{
        width: 10vw;
    }
}
@media (max-width:1080px) {
    #IsoSecCards .IsoSecCARD{
        width: 25vw;
    }
}
#SpeSerCardsSec .SpeCardClass p{
    font-size: 14px;
    color: rgb(61, 61, 61);
    padding: 4px;
    text-align: left;
}
@media (max-width:950px) {
    #AboutING{
        width: 50vw;
    }
    #inputSection{
        flex-wrap: wrap;
    }
    #PRNTsubmit{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #TestReview p{
        font-size: 14px;
    }
   
}
@media (max-width:800px) {
    .navBarManus{
        display: none;
    }
    #toggleBTN{
        display: flex;
        margin-right: 3vw;
    }
    #toggleBTN i{
        display: flex;
    }
    #dropDown{
        position: relative;
        top:0cqmax;
    }
    #dropDown a {
        width: 200px;
        margin-top: 0px;
        border: none;
    }
    .navManus{
        width: 100%;
        height: 100vh;
        background-color: #ffffff;
        position: absolute;
        z-index: 99;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
        top: 100px;
        font-size: 14px;
        color: hsl(212, 78%, 16%);
        transition: height ease 0.5s;
    }
    .navManus a{
        padding: 3px;
        font-style: none;
        cursor: pointer;
    }
    .navManus a:hover{
        color: rgb(255, 0, 140);
    }
    .navManus span{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #093970;
    }
    #TestimonialLeft{
        display: none;
    }
    #TestimonialSection{
        height: fit-content;
        display: flex;
        justify-content: center;
    }
    #TestmonialRight{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #TestReview{
        position: relative;
        height: 53vh;
    }
    #TestReview p{
        width: 100%;
    }
    #servicespara p{
        font-size: 14px;
    }
    #ServicesSctionINFORMATION span img{
        width: 250px;
        height: 250px;
    }
}
@media (max-width:700px) {
    #Homeabout{
        flex-direction: column;
        align-items: center;
        background-color: rgb(229, 242, 255);
    }
    #PlanInfo{
        flex-wrap: wrap;
    }
    #IsoSecCards{
        flex-direction: column;
       justify-content: center;
       
    }
    #IsoSecCards .IsoSecCARD{
        width: 80%;
    }
    #IsoSecCards .IsoSecCARD img{
        width: 70vw;
    }
    #FSwrap{
        flex-wrap: wrap;
        margin: 2vw;
        justify-content: center;
        width: 100%;
    }
    #expoFeaturetitle h2,#AboutTitleL h2,#AboutTitleR h2,#serviceTitle h2,#RentSectionTitle h2{
        font-size: 6vw;
        padding: 2vw;
        text-align: center;
    }
    #expoPRNT{
        width: fit-content;    
        position: relative;
    }
    #ExpoFeaSec1{
        display: flex;
       
        /* flex-direction: column; */
        position: relative;
        border-radius: 3px;
        margin-left: 2px;
    }
   
    #expoFeaturetitle h4{
        font-size:3vw;
        width:70%;
    }
    #expoFeatureInfoSec,#ExpoFeaSec1,#ExpoFeaSec2{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    #expoFeatureInfoSec img{
        width: 80vw;
        height: 300px;
    }
    #expoFeatureInfoSec h5,#ExpoFeaSec1 h5{
        width: 90%;
        font-size: 3vw;
    }
    #expoFeatureInfoSec h2,#ExpoFeaSec1 g2{
        font-size: 6vw;
    }
    #ContactINFO{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    #ContactINFO span b{
        color: aliceblue;
    }
    #ContactINFO span p{
        font-size: 12px;
    }
   
    #contactDetailsFS{
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
        
    }
   
    #FSlinks{
        width: 85%;
       
    }
    #FSlinks div{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    #inputSection,#BookServiceForm,#BookServiceForm form{
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #inputSection input,#inputSection select,#SerSubmit{
        width: 70vw;
    }
    #EquipFormChild,#EquipFormChild form{
        width: 100%;
        height: 100%;
    }
    #EquipFormChild form{
        flex-direction: column;
    }
    #FBTN button,#EquipFormChild form span input,#EquipFormChild form span select{
        width: 70vw;
    }
}
@media (max-width:600px) {
    #FSEnd span p{
        font-size: 12px;
    }
    #poweredby{
        font-size: 12px;
    }
    #ContactInfo{
        display: flex;
        flex-direction: column;
    }
    .navManus{
        top: 125px;
    }
    #TestMTitle h2{
        text-align: center;
        font-size: 7vw;
        margin: 1vw;
    }
    #ServicesSctionINFORMATION{
        flex-direction: column;
        align-items: center;
    }
    #serviceBookFormSec form{
        flex-direction: column;
    }
    #serviceBookFormSec form span button,#serviceBookFormSec form span input,#serviceBookFormSec form span select{
        width: 100%;
    }
}
@media (max-width:450px) {
   #AboutTitleInfo{
    font-size: 14px;
   } 
}
@media (max-width:400px) {
    #ContactInfo{
        font-size: 4vw;
    }
    #contactDetailsFS{
        flex-wrap: wrap;
        text-align: center;
    }
    
    #ServicesSctionINFORMATION span img{
        width: 85vw;
        height: 85vw;
    }
}