
* {
	padding: 0;
	margin: 0 auto;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
} 



.carousel-control {
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0, 0, 0, .2);
    filter: alpha(opacity=50);
    opacity: 1;
}

    .carousel-control:focus, .carousel-control:hover {
        background-color: rgba(0, 0, 0, .5);
    }

.carousel-control-next, .carousel-control-prev {
    width: 8%;
}

.carousel-control-next-icon, 
.carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}


:focus{outline:none;}
p:focus{outline:none;}

a, a:hover, a:focus {
	color: #000;
	text-decoration: none;
	outline: none;
}

.form-control:focus {
   box-shadow: none;
}

button:focus {
    outline: none;
    border: 0;
}

input:focus{outline:none;}

@font-face {
  font-family: 'GARAIT.TTF';
  src: url('../fonts/GARAIT.TTF.eot');
  src: url('../fonts/GARAIT.TTFd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Garamond-Italic';
  src: url('../fonts/Garamond-Italic.svg#Garamond-Italic') format('svg'),
       url('../fonts/Garamond-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-Semibold.eot');
  src: url('../fonts/OpenSans-Semiboldd41d.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg'),
       url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
       url('../fonts/OpenSans-Semibold.woff') format('woff'),
       url('../fonts/OpenSans-Semibold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TrajanPro-Regular';
  src: url('../fonts/TrajanPro-Regular.eot');
  src: url('../fonts/TrajanPro-Regulard41d.eot?#iefix') format('embedded-opentype'),
       url('../fonts/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg'),
       url('../fonts/TrajanPro-Regular.ttf') format('truetype'),
       url('../fonts/TrajanPro-Regular.woff') format('woff'),
       url('../fonts/TrajanPro-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regulard41d.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans.svg#OpenSans') format('svg'),
       url('../fonts/OpenSans.ttf') format('truetype'),
       url('../fonts/OpenSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}





body {
    font-family: 'OpenSans-Regular';
	color:#040202;
    font-size:19px;

}

h1{
    font-family: 'Garamond-Italic';
    font-size:40px;
    letter-spacing:8px;
    color:#575759;
    
    
}


.heading-part span{
    font-size:85px;
    font-family: 'TrajanPro-Regular';
    color: #f26420;
    text-transform:uppercase;
    line-height:80px;
    letter-spacing:20px;
    margin-left: -8px;
}

.slick-dots{display:none !important;}
.city-slider .slider .slider-inner .slider-lt {
    position: absolute;
    top: 130px;
    text-align:center;
    left: 0;
    right:0;
    display: block;
    flex-wrap: wrap;
    height: 100vh;
    align-items: center;
    z-index: 999;
}

.city-slider .slider .slider-inner .slider-rt {
	background-size: cover!important;
    height: 100vh;
}

.banner-content{max-width:1110px;position:relative;}

.slider-lt>div{margin-bottom: 150px;}

#aboutus .heading-part span {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0;
}    


.city-slider .slider .slider-inner .slider-lt h3 {
	color: #ebf7ff;
	font-size:35px;
	font-family: 'Garamond-Italic';
	letter-spacing:11px;
}

.city-slider .slider .slider-inner .slider-lt p {
	color: #909090;
	margin-bottom: 90px;
}


.slider-lt span {
    font-size:70px; 
    font-family: 'TrajanPro-Regular';
    color: #fff;
    letter-spacing:1px;
    line-height:85px;
    margin-left:-8px;
}



.mr-rt {
	margin-right: 0;
}


nav.navbar-expand-lg.navbar-light.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    /*background: rgba(0,0,0,.12156862745098039);*/
}

nav.navbar-expand-lg.navbar-light.fixed {
    background: #000;
    box-shadow: 10px 10px 10px #b7b7b721;
    -webkit-animation: slide-down 1.0s;
    animation: slide-down 1.0s;
    display:none;
}

@-webkit-keyframes slide-down{
    0%{opacity:0;
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
    }
    100%{opacity:.9;
    -webkit-transform:translateY(0);
    transform:translateY(0)
        
    }}
    
    @keyframes slide-down{
        0%{opacity:0;
        -webkit-transform:translateY(-100%);
        transform:translateY(-100%)}
        100%{opacity:.9;
        -webkit-transform:translateY(0);
        transform:translateY(0)
            
}}

.line:after{
    position:absolute;
    content:'';
    width: 60px;
    height: 1px;
    bottom: 25px;
    background: #fff;
    right: 0;
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    margin: 0 0 0 15px;
}

.navbar-expand-lg .navbar-brand img {
    width: 200px;
    margin-top: 15px;
}

ul.navbar-nav li {
    position: relative;
    /*margin-left:40px;*/
    margin-left:25px;
}

ul.navbar-nav{
border-bottom: solid 1px #ffffff7d;
    
}


ul.navbar-nav {
    margin-right:15px;
}

ul.navbar-nav li:first-child{margin-left:0;}

.logoleft {
    float: left;
      width: 220px;
}


.nav-right {
    padding: 0;
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
    float: right;
    list-style: none;
    width: calc(100% - 220px);
    text-align:right;
}
    .nav-right a{color:#fff;}

    .nav-right li {
     margin-bottom:5px;
    }

    .navbox {
        position: absolute;
        top: 15px;
        left: 0;
        width: 100%;
    }

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
/*
.navbar-light .navbar-nav .nav-link:after {
    content: '';
    width: 0%;
    background: #fff;
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    height: 2px;
    transition: all ease-in-out 0.5s;
}

.navbar-light .navbar-nav .nav-link:hover:after {
    content: '';
    width: 100%;
}*/

nav li a.active{border-bottom: 2px solid #fff;}

.list{height:350px;overflow-y:scroll;padding-left: 20px;}
.list li{margin-bottom:15px;padding-right:15px;}
.list::-webkit-scrollbar {
  width: 5px;
  
}
.list::-webkit-scrollbar-track {
  background: #eee;
}
.list::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #f5f5f5;
  background-image: linear-gradient(to top, #304352 0%, #d7d2cc 100%);
}
.navbar-light .navbar-nav .nav-link img{width:16px; margin-right:5px;}
.boldp{font-weight:700; font-family: 'OpenSans-Semibold';}

.blist1{float:left; margin:0;}
.blist2{float:right;}
.blist1 li,.blist2 li{ margin-bottom:30px; list-style:none; padding-left:89px; padding-bottom:8px;}

.blist1 li:nth-child(1){ background:url(../images/lbicon1.svg) no-repeat; background-size:55px; background-position:top left;}
.blist1 li:nth-child(2){ background:url(../images/lbicon2.svg) no-repeat; background-size:55px; background-position:top left;}
.blist1 li:nth-child(3){ background:url(../images/lbicon3.svg) no-repeat; background-size:55px; background-position:top left;}
.blist1 li:nth-child(4){ background:url(../images/lbicon4.svg) no-repeat; background-size:55px; background-position:top left;}
.blist1 li:nth-child(5){ background:url(../images/Kadipur.png) no-repeat; background-size:55px; background-position:top left; margin-bottom:0;padding-bottom: 26px;}

.blist2 li:nth-child(1){ background:url(../images/lbicon5.svg) no-repeat; background-size:55px; background-position:top left;}
.blist2 li:nth-child(2){ background:url(../images/lbicon6.svg) no-repeat; background-size:55px; background-position:top left;}
.blist2 li:nth-child(3){ background:url(../images/lbicon7.svg) no-repeat; background-size:55px; background-position:top left;}
.blist2 li:nth-child(4){ background:url(../images/lbicon8.svg) no-repeat; background-size:55px; background-position:top left; padding-bottom:30px;}
/*.blist{ width:100%; display:flex; justify-content:spac-between; flex-wrap:wrap;}*/
/*.blist li{ width:48%; float:left; margin-bottom:30px;}*/

.bottom-sec{padding:10px 0}
.bottom-sec ul{padding:0px 0;margin:0}

.hiddendk{ display:inline-block;}
.hiddenmob{ display:none;}
.first-sec p{
    
    line-height: 35px;
}

.pd100{padding:100px 0;}

.pd-bottom{padding-bottom:0;}

.grey{
    background:#f4f4f4;
}

.second-sec img {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    width: 100%;
}

.white-thumb{
    background: #fff;
    padding:40px;
    margin-top: 50px;
}

.white-thumb ul{list-style:none;}

.white-thumb ul li{display: flex;margin-top:15px;font-size: 18px;}

.white-thumb img{width:30px;height:30px;margin: 0 15px 0 0;}


.icon-sec{
    width:100%;
}
.icon-thumb{
    display: flex;
    width: 285px;
    margin: 50px 0 20px;
    /* padding-left: 95px; */
    margin-left: 126px;
}

.schedule {
    border: 1px solid #dee2e6;
    padding: 20px;
    background: #f26420;
    color: #fff;
    margin: 30px 0;
}

    .schedule .colm.colmwid {
        width: calc(100% - 190px);
    }

    .schedule .colm {
        display: inline-block;
        vertical-align: middle;
        float: none;
        width: 180px;
    }

    .schedule .btn {
        background: white !important;
        color: #f26420 !important;
        width: 100%;
        border: 2px solid transparent;
    }

        .schedule .btn:hover {
            border: 2px solid #f26420 !important;color:white !important;
        }





.icon-content{margin:0;}

.mr-right{
    padding-left: 30px;
    width: 318px;
    margin-left: 0;
}

.icon-thumb img{
    height:64px;
    width:64px;
    margin:0 30px 0 0;
}

.icon-content{position:relative;}

.icon-content h4{
    font-family: 'OpenSans-Regular';
    color: #8a8a8a;
    font-size: 19px;
    }

.icon-content span{font-family: 'OpenSans-Semibold';}
.icon-content h4:after{
    content:'';
    width:20px;
    height:1px;
    position:absolute;
    left:0;
    bottom:-15px;
    background:#000;
    z-index:2;
}


.city-btn{
    background:#e8e8e8;
    padding:18px 20px ;
   color:#006eb7;
   font-family: 'OpenSans-Semibold';
   display: table;
   font-size: 16px;
  letter-spacing: 1px;
 border:0;
 outline:none;
}

.city-btn:hover{color: #1ea2db;}

.city-btn img{
    width: 30px;
    height: 20px;
    margin: 0 0 0 20px;
    transition: all ease-in-out 0.3s;
    position: relative;
    left:0;
}


.city-btn:hover img {
	left: 10px;
}

.fourth-sec .container {position:relative;}

.fourth-sec h1 {margin-bottom:60px;}
.slideer-section {margin-bottom:-200px;position:relative;}

.fifth-sec{margin-top:200px;}

.form-sec .form-control {
    color: #000;
    height: auto!important;
    background: transparent;
    padding: 16px 0;
    border-radius: 0;
    border: none;
    font-size: 16px;
    text-transform:uppercase;
    border-bottom: 1px solid #ced4da!important;
    letter-spacing: 2px;
}



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.form-sec .form-group {
    margin-bottom: 20px;
}


.fifth-sec .heading-part h1{margin-bottom:138px;}



.nav-container{
    display:flex;
    position:absolute;
    right:50px;
    bottom:1px;
}

.nav-container .left, .nav-container .right{
    background:#fff;
    width:60px;
    height:60px;
    padding:18px;
    display: inline-block;
    text-align: center;
}

.right{border-right: 1px solid #000;}

.nav-container .left{margin-right:40px;}

.slider-navs{display:flex;align-items: center;}

.services_name {
display: inline-block;
    
}

.halmark-slider .title{
    
    height:100px;
    width:100%;
    z-index:9999999;
    position:absolute;
    left:0px;
    bottom:0px;
    background: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgb(0 0 0 / 0%) 1%,rgb(0 0 0 / 83%) 97%,rgb(0 0 0) 100%);
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgb(0 0 0 / 0%) 1%,rgb(0 0 0 / 83%) 97%,rgb(0 0 0) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgb(0 0 0 / 0%) 1%,rgb(0 0 0 / 83%) 97%,rgb(0 0 0) 100%);
    
}

.halmark-slider .title h5{
    position:relative;
    color:#fff;
    margin:55px 0 0 50px;
    letter-spacing:2px;
    font-size:20px;
}

.halmark-slider .title h5:after{
    content:'';
    left:0;
    width:20px;
    height:1px;
    position:absolute;
    background:#fff;
    bottom:-10px;
}

.slider-thumb{position:relative;}

footer {
    padding:80px 0;
    background: #111111;
}

footer .footer-inner ul {
    list-style: none;
    
}


footer .footer-inner p {
    color:#fff;
    font-size: 13px;
    opacity: .4;
    margin-bottom:0;
    
}

.add-sec h4{
   text-align: center;
    padding:80px 0 20px;
    color: #fff;
    font-size:18px;
    letter-spacing: 1px;
    }
    
.add-group{
        display: flex;
} 

.effect3 {

}

.register-now {
    width:350px;
    height: auto;
    float: right;
    display: block;
    text-align: center !important;
    margin-top:180px;
    position:absolute;
    top:0; 
    right:10%;

}

.registerbg {
    background-color: #F7F7F1 !important;
    padding: 30px;
    border: 1px solid #ccc;
    line-height: 30px;
}

.contact_tab1 {
    float: right;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    position: relative;
    right: -7.3%;
    border: none;
    background-color: #f26420;
    width: 120px;
    height: 32px;
    color: #fff;
    margin-top: 12px;
    cursor: pointer;
    outline: none;
    border-radius: 5px 5px 0px 0px;
    text-transform: uppercase;
    -webkit-animation: blink 0.9s linear infinite;
    -moz-animation: blink 0.9s linear infinite;
    -ms-animation: blink 0.9s linear infinite;
    -o-animation: blink 0.9s linear infinite;
    animation: blink 0.9s linear infinite;
    top: 33px;
    font-size: 15px;
    text-align: center;
    padding-top: 5px;
    display:none
}


#zoom-img {
    width: 100%;
    height: 700px;
    background: url("/images/location-map-new.jpg");
    background-position: inherit;
    background-size: 100% 100%;
}

.mnth{position:absolute;left:0;bottom:40%; width:200px;}


footer p {
    color: #fbfbfb59;
    font-size: 15px;
    margin: 0;
    line-height: 25px;
}

footer p span{color:#fff;}

.regd{
    border-right:1px solid #fbfbfb59;
    margin-right: 60px;
    padding-right: 40px;
}


footer h3{
    text-align: center;
    margin-bottom: 0;
    margin-top: 60px;
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
}

.footer-bottom{
    background:#006eb7;
    color:#fff;
    font-size:15px;
    text-align:center;
    padding:5px 0;
}





.form-sec {
    border: 2px solid #ccc;
    background: #ddd;
    padding: 30px;
    z-index: 9999999999999;
    text-align: center !important;
}

    .form-sec .form-control {
        color: #000;
        height: auto !important;
        background: #fff;
        padding: 12px 8px;

    }


.btn {
    font-size: 20px !important;
    text-align: center !important;
    background-color: #f26420 !important;
    height: inherit !important;
    min-width: inherit !important;
    display: inline-block !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 7px 20px 10px 20px !important;
    color: #fff !important;
    line-height: 1.2 !important;
}

.bx .titlebx {font-weight:600;font-size:18px
}


.bx {
    border: 2px solid #ccc;
    text-align: left;
    margin: 20px 0;
    background: #f4f4f4;
    position: relative;
    overflow: hidden;
    min-height: 120px;
    font-size:16px;
}

.bx:hover{border:2px solid #f26420;}

.bx img {width:100%}

    .bxcentre {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
    text-align:center;
}





.btn:hover{background:#b20000 !important;}

.bx .lt {
    font-size: 18px;
    float: left;
    margin: 10px;
}

    .bx .lt.lft {
        height: 50px;
        background: black;
        padding: 9px 5px;
    }

.bx .rt {
    margin: 0;
    font-size: 18px;
    float: right;
    margin: 10px
}

.crmbanner {
    height: 296px;
    background: url(https://www.zricks.com/LandingPageFolder/images/open-house.jpg) bottom no-repeat;
    background-size: 100% 100%;
    width: 100%; 
    color: #fff; 
    position: relative;
}

.crmlayer {
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    padding: 0 15px 15px 15px;
    bottom: 0;
    width: 100%;
}

.crmbanner .crmdate {
    margin-top: 80px;
    font-size: 30px !important;
}

.crmlayer p {
    margin: 15px 0 10px 0;
    font-weight: 400;
}

.font500 {
    font-weight: 500 !important;
}

.ml-54 {
    margin-left: 54px !important;
}

.mt-100 {
    margin-top: 100px;
}

.font18 {
    font-size: 18px;
}

.offer-btn {
    float: none;
    width: auto;
    display: inline-block;
    padding: 0;
    margin-top: 134px;
    text-align: left;
    background: #f26420;
    color: #fff;
}

    .offer-btn a {
        padding: 8px;
        display: block;
        font-weight: 500;
        font-size: 14px;
    }




.newoffer ul {
    margin: 0;
    padding: 0;
}

.newoffer li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
    background: #f26420;
    border: 1px dashed #f26420;
    padding: 5px 8px;
    list-style: none;
}

.heading-hall {
    position: relative;
}


.hallmarks-box {
    margin-bottom: 30px;
}
.hallmarks-box .hallmarks-flow img {
    width: 100%;
    height: 255px;
    filter: grayscale(100%);
    transition: all ease-in-out 0.3s;
}

    .hallmarks-box .hallmarks-flow img:hover {
        filter: grayscale(0%);
        transform: scale(1.2);
        transition: all ease-in-out 0.3s;
    }

.hallmarks-box .hallmarks-flow {
    overflow: hidden;
    width: 100%;
}

    .hallmarks-box a {
        color: #151515;
        display: block;
        font-size: 17px;
        background: #fff;
        padding: 20px 10px;
        margin-bottom: 0;
        margin-top: -32px;
        z-index: 9;
        position: relative;
        width: 100%;
        -webkit-box-shadow: 1px 1px 21px -6px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 21px -6px rgba(0, 0, 0, 0.2);
        pointer-events: none;
        text-align: center;
    }

       
        .rowline {
    margin-right: -15px;
    margin-left: -15px;
}
.colline{
    float:left;width:25%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.1;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.bank h2 {
    background-color: #f26420;
    color: #fff;
    padding: 6px;
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
    margin-top: 19px;
    margin-bottom: 25px;
}


label.error {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
    display:block;
    margin-top:3px
}

.form-group {
    margin-bottom: 0;
    height: 60px;
}

.rerabox {
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    background: rgba(0,0,0,0.5);
    padding: 3px 10px;
}

.rela {
    float: left;
    width: 62px;
}

.relano {
    float: left;
    width: calc(100% - 62px);
}

.whatsapp1 {
    display: none;
}

.mb0{margin-bottom:0 !important;}

.bx .btn {
    font-size: 16px !important;
    padding: 5px !important;

}

.bx i {
    font-size: 14px !important;
}

@media only screen and (max-width:1920px) and (min-width:1440 ) {
}

@media(max-width:1200px) {
    .slider-lt span {
        font-size: 50px;
        letter-spacing: 6px;
        line-height: 50px;
        margin-left: -8px;
    }
    .bx .lt.lft {
        height: 60px !important;
        padding:0;
    }

    .lt img {
        height: inherit;
    }

}

    @media(max-width:991px) {

        .logoleft {
            float: left;
            width: 140px;
        }
        .bank.mobile_bank {
            left: 15px !important;
            top: 85px !important;
           
        }

            .bank.mobile_bank h5 {
                font-size: 14px !important;
                height: 32px;
            }

            .bank.mobile_bank p {
                font-size: 11px !important;
                height: 17px;
            }
        .register-now {
            width: 320px;
            height: auto;
            float: none;
            display: block;
            text-align: center !important;
            margin-top: 20px;
            position: static;
            top: 0;
            right: 10%;
            margin-bottom:40px;
        }
        .city-slider .slider .slider-inner .slider-lt {
            height: 79vh;
        }
      
        .navbar-light .navbar-toggler-icon {
            background: url(../images/download.svg) no-repeat !important;
        }

        nav.navbar-expand-lg.navbar-light.header {
            background: #000;
            box-shadow: 0 0 11px #0000008c;
        }

        .navbar-toggler:focus {
            border: 0;
            outline: none;
        }

        .navbar-light .navbar-toggler {
            color: rgba(0,0,0,.5);
            border-color: transparent;
            border-radius: 0;
            background: #000;
            padding: 17px;
            margin-left: auto;
            margin-right: 15px;
        }

        ul.navbar-nav {
            border-bottom: solid 0px #eee;
            background: #fff;
        }

            ul.navbar-nav li {
                border-top: 1px solid #eee;
                margin-left: 0px;
                width: 100%;
                text-align: center;
            }

        .navbar-light .navbar-nav .nav-link {
            color: #000 !important;
            padding: 15px 0;
            font-size: 12px;
        }

        ul.navbar-nav li span {
            display: none;
        }

     

        .first-sec p {
            line-height: 25px;
            font-size: 16px;
        }

        .pd100 {
            padding: 50px 0;
        }

        h1 {
            font-size: 24px;
            letter-spacing: 4px;
            margin-bottom: 30px;
        }

        .heading-part span {
            font-size: 40px;
            line-height: 40px;
        }

        .nav-container .left, .nav-container .right {
            background: #fff;
            width: 40px;
            height: 40px;
            padding: 6px;
            display: inline-block;
            line-height: 40px;
            text-align: center;
        }

        .nav-container .left {
            margin-right: 20px;
        }

        .nav-container {
            right: 10px;
        }

        .halmark-slider .title h5 {
            margin: 55px 0 0 10px;
            font-size: 16px;
        }



        .icon-thumb .city-btn {
            display: flex;
        }

        .city-btn {
            padding: 12px 20px;
            font-size: 13px;
            line-height: 20px;
        }

            .city-btn img {
                width: 35px !important;
                height: 21px !important;
                margin: 0 0 0 20px;
            }

        .icon-slider .slick-dots {
            display: none;
        }

        .fifth-sec .heading-part h1 {
            margin-bottom: 40px;
        }

        .form-sec {
            margin-top: 30px;
        }

        .icon-thumb {
            margin-left: 20px;
        }

        .mr-right {
            padding-left: 0;
        }

        .second-sec .heading-part {
            position: relative;
        }

        .pd-bottom {
            padding-bottom: 0 !important;
        }

        .second-sec img {
            margin-top: 0px;
            width: 100%;
        }
    }

    @media (max-width:767px) {
        .schedule .colm.colmwid {
            width: 100%;
        }

        .schedule .colm {
            width: 100%;
        }

        .mnth {
            position: absolute;
            left: 0;
            bottom: 25%;
            width: 123px;
        }

        #zoom-img {
            height: 300px;
        }

        .colline {
            float: none;
            width: 100%;
        }

        .xswid100 {
            width: 100%;
        }

        .whatsapp1 {
            background-color: #161716;
            display: block;
            position: fixed;
            width: 100% !important;
            right: 0;
            bottom: 0;
            left: 0px;
            width: 60px;
            margin: auto;
            z-index: 9999;
        }

            .whatsapp1 ul {
                margin: 0;
                padding: 0;
            }

                .whatsapp1 ul li {
                    font-size: 28px;
                    padding: 6px 0;
                    color: #fff;
                    display: inline-block;
                    color: #50b748;
                    justify-content: center;
                    width: 48%;
                }

                    .whatsapp1 ul li a {
                        color: #50b748;
                    }

                    .whatsapp1 ul li:last-child {
                        border-left: 2px solid #fff;
                        opacity: 1;
                    }

                    .whatsapp1 ul li a p {
                        display: inline-block;
                        font-size: 20px;
                        line-height: 0px;
                        margin-left: 21px;
                        vertical-align: text-bottom;
                        margin-bottom: 6px
                    }
    }

@media (max-width:576px) {
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .bx .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right:0;
    }
}

@media (max-width:640px) {



    .nav-right {
        font-size: 13px;
        width: calc(100% - 140px);
    }

    .nav-right img {
        width:15px !important;
    }


    .city-slider .slider .slider-inner .slider-rt {
        height: 100vh;
    }

    .city-slider .slider .slider-inner .slider-lt {
        left: 15px;
        right: 15px;
        height: auto;
        top: 180px;
    }

    .slider-lt span {
        font-size: 24px;
        letter-spacing: 7px;
        line-height: 40px;
        margin-left: -3px;
    }

    .city-slider .slider .slider-inner .slider-lt h3 {
        font-size: 25px;
        letter-spacing: 5px;
    }


}


    @media (max-width:480px) {

        

        .modal-dialog{width:300px !important;}
        .table-bordered {
            font-size: 9px;
        }

        .bx {
            min-height: 116px;
        }

        .rela {
            width: 100%;
            float: none
        }

        .relano {
            width: 100%;
            float: none
        }

        .rerabox {
            font-size: 11px;
        }

        .navbar-expand-lg .navbar-brand img {
            margin-top: 5px;
            margin-left: 15px;
        }

      

        h1 {
            font-size: 24px;
            letter-spacing: 3px;
            margin-bottom: 30px;
        }

        .heading-part span {
            font-size: 33px;
            line-height: 40px;
            letter-spacing: 7px;
        }



        .third-sec h1 {
            margin-bottom: 0px;
        }



        .add-sec h4 {
            text-align: center;
            padding: 40px 0 20px;
            font-size: 14px;
        }

        .add-group {
            display: flex;
            flex-wrap: wrap;
        }

        .icon-content br {
            display: none;
        }

        .mr-right {
            padding-left: 0;
            width: 100%;
            margin-left: 20px;
        }

        .icon-thumb {
            display: flex;
            width: 100%;
            margin: 50px 0 20px;
            margin-left: 20px;
            padding-right: 20px;
        }



        .icon-slider {
            margin: 0 15px;
        }

        .icon-thumb img {
            height: 50px;
            width: 50px;
        }

        .icon-content h4 {
            color: #8a8a8a;
            font-size: 16px;
        }

        footer p {
            color: #fbfbfb59;
            font-size: 13px;
        }

        .regd {
            border-right: 0;
            margin-right: 0;
            padding-right: 0;
            margin-bottom: 15px;
        }

        footer h3 {
            text-align: center;
            margin-bottom: 20px;
            margin-top: 30px;
            color: #fff;
        }

        .ft-logo img {
            width: 170px !important;
        }

        .footer-bottom {
            font-size: 10px;
        }

        .icon-thumb .city-btn {
            margin-top: 30px;
            margin: 0;
        }

        .slideer-section {
            margin-bottom: -105px;
        }

        .nav-container .left img, .nav-container .right img {
            width: 10px !important;
        }

        .fifth-sec {
            margin-top: 140px;
        }
    }


