body {
    margin: 0px;
    padding: 0px;
    background: #fff;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Lora', serif;
}
header {
    width: 100%;
    float: left;
}
.navbar-fixed-top {
    background: #fff;
}
.header-top {
    width: 100%;
    float: left;
    background-color: #8cb5f3;
    padding: 10px 0px;
}
.header-top ul {
    margin-bottom: 0px;
}
.header-top ul li a {
    text-decoration: none;
    color:#fff;
    font-size: 12px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
color: #001064;
    background-color: #fff;
    font-weight: 600;
}
.listleft {
    width: 65%;
    float: left;
}
.listleft li a i {
    margin-right: 6px;
} 
.listright {
    width: 29%;
    float:right;
    text-align: right;
}
.listright li a i {
    margin-left: 11px;
    font-size: 12px;
}
.header-middle {
    width: 100%;
    float: left;
    padding: 8px 0px;
}
.logo img {
    width: 74px;   
} 
.headercenter {
    width: 100%;
    float: left;
    text-align: center;
}
.headercenter img {
    width: 74%;
    margin-top: 1px;
}
.header-middle h1 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    margin-top: 14px;
    color: #001064;
}
.header-middle ul {
    text-align: right;
    margin-top: 25px;
}
.header-middle ul li {
    margin-left: 45px;
    position: relative;
    text-align: left;
    color: #001064;
}
.header-middle ul li span {
    display: block;
    font-size: 14px;
}
.header-middle ul li i {
    position: absolute;
    left: -17%;
    top: 1px;
    font-size: 20px;
    color: #1a2940;
}
.banner .carousel-caption h1 span {
color:#000;
}
.banner .carousel-caption h1 strong {
    color: #d30606;
    }
.header-bottom {
    width: 100%;
    float: left;
    background-color:#576de1;
    max-height: 38px;
}
.header-bottom .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.header-bottom .navbar-nav>li>a {
    line-height: 15px;
}
.nav>li>a {
    padding: 10px 20px;
}
.header-bottom .navbar {
    margin-bottom: 0px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.wise {
    margin-top: 25px !important;
}
.navbar-nav {
    width: 100%;
    text-align: center;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
    border-right: 1px solid #c0c2cb6e;
  }
  .navbar-nav > li:last-child {
    border-right:none;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
ul.dropdown-menu li a {
    color: #fff;
    border: 0;
    text-transform: uppercase;
    background: #000 none repeat scroll 0 0;
    border-bottom: 1px solid #333;
    white-space: nowrap;
    color: #fff !important;
    font-size: 13px !important;
    padding: 10px !important;
    letter-spacing: 0.6px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #1a2940 !important;
    text-decoration: none;
    background-color: #fff;
    font-weight: 600;
}
.dropdown-menu {
    top: 91%;
    background-color:transparent;
}
  @media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
      display: block;
    }
  }
  /* SCROLL DOWN CSS START */
.scroll-down {
    width: 100%;
    float: left;
}
.scroll-down section {
    position: relative;
    width: 100%;
    height: 100%;
    bottom:0px;
  }
  .demo a {
    position: absolute;
    bottom: -320px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
  }
  .demo a:hover {
    opacity: .5;
  }
  
  
  
  #section01 a {
    padding-top: 60px;
  }
  #section01 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
  }
  #section02 a {
    padding-top: 60px;
  }
  #section02 a span {
    position: absolute;
    top: -251px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #242323;
    border-radius: 5px;
    box-sizing: border-box;
    background: #001064;
    box-shadow: 0 4px 18px 0 rgba(85, 85, 85, 0.2);
  }
  #section02 a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
  }
   /* SCROLL DOWN CSS END */
  .banner {
    width: 100%;
    float: left;
    margin-top: 111px;
    position: fixed;
  }
  .cntbg {
    width: 100%;
    float: left;
    background:#fff;
    position: relative;
    top: 571px;
  }
  .banner .carousel-inner>.item>img {
    width: 100%;
    height: 460px;
  }
  .banner .carousel-caption {
    position: absolute;
    bottom: 0;
    background: transparent;
    background: transparent;
    padding: 5px 0px;
  }
  .banner .carousel-caption {
    bottom: 60px;
  }
  .banner .carousel-caption h1 {
    font-size: 37px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .banner .carousel-caption p {
    font-size: 14px;
    margin-top: 19px;
  }
  .banner .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #001064;
}
.banner .carousel-indicators li {
    border: 1px solid #001064;
}

/* FOOTER SECTION CSS */
.footer-top {
    width: 100%;
    float: left;
    background-color: #1a2940;
    padding: 50px 0px;
}
footer h1 {
margin: 0px;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
footer ul {
    list-style-type: none;
    padding: 0px;
}
.footer-cnt {
    width: 100%;
    float: left;
}
.footer-cnt ul li span {
    display: block;
    line-height: 19px;
    margin-left: 20px;
}
.footer-cnt img {
    width: 90px;
}
.footer-cnt ul li {
    color: #fff;
    font-size: 12px;
    line-height: 38px;
}
.footer-cnt ul li i {
    margin-right: 6px;
}
.footer-cnt2 {
    width: 100%;
    float: left;
}
.footer-cnt2 h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;  
}
.footer-cnt2 ul li a {
    color: #fff;
    line-height: 34px;
    text-decoration: none;
    font-size: 12px;
}
.footer-email li a {
    line-height: 40px !important;
}
.footer-email li a i {
    margin-right: 6px;
}
.footer-cnt ul li strong {
font-weight: 600;
    letter-spacing: 0.1px;
    font-size: 14px;
}
/*.footer-social li {*/
/*width: 30px;*/
/*    height: 30px;*/
/*    background: #081324;*/
/*    border-radius: 30px;*/
/*    border: 1px solid white;*/
/*    margin-right: 7px;*/
/*}*/
.footer-cnt2 ul li a img {
    width: 100%;
    display: inline-block;
    height: 29px;
}

