*{
    padding: 0;
    margin: 0;
}
.page-width{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 5rem;           
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
html {
  scroll-behavior: smooth;
}
.flex{
    display: flex;
    align-items: center;
}
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body{
    font-family: 'ProximaNovaSoftW03-Regular', sans-serif;
    overflow-x: hidden; 
}
h2{
    font-family: 'Proxima Nova', sans-serif;
}
.header-details{
    justify-content: space-between;
}
.header {
    padding-top: 13px;
    padding-bottom: 13px;
    background: #FFFFFF;
    box-shadow: 0px 0px 80px 0px #00000012;
}
.header_menu a {
    padding: 12px 24px;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1px;
    transition: all 0.4s;
    font-family: 'Proxima Nova', sans-serif;
}
.header_menu a:hover {
    color: #EE3124;
}
.header_icon img {
    margin: 10px 14px;
}
.header_logo {
    display: inline-flex;
}
/* mobile menu */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
/* slideshow */
.slideshow-image {
    position: relative;
}
.slideshow-image:before {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(91.19deg, #000000 0.77%, rgba(0, 0, 0, 0) 101.82%);
    height: 100%;
    width: 334px;
}
.slideshow-image img {
    height: 100%;
    width: 100%;
}
.swiper-slide {
    position: relative;
}
.slideshow-content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.slideshow-content h2 {
    font-size: 76px;
    text-transform: uppercase;
    line-height: 64px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.slideshow-content h4{
    font-size: 60px;
    line-height: 64px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.slideshow-content h3{
    font-size: 76px;
    line-height: 64px;
    font-weight: 300;
    text-transform: uppercase;
    color: #FCCA12;
    margin-top: 58px;
    font-family: 'Gotham XNarrow Medium', sans-serif;
}
.slideshow-content p{
    font-family: 'Gotham XNarrow';
    font-size: 30px;
    line-height: 64px;
    color: #FFFFFF;
    margin-bottom: 36px;
}
.slideshow-content a {
    font-size: 36px;
    line-height: 53px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #EE3124;
    padding: 2px 3.8rem;
    display: inline-flex;
    width: fit-content;
    font-weight: 400; 
    border: 1px solid #EE3124;
}
.slideshow-image img.desktopbanner {
    display: block;  
}  
.slideshow-image img.mobilebanner {
    display: none;  
} 
.secondbammer h2 {
    color: #FCCA12;
    margin-bottom: 0;
}
.secondbammer p{
    margin-bottom: 0;
}
.secondbammer a {
    margin-top: 8rem;
}
.swiper-pagination-bullet{
    width: 18px !important;
    height: 18px !important;
    opacity: 0.5 !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #FFFFFF !important;
    opacity: 1 !important;
}
.social-detail .swiper-pagination {
    display: none;
}
/* image with text  */
.image-text .content-detail {
    width: 50%;
}
.image-withtext {
    position: relative;
    margin: 100px 0;
    padding: 23px 0;
}
.image-withtext:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    background-color: #FEC830;
    height: 82%;
}
.image-detail img.main_image_img-text {
    width: 100%;
    height: 100%;
}
.image-withtext .heading-image-with-text h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
}
.image-withtext .heading-image-with-text p {
    font-size: 20px;
    line-height: 28px;
    color: #6C6D70;
    font-weight: 400;
    letter-spacing: normal;
    padding-top: 8px;
}
.content-detail span.icon-text {
    margin-bottom: 20px;
}
.image-detail {
    margin: 0 auto;
}
.icontext {
    max-width: 60%;
    margin-top: 50px;
}
.icontext .icon-text p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #6C6D70;
    margin-left: 6px;
}
.icontext a {
    max-width: fit-content;
    padding: 13px 16px;
    background: #EE3124;
    color: #ffffff;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 1.35px;
    margin-top: 50px;
}
.icontext a span svg {
    vertical-align: middle;
}
/* text with video */
.text-with-video,
.text-with-video-second {
    position: relative;
    margin-bottom: 125px;
}
.text-with-video .mainimg,
.text-with-video-second .mainimg{
    position: relative;
    width: fit-content;
    top: 50px;
}
.text-with-video:before,
.text-with-video-second:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FEC830;
    width: 77%;
    height: 100%;
    z-index: -1;
}
.text-with-video-second {
    flex-direction: row-reverse;
    margin-top: 140px;
}
.text-with-video-second:before{
    right: 0;
    left: auto;
}
.text-with-video .mainimg:after,
.text-with-video-second .mainimg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 77%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    border-top-right-radius: 180px;
}
.text-with-video-second .mainimg:after {
    left: auto;
    right: 0;
    border-top-left-radius: 201px;
    border-top-right-radius: 0;
    width: 93%;
    margin-top: -15px;
}
.text-with-video-second .mainimg {
    top: 70px;
}
.text-with-video .mainimg img,
.text-with-video-second .mainimg img{
    width: 100%;
    height: 100%;
}
.text-with-video .maindetail,
.text-with-video-second .maindetail{
    width: 80%;
}
.text-with-video-second .text-video-detail {
    flex-direction: row-reverse;
}
.text-with-video .text-detail,
.text-with-video-second .text-detail{
    width: 50%;
}
.text-with-video-second .video-detail {
    justify-content: end;
}
.text-with-video-second .text-detail {
    text-align: end;
    padding-right: 29px;
}
.maindetail .text-detail h3 {
    font-size: 34px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: normal;
    font-family: 'Proxima Nova', sans-serif;
}
.maindetail .text-detail h2 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 800;
    letter-spacing: normal;
}
.maindetail .text-detail p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: normal;
    margin-top: 0.5rem;
}
.maindetail .text-detail a {
    font-size: 18px;
    line-height: 19px;
    font-weight: 500;
    letter-spacing: 1.35px;
    padding: 16px 17px;
    color: #ffffff;
    background-color: #EE3124;
    display: inline-block;
    margin-top: 8rem;
    font-family: 'Proxima Nova', sans-serif;
}
.video-detail iframe {
    width: 465px;
    height: 305px;
}
.text-video-detail {
    gap: 13px;
    align-items: flex-start;
    padding: 4rem 0;
}
.video-detail {
    position: relative;
    width: fit-content;
    overflow: hidden;
    display: inline-flex;
}
.video-detail:before {
    content: "";
    position: absolute;
    right: -33px;
    bottom: -41px;
    background-color: #fff;
    width: 75px;
    height: 75px;
    max-width: 200px;
    max-height: 200px;
    z-index: 4;
    transform: rotate(319deg);
}
.video-detail:after {
    content: "";
    position: absolute;
    bottom: -24px;
    right: -17px;
    background-color: #fff;
    width: 75px;
    height: 75px;
    max-width: 200px;
    max-height: 200px;
    z-index: 0;
    transform: rotate(0deg);
    opacity: 0.3;
}
.ytmCuedOverlayPlayButton {
    transform: translate(-50%, -50%) !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: 165px !important;
    height: 165px !important;
}
.form-container .mainimg:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10.91%, #FFFFFF 72.73%);
    width: 100%;
    height: 60px;
}
.form-container .popup_detail form .shreyash-talpade-form,
.form-container .popup_detail form .brahmanandam-form {
    display: block;
    width: 100%;
    height: auto;
    color: rgba(255, 255, 255, 1);
    background: rgba(238, 49, 36, 1);
    outline: none;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    padding: 16px 15px;
    border-radius: 4.9px;
    cursor: pointer;
    margin-top: 30px;
}
.form-container input.form-control::placeholder {
    color: rgba(68, 68, 68, 1);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 100%;
}

