body{font-family: sans-serif;}
p{font-family: sans-serif;}


/*Top Section CSS*/
.top-section{background: #ed3237; padding: 6px 0px;}

.top-section .top-left ul{margin-bottom: 0px; text-align: left; padding-left: 0px;}
.top-section .top-left ul li{display: inline-block; list-style: none; padding: 0px 15px;
  color: #fff; font-size: 12px; letter-spacing: 0.5px;}
.top-section .top-left ul li a:hover{text-decoration: none;}

.top-section .top-center ul{margin-bottom: 0px; text-align: right; padding-left: 0px;}
.top-section .top-center ul li{display: inline-block; list-style: none;
  margin: 0px 15px;}
.top-section .top-center ul li a{color: #fff; font-size: 12px;}
.top-section .top-center ul li a:hover{text-decoration: none; color: #ddd;}

.top-section .top-right ul{margin-bottom: 0px; text-align: right; padding-left: 0px;}
.top-section .top-right ul li{display: inline-block; list-style: none; padding: 0px 10px;
  margin: 0px 10px; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
.top-section .top-right ul li a{color: #fff; font-size: 12px;}
.top-section .top-right ul li a:hover{text-decoration: none; color: #ddd;}


/*Menu Secton CSS*/
.menu-section{font-size: 16px;}
.menu-section .navbar{padding: 0px;}
.menu-section .navbar-brand img{width: 120px;}
.menu-section .form-control{font-size: 14px;}
.menu-section .form-control:focus {border-color: #ed3237;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);}

.sticky{background: #fff; position: fixed; width: 100%; top: 0; 
  z-index: 111; box-shadow: 0 0.1rem 0.4rem 0 rgba(50,50,50,.5);}
.sticky .nav-link{}
.sticky .form-control{background: #fff;}
.sticky .navbar-brand {color: #8066a6!important; background: #fff!important;}




/*Banner Section CSS*/
.banner-section .carousel-item{background: #444;}
.banner-section .carousel-item img{height: 440px; overflow: hidden;
  background: #444; color: #000;}


.banner-box{position: relative; top: 30px; background: #f5f5f5; height: 380px; width: 50%;
  margin-left: 41%; padding: 15px 30px; overflow: scroll;
  box-shadow: 0 14px 26px -12px rgba(0,0,0,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);}
.banner-box h2{text-align: center; font-size: 20px; padding-bottom: 15px; color: #ed3237;}
.banner-box .search .form-control{height: calc(2em + .75rem + 2px);
  padding-left: 36px;}
.banner-box .search .form-control:focus {border-color: #ddd;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);}
.banner-box .search i{position: absolute; top: 79px; left: 44px; font-size: 15px;
  color: #888;}

.banner-box .radio{display: block; position: relative; margin: 12px 0px;
    cursor: pointer; -webkit-user-select: none; padding: 12px 0px 12px 40px;
    -moz-user-select: none; -ms-user-select: none; user-select: none; 
    border: 1px solid #ddd; font-size: 14px; background: #fff; border-radius: 4px;
    transition-duration: 500ms;}
.banner-box .radio:hover{box-shadow: 0 1px 10px #c3c3c3; border: 1px solid #fff;
    transition-duration: 500ms;}
.banner-box .radio input {position: absolute; opacity: 0; cursor: pointer;}
.banner-box .checkround {position: absolute; top: 11px; left: 10px; height: 20px; width: 20px;
    background-color: #fff ; border-color:#ed3237; border-style:solid;
    border-width:2px; border-radius: 50%;}
.banner-box .checkround:after {content: ""; position: absolute; display: none;}
.banner-box .radio input:checked ~ .checkround:after {display: block;}
.banner-box .radio .checkround:after {left: 2px; top: 2px; width: 12px; height: 12px;
    border-radius: 50%; background:#ed3237;}

.banner-box-bottom{position: relative; top: -14px; width: 50%; margin-left: 41%;
 background:#ed3237; text-align: center; padding: 10px; transition-duration: 500ms;
  box-shadow: 0 14px 26px -12px rgba(0,0,0,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);}
.banner-box-bottom:hover{text-decoration:none; background: #ea5054; transition-duration: 500ms;}
.banner-box-bottom a{color: #fff; display: block;}
.banner-box-bottom a:hover{text-decoration:none;}


.banner-section .modal{margin-left: 16%;}
.banner-section .modal-dialog {max-width: 52.2%;}
.banner-section .modal-content{background: none; border: none;}
.banner-box-modal{background: #f5f5f5; height: 445px;
   padding: 15px 30px; overflow: scroll; box-shadow: 0 1px 10px #444;}
.banner-box-modal h2{font-size: 20px; padding-bottom: 15px;}
.banner-box-modal .search{margin-bottom: -20px;}
.banner-box-modal .search .form-control{height: calc(2em + .75rem + 2px);
  padding-left: 36px;}
.banner-box-modal .search .form-control:focus {border-color: #ddd;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);}
.banner-box-modal .search i{position: relative; top: -33px; left: 16px; font-size: 15px;
  color: #888;}

.banner-box-modal .radio{display: block; position: relative; margin: 12px 0px;
    cursor: pointer; -webkit-user-select: none; padding: 12px 0px 12px 40px;
    -moz-user-select: none; -ms-user-select: none; user-select: none; 
    border: 1px solid #ddd; font-size: 14px; background: #fff; border-radius: 4px;
    transition-duration: 500ms;}
.banner-box-modal .radio:hover{box-shadow: 0 1px 10px #c3c3c3; border: 1px solid #fff;
    transition-duration: 500ms;}
.banner-box-modal .radio input {position: absolute; opacity: 0; cursor: pointer;}
.banner-box-modal .checkround {position: absolute; top: 11px; left: 10px; height: 20px; width: 20px;
    background-color: #fff ; border-color:#ed3237; border-style:solid;
    border-width:2px; border-radius: 50%;}
.banner-box-modal .checkround:after {content: ""; position: absolute; display: none;}
.banner-box-modal .radio input:checked ~ .checkround:after {display: block;}
.banner-box-modal .radio .checkround:after {left: 2px; top: 2px; width: 12px; height: 12px;
    border-radius: 50%; background:#ed3237;}

.banner-box-modal-bottom{position: relative;
 background:#ed3237; text-align: center; padding: 10px; transition-duration: 500ms;}
.banner-box-modal-bottom:hover{text-decoration:none; background: #ea5054; transition-duration: 500ms;}
.banner-box-modal-bottom a{color: #fff; display: block;}
.banner-box-modal-bottom a:hover{text-decoration:none;}


.third-banner-box-modal input{ margin-bottom: 15px;}
.third-banner-box-modal input.form-control{height: calc(2em + .75rem + 2px);}

.banner-box-modal ul.third-modal p{margin-bottom: 5px; margin-top: 24px;}
.banner-box-modal ul.third-modal{padding-left: 0px;}
.banner-box-modal ul.third-modal li{list-style: none;display: inline-block;}
.banner-box-modal ul.third-modal li .radio{padding: 10px 12px 10px 32px;
  margin: 0px 8px 0px 0px;}
.banner-box-modal ul.third-modal li .radio .checkround {top: 13px; 
  left: 10px; height: 16px; width: 16px;}
.banner-box-modal .third-banner-box-modal .form-group label{margin-top: 10px; color: #1375c7;}

.banner-box-modal.fourth-banner-box-modal ul.fourth-modal{
  padding-left: 0px;}
.banner-box-modal.fourth-banner-box-modal ul.fourth-modal li{
  list-style: none;display: inline-block; width: 12%}
.banner-box-modal.fourth-banner-box-modal ul.fourth-modal .form-control:focus{
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);}
.banner-box-modal.fourth-banner-box-modal{text-align: center;}
.banner-box-modal.fourth-banner-box-modal h2{width: 100%;}
.banner-box-modal.fourth-banner-box-modal .verify-number-modal-bottom .or{
  font-size: 16px; margin-top: 36px; background: #ed3237; font-weight: 600;
  border-radius: 20px; padding-bottom: 3px; width: 10%; color: #fff; 
  margin-left: 46%; margin-bottom: 24px; padding-top: 4px;}
.banner-box-modal.fourth-banner-box-modal .verify-number-modal-bottom .number{
  font-size: 20px; color: #000; font-weight: 700;}
.banner-box-modal.fourth-banner-box-modal .verify-number-modal-bottom .number i{
  font-size: 20px; color: #dc3545;}
#verifyNumber .banner-box-modal-bottom .close{float: none; font-size: 16px;
  opacity: 1; font-weight: 400; letter-spacing: 1.5px; width: 100%;}
#verifyNumber .banner-box-modal-bottom .close:hover{color: #fff;}




/*Banner Bottom Section CSS*/
.banner-bottom-section{background: #fff; padding: 15px 0px; color: #ed3237;
  text-align: center;}
.banner-bottom-section .container{padding-left: 0px; padding-right: 0px;}
.banner-bottom-section .content{padding: 30px 0px;
  box-shadow: 0 0.1rem 0.4rem 0 rgba(50,50,50,.5);}
.banner-bottom-section .content a{color: #ed3237;}
.banner-bottom-section .content a:hover{text-decoration: none;}
.banner-bottom-section .content p{margin-bottom: 0px; transition: .5s all ease;}
.banner-bottom-section .content p:hover{margin-left: 5px;}
.banner-bottom-section .content img{height: 40px; margin-bottom:8px;}
.banner-bottom-section .banner-bottom-icon i{font-size: 40px; 
  margin-bottom: 15px;}
.banner-bottom-section .carousel-item .row{margin: 15px;}
.banner-bottom-section .carousel-control-prev {height: 51px; width: 33px;
    background: #ed3237; top: 35%; opacity: .8;}
.banner-bottom-section .carousel-control-prev:hover{opacity: 1;}
.banner-bottom-section  .carousel-control-prev-icon{width: 13px;}
.banner-bottom-section .carousel-control-next {height: 51px; width: 33px;
    background: #ed3237; top: 35%; opacity: .8;}
.banner-bottom-section .carousel-control-next:hover{opacity: 1;}
.banner-bottom-section  .carousel-control-next-icon{width: 13px;}



/*About Section CSS*/
.about-section {padding-top: 30px; padding-bottom: 60px; background: #f6f6f6;}
.about-section .about-section-left{margin-top: 20px;}
.about-section .about-section-left h2{font-size: 20px; 
  margin-bottom: 15px; color: #ed3237; font-family: Lato;}
.about-section .about-section-left p{font-size: 14px; color: #555;
  line-height: 24px; margin-bottom: 10px;}
.about-section .about-section-left .button{margin-top: 30px;}
.about-section-left a{background: #ed3237; color: #ddd; 
  padding: 15px 30px; font-size: 14px;}
.about-section-left a:hover{text-decoration: none; color: #fff;}
.about-section .about-section-right img{width: 100%;}




/*We Do Section CSS*/
.we-do-section{background: #f6f6f6; padding-bottom: 60px; }
.we-do-section .main-row{box-shadow: 0 0.1rem 0.4rem 0 rgba(50,50,50,.5);}
.we-do-section nav > .nav.nav-tabs{border: none; color:#fff;
    background:#272e38; border-radius:0;}
.we-do-section nav > div a.nav-item.nav-link {border: none; padding: 14px 16px; font-size: 14px; 
  color:#fff; background:#ed3237; border-radius:0;}
.we-do-section nav > div a.nav-item.nav-link.active{background: #0f3cf9;}

.we-do-section nav > div a.nav-item.nav-link.active:after{content: ""; position: relative;
  bottom: -48px; left: -10%; border: 15px solid transparent; border-top-color: #0f3cf9 ;}
.we-do-section .tab-content{background: #fff; line-height: 25px;}

.we-do-section nav > div a.nav-item.nav-link:hover,
.we-do-section nav > div a.nav-item.nav-link:focus
{border: none; background: #0f3cf9; color:#fff; border-radius:0; transition:background 0.20s linear;}
.we-do-section .tab-content>.active {padding: 15px;}
.we-do-section .tab-content .title h4{font-size: 22px; font-weight: 600;color: #000;}
.we-do-section .tab-content p{font-size: 14px;}
.we-do-section .tab-content li{font-size: 14px;}
.we-do-section .tab-content .feature-image p{padding: 0px 15px;}
.we-do-section .tab-content a {color: #ed3237; border: 1px solid #ed3237; padding: 8px 20px;
    position: relative; top: 10px; transition: .2s all ease; }
.we-do-section .tab-content a:hover {text-decoration: none;
    background: #ed3237; color: #fff; transition: .2s all ease;}

.we-do-section .tab-content .tab-product-service h3{font-size: 20px; font-weight: 600; color: #0e3bf9;}
.we-do-section .tab-content .tab-product-service ul{padding-left: 15px;}




/*Mobile App Section CSS*/
.mobile-app{background: #ed3237; padding: 60px 0px;}
.mobile-app .col-md-8{padding-top: 20px;}
.mobile-app h4{ color: #fff; font-size: 16px; }
.mobile-app h2{ color: #ffffff; font-family: all; font-size: 30px; font-weight: 700;}
.mobile-app li{color: #fff; font-size: 14px; margin: 7px 0px;}
.mobile-app h3{ color: #ffffff; font-family: all; font-size: 24px; font-weight: 700; margin-top: 60px; margin-bottom: 40px;}
.mobile-app h3 span{color: #fff; border-bottom: 1px solid #ffffff; 
  padding-bottom: 8px; margin-left: 8px;}
.mobile-app .app-download-area{display: flex; margin-top: 0;}
.mobile-app .app-download-area .app-download-btn:first-child {margin-right: 20px;}
.mobile-app .app-download-area .app-download-btn a {display: flex; align-items: center; background: #ed3237;
    padding: 15px 30px; border-radius: 30px 30px 30px 0; transition-duration: 500ms;
    box-shadow: 0 14px 26px -12px rgba(0,0,0,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);}
.mobile-app .app-download-area .app-download-btn a:hover{text-decoration: none; transition-duration: 500ms; background: #b91f23;}
.mobile-app .app-download-area .app-download-btn a i {color: #fff; font-size: 24px; margin-right: 15px;}
.mobile-app .app-download-area .app-download-btn a p {color: #eee;}
.mobile-app .col-md-4{text-align: center;}
.mobile-app .col-md-4 img{width: auto; height: 400px;}






/*Product Section CSS*/
/*.product-section {margin: 30px 0 30px 0;}
.product-section .card-notify-badge {position: absolute; left: -10px; top: -20px;
  background: #f2d900; text-align: center; border-radius: 30px 30px 30px 30px; color: #000;
  padding: 5px 10px; font-size: 14px;}
.product-section .card-notify-year {position: absolute; right: -10px; top: -20px;
        background: #ff4444; border-radius: 50%; text-align: center; color: #fff; font-size: 14px;      
        width: 50px; height: 50px; padding: 15px 0 0 0;}
.product-section .card-detail-badge {background: #f2d900; text-align: center;
  border-radius: 30px 30px 30px 30px; color: #000; padding: 5px 10px; font-size: 14px;}
.product-section .card:hover {background: #fff; box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
  border-radius: 4px; transition: all 0.3s ease;}
.product-section .card-image-overlay {font-size: 20px;}
.product-section .card-image-overlay span {display: inline-block;}
.product-section .ad-btn {text-transform: uppercase; width: 150px; height: 40px; border-radius: 80px;
  font-size: 16px; line-height: 35px; text-align: center; border: 3px solid #e6de08;
  display: block; text-decoration: none; margin: 20px auto 1px auto; color: #000;
  overflow: hidden; position: relative; background-color: #e6de08;}
.product-section .ad-btn:hover {background-color: #e6de08; color: #1e1717; border: 2px solid #e6de08;
  background: transparent; transition: all 0.3s ease; box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);}
.product-section .ad-title h5 {text-transform: uppercase; font-size: 18px;}*/

.product-section{padding-top: 60px; padding-bottom: 40px;}
.product-section .card {position: relative; display: -ms-flexbox; display: flex; border-radius: .1875rem;
  -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word;
  background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, .125);}
.product-section .card-img-actions {position: relative}
.product-section .card-body {-ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1.25rem; text-align: center;}
.product-section .card-img {width: 350px;}
.product-section .star {color: red;}
.product-section .bg-cart {background-color: #ed3237; color: #fff;}
.product-section .bg-cart:hover {color: #fff;}
.product-section .bg-buy {background-color: green; color: #fff; padding-right: 29px;}
.product-section .bg-buy:hover {color: #fff;}
.product-section a {text-decoration: none !important; color: #0f3cf9;}



/*Choose Section CSS*/
.choose-section{padding: 30px 0px;
  margin: 30px 0px; text-align: center; }
.choose-section .heading{margin: 0px 200px;}
.choose-section .heading h2{font-size: 22px; color: #ed3237;}
.choose-section .heading p{font-size: 14px; color: #555;}
.choose-center{border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
.choose-section .col-md-4{margin-top: 40px;}
.choose-section .col-md-4 i{font-size: 30px; margin-bottom: 20px; color: #ed3237;}
.choose-section .col-md-4 h4{font-size: 16px; color: #ed3237;}
.choose-section .col-md-4 p{font-size: 14px; color: #444;}


/*Contact Box Section CSS*/
.contact-box-section{background: #ed3237; padding: 40px; 
  margin: 40px 0px 10px 0px; }
.contact-box-section p{margin-bottom: 0px; font-size: 14px; color: #ccc;
  text-align: right;}
.contact-box-section p span{color: #fff; display: block; 
  letter-spacing: 1px;}
.contact-box-section a{color: #fff; border: 1px solid #fff; 
  padding: 15px 40px; position: relative; 
  top: 10px; transition: .2s all ease;}
.contact-box-section a:hover{text-decoration: none; background: none;
  background: #fff; color: #ed3237; transition: .2s all ease;}



/*Process Section CSS*/
.process-section{text-align: center; padding: 60px 0px;}
.process-section .heading{margin-bottom: 40px;}
.process-section .heading h2{font-size: 22px; color: #ed3237;}
.process-section .heading p{font-size: 14px; color: #555;}
.process-section .content{border: 1px solid #ed3237; padding: 30px;}
.process-section .content i{background: #ed3237; color: #fff; font-size: 26px; padding: 16px; border-radius: 50%;}
.process-section .content p{margin-top: 15px; font-size: 14px; color: #777; margin-bottom: 5px;}
.process-section .content h4{font-size: 16px; color: #ed3237;}




/*Client Section CSS*/
/*.client-section{background: #ed3237; padding: 60px 0px;}*/
.client-section .carousel{box-shadow: 0 1px 6px rgba(32,33,36,.28);
  margin-bottom: 60px;}
.client-section h1{font-size: 18px; text-align: center; background: #ed3237;
  color: #fff; padding: 15px;}
.client-section .content{padding: 30px 80px;}
.client-section .header .header-left h2{font-size: 22px; font-weight: 600;}
.client-section .header .header-left ul{padding-left: 0px;}
.client-section .header .header-left ul li{display: inline-block; color: #777;
  font-size: 14px;}
.client-section .header .header-left ul li.score-point{background: #ed3237; color: #fff;
  padding: 2px 8px; border-radius: 4px;}
.client-section .header .header-left ul li.verify i{background: #103bf8; color: #fff;
  padding: 4px; margin-right: 5px;}
.client-section .header .header-left ul li.verify{border: 1px solid #103bf8;
  padding-right: 8px; font-size: 12px;}
.client-section .header .header-left ul li.medal i{color: #ed3237; margin-left: 4px;}

.client-section .header .header-right{text-align: right;}
.client-section .description{color: #444; font-size: 14px;}
.client-section a.btn {color: #103bf8; border: 1px solid #103bf8; padding: 8px 20px;
    position: relative; top: 10px; transition: .2s all ease; margin-bottom: 10px; 
    z-index: 111;}

.client-section .carousel-control-prev {height: 51px; width: 50px; background: #103bf8;
  top: 50%; opacity: 1;}
.client-section .carousel-control-next {height: 51px; width: 50px; background: #103bf8;
  top: 50%; opacity: 1;}
.client-section .carousel-control-prev-icon{width: 14px;}
.client-section .carousel-control-next-icon{width: 14px;}




/*Partner Section CSS*/
.partner-section{ padding: 30px 0px;}
.partner-section .heading{text-align: center; padding-bottom: 30px;}
.partner-section .heading h2{font-size: 20px; color: #ed3237;}
.partner-section img{width: 100%; border-radius: 4px;}
.partner-section .carousel-control-prev {height: 30px; width: 21px; background: #b91f23;
  top: 22px;}
.partner-section .carousel-control-next {height: 30px; width: 21px; background: #b91f23;
  top: 22px;}
.partner-section .carousel-control-prev-icon{width: 14px;}
.partner-section .carousel-control-next-icon{width: 14px;}





/*Footer Section*/
.footer-section{background: #ed3237; padding-top: 40px;}
.footer-section h2{font-family: math; font-weight: 700; font-size: 18px; color: #fff; margin-bottom: 30px; padding-top: 26px;}
.footer-section h2:before {content: ""; display: block; width: 60px; background-color: #fff;
    height: 2px; position: relative; top: 30px;}



.footer-section .first p{color: #fff; font-size: 14px;}

.footer-section .second p{color: #fff; font-size: 14px;}
.footer-section .second i{margin-right: 8px;}

.footer-section .second .social-icon i{margin-right: 0px; font-size: 14px;}

.footer-section .third ul {list-style: none; padding-left: 15px;}
.footer-section .third a{color: #fff; font-family: Roboto Condensed,sans-serif; padding: 3px 0;
  -webkit-transition: .5s all ease; -moz-transition: .5s all ease; font-size: 14px; transition: .5s all ease;}
.footer-section .third a:hover{text-decoration: none; padding: 3px 0; margin-left:5px;}
.footer-section .btn-animation{-webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite; -moz-animation-timing-function: ease-in-out; -webkit-animation-name: Floatingy;
    -moz-animation-name: Floatingy; -webkit-animation-duration: 5s; -moz-animation-duration: 5s;
   border-radius:30px; box-shadow:0 14px 26px -12px rgba(0,0,0,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)}
.footer-section .btn-animation:hover{box-shadow:0 14px 26px -12px rgba(0,0,0,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)}
.footer-section .btn{background: #004d91; border: #004d91; color: #fff; font-size: 14px; font-family: Roboto Condensed,sans-serif; 
    letter-spacing: 1.2px; padding: 10px 18px; margin-top: 28px;}



.social-icon ul{list-style: none; display: flex; padding-left: 0px;}
.social-icon ul li{background: #b91f23; width: 30px; height: 30px; line-height: 30px; border-radius: 30px; text-align: center;
  margin: 0px 3px; box-shadow: 0 1px 10px #10101061;}
.social-icon ul a{color: #ddd; display: block;}
.social-icon ul a i{font-size: 14px;}




.footer-bottom{background: #b91f23; padding: 10px 0px;}
.footer-bottom .row{display: block; text-align: center;}
.footer-bottom p{color: #fff; margin-bottom: 0px; font-size: 14px;}





/*Contact Page CSS*/
.page-banner-section{background-image: url(../image/counter-bg.jpg); background-size: cover;
  height: 180px; line-height: 180px;}
.page-banner-section .row{width: 100; display: block;}
.page-banner-section p{font-size: 20px; color: #fff; text-align: center;}

.contact-page{padding: 60px 0px 30px 0px; background: #eee;}
.contact-page #tip{display:none;}
.contact-page .fadeIn{animation-duration: 3s;}
.contact-page .form-control{border-radius:0px; border:1px solid #EDEDED;}
.contact-page .form-control:focus{border:1px solid #f44336;}
.contact-page .textarea-contact{resize:none;}
.contact-page .btn-send{border-radius: 0px; border:1px solid #f44336; background:#f44336; color:#fff;}
.contact-page .btn-send:hover{border:1px solid #f44336; background:#fff; color:#f44336; transition:background 0.5s;}
        
@media only screen and (max-width: 768px){
  .contact-page .contact-form{margin-top:25px;}
  .contact-page .btn-send{width: 100%; padding:10px;}
}






/*Term and Condition Page CSS*/
.banner-page-section{height: 300px;}


.term-content-section .heading-section{text-align: center; width: 100%; padding-top: 40px;}
.term-content-section .heading-section h1{font-size: 26px;
    font-weight: 600; color: #000;}
.term-content-section .content-section{padding-top: 40px;}
.term-content-section .content-section h2{font-size: 22px;
    font-weight: 600; color: #000;}