.footer-social li a {
    line-height: 29px !important;
}
.footer-social li a i {
    margin-left: 5px;
}
.footer-contactus h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;  
}
.footer-contactus p {
    font-size: 12px;
    color: #fff;
    line-height: 24px;
}
.footer-contactus ul li {
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 11px;
}
.footer-contactus ul li a i {
    margin-top: 6px;
}
.footer-contactus ul {
    margin-top: 23px;
}
.footer-bottom {
    width: 100%;
    float: left;
    background-color: #081324;
    padding: 10px 0px;
}
.footer-bottom p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
}
.footer-bottom p a {
    text-decoration: none;
    color:#fff;
}
.footer-cnt3 {
    width: 100%;
    float: left;
}
.footer-cnt3 iframe {
    width: 100%;
    height: 226px;
    border: 5px solid #403c3c !important;
}
/* WHY US SECTION CSS */
.whyus {
    width: 100%;
    float: left;
    padding: 25px 0px;
    background-color: #f7f7f7;
}
.whyus-cnt {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    z-index: 0;
    padding: 47px 30px 33px;
    box-shadow: 0 2px 8px 0 rgba(80, 80, 80, 0.2);
    background-color: var(--secondary-color);
    transition: all 0.5s ease-in;
    margin-bottom: 30px;
    transition: 0.4s;
    background: #fff;
    height: 260px;
}
.whyus-cnt p {
    font-size: 13px;
}
.whyus-cnt h4 {
    font-weight: 600;
    margin: 30px 0px 20px;
    font-size: 22px;
    color: #001064;
}
.whyus-cnt h5 i {
    font-size: 35px;
    color: #001064;
}
.whyus-header {
    width: 100%;
    float: left;
}
.header-style {
    font-size: 29px;
    line-height: 28px;
    font-weight: 600;
    color: #001064;
    margin-top: 0;
    margin-bottom: 25px;
}
.whyus-header h3 span{
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
}
.whyus-cnt:hover {
    box-shadow: 0 4px 18px 0 rgba(85, 85, 85, 0.2);
}
.whyus-service {
    width: 100%;
    float: left;
    padding: 20px 365px;
    padding-top: 0px;
}
.whyus-service ul {
list-style-type: none;
}
.whyus-service ul li {
    line-height: 25px;
    font-size: 14px;
    border-bottom: 1px dotted #d7cece;
    display: inline-block;
}
.whyus-service ul li i {
    margin-right: 5px;
    font-size: 13px;
    color: #001064;
    font-weight: 600;
}
/* DEALS SECTION CSS */
.deals-section {
    width: 100%;
    float: left;
    margin: 25px 0px;
}
.deals-section .item {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    z-index: 0;
    padding: 47px 30px 33px;
    box-shadow: 0 2px 8px 0 rgba(80, 80, 80, 0.2);
    background-color: var(--secondary-color);
    transition: all 0.5s ease-in;
    margin-bottom: 30px;
    transition: 0.4s;
    background: #fff;
    border: 1px solid #00000012;
}
.deals-section .item img {
    display: block;
    width: 100%;
    height:40px;
}
.deals-section .owl-dot {
display: none !important;
}
.deals-section .owl-nav .fa-angle-left {
    background: #1a2940;
    padding: 8px 10px;
    border-radius: 3px;
    color:#fff;
    position: absolute;
    left: -34px;
    top: 48px;
}
.deals-section .owl-nav .fa-angle-right {
    background: #1a2940;
    padding: 8px 10px;
    border-radius: 3px;
    color:#fff;
    position: absolute;
    right: -34px;
    top: 48px;
}
/* ABOUT US SECTION CSS */
.aboutus-section {
    width: 100%;
    float: left;
    margin: 50px 0px;
}
.aboutus-section2 {
    width: 100%;
    float: left;
}
.aboutus-section2 h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 9px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 2px solid #001064;
    padding-bottom: 12px;
}
.aboutus-section2 p {
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    margin-right: 35px;
}
.read-more {
    width: 100%;
    float: left;
    margin-top: 19px;
}
.read-more a {
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #001064;
    background: #fff;
    color: #001064;
    box-shadow: 0 2px 8px 0 rgba(80, 80, 80, 0.2);
}
.read-more a i {
    margin-left: 5px;
    font-size: 14px;
}
.aboutus-section3 {
    width: 100%;
    float: left;
}
.aboutus-section3 img {
    width: 100%;
    border: 1px solid #06060630;
    box-shadow: 0 2px 8px 0 rgba(80, 80, 80, 0.2);
}