.form-container .form-group {
    background: rgba(255, 255, 255, 0.51);
    display: flex;
    width: 100%;
    margin-bottom: 14.76px;
    align-items: center;
    border-radius: 9px;
    border: 2px solid rgba(255, 255, 255, 0.8);
}
.form-container input.form-control {
    background-color: transparent;
    border: 0;
    width: 100%;
    padding: 16px;
}
.form-container .form-group label {
    padding: 12.3px;
    border-right: 1px solid rgba(108, 108, 108, 0.21);
}
.form-container .popup_image img {
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
    position: absolute;
    bottom: 0;
}
.form-container form {
    width: 50%;
    padding: 50px 40px 50px 10px;
}
.form-container .popup_image {
    width: 50%;
    height: 100%;
    position: relative;
    
}
.form-container .popup_detail:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 260px;
    background-color: #fff;
    z-index: 0;
}
.form-popup-bg-second .form-container .popup_detail:before{
    width: 270px;
}
.form-container form h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    letter-spacing: 0;
    text-align: center;
}
.form-container form h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin: 4px 0;
}
.form-container form p {
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 30px;
}
/* social instagram */
.footer-social i {
    color: #fff;
}
.footer-social {
    margin-left: -15px;
}
.footer-social a {
    width: 20px;
    width: 40px;
    display: inline-table;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#instagram-feed img{
    width: 100%;
    height: 100%;
}
 .social-detail .heading-detail {
    justify-content: space-between;
    padding-bottom: 50px;
}
.social-detail .heading-detail h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 12px;    
}
.social-detail .heading-detail p {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    color: #6C6D70;
}
.social-detail .heading-detail .contentheading {
    max-width: 34%;
}
.social-detail .heading-detail .contentbutton a {
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    color: #000000;
    font-family: 'Proxima Nova', sans-serif;
    transition: all 0.5s;
}
.contentbutton a svg path {
    transition: all 0.5s;
}
.social-detail .heading-detail .contentbutton a:hover,
.contentbutton a:hover svg path{
    color: #EE3124;
    stroke: #EE3124;
}
.social-detail .heading-detail .contentbutton span {
    vertical-align: middle;
    margin-left: 24px;
}

 .social-detail .socialslider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    display: block;

}
.socialbrand-detail svg {
    fill: #fff;
}
.social-detail .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    overflow: hidden;
}
.social-detail .swiper-slide a video {
    width: 100%;
    height: 326px;
    object-fit: cover;
    display: block;
}
.social-detail .swiper-slide a {
    z-index: 1;
    width: 100%;
    height: 326px;
}
.social-detail .swiper-slide a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #0000006B;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.social-detail .swiper-slide svg {
    position: absolute;
    top: 50%;
}
.social-detail {
    padding: 65px 0 101px 0;
}
.social-detail .swiper-slide svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
} 
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}