/* WELCOME SECTION CSS */
.welcome-section {
    width: 100%;
    float: left;
    padding: 25px 0px;
    background-image:url("../images/service-bg.jpg");
}
.welcome-section .overlay,
.welcome-section .overlay-text,
.welcome-section .simple-text,
.welcome-section .overlay-sim-text-2,
.welcome-section .overlay-text-effect-3,
.welcome-section .zoom-effect-1 img,
.welcome-section .zoom-effect-2 img,
.welcome-section .opacity-effect img,
.welcome-section .blur-effect img,
.welcome-section .grayscale-effect img{
   transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.welcome-section .image-wrapper{
	margin-bottom: 35px;
}
.effectbg {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.rentalcnt {
    width: 100%;
    float: left;
}
.rentalcnt p {
    text-align: justify;
}
.welcome-section .effect-image-1{
	position: relative;
	display: block;
    box-shadow: 0 2px 8px 0 rgba(80, 80, 80, 0.2);
    margin-bottom: 27px;
    border: 1px solid #dfe4ea;
}
.welcome-section .overlay-text p,
.welcome-section .overlay-sim-text-2 p,
.welcome-section .overlay-text-effect-3 p{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 20px 20px;
}
.welcome-section .overlay{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background: rgba(246,0,2,.7);
	opacity: 0;
	visibility: hidden;
}

/*-- simple overlay css --*/

.welcome-section .simple-overlay{
		opacity: 0;
		visibility: hidden;
	}
	.welcome-section .effect-image-1:hover .simple-overlay{
		visibility: visible;
		opacity: 1;
	}

	/*-- left to right overlay --*/

	.welcome-section .simple-overlay-1{
		width: 0px;
		visibility: hidden;
	}
	.welcome-section .effect-image-1:hover .simple-overlay-1{
		visibility: visible;
		opacity: 1;
		width: 100%;
	}

	/*-- right to left overlay --*/

	.welcome-section .simple-overlay-2{
		width: 0px;
		right: 0;
		left:initial;
	}
	.welcome-section .effect-image-1:hover .simple-overlay-2{
		visibility: visible;
		opacity: 1;
		width: 100%;
	}

	/*-- right corner to left overlay --*/

	.welcome-section .simple-overlay-3{
		height: 0px;
		right: 0;
		left:initial;
		width: 0px;
	}
	.welcome-section .effect-image-1:hover .simple-overlay-3{
		visibility: visible;
		opacity: 1;
		width: 100%;
		height: 100%;
	}

	/*-- ovarlay text effect-1 --*/

	.welcome-section .overlay-text {
	    position: absolute;
	    left: 5px;
	    top: 5px;
	    width: 96%;
	    height: 94%;
	    background: rgba(246,0,2,.7);
	}

	.welcome-section .overlay-text-1{
		opacity: 0;
		visibility: hidden;
	}
	.welcome-section .effect-image-1:hover .overlay-text-1{
		opacity: 1;
		visibility: visible;
	}
	.welcome-section .overlay-text-2{
		opacity: 0;
		visibility: hidden;
		transform: scale(1.1);
	}
	.welcome-section .effect-image-1:hover .overlay-text-2{
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}


	/*-- overlay text effect 3 --*/

	.welcome-section .overlay-text-effect-3 {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #00000094;
        position: absolute;
        outline: 5px solid #fff;
        outline-offset: -22px;
        text-align: center;
	}
    .welcome-section .effect-image-1 img {
        width: 100%;
        height: 257px;
    }
    .welcomeoverlay {
        width: 100%;
        float: left;
    margin-top: 78px;
    }
    .welcomeoverlay .read-more a {
        padding: 8px 15px;
        border: 2px solid #fff;
        background: transparent;
        color: #fff;
        font-weight: 600;
    }
    .welcome-section2 .overlay-text-effect-3 h2 {
        font-family: 'Muli-Bold';
        font-size: 22px;
        text-transform: capitalize;
        COLOR: #ff800f;
    font-weight: 900;
    letter-spacing: 0.5px;
    }
    .welcome-section2 .overlay-text-effect-3 h3 {
        margin: 10px auto 0px auto;
        font-family: 'Muli-Light';
        font-size: 24px;
        text-transform: capitalize;
        line-height: 32px;
        color: #fff;
        letter-spacing: 0.5px;
    }
@media (max-width: 767px){
	.effect-image-1{
		margin:30px 0px;
	}
}

/* PROJECT SECTION CSS */
.project-section {
    width: 100%;
    float: left;
    padding: 25px 0px;
    background: #efefef;
    background-image: url("../images/about-shape.png");
}
.project_overlay2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-top: 38px;
    border: 1px solid #06060630;
    box-shadow: 0 2px 8px 0 rgba(80, 80, 80, 0.2);
}
/*-- global css --*/

.overlay,
.overlay-text,
.simple-text,
.overlay-sim-text-2,
.overlay-text-effect-3,
.zoom-effect-1 img,
.zoom-effect-2 img,
.opacity-effect img,
.blur-effect img,
.grayscale-effect img{
   transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.image-wrapper{
	margin-bottom: 35px;
}
.effect-image-1{
	position: relative;
	display: block;
}
.overlay-text p,
.overlay-sim-text-2 p,
.overlay-text-effect-3 p{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 20px 20px;
}
.project-section .overlay{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background: #00000094;
	opacity: 0;
	visibility: hidden;
}

/*-- simple overlay css --*/

	.simple-overlay{
		opacity: 0;
		visibility: hidden;
	}
	.project-section .project-section .effect-image-1:hover .simple-overlay{
		visibility: visible;
		opacity: 1;
	}

	/*-- right corner to left overlay --*/

	.project-section .simple-overlay-3{
		height: 0;
    right: 0;
    left: initial;
    width: 100%;
	}
	.project-section .effect-image-1:hover .simple-overlay-3{
		visibility: visible;
		opacity: 1;
		width: 100%;
		height: 100%;
	}
    .project-section img{
        width: 100%;
        height: 272px;
        box-shadow: 0 2px 8px 0 rgba(80, 80, 80, 0.2);
    }
    
    .project-section .simple-effect {
        padding: 1em .4em;
        display: block;
        font-size: 1.8em;
    }
    .project-section .simple-effect span {
        color: #1e92ea;
    }
    .project_overlay2 h5 {
        font-family: 'Muli-Regular';
        font-size: 24px;
        color: #fff;
        margin: 0;
    }
    .project_overlay2 h2,.project_overlay2 h6 {
        font-size: 24px;
        color: #fff;
        bottom: 10px;
    }
    .project_overlay2 h6 {
        margin-top: 44px;
    }
    .project-section2 {
        width: 100%;
        float: left;
        margin-bottom: 27px;
    }

    /* ABOUT SECTION CSS */
    .about-aircon-content {
        border: 10px solid #f1f1f1;
        margin-right: -120px;
        margin-top: 100px;
        padding: 70px 160px 135px 60px;
        position: relative;
    }
    .top-border::before {
        height: 70px;
        width: 10px;
        left: -10px;
        top: -10px;
        background: #001064;
        content: "";
        position: absolute;
    }
    .top-border::after {
        height: 10px;
        width: 70px;
        left: 0;
        top: -10px;
        background: #001064;
        content: "";
        position: absolute;
    }
    
    .about-title {
        margin-top: -100px;
        position: absolute;
        background: #F7F7F7;
        right: 100px;
        padding: 8px 60px;
    }
    .about-title h3 {
        color: #001064;
        font-size: 28px;
        letter-spacing: 1px;
        font-weight: 600;
        margin-top: 0px;
    }
    .about-info > h4 {
        font-size: 22px;
        font-style: italic;
        line-height: 30px;
        margin-bottom: 20px;
        color: #354b65;
    }
    .about-info p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .about-image {
        position: relative;
    }.about-image img {
        position: relative;
        z-index: 1;
        width: 100%;
    }
    .about-image .about-image-box {
        position: absolute;
        width: 95%;
        height: 95%;
        top: 60px;
        left: -30px;
        background: #eee;
    }
    .bottom-border::before {
        height: 70px;
        right: -10px;
        bottom: -10px;
        background: #001064;
        content: "";
        position: absolute;
        width: 10px;
        z-index: 99;
    }
    .bottom-border::after {
        height: 10px;
        width: 70px;
        right: -10px;
        bottom: -10px;
        background: #001064;
        content: "";
        position: absolute;
    }
    .about-aircon-area {
        width:100%;
        float: left;
        background-color: #f7f7f7;
        padding: 25px 0px;
    }

/* RESPNSIVE CSS */
@media(max-width:1024px){
    .listleft ul li {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media(max-width:1024px){
.about-aircon-content {
     margin-right:0px;
     padding: 73px 0px 74px 14px;
}
.about-aircon-content {
    margin-top: 0;
}
.about-title {
    padding: 8px 18px;
}
.whyus-service {
    padding: 20px 256px;
}
.about-info > h4 {
    font-size: 18px;
    line-height: 21px;
}
.headercenter img {
    width: 100%;
}
.header-top ul li a {
    font-size: 10px;
}
.breadcumb-area .breadcumb-inner .page-lists:after {
    top: 11px !important;
}
.breadcumb-area .breadcumb-inner .page-lists:before {
    top: 11px !important;
}
.header-middle ul li {
    margin-left: 20px;
}
.banner .carousel-inner>.item>img {
    height: 378px;;
}
.cntbg {
    top: 488px;
}
.banner .carousel-caption h1 {
    font-size: 28px;
}
.header-style {
    font-size: 23px;
}
.newservicescnt2 p {
    font-size: 14px;
    line-height: 23px;
}
}
@media(max-width:768px){
    .headercenter img {
        width: 100%;
        margin-top: 10px;
    }
    .header-top ul li a {
        font-size: 11px;
    }
    .listright li a i {
        font-size: 11px;
    }
    .nav>li>a {
        padding: 7px 9px;
    }
    .navbar {
        min-height:0px;
    }
    .banner .carousel-caption p {
        font-size: 15px;
        margin-top: 14px;
    }
    .banner .carousel-caption h1 {
        font-size: 29px;
    }
    .deals-section .owl-nav .fa-angle-right {
        position: static;
}
.newservicesgallery img {
    margin-bottom: 20px !important;
}
.banner-img {
    height: 120px !important;
    margin-top: 142px;
}
.buy-page2 {
    margin-top: 36px;
}
.deals-section .owl-nav .fa-angle-left {
    position: static;
}
.header-middle ul {
    text-align: center;
}
.header-middle ul li {
    margin-left:20px;
}
.amc-cnt img {
    width:100% !important;
}
.buysell .header-style {
    margin-top: 15px;
}
.amc-page2 {
    margin-bottom: 15px;
}
.whyus-service {
    padding:0px;
}
.whyus-service ul li {
display: block;
}
.about-image img {
    width: auto;
    display: block;
    margin: auto;
    top: 16px;
}
.banner .carousel-inner>.item>img {
    height: 315px;
}
.cntbg {
    top: 426px;
}
}
@media(max-width:425px){
    .listleft {
        width: 100%;
        text-align: center;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #fff;
        background-color: transparent;
        border-bottom: 0.5px solid #ffffff6b;
    }
    .navbar-default .navbar-nav>li>a {
        border-bottom: 0.5px solid #ffffff6b;
    }
    .cntbg {
        top: 286px;
    }
    .header-bottom {
        max-height: 50px;
    }
    .about-image img {
        width: 100%;
    }
    .listright {
    width: 100%;
    text-align: center;
    }
    .header-middle h1 {
        text-align: center;
        margin: 0px;
    }
    .header-middle ul {
        text-align: center;
    }
    .header-middle ul li {
        margin-left: 20px;
        display: inline-block;
}
.header-middle ul li span {
    font-size: 11px;
}
.header-middle ul li i {
    font-size: 14px;
    left: -10%;
    }
    .header-middle {
         padding:0px; 
    }
    .navbar-nav > li {
        display: block;
}
.banner {
    margin-top: 137px;
}
.navbar-nav {
    text-align: left;
    background: #001064;
    margin: 0px;
}
.navbar-nav > li {
     border-right:none;
}
.banner .carousel-inner>.item>img {
    height: 150px;
}
.banner .carousel-caption {
    bottom: 20px;
}
.banner .carousel-caption h1 {
    font-size: 17px;
}
.header-middle img {
    margin: auto;
    display: block;
}
.top-border {
display: none;
}
.bottom-border {
display: none;
}
.welcome-section .effect-image-1 img {
    height: 300PX;
}
.about-aircon-content {
    padding: 8px 0px 66px;
}
.header-middle ul {
    width: 100%;
    text-align: center;
    float: left;
    margin: 0px;
}
.breadcumb-area .breadcumb-inner .page-lists li a {
    font-size: 14px !important;
}
.breadcumb-area .breadcumb-inner .page-lists li {
    font-size: 14px !important;
}
.breadcumb-area .breadcumb-inner .title {
    font-size: 12px !important;
}
.headercenter {
    margin-top: 16px;
}
.headercenter img {
    width: 100%;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-toggle {
    background-color: #001064;
    border: 1px solid #FFF;
    border-radius: 2px;
}
.navbar-default .navbar-toggle {
    border-color: #FFF;
}
}

/* BREADCUM AREA CSS */
.breadcumb-area {
    position: relative;
    padding:0px 0 100px 0;
    z-index: 0;
    background: url(../images/pagbg.jpg) fixed;
    overflow: hidden;
    background-size: cover;
    height: 396px;
    margin:110px 0px 0px 0px;
    background-position: center;
}
.breadcumb-area .breadcumb-inner {
    text-align: center;
    margin-top: 100px;
}
.breadcumb-area .breadcumb-inner .page-lists {
    margin: 0;
    padding: 0;
}
.breadcumb-area .breadcumb-inner .page-lists:before {
    content: "";
    border-top: solid 25px #E25740;
    position: absolute;
    z-index: 1;
    width: 3px;
    height: 10px;
    margin-left: -15px;
    top: 109px;
}
.breadcumb-area .breadcumb-inner .page-lists li a:after {
    content: "-";
    position: absolute;
    right: -23px;
    top:0px;
    font-weight: 600;
}
.breadcumb-area .breadcumb-inner .page-lists li a {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 45px;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
    text-decoration: none;
}
.breadcumb-area .breadcumb-inner .page-lists li:first-child {
    margin-left: 0;
}
.breadcumb-area .breadcumb-inner .page-lists li {
    display: inline-block;
    margin: 0 12px;
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 45px;
    text-transform: uppercase;
}
.breadcumb-area .breadcumb-inner .page-lists:after {
    content: "";
    border-top: solid 25px #E25740;
    position: absolute;
    z-index: 1;
    width: 3px;
    height: 10px;
    top: 109px;
    margin-left: 0px;
}
.breadcumb-area .breadcumb-inner .title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 30px;
}
.breadcumb-area .breadcumb-inner .page-lists li a:hover {
    color: #E25740;
}
.overlay {
    background: rgb(0 0 0 / 65%);
    height: 400px;
}
.breadcumb-area .breadcumb-inner .title:before {
    content: "...";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 133px;
    font-size: 40px;
    border-radius: 50%;
    font-weight: 600;
    text-align: center;
    color: #E25740;
    letter-spacing: 10px;
}
#abbg {
    background: url(../images/pagbg2.jpg) fixed;
}
#abbg2 {
    background: url(../images/pagbg2.jpg) fixed; 
}
/* ABOUT US PAGE CSS */
.aboutus-page {
    width: 100%;
    float:left;
    background-color: #f7f7f7;
    padding: 25px 0px;
    margin-top: 133px;
}
.aboutus-page2 {
    width: 100%;
    float: left;
    padding: 43px 43px;
    box-shadow: 0 2px 8px 0 rgba(80, 80, 80, 0.2);
    background-color: var(--secondary-color);
    transition: all 0.5s ease-in;
    transition: 0.4s;
    background: #fff;
}
.aboutus-page2 p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #00000026;
    padding-bottom: 25px;
    text-align: justify;
}
.aboutus-page2 ul {
padding-left: 0px;
list-style-type: none;
}
.aboutus-page2 ul li {
    line-height: 27px;
}
.aboutus-page2 ul li i {
    margin-right: 5px;
    color:#001064;
}
.aboutus-page2 p:last-child {
    border-bottom: none;
    padding: 0px;
    margin-bottom: 0px;
}

/* CONTACT PAGE CSS */
.contactus-page {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    padding: 25px 0px;
    margin-top: 120px;
}
.contactuspage3 {
width: 100%;
    float: left;
    z-index: 0;
    padding: 30px 30px 33px;
    box-shadow: 0 2px 8px 0 rgba(80, 80, 80, 0.2);
    background-color: var(--secondary-color);
    transition: all 0.5s ease-in;
    margin-bottom: 30px;
    transition: 0.4s;
    background: #fff;
}
.contact-social {
    padding: 0px;
    list-style-type: none;
}
.contact-social li a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
    line-height: 31px;
}
.contact-social li a i {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #001064;
}
.contact-form {
    width: 100%;
    float: left;
}
.contact-form .form-control {
    border-image: none;
    width: 100%;
    margin-bottom: 30px;
    height: 40px;
    padding: 5px 15px;
    line-height: 38px;
   border: 1px solid #001064; 
    border-radius: 0;
}
.contact-form textarea {
     width: 100%;
     border: 1px solid #001064;
     line-height: 9px !important;
    padding-top: 20px !important;
    padding: 5px 15px;
}
.submit-area .btn-alt {
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #001064;
    background: #fff;
    color: #001064;
    box-shadow: 0 2px 8px 0 rgba(80, 80, 80, 0.2);
    font-weight: 600;
    font-size: 15px;
}
.contact-style {
    margin-top: 0px;
    margin-bottom: 38px;
    font-weight: 600;
    color: #001064;
}
.contactuspage3 h4 {
    font-size:18px;
    font-weight: 600;
    color: #001064;
}
.contactuspage3 h4  span {
    font-size:17px;
    margin-right: 12px;
}
.contactuspage3 p {
margin-bottom: 7px;
}
.contactuspage3 .submit-area {
    text-align: left;
     margin-top: 20px;
}

/* AMC PAGE CSS */
.amc-page {
    width: 100%;
    float: left;
}
.bg {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    padding: 25px 0px !important;
}
.amc-pagebg {
width: 100%;
float: left;
padding: 30px 30px 33px;
box-shadow: 0 2px 8px 0 rgba(80, 80, 80, 0.2);
background-color: var(--secondary-color);
transition: all 0.5s ease-in;
margin-bottom: 30px;
transition: 0.4s;
background: #fff;
}
.amc-page2 {
    width: 100%;
    float: left;
}
.amc-page2 img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.amc-page p {
    font-size: 14px;
    line-height: 33px;
    padding-right: 30px;
}
.mrbtm {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.mrtop {
    margin-top: 70px;
}
.amc-cnt {
    width: 100%;
    float: left;
    border-top: 1px solid #e9e4e4;
    padding: 40px 0px;
    margin-top: 40px;
}
.amc-cnt img {
    width: 400px;
    display: block;
    margin: auto;
    height: 283px;
}
.amc-cnt ul {
    list-style-type: none;
    padding-left: 0px;
}
.amc-cnt ul li {
    line-height: 65px;
    border-bottom: 1px dashed #e9e4e4;
}
.amc-cnt ul li i {
    margin-right: 9px;
    color: #001064;
    font-weight: 600;
}
.amc-cnt2 {
    width: 100%;
    float: left;
}
/* BUY & SELL PAGE CSS */
.buysell {
    width: 100%;
    float: left;
    margin-top: 120px;
}
.buysell img {
    width: 100%;
    display: block;
    margin: auto;
    height: 254px;
    border-radius: 26px;
    margin-bottom: 40px;
}
.buysell p {
line-height: 29px;
    font-size: 14px;
}
.newbuy h3 {
    margin-top: 40px;
}
.newbuy p {
text-align: center !important;
line-height: 23px !important;
}
.newbuy2 img {
    width: 100%;
}
.feature-inner-info {
    text-align: center;
    padding: 20px 30px;
}
.feature-inner-info h4 {
margin: 0;
    font-size: 18px;
    font-weight: 900;
    color: #3e3e3e;
    text-transform: uppercase;
}
.feature-slogan {
font-size: 23px !important;
font-weight: 500;
margin: 0 0 20px;
color: #787a7c;
margin-top: 11px !important;
margin-bottom: 10px !important;
}
.newbuy2 {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.newtemp p {
font-size: 13px !important;
}
.newbuy2 .feature-inner-info {
    text-align: center;
    padding: 20px 27px;
}
.feature-inner-info h5 {
    font-size: 20px !important;
    font-weight: 500;
    margin: 0 0 20px;
    color: #787a7c;
    margin-top: 11px !important;
    margin-bottom: 10px !important;
}
/* BUY PAGE CSS */
.buy-page {
    width: 100%;
    float: left;
    margin-top: 120px;
}
.buy-page p {
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
}
.buy-page2 {
    width: 100%;
    float: left;
}
.buy-page2 img {
    width: 100%;
    display:block;
    margin: auto;
}
/* POPUP CSS */
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    background-color: #576de1;
    color: white;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 90px;
    right: -70px;
    height: 27px;
    width: 125px;
    z-index: 1;
    border-radius: 5%;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 20% 40%;
    transform: rotate(90deg);
    transform-origin: 20% 40%;
  }
  /* css for whatsappicon */
  
  #whatsapp{
	position:fixed;
		right :10px;
	top:68%;
	height:50px;
	width:50px;
	cursor: pointer;
    z-index: 99999;
}
#privacytable{
	overflow-x: auto;
}
  /* The popup form - hidden by default */
  .form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
  }
  
  /* Add styles to the form container */
  .form-container {
    max-width: 400px;
    padding: 10px;
    background-color: white;
  }
  
  /* Full-width input fields */
  
  /* Set a style for the submit/login button */
  .form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    margin-top: 6px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: #001064;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }
  #myForm .form-control {
    height: 30px;
  }
  #myForm textarea {
    height: 90px;
  }
  #myForm  .submit-area .btn-alt {
    padding: 6px 20px;
    margin: 10px 0px;
}