/* footer */
footer {
    background-color: #EE3124;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 56px;
}
ul.footer_link {
    margin-top: 13px;
}
.footer-detail .footer_logo,
.footer-detail .footer-contact,
.footer-detail .socialbrand-detail {
    width: 33.33%;
}
.footer-detail {
    align-items: flex-start;
}
.footer-detail .footer-contact h2.footerheading,
.footer-detail .socialbrand-detail h2.footerheading {
    font-size: 16px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: -5px;
}
.footer-detail .footer-contact a {
    font-size: 16px;
    line-height: 47px;
    font-weight: 700;
    color: #ffffff;    
    display: block;
}
.single-footer-widget .row {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}
.single-footer-widget h6 {
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
.footer-detail .footer-contact a span {
    margin-right: 9.5px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.col-lg-4.col-md-4.col-4 {
    width: 11.3%;
}
.single-footer-widget {
    margin-top: 70px;
}
.mobilemenu {
    display: none;
}

/* popup1 */
.form-popup-bg,
.form-popup-bg-second {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg,
.form-popup-bg-second {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible,
.form-popup-bg-second.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background: rgba(254, 200, 48, 1);  
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 738px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    color: #fff;
    overflow: hidden;
}
.close-button {
  background:none;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 7px;
  right: 7px;
  border: 0;
  cursor: pointer;
}
.form-popup-bg:before,
.form-popup-bg-second::before{
  content:'';
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.1;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popup_detail {
    display: flex;
    align-items: center;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1 !important;
}
/* button  */
.priyam-btn{
    transition:all 0.5s;
}
.priyam-btn:hover {
    background-color: rgb(0, 0, 0) !important;
}
/* media  */
@media screen and (min-width: 1199px) and (max-width: 1450px) {
    .icontext {
        max-width: 84%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .text-with-video .maindetail, .text-with-video-second .maindetail {
        width: 77%;
    }
    .image-withtext {
        position: relative;
        margin: 35px 0;
        padding: 25px 0;
    }   
    .image-text {
        gap: 20px;
    }
    .image-detail img.main_image_img-text {
        width: 95%;
    }
    .icontext {
        max-width: 100%;
        margin-top: 40px;
    }
    .slideshow-content h2 {
        font-size: 55px;
        line-height: 60px;
        margin-bottom: 0;
    }
    .slideshow-content h4 {
        font-size: 45px;
        line-height: 50px;
    }
    .slideshow-content h3 {
        font-size: 55px;
        line-height: 60px;
        margin-top: 20px;
    }
    .slideshow-content p {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 17px;
    }
    .slideshow-content a {
        font-size: 33px;
        line-height: 37px;
        padding: 10px 2.8rem;
    }
    .maindetail .text-detail a {
        margin-top: 1rem;
    }
    .text-with-video, .text-with-video-second {
        padding: 25px 0;
        margin-bottom: 60px;
        margin-top: 60px;
    }
    .page-width {
        max-width: 960px;
        padding: 0 2rem;
    }
    .secondbammer a {
        margin-top: 6rem;
    }
    .text-with-video .mainimg{
        top: 85px;  
    }
    .text-with-video-second .mainimg{
        top: 127px;
    }
    
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .social-detail .heading-detail .contentheading {
        max-width: 56%;
    }
    .image-withtext {
        position: relative;
        margin: 30px 0;
        padding: 20px 0;
    }
    .slideshow-content h2 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 0;
    }        
    .slideshow-content h4 {
        font-size: 34px;
        line-height: 47px;
    } 
    .slideshow-content h3 {
        font-size: 45px;
        line-height: 50px;
        margin-top: 15px;
    }
    .slideshow-content p {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .slideshow-content a {
        font-size: 30px;
        line-height: 35px;
        padding: 5px 2.5rem;
    }
    .image-text{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .image-withtext:after {
        height: 548px;
        top: 0;
        transform: translate(0, 0);
    }
    .image-text .content-detail {
        width: 100%;
    }
    .icontext {
        max-width: 90%;
        margin-top: 40px;
    }
    .icontext a {
        margin-top: 23px;
    }
    .text-with-video, .text-with-video-second {
        margin-top: 0;
        margin-bottom: 50px;
        padding: 2rem 0;
        flex-direction: column-reverse;
    }
    .text-with-video:before, .text-with-video-second:before{
        width: 100%;
    } 
    .text-with-video .mainimg{
        margin-top: -22%;
        width: 40%;
    }
    .text-with-video-second .mainimg {
        margin-top: -25%;
        width: 40%;
    }
    .text-with-video{
        align-items: flex-start;
    }
    .text-with-video-second{
        align-items: end;
    }
    .text-with-video .maindetail, .text-with-video-second .maindetail {
        width: 100%;
    } 
    .text-with-video .text-detail {
        width: 100%;
        text-align: end;
    }
    .text-with-video .text-video-detail {
        align-items: center;
        padding: 1rem 2rem;
        flex-direction: column-reverse;
        gap: 40px;
    }
    .text-with-video-second .text-video-detail{
        flex-direction: column-reverse;
        align-items: center;
        padding: 1rem 2rem;
        gap: 40px;
    }
    .maindetail .text-detail h3 {
        font-size: 23px;
        line-height: 30px;
    }
    .maindetail .text-detail h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .maindetail .text-detail a {
        margin-top: 2rem;
    }
    .maindetail iframe {
        width: 600px;
        height: 405px;
    }
    .page-width {
        max-width: 835px;
        padding: 0 1rem;
    }
    .secondbammer a {
        margin-top: 2rem;
    }
    .text-with-video-second .text-detail {
        padding-right: 0;
        width: 100%;
        text-align: left;
    }
    .text-with-video .mainimg:after{
        border-top-right-radius: 140px;
    }
    .text-with-video-second .mainimg:after{
        border-top-left-radius: 140px;
        border-top-right-radius: 0;
    }
}
@media screen and (min-width:500px) and (max-width:768px) {
    .slideshow-image:before {
        width: 100%;
    }
    .social-detail .heading-detail .contentheading {
        max-width: 70%;
    }
    footer {
    padding-top: 40px;
    padding-bottom: 30px;
    }
    .footer-detail {
        flex-direction: column;
        text-align: center;
    }
    .footer-detail .footer_logo, .footer-detail .footer-contact, .footer-detail .socialbrand-detail {
        width: 100%;
        margin: 0 auto;
        text-align: center;

    }
    .single-footer-widget {
        margin-top: 5px;
    }
    .image-withtext {
        position: relative;
        margin: 30px 0;
        padding: 20px 0;
    }
    .slideshow-content h2 {
        font-size: 50px;
        line-height: 54px;
        margin-bottom: 16px;
    }    
    .slideshow-content h4 {
        font-size: 40px;
        line-height: 44px;
    }
    .slideshow-content h3 {
        font-size: 50px;
        line-height: 54px;
        margin-top: 30px;
    }
    .slideshow-content p {
        font-size: 33px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .slideshow-content a {
        font-size: 30px;
        line-height: 33px;
        padding: 6px 1.9rem;
    }      
    .slideshow-image img.desktopbanner,
    .header_menu.desktopmenu, .mobilemenu {
        display: none;  
    }   
    .slideshow-image img.mobilebanner {
        display: block;  
    } 
    .image-text {
        flex-direction: column-reverse;
        gap: 30px;
    }   
    .image-withtext:after {
        height: 500px;
        top: 0;
        transform: translate(0, 0);
        width: 16px;
    }
    .image-text .content-detail {
        width: 100%;
        margin: 0 auto 0 0;
    }
    .image-withtext {
        margin: 30px 0;
        padding: 15px 0;
    }
    .image-detail {
        width: 85%;
    }
    .icontext {
        max-width: 95%;
        margin-top: 35px;
    }
    .page-width {
        max-width: 650px;
        margin: auto;
        padding: 0 1rem;
    }
    .text-with-video {
        align-items: flex-start;
    }
    .text-video-detail {
        flex-direction: column-reverse;
    }
    .video-detail iframe {
        width: 100%;
        height: 390px;
    }
    .text-with-video-second .text-video-detail {
        flex-direction: column-reverse;
    }
    .text-with-video .text-detail {
        text-align: end;
    }
    .text-with-video-second .text-detail {
        text-align: left;
    }
    .text-with-video-second {
        margin-top: 10px;
        flex-direction: column-reverse;
        padding: 3rem 0 0 0;
        align-items: flex-end;
        gap: 2rem;
        margin-bottom: 44px;
    }
    .text-with-video {
        flex-direction: column-reverse;
        gap: 2rem;
        padding: 3rem 0 0 0;
    }
    .text-with-video .text-video-detail,
    .text-with-video-second .text-video-detail {
        padding: 0 1rem;
        gap: 1rem;
    }
    .text-with-video .text-detail, .text-with-video-second .text-detail,
    .video-detail {
        width: 100%;
    }   
    .text-with-video .maindetail .text-detail a,
    .text-with-video-second .maindetail .text-detail a {
        margin-top: 1rem;   
    }   
    .text-with-video-second .mainimg:after {
       margin-top: 0;
    }
    .maindetail .text-detail h3 {
        font-size: 24px;
        line-height: 35px;

    }   
    .maindetail .text-detail h2 {
       font-size: 29px;    
        line-height: 45px;
    }
    .secondbammer a {
        margin-top: 2rem;
    }
    .text-with-video:before, .text-with-video-second:before{
        width: 100%;
    }
    .text-with-video-second .mainimg,
    .text-with-video:before, .text-with-video-second:before,
    .text-with-video .mainimg, .text-with-video-second .mainimg {
        top: 0;
    }
    .text-with-video, .text-with-video-second {
        margin-bottom: 45px;
    }
    .text-with-video .mainimg, .text-with-video-second .mainimg{
        max-width: 40%;
        margin-top: -26%;
    }
    .mainimg:before, .form-container .popup_detail:before{
        display: none;
    }
    .form-container form {
        width: 85%;
        padding: 20px 5px 5px 5px;
        margin: 0 auto;
    }
    .form-container .popup_detail {
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .form-container .popup_image img,
    .form-popup-bg-second .form-container .popup_image img {
        position: unset;
        transform: translate(0, 0);
    }
    .form-container {
        max-width: 590px;
    }
    .header-details {
        justify-content: center;
    }
    .text-with-video .mainimg:after {
        border-top-right-radius: 130px;
    }
    .image-withtext .heading-image-with-text h2 {
        font-size: 18px;
        line-height: 25px;
    }
    .image-withtext .heading-image-with-text p {
        font-size: 14px;
        line-height: 17px;
        font-weight: 500;
    }
    .icontext .icon-text p {
        font-size: 14px;
        line-height: 17px;
    }
    .content-detail span.icon-text img {
        width: 30px;
        height: 30px;
    }
    .icontext a {
        font-size: 11px;
        line-height: 12px;
        padding: 5px 11px;
        margin-top: 20px;
    }
    .icontext a svg {
        width: 21px;
        vertical-align: middle;
    }
    .text-with-video .maindetail, .text-with-video-second .maindetail {
        width: 100%;
    }
    .single-footer-widget .row {    
        justify-content: center;
        align-items: center;
    }
    .footer_logo img {
        width: 22%;
    }
    .footer-detail .footer-contact a {
        line-height: 34px;
    }
    .socialbrand-detail {
        padding-top: 22px;
    }
    .footer-contact {
        padding-top: 22px;
    }
    .social-detail .heading-detail h2 {
        font-size: 28px;
        line-height: 31px;
    }
    .social-detail .heading-detail .contentbutton a {
        font-size: 19px;
    }
    .social-detail .heading-detail .contentbutton span {
        margin-left: 8px;
    }
    .social-detail {
        padding: 42px 0 60px 0;
    }
}
@media screen and (max-width:500px) {
    .slideshow-image:before {
        width: 100%;
    }
    .social-detail {
        padding: 42px 0 60px 0;
    }
    .social-detail .heading-detail .contentbutton span {
        margin-left: 8px;
    }
    .social-detail .heading-detail .contentbutton a {
        font-size: 19px;
    }
    .social-detail .heading-detail h2 {
        font-size: 28px;
        line-height: 31px;
    }
    .footer-contact {
        padding-top: 22px;
    }
    .socialbrand-detail {
        padding-top: 22px;
    }
    .footer-detail .footer-contact a {
        line-height: 34px;
    }
    .footer_logo img {
        width: 22%;
    }
    .text-with-video .maindetail, .text-with-video-second .maindetail {
        width: 100%;
    }
    .icontext a svg {
        width: 21px;
        vertical-align: middle;
    }
    .icontext a {
        font-size: 11px;
        line-height: 12px;
        padding: 5px 11px;
        margin-top: 30px;
    }
    .content-detail span.icon-text img {
        width: 30px;
        height: 30px;
    }
    .icontext .icon-text p {
        font-size: 14px;
        line-height: 17px;
    }
    .image-withtext .heading-image-with-text p {
        font-size: 14px;
        line-height: 17px;
        font-weight: 500;
    }
    .image-withtext .heading-image-with-text h2 {
        font-size: 18px;
        line-height: 25px;
    }
    .header-details {
        justify-content: center;
    }
    .text-with-video-second .mainimg,
    .text-with-video .mainimg, .text-with-video-second .mainimg {
        top: 25px;
        bottom: 0;
        width: 60%;
    }
    .text-with-video .mainimg:after{
        border-top-right-radius: 130px;
    }
    .mainimg:before, .form-container .popup_detail:before{
        display: none;
    }
    .form-container form {
        width: 85%;
        padding: 20px 5px 5px 5px;
        margin: 0 auto;
    }
    .form-container .popup_detail {
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .form-container .popup_image img,
    .form-popup-bg-second .form-container .popup_image img {
        position: unset;
        transform: translate(0, 0);
    }
    .text-with-video:before, .text-with-video-second:before{
        width: 100%;
    }
    .social-detail .heading-detail .contentheading {
        max-width: 100%;
    }
    .social-detail .heading-detail {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding-bottom: 18px;
    }
    footer {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .footer-detail {
        flex-direction: column;
        text-align: center;
    }
    .footer-detail .footer_logo, .footer-detail .footer-contact, .footer-detail .socialbrand-detail {
        width: 100%;
    }
    .single-footer-widget {
        margin-top: 5px;
    }
    .page-width {
        max-width: 650px;
        margin: auto;
        padding: 0 1rem;
    }
    .icontext {
        max-width: 90%;
        margin-top: 25px;
    }   
    .slideshow-content h2 { 
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 16px;
    }    
    .slideshow-content h4 {
        font-size: 25px;
        line-height: 28px;
    }
    .slideshow-content h3 {
        font-size: 30px;
        line-height: 33px;
        margin-top: 10px;
    }
    .slideshow-content p {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .slideshow-content a {
        font-size: 25px;
        line-height: 27px;
        padding: 6px 1.9rem;
    } 
    .slideshow-image img.desktopbanner,
    .header_menu.desktopmenu, .mobilemenu{
        display: none;  
    }   
    .slideshow-image img.mobilebanner {
        display: block;  
    } 
    .image-text {
        flex-direction: column-reverse;
        gap: 30px;
    }   
    .image-withtext:after {
        height: 330px;
        top: 0;
        transform: translate(0, 0);
        width: 16px;
    }
    .image-text .content-detail {
        width: 100%;
        margin: 0 auto 0 0;
    }
    .image-withtext {
        margin: 30px 0;
        padding: 15px 0;
    }
    .image-detail, .image-text .content-detail {
        width: 85%;
    }
    .icontext {
        max-width: 100%;
        margin-top: 25px;
    }
    .text-with-video {
        align-items: flex-start;
    }
    .text-with-video, .text-with-video-second {
        margin-bottom: 50px;
    }
    .text-with-video, .text-video-detail,
    .text-with-video-second .text-video-detail {
        flex-direction: column-reverse;
        gap: 2rem;
        padding: 3rem 0 0 0;
    }
    .text-with-video .text-video-detail,
    .text-with-video-second .text-video-detail {
        padding: 0 1rem;
        gap: 1rem;
    }
    .text-with-video .text-detail, .text-with-video-second .text-detail,
    .video-detail {
        width: 100%;
    }   
    .text-with-video .maindetail .text-detail a,
    .text-with-video-second .maindetail .text-detail a {
        margin-top: 1rem;   
    }  
    .text-with-video-second {
        margin-top: 10px;
        flex-direction: column-reverse; 
        padding: 3rem 0 0 0;
        align-items: flex-end;
        margin-bottom: 44px;
        gap: 2rem;
    }
    .text-with-video-second .mainimg:after {
       margin-top: 0;
    }
    .maindetail .text-detail h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .maindetail .text-detail h2 {
        font-size: 27px;
        line-height: 30px;
    }
    .maindetail .text-detail a {
        font-size: 15px;
        line-height: 15px;
        padding: 12px 13px;
    }
    .slideshow-content {
        top: 65%;
    }      
    .secondbammer a {
        margin-top: 1rem;
    }
    .single-footer-widget .row {
        justify-content: center;
        align-items: center;
    }
    .footer-detail .footer-contact h2.footerheading, .footer-detail .socialbrand-detail h2.footerheading {
        font-size: 16px;
        font-weight: 700;
        line-height: 45px;
    }
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}