/* PRODUCT-DETAILS PAGE CSS */
.product-details {
    width: 100%;
    float: left;
}
.product-details2 {
    width: 100%;
    float: left;
    background-image: url(../images/service-bg.jpg);
    padding: 50px 30px 33px;
}
.rental .amc-pagebg {
    padding: 0px;
}
.rentalback {
    width: 100%;
    float: left;
    padding: 30px 30px 33px;
}
.product-details3 {
    width: 100%;
    float: left;
    box-shadow: 0 2px 8px 0 rgba(80, 80, 80, 0.2);
    background-color: var(--secondary-color);
    transition: all 0.5s ease-in;
    margin-bottom: 30px;
    transition: 0.4s;
    background: #fff;
}
.product-details3 img {
    width: 100%;
    display: block;
    margin: auto;
    height: 230px;
}
.product-detailscnt {
    width: 100%;
    float: left;
    padding: 30px 30px;
}
.header-style2 {
    color: #001064;
    font-size: 19px;
    font-weight: 600;
    margin: 16px 0px;
}
.product-detailscnt p {
    line-height: 25px;
    font-size: 14px;
}
.product-detailscnt p span {
    font-weight: 600;
    margin-right: 5px;
}
.product-detailscnt .read-more {
    text-align: center;
}
.product-detailscnt .read-more a {
    padding: 7px 12px;
}
.product-details3:hover {
    box-shadow: 0 4px 30px 0 rgba(85, 85, 85, 0.2);
}
/* DAIKIN BEST AC PAGE CSS */
.daikinbest-page {
    width: 100%;
    float: left;
}
.daikin-page2 {
    width: 100%;
    float: left;
}
.daikin-page2 img {
    width: 100%;
    display: block;
    margin:auto;
    height: 290px;
}
.daikin-page3 {
    width: 100%;
    float: left;
    padding: 0px 35px;
    
}
.daikin-page3 p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.daikinpage4 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #8d80803b;
    padding: 10px 0px;
}

/* RENTAL PAGE CSS */
.rental {
    width: 100%;
    float: left;
    margin-top: 134px;
}
.rental.bg {
padding: 0px;
}
/* PAY NOW PAGE CSS */
.paynowpage {
    width: 100%;
    float: left;
}
.paynowpage .contactuspage3 .submit-area {
    text-align: center;
    margin-top: 0px;
}
.paynowpage .contactuspage3 {
    text-align:left;
    padding:0px;
     box-shadow:none;
     margin-bottom: 0px;
}
.paynowpage .contact-form .form-control {
    margin-bottom:19px;
    height: 38px;
    border: 1px solid #97989d;
}
.paynowpage label {
    margin-bottom: 5px;
    font-weight: 600;
    color: #001064;
    font-size: 14px;
}
.paynowpage .submit-area .btn-alt {
    padding: 7px 20px;
}
.paydeails {
    width: 100%;
    float: left;
}
.paydeails h4 {
    margin: 0px;
    background: #fff8f8;
    padding: 10px 5px;
    font-size: 16px;
}
.st {
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 600;
    color: #001064;
    font-size: 14px;
    margin-bottom: 17px !important;
}
.paydeals2 p {
    margin-bottom:17px !important;
    font-weight: 600;
    color: #001064;
    font-size: 14px;
}
.paydeals2 {
width: 100%;
    float: left;
    padding-left: 30px;
}
.paynowpage .amc-pagebg {
margin-bottom: 0px;
}

/* ANNUAL MAINTENANCE PAGE CSS  */

.banner-img {
    background-image: url(../images/ANNUAL-MAINTENANCE-1.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    margin-top: 111px;
}
.annual-page {
    width: 100%;
    float: left;
    margin: 25px 0px;
}
.annual-page2 {
    width: 100%;
    float: left;
    padding: 2px 0px 2px 15px;
    border-style: solid;
    border-width: 0px 0px 0px 13px;
    border-color: #001064;
    margin: 15px 0;
}
.annual-page2  h3 {
color: #282828;
font-family: "Helvetica";
font-weight: bold;
font-size: 19px;
line-height: 20.82px;
margin: 6px 0px;
}
.annual-style {
    font-size: 14px;
    line-height: 22px;
}
.annualpage-air {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.annualpage-air .nav-tabs {
    border-bottom:none;
}
.annualpageair2 {
    width: 100%;
    float: left;
    margin-top: 16px;
}
.annualpageair2 h2 {
    color: #282828;
    font-family: "Helvetica";
    font-size: 19px;
    font-weight: 600;
}
.annualpageair2 h4 {
    color: #001064;
    font-family: "Helvetica";
    font-size: 14px;
    font-weight: 600;
    margin: 12px 0px;
}
.annualpageair2 p {
    font-size: 14px;
    line-height: 22px;
}
.annualpage-air .nav-tabs>li.active>a, .annualpage-air .nav-tabs>li.active>a:focus, .annualpage-air .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: #001064;
    border-bottom: 4px solid #001064;
    font-weight:600;
}
.annualpage-air .nav-tabs>li {
    text-align: center;
    font-size: 16px;
}
.annualpage-air .nav-tabs>li>a {
    border-radius: 4px 4px 0 0;
    color: #000;
}
.annualpage-air .nav-tabs>li>a {
    margin-right: 60px;
}
.annualpage-air .nav>li>a:focus, .annualpage-air .nav>li>a:hover {
    background-color:transparent;
    border: none;
}
    .plan-triff {
        width: 100%;
        float: left;
        margin-top: 25px;
    }
.plan-triff h3 {
color: #282828;
    font-family: "Helvetica";
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
}
.plan-triff2 {
    width: 100%;
    float: left;
}
.plan-triff2 td {
    padding: 7px 0px !important;
    text-align: center !important;
    background: #F7F2F2 0% 0% no-repeat padding-box !important;
    color: #818181 !important;
    border-top: 4px solid #fff !important;
    border-right: 4px solid #fff !important;
}
.plan-triff2 .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background: #001064;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-right: 4px solid #fff !important;
    color:#fff;
}
.plan-triff2 h4 {
    color: #282828;
    font-family: "Helvetica";
    font-size: 21px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
}
.annual-page .read-more {
    margin: 42px 0px;
}
.authorised {
    width: 100%;
    float: left;
}
.authorised h4 {
    font-size: 21px;
    margin: 20px 0px;
}
.authorised2 ol {
    padding-left: 18px;
}
.authorised2 ol li {
    line-height: 29px;
}
  .panel-title>a, .panel-title>a:active{
      display:block;
      padding:15px;
    color:#555;
    font-size:16px;
    font-weight:bold;
      text-transform:uppercase;
      letter-spacing:1px;
    word-spacing:3px;
      text-decoration:none;
  }
  .panel-heading  a:before {
     font-family: 'Glyphicons Halflings';
     content: "\e114";
     float: right;
     transition: all 0.5s;
  }
  .panel-heading.active a:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg);
  }
  .kindsof-amc {
    width: 100%;
    float: left;
    margin-top: 21px;
  } 
  .kindsof-amc .header-style {
    font-size: 24px;
  }
  .kindsof-amc h4 {
    font-size: 17px;
    color: #001064;
    font-weight: 600;
  }
  .kindsof-amc h5 {
    margin-left: 11px;
    padding: 9px 0px;
    font-size: 15px;
    color: #001064;
    margin-bottom: 0px;
  }
  .kindsof-amc p {
    margin-left: 11px;
  }
  .savefrom .header-style {
    font-size: 24px;
}
  .savefrom {
    width: 100%;
    float: left;
    margin-top: 50px;
  }
  .savefrom .panel-heading {
    margin: 0;
    padding: 3px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none;
}
.savefrom .panel-default>.panel-heading {
    color: #333;
    background-color: #fff !important;
    border-color: #ddd !important; 
    box-shadow: 0 2px 8px 0 rgba(80, 80, 80, 0.2);
}
.savefrom .panel-title>a, .savefrom .panel-title>a:active {
    padding: 15px 0px;
    font-size: 15px;
    text-transform: capitalize;
}
.panel-title>a:active {
    padding: 15px 0px;
    color:#000 !important;
}
.panel-group .panel {
    margin-bottom: 15px;
}
.panel-body {
    box-shadow: 0 2px 8px 0 rgba(80, 80, 80, 0.2);
}
.magicare-section {
    width: 100%;
    float: left;
    background-color: #000000;
    padding: 40px 0px 40px 0px;
}
.magicare3 {
    width: 100%;
    float: left;
    border: 1px solid white;
    padding: 15px 20px;
    padding-top: 43px;
}
.magicareimg {
    width: 100%;
    float: left;
}
.magicareimg img {
    position: relative;
    top: 30px;
}
.magiccnt {
    width: 100%;
    float: left;
}
.magiccnt p {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 40px;
    line-height: 25px;
}
.magicare2 p {
    color: #fff;
    padding: 19px;
    border-right: 1px solid #fff;
}
.vast {
    border-right:none !important;
}

/* NEW SERVICES PAGE CSS */
.newservicepage {
    width: 100%;
    float: left;
}
.newservicepage img {
    width: 100%;
    margin-top: 110px;
}
.newservice2 {
    width: 100%;
    float: left;
    padding: 25px 0px;
    margin-top: 133px;
}
.newservicescnt9 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.newservicescnt9 p {
    text-align: justify;
}
.newservicescnt9 .header-style {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.newservicescnt9 ul {
    padding: 0px;
    list-style-type: none;
}
.newservicescnt9 ul li {
    line-height: 25px;
}
.newservicescnt9 ul li i {
    margin-right: 6px;
    color: #001064;
}
.newservices3 {
    width: 100%;
    float: left;
    padding-bottom: 45px;
}
.newservices3 img {
    width: 100%;
    display:block;
    margin: auto;
    height: 279px;
    border-radius: 19px;
}
.newservices4 h4 {
    font-weight: 600;
    font-size: 21px;
    color: #001064;
    margin: 15px 0px;
}
.newservices4 p {
    font-size: 14px;
    line-height: 24px;
}
.newservicescnt {
    width: 100%;
    float: left;
    padding-top: 54px;
}
.newservicescnt2 {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px 0px;
}
.newservicescnt3 {
    width: 100%;
    float: left;
}
.newservicescnt3 img {
    width: 100%;
    display:block;
    margin: auto;
    height: 315px;
}
.newservicescnt2 p {
    font-size: 16px;
    line-height: 29px;
    text-align: justify;
}
.newservicesgallery {
    width: 100%;
    float: left;
    margin-top: 65px;
}
.newservicesgallery img {
    width: 100%;
    display:block;
    margin: auto;
    height: 236px;
    border-radius: 15px;
}
.newservices4 {
    width: 100%;
    float: left;
}
.newservices4 .read-more a {
    padding: 8px 14px;
    font-size: 14px;
}
.newbuy {
    width: 100%;
    float: left;
    margin-top:20px ;
}

.container1 {
    max-width:400px;
    width:100%;
    margin:0 auto;
    position:relative;
}
 

#contact h3 {
    color: blue;
    display: block;
    font-size: 30px;
    font-weight: 700;
}
 
#contact h4 {
    margin:5px 0 15px;
    display:block;
    color: black;
    font-size:13px;
}
 
fieldset {
    border: medium none !important;
    margin: 0 0 5px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}
 
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact textarea {
    width:100%;
    border:1px solid #CCC;
    background:#FFF;
    margin:0 0 5px;
    padding:10px;
    font-size: 11px;
}
 
#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
    -webkit-transition:border-color 0.3s ease-in-out;
    -moz-transition:border-color 0.3s ease-in-out;
    transition:border-color 0.3s ease-in-out;
    border:1px solid #AAA;
}
 
#contact textarea {
    height:100px;
    max-width:100%;
  resize:none;
}
 
#contact button[type="submit"] {
    cursor:pointer;
    width: 35%;
    border:none;
    background:rgb(3, 153, 212);
    color:#FFF;
    margin:0 0 5px;
    padding:10px;
    font-size:15px;
}
 
#contact button[type="submit"]:hover {
    background:#09C;
    -webkit-transition:background 0.3s ease-in-out;
    -moz-transition:background 0.3s ease-in-out;
    transition:background-color 0.3s ease-in-out;
}
 
#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }
 
#contact input:focus, #contact textarea:focus {
    outline:0;
    border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
 
.success{
    color: green;
    font-weight: 700;
    padding: 5px;
    text-align: center;
}
.failed{
    color: red;
    font-weight: 700;
    padding: 5px;
    text-align: center;
}
