body{

    margin: 0;

    padding: 0;

    position: relative;

}

@font-face {

    font-family: 'Montserrat';

    src: url('../fonts/Montserrat-Bold.eot');

    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),

        url('../fonts/Montserrat-Bold.woff2') format('woff2'),

        url('../fonts/Montserrat-Bold.woff') format('woff'),

        url('../fonts/Montserrat-Bold.ttf') format('truetype'),

        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'Montserrat';

    src: url('../fonts/');

    src: url('../fonts/?#iefix') format('embedded-opentype'),

        url('../fonts/Montserrat-Regular.woff2') format('woff2'),

        url('../fonts/Montserrat-Regular.woff') format('woff'),

        url('../fonts/Montserrat-Regular.ttf') format('truetype'),

        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'Montserrat';

    src: url('../fonts/Montserrat-Medium.eot');

    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),

        url('../fonts/Montserrat-Medium.woff2') format('woff2'),

        url('../fonts/Montserrat-Medium.woff') format('woff'),

        url('../fonts/Montserrat-Medium.ttf') format('truetype'),

        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'Montserrat';

    src: url('../fonts/Montserrat-SemiBold.eot');

    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),

        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),

        url('../fonts/Montserrat-SemiBold.woff') format('woff'),

        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),

        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');

    font-weight: 600;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'Montserrat';

    src: url('../fonts/Montserrat-Light.eot');

    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),

        url('../fonts/Montserrat-Light.woff2') format('woff2'),

        url('../fonts/Montserrat-Light.woff') format('woff'),

        url('../fonts/Montserrat-Light.ttf') format('truetype'),

        url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}

.send_money{
    display:none;
    background-color: #D7111A;
    color: #fff;
    border-color: #D7111A;
    border-radius: 11px;
    width:150px;
}
.send_money:hover{
    background-color: #D7111A;
    color: #fff;
    border-color: #D7111A;

}
/*  contact-hedaer */

.phone{

    display: flex;

    align-items: center;

    justify-content: end;

    padding-top: 20px;

}

.container{

    max-width:1300px;

}

.phone-text p{

    margin: 0;

    padding-left: 10px;

    font-size: 13px;

    font-family: 'Montserrat';

    font-weight: normal;

}

.phone-text span{

    font-size: 13px;

    font-weight: bold;

    font-family: 'Montserrat';

}

.sign-btn{

    display: flex;

    justify-content: space-around;

}

.sign-btn .btn-primary{

    background-color: transparent;

    color: #000;

    border-color: transparent;

    border-radius: 11px;

    font-family: 'Montserrat';

    font-weight: 500;

    font-size: 12px;

}

.sign-btn .btn-primary:hover{

    background-color: #D7111A;

    color: #fff;

    border-color: #D7111A;

    border-radius: 11px;

}

/* hover */

.dropdown .dropbtn { 

    border: none;

    outline: none;

    background-color: inherit;

    font-family: inherit;

    margin: 0;

    cursor: pointer;

  }

.dropdown-content {

    display: none;

    position: absolute;

    background-color: #f9f9f9;

    min-width: 160px;

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

    z-index: 1;

    width: 500px;

}

.dropdown-content a {

    float: none;

    color: black;

    padding: 12px 16px;

    text-decoration: none;

    display: block;

    text-align: left;

  }

.dropdown-content a:hover {

    color: #fff;

    background: #D7111A;

  }

.dropdown:hover .dropdown-content {

    display: block;

}

.left-conantant{

  left: -300px;;

}

/* hover-end */

.sign-btn .btn-primary.focus, .sign-btn .btn-primary:focus {

    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);

}

.sign-btn .btn-primary:not(:disabled):not(.disabled).active, .sign-btn  .btn-primary:not(:disabled):not(.disabled):active, .show > .sign-btn  .btn-primary.dropdown-toggle {

    color: #000;

    background-color: transparent;

    border-color: transparent;

}

.sign-btn .btn-primary:not(:disabled):not(.disabled).active:focus, .sign-btn .btn-primary:not(:disabled):not(.disabled):active:focus, .sign-btn .show > .btn-primary.dropdown-toggle:focus {

    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);

}

.sign-up .btn-primary{

    background-color: #D7111A;

    color: #fff;

    border-color: #D7111A;

    border-radius: 11px;

} 

.sign-btn{

    padding-top: 10px;

}

.line-bottum{

    padding: 10px 0;

    border-bottom: 1px solid #ccc;

}

/* header */

.header-wapper{

    width: 100%;

}

.header-wapper.active {

    top: 0px;

    transition: all 0.3s ease-in-out;

    position: fixed;

    width: 100%;

    z-index: 9999;

    background: #fff;

    box-shadow: 0px 3px 6px #00000029;

}

header .navbar-collapse{

    justify-content: center;

}

header .navbar-expand-lg .navbar-nav .nav-link { 

    color: #000 !important; 

    font-size: 15px; 

    margin-right: 40px; 

    padding: 20px 0 20px 0 ;

    font-family: 'Montserrat';

    font-weight: 600;

}

header .navbar{

   padding: 5px 0 0 5px;

}

/* Underline From Center */

.hvr-underline-from-center {

    display: inline-block;

    vertical-align: middle;

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    position: relative;

    overflow: hidden;

  }

.hvr-underline-from-center:before {

    content: "";

    position: absolute;

    z-index: -1;

    left: 51%;

    right: 51%;

    bottom: 0;

    background: #D7111A;

    height: 4px;

    -webkit-transition-property: left, right;

    transition-property: left, right;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {

    left: 0;

    right: 0;

}

/* banner */

.left{

    padding-left: 0;

    padding-right: 0;

}

.owl-controls .owl-buttons .owl-prev{

    padding: 0 18px 0 15px;

    transition: background 0.5s ease 0s;

    background: url(../images/left.png) no-repeat;

    height: 30px;

    width: 30px;

    position: absolute;

    margin-top: -35px;

    right: 86%;

}

.owl-controls .owl-buttons .owl-next{

    padding: 0 15px 0 18px;

    transition: background 0.5s ease 0s;

}

.owl-controls .owl-buttons .owl-prev:after,

.owl-controls .owl-buttons .owl-next:after{

    content:"\f104";

    font-family: FontAwesome;

    color: rgb(255, 255, 255);

    font-size:30px;

    display: none;

}

.navbar-brand{

    display: none;

}

.owl-controls .owl-buttons .owl-next:after{

    content:"\f105";

}

.banner-1{

  height: 100%;

}

.banner-1 img{

    height: 100%;

}

.banner-text{

    position: absolute;

    top: 145px;

    width: 100%;

    color: #fff;

    padding-left: 50px;

}

.banner-text h2{

    font-family: 'Montserrat';

    font-weight: bold;

    line-height: 45px;

    font-size: 36px;

}

.muthoot-logo{

    position: absolute;

    top: 27px;

    right: 5%;

}

.form-control:focus {

    box-shadow: none;

  }

  

.form-control-underlined {

    border-width: 0;

    border-bottom-width: 1px;

    border-radius: 0;

    padding-left: 0;

    background-position: 100%;

    width: 35%;

    position: absolute;

    bottom: 16%;

    right: 2%;

}

.ftr-input input{

    background: url(../images/Icon\ feather-search.png) no-repeat;

    background-position: 96%;

}

.ftr-input input::placeholder{

    color: #fff !important;

    font-size: 14px;

    font-family: 'Montserrat';

    font-weight: normal;

}

.post-slide .form-control:focus{

 background-color: transparent;

 border-color: #fff;

}

.post-slide .form-group{

    margin-bottom: 0 !important;

}

.banner-sild .read-more{

    display: inline-block;

    position: absolute;

    top: 300px;

    left: 58px;

}

.banner-sild .read-more a{

    font-size: 14px;

    color: #fff;

    background: #d00c15;

    position: relative;

    margin-left: 15px;

    font-size: 14px;

    font-family: 'Montserrat';

    font-weight: bold;

}

.banner-sild .read-more::before{

    position: absolute;

    content: '';

    height: 30px;

    width: 30px;

    border: 1px solid #fff;

}

.banner-sild .owl-pagination {

    counter-reset: slides-num;

    position: absolute;

    bottom: 4%;

    left: 14%;

   color: #fff;

   font-family: 'Montserrat';

   font-weight: normal;

   font-size: 14px !important;

  }

  .banner-sild .owl-pagination:after {

    content: counter(slides-num);

    display: inline-block;

    font-size: 20px;

    font-weight: 700;

    vertical-align: middle;

  }

  

  .banner-sild .owl-page {

    display: inline-block;

    counter-increment: slides-num;

    /* Increment counter */

    margin-right: 8px;

    font-size: 14px !important;

  }

  .banner-sild .owl-page span {

    display: none;

  }

  .banner-sild .owl-page.active:before {

    content: counter(slides-num) " / ";

    /* Use the same counter to get current item. */

    display: inline-block;

    vertical-align: middle;

    font-size: 20px;

    position: absolute;

    left: 0;

    top: 0;

  }

  .banner-sild{

      position: relative;

  }

.banner-sild  .owl-prev{

    background: url(../images/Icon\ feather-arrow-right1.png) no-repeat;

    height: 30px ;

    width: 30px;

    position: absolute;

    margin-top: -35px;

    right: 86%;

}

.banner-sild  .owl-next{

    background: url(../images/Icon\ feather-arrow-right1.png) no-repeat;

    height: 30px ;

    width: 30px;

    position: absolute;

    right: 77%;

    margin-top: -35px;

}

.banner-sild .owl-buttons{

     position: relative;

 }

/* product */

.product{

    background: url(../images/product-bg.png) no-repeat;

    background-position: 102%;

    background-size: 100% 101%;

}

.product h2{

    font-family: 'Montserrat';

    font-weight: bold;

    font-size: 45px;

    text-align: center;

    padding-bottom: 15px;

    padding-top: 40px;

}

.service{

    box-shadow: 0px 3px 6px #00000029;

    border-radius: 31px; 

    background: #fff;

    display: flex;

    align-items: center;

    cursor: pointer;

    height: 115px;

    position: relative;

    z-index: 999;

   

}

.service-hover{

    position: relative;

}

.service-hover::after{

    content: '';

    width: 100%;

    height: 100%;

    background: #D7111A;

    position: absolute;

    bottom: 0px;

    border-radius: 31px;

    transition: all 0.3s ease-in-out;

    opacity: 0;

    

}

.service-hover:hover:after{

    bottom: -10px;

    opacity: 1;

}

a{ text-decoration:none}

a:hover{ text-decoration:none}

.service h3{

    font-size: 22px;

    font-family: 'Montserrat';

    font-weight: bold;

    padding-left: 15px;

    color:#000;

}

.service img{

    padding-left: 10px;

}

.logo-change{

    text-align: center;

    padding-top: 30px;

    padding-bottom: 20px;

}

/* why-choous */

.why-choos-img{

    background: url(../images/why-choos-1.png) #D7111A no-repeat;

    background-size: cover;

    background-position: -4%;

    height: 100%;

    width: 100%;

    position: relative;

}

.why-choos-muthoot-log{

    text-align: center;

    padding-top: 150px;

    padding-bottom: 50px;

}

.why-choos-tab .nav-item{

    text-align: center;

}

.why-choos-tab p{

    margin: 0;

    font-family: 'Montserrat';

    font-size: 16px;

    font-weight: 500;

    color: #fff;

    padding-top: 10px;

}

.why-choos-tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link {

    color: #fff;

    background-color: transparent;

    border-radius: 0;

    border-bottom: 3px solid #fff; 

}

.why-choos-tab .nav-pills .nav-link{

    border-bottom: 1px solid #fff;

    border-radius: 0;

}

.why-muthoot{

    position: relative;

    height: 100%;

}

.why-muthoot-text {

    position: absolute;

    top: 70px;

    background-color: #fff;

    width: 540px;

    left: 65px;

    padding: 37px 34px;

}

.why-muthoot-text h5{

    font-size: 18px;

    font-family: 'Montserrat';

    font-weight: bold;

    color: #D7111A;

}

.why-muthoot-text h4{

    font-size: 45px;

    font-family: 'Montserrat';

    font-weight: normal;

}

.why-muthoot-text p{

    font-size: 16px;

    font-family: 'Montserrat';

    font-weight: normal;

}

.why-muthoot-text span{

    color: #D7111A;

}

.why-muthoot-text .read-more{

    display: inline-block;

    position: relative;

}

.why-muthoot-text .read-more a{

    font-size: 14px;

    color: #D7111A;

    background: #fff;

    position: relative;

    margin-left: 15px;

}

.why-muthoot-text .read-more::before{

    position: absolute;

    content: '';

    height: 30px;

    width: 30px;

    border: 1px solid #D7111A;

}

/* events */

.events{

    background: #000;

    padding: 50px 0 120px 0;

}

.event-slider-div{

    background: none;

    padding: 0;

    margin-top: -100px;

    padding-bottom: 30px;

}

.events h3{

    font-family: 'Montserrat';

    font-weight: bold;

    font-size: 45px;

    color: #fff;

    margin: 0;

}

.events .post-slide{

    margin: 0 10px;

    padding-bottom: 10px;

}

.event-text{

    padding-top: 30px;

    position: relative;

}

.event-text-a{

    color:#212529;

}

.event-text-a:hover{

    color:#D7111A;

}

.event-text h5{

    font-size: 16px;

    font-family: 'Montserrat';

    font-weight: normal;

    line-height: 30px;

}

.event-text p{

    font-size: 14px;

    font-family: 'Montserrat';

    font-weight: normal;

}

.event-btn{

    position: absolute;

    bottom: 9%;

    right: 11%;

}

.event-btn-home{



}

.owl-pagination{

    text-align: center;

    margin-top: 30px;

}

.events .owl-theme .owl-controls .owl-page {

    display: inline-block;

}

.events .owl-theme .owl-controls .owl-page span {

    background: none repeat scroll 0 0 #cf0404f8;

    border-radius: 20px;

    display: block;

    height: 4px;

    margin: 5px 7px;

    opacity: 0.5;

    width: 30px;

}

.events .owl-theme .owl-controls .owl-page.active span{

    opacity: 1;

}

.events .owl-buttons{

    display: none;

}

/* About */

.about-inner{

    background-color: #FFEEEE !important; 

    padding-bottom: 30px;

    position: relative;

}

.about-inner h5{

    color: #D7111A;

    font-size: 18px;

    font-family: 'Montserrat';

    font-weight: bold;

    padding-top: 90px;

}

.about-inner h3{

    font-size: 45px;

    font-family: 'Montserrat';

    font-weight: normal;

    padding-bottom: 20px;

}

.about-text{

    padding-left: 50px;

}

.about-inner span{

    color: #D7111A;

}

.about-inner p{

    font-size: 16px;

    font-family: 'Montserrat';

    font-weight: normal;

    line-height: 30px;

}

.read-more{

    display: inline-block;

    position: relative;

}

.read-more a{

    font-size: 14px;

    color: #D7111A;

    background: #FFEEEE;

    position: relative;

    margin-left: 15px;

}

.read-more::before{

    position: absolute;

    content: '';

    height: 30px;

    width: 30px;

    border: 1px solid #D7111A;

}

.about-inner h6{

    font-size: 45px;

    font-family: 'Montserrat';

    font-weight: bold;

    color: #000000;

    opacity: 0.1;

    margin: 0;

}

.mothoot-vertical{

    overflow: hidden;

    font-family: 'Montserrat';

    font-weight: normal;

    font-size: 25px;

    color: #0000003d;

    transform:rotate(7deg);

    -webkit-transform:rotate(90deg); /* Safari and Chrome */

    position: absolute;

    top: 223px;

    right: -144px; 

}

.text-vertical{

    position: absolute;

    transform:rotate(7deg);

    -webkit-transform:rotate(-90deg); /* Safari and Chrome */

    top: 244px;

    left: -66px;

}

.about-img{

    padding-top: 40px;

}

/* count-up */

.count-up-text{

    background: url(../images/count-up.png) no-repeat;

    background-position: center;

    background-size: cover;

    padding-top: 30px;

    padding-bottom: 20px;

}

#prg-counter .prg-container{

    text-align: center; 

    width: 80%;

    margin: auto;

  }

.prg-counter h3.prg-count{ 

    background-color: rgba(0, 0 ,0 ,0);

    color: blue;

    font-size: 4.2em;

    padding: 20px 20px 6px 20px;

  }

  

#prg-counter h4.prg-count-title{ 

    background-color: rgba(0, 0 ,0 ,0);

    color: rgba(120, 120, 120, 1);

    font-size: 1.6em;

  }

.count {

      text-align: center;

  }

.count-up span{

      font-size: 30px;

      color: #fff;

      font-family: 'Montserrat';

      font-weight: bold;

}

.count-up-text h4{

    font-size: 16px;

    color: #fff;

    font-family: 'Montserrat';

    font-weight: normal;

}

.count-box::after{

    position: absolute;

    content: '';

    width: 1px;

    height: 50px;

    background: #D7111A;

    top: 35px;

    right: 0;

}

.not-border::after:last-child{

    display: none;

}

/* footer */

.footer-bg{

    background-color: #000;

}

.footer-bg h4{

    font-size: 45px;

    color: #fff;

    font-family: 'Montserrat';

    font-weight: 300;

    padding-top: 30px;

    padding-bottom: 30px;

    margin: 0;

    padding-left: 195px;

}

.ftr-input-text input::placeholder{

    color: #000 !important;

    font-size: 14px;

    background: #fff;

    font-family: 'Montserrat';

    font-weight: normal;

    background: url(../images/arrow.png) no-repeat;

    background-position: 95% ;

}

.stay-post{

    padding-top: 30px;

    padding-bottom: 30px;

}

.ftr-input-text input{

    border-radius: 0;

    padding: 15px 10px;

}

.stay-post .form-group{

    margin-bottom: 0;

}

.bg-black{

    background: #000;

    padding-top: 35px;

}

.white-bg{

    background: #fff;

    text-align: center;

    padding-bottom: 45px;

    padding-top: 65px;

}

.mali-box p{

    padding-top: 10px;

}

.pd-left-50

{

    padding-left: 115px;

}

.white-bg hr{

    background: #000;

    height: 2px;

    width: 300px;

    border: none;

}

.white-bg i{

    font-size: 20px;

}

.quick h6{

    color: #fff;

    font-size: 13px;

    font-family: 'Montserrat';

    font-weight: 600;

    padding-bottom: 10px;

}

.quick a{

    text-decoration: none;

    color: #fff;

    font-size: 15px;

    font-family: 'Montserrat';

    font-weight: 300;

    line-height: 40px;

    opacity: 0.7;

}

.quick{

    padding-bottom: 15px;

}

.news-events-contant{

    padding-top: 35px;

   padding-left: 60px;

}

.news-events-contant a{

    text-decoration: none;

    color: #fff;

    font-size: 15px;

    font-family: 'Montserrat';

    font-weight: 300;

    line-height: 40px;

    opacity: 0.7;

}

.get-touch p{

  font-size: 15px;

  font-family: 'Montserrat';

  font-weight: 300;

  color: #fff;

  padding-top: 0;

  margin: 0;

}

.get p{

    font-size: 13px;

    font-family: 'Montserrat';

    font-weight: 300;

    color: #fff;

}

.get span{

    font-family: 'Montserrat';

    font-weight: bold; 

}

.get-touch{

    display: flex;

    align-items: center;

}

.get-touch img{

    padding-right: 10px;

    margin-top: -35px;

}

.whatsapp{

    display: flex;

    align-items: center;

}

.whatsapp p{

    padding-top: 15px;

}

.whatsapp{

    clear: both;

}

.whatsapp img{

    padding-right: 10px;

}

.mali-box{

    display: flex;

    align-items: center;

}

.mali-box img{

    padding-right: 10px;

}

.get h6{

    color: #fff;

    font-size: 13px;

    font-family: 'Montserrat';

    font-weight: 600; 

    padding-bottom: 18px;

}

.socail-icon{

    float: right;

    padding-top: 62px;

    padding-bottom: 0px;

}

.socail-icon a{

    margin: 0 10px;

}

.socail-icon i{

    font-size: 20px;

    color: #fff;

}

.coppy p{

    font-size: 13px;

    color: #fff;

    font-family: 'Montserrat';

    font-weight: normal;

}

.pad-0{

    width: 100%;

    padding-top: 20px;

    border-top: 1px solid #fff;

}

.privecy a{

    color: #fff;

    font-size: 13px;

    font-family: 'Montserrat';

    font-weight: normal;

    text-decoration: none;

    margin: 0 10px;

}

/* About */

.about-bg{

    background: #feeeee;

    position: relative;

    width: 95%;

}

.about-contant .read-more {

    display: inline-block;

    position: relative;

}

.about-contant .read-more::before {

    position: absolute;

    content: '';

    height: 30px;

    width: 30px;

    border: 1px solid #D7111A;

}

.about-contant .read-more a {

    font-size: 14px;

    color: #D7111A;

    background: #FFEEEE;

    position: relative;

    margin-left: 15px;

    font-weight: bold;

    font-family: 'Montserrat';

}

.about-contant h3{

    color: #000;

    font-weight: normal;

    font-family: 'Montserrat';

    font-size: 45px;

    padding-bottom: 15px;

}

.about-contant span{

    font-weight: 700;

    font-family: 'Montserrat';

    color: #d00c15;

}

.about-contant{

    padding-left: 11%;

    padding-top: 12%;

}

.muthoot-hori{

    position: absolute;

    top: 46%;

    transform: rotate(7deg);

    -webkit-transform: rotate(90deg);

    right: -14%;

}

.about-bg h5{

    color: #cccccc;

    font-size: 22px;

    font-family: 'Montserrat';

    font-weight: normal;

}

.about-contant-span p{

    font-size: 16px;

    font-weight: normal;

    font-family: 'Montserrat';

    padding-bottom: 15px;

    line-height: 30px;

}

.about-contant-span span{

    color: #d00c15;

    font-weight: normal;

    font-family: 'Montserrat';

}

.our-core-values{

    padding-top: 40px;

    text-align: center;

}

.our-core-values h2{

    font-size: 45px;

    font-weight: bold;

    font-family: 'Montserrat';

}

.our-core-values p{

    font-size: 16px;

    font-weight: normal;

    font-family: 'Montserrat';

}

.our-core-bg{

    background: url(../images/our-bg.png) no-repeat #FFEEEE;

    background-position: center;

    background-size: cover;

    padding: 50px 60px 30px 60px;

    margin-bottom: 30px;

}

.our-core-bg ul li::marker{

    color: #d00c15;

}

.our-core-bg p{

    font-size: 17px;

    font-weight: 500;

    font-family: 'Montserrat';

}

.our-core-btn{

    text-align: center;

    padding-top: 40px;

    padding-bottom: 20px;

}

.our-core-btn a{

    color: #000;

    font-weight: bold;

    font-family: 'Montserrat';

    text-decoration: none;

}

.our-core-btn hr{

    width: 53px;

    height: 1px;

    background: #d00c15;

    border: none;

    margin-bottom: 0;

    margin-top: 0;

}

/* branchs */

.resived{

    padding-left: 30px;

    padding-bottom: 30px;

    padding-top: 30px;

}

.resived h2{

    font-size: 45px;

    font-weight: bold;

    font-family: 'Montserrat';

}

.branchs-bg{

    background: url(../images/branchs-bg.png) no-repeat;

    background-position: center;

    background-size: cover;

}

.box-branch{

    background: #fff;

    box-shadow: 3px 3px 15px #00000029;

    padding-bottom: 30px;

    

    border-radius: 7px;

    text-align: center;

    margin-top: 30px;

    margin-bottom: 30px;

    padding-top: 30px;

}

.branchs-bg .owl-theme .owl-controls .owl-page {

    display: inline-block;

}

.branchs-bg .owl-theme .owl-controls .owl-page span {

    background: none repeat scroll 0 0 #cf0404f8;

    border-radius: 20px;

    display: block;

    height: 4px;

    margin: 5px 7px;

    opacity: 0.5;

    width: 30px;

}

.branchs-bg .owl-theme .owl-controls .owl-page.active span{

    opacity: 1;

}

.branchs-bg .owl-controls .owl-buttons .owl-prev{

    display: none;

}

.branch-text-contant{

    padding-left: 15%;

}

/* product */

.product-section{

    background: url(../images/product-bg-section.png) no-repeat;

    background-position: center;

    background-size: cover;

    padding-bottom: 50px;

    margin-bottom: 30px;

}

.product-img{

    text-align: center;

}



.product-img li {

    padding-left: 20px;

    position: relative;

    list-style: none;

    text-align: left;

}

.product-img li::before {

    background-color: #d00c15;

    position: absolute;

    width: 7px;

    height: 7px;

    border-radius: 15px;

    content: "";

    left: 0;

    top: 10px;

}

.product-img ul li::marker {

    display: none;

}



.product-img h5{

    font-size: 25px;

    font-weight: 600;

    font-family: 'Montserrat';

    padding-top: 30px;

    padding-bottom: 30px;

}

.product-img p{

    font-family: 'Montserrat';

    font-weight: normal;

    font-size: 16px;

    text-align:left;

    padding-top: 20px;

}

.aroow-line{

    text-align: right;

    padding-right: 10px;

}

.more-about-btn{

    text-align: center;

    padding-bottom: 35px;

}

.more-about-btn a{

    text-decoration: none;

    font-size: 18px;

    font-family: 'Montserrat';

    font-weight: normal;

    color: #666;

}

.more-about-btn hr{

    background: #ccc;

    height: 1px;

    width: 271px; 

    border: none;

    margin-top: 10px;

}

.more-about-btn h6{

    color: #d00c15;

    font-size: 20px;

    font-family: 'Montserrat';

    font-weight: normal;

}

.product-text h2{

    text-align: center;

    color: #d00c15;

    padding-top: 30px;

    padding-bottom: 20px;

    font-size: 35px;

    font-family: 'Montserrat';

    font-weight: bold;

}

/* Added by Rajeev for Products Page*/

.innerWhiteBIn{ float: left; width: 100%; position: relative; }



.proAndServRow { clear: both; }

.proAndServRow h3{ display: block; clear: both; font-size: 22px; color: #eb3939; margin: 0 0 15px 0; text-transform: uppercase; }

.proAndServRow ul{ width: 100%; margin: 0 0 50px 0; padding-left: 15px;}

.proAndServRow ul li{ width: 100%; clear: both; }

.proAndServRow ul li a{ display: block; font-size: 17px; color: #222; padding: 12px 0; }

.proAndServRow ul li a:hover{ color:#eb3939 !important; }



.deposits{

	border: 1px solid #ccc;

	padding: 16px;

	min-height:457px;

	border-radius: 56px 0 56px 0;

	position:relative;

	margin-bottom:50px;

}



.deposits-header h3 {

    display: block;

    clear: both;

    font-size: 21px;

    color: #000;

    margin: 0 0 15px 0;

    text-transform: capitalize;

    font-weight: bold;

    padding-top: 8px;

}

.deposits ul li a{

	padding: 7px 0;

	display:block

	

	}

.deposits ul{

	padding-left:0;

	margin:0;

	min-height: 229px;

	}

.deposits ul li{

	position:relative;

	padding-left: 28px;

	text-align: left;

	}



.deposits ul li::marker {



    color: #d00c15;

}

	

}

.deposits .panel-body {

	padding: 15px 0;

}



.round-icon7{

	background: #333 !important;

	top: 17px;

	right: 28px;

	width: 61px !important;

	height: 61px !important;

	border: 8px solid #eae4e473;

	text-align: center;

	padding-top: 9px;

}

.round-icon8{

	background:#ffa300 !important;

	top: 17px;

	right: 28px;

	width: 61px !important;

	height: 61px !important;

	border: 8px solid #eae4e473;

	text-align: center;

	padding-top: 9px;

}

.round-icon7 img{

	width:19px;

}



.round-icon{

	position: absolute;

	height: 100px;

	width: 100px;

	background: #fff3;

	border-radius: 50%;

	animation: anim-loading-pill 0.5s ease-in infinite alternate;

	transition:0.5s;

}

.round-iconnew{

	position: absolute;

	height: 100px;

	width: 100px;

	background: #fff3;

	border-radius: 50%;

	bottom:0;

	left:100px;

	animation: anim-loading-pillnew 25s ease-in infinite alternate;

	

}



.round-icon1 {

   bottom: 40px;

left: 155px;

animation-delay: -0.3333333333s;



}

.round-icon2{

	height: 150px;

width: 150px;

right: 41px;

animation-delay: -0.6666666667s;

top: 39px;

}

.round-icon3{

	height: 75px;

width: 75px;

bottom: 95px;

left: 65px;

right:0;

animation-delay: -1s;

}



@keyframes anim-loading-pill {

	 to {

		 transform: scale(1.2);

		 opacity: 0.9;

	}

}

@keyframes anim-loading-pillnew {

	  50% {bottom: 412px;}

	  100% {bottom:40px;}

}





.referwrapper {

    padding: 40px 0;

}



.refermargin {

    max-width: 450px;

    min-width: 250px;

    border: 1px solid #000;

    padding: 20px 30px;

}



.refermargin h5 {

    padding-bottom: 20px;

    font-size: 19px;

    font-weight: bold;

}



.refermargin h6 {

    padding-bottom: 30px;

    font-size: 16px;

}



.refermargin p {

    padding-top: 30px;

    font-size: 13px;

}



.refermargin a {

    background-color: #d00c15;

    color: #fff;

    padding: 10px 10px;

    font-size: 16px;

    font-weight: 600;

}



.refermargin a:hover {

    background-color: #000;

    color: #fff;

    text-decoration: none;

}



.deposits-header { text-align: left;}

.updateourslid {  padding: 20px 10px 20px 10px; border-radius: 6px;

    background: #FFFFFF 0% 0% no-repeat padding-box;

    box-shadow: 3px 3px 6px #00000024; max-height: 170px;

    min-height: 170px; position: relative;

    border: 1px solid #7070704D;}



.updateourslid::before { position: absolute; content: ""; width: 100%; background-color: #d00c15; height: 2px; left: 0;

        bottom: 0;}



.update-slid { padding: 50px 0;}













/* Added by Rajeev for Products Page*/



/* over-view */

.over-view-text h2{

    color: #d00c15;

    font-size: 45px;

    font-family: 'Montserrat';

    font-weight: bold;

}

.over-viwe-bg{

    width: 98%;

    position: relative;

}

.muthoot-text{

  position: absolute;

  right: -167px;

  top: 250px;

  transform: rotate(7deg);

  -webkit-transform: rotate(90deg);

}

.over-viwe-bg h5{

    color: #ccc;

    font-family: 'Montserrat';

    font-weight: normal;

    font-size: 25px;

}

.over-view-text h3{

    font-family: 'Montserrat';

    font-weight: bold;

    font-size: 22px;

    padding-top: 20px;

    padding-bottom: 30px;

}

.over-view-text p{

    font-family: 'Montserrat';

    font-weight: normal;

    font-size: 16px;

}

.over-view-text{

    padding: 40px;

}

.over-viwe-img-inner{

    overflow: hidden;

    position: relative;

}

.right-text{

    padding-right: 0;

}

.left-text{

    padding-left: 0;

}

.over-viwe-img-inner-text{

    position: absolute;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%,-50%);

    width: 100%;

    padding: 30px;

}

.over-viwe-img-inner-text h4{

    font-family: 'Montserrat';

    font-weight: bold;

    font-size: 22px; 

    line-height: 33px; 

}

.over-inner-wrapper{

    padding: 40px;

}

.over-inner-wrapper p{

    font-family: 'Montserrat';

    font-weight: normal;

    font-size: 16px;

    line-height: 27px;

}

.over-viwe-section p{

    font-family: 'Montserrat';

    font-weight: normal;

    font-size: 16px;

}

.over-viwe-section img{

    padding-bottom: 20px;

}

/* contact */

.contact-img{

    background: url(../images/contact-bg.png) no-repeat;

    background-size: cover;

    background-position: center;

    height: 580px;

    width: 97%;

}

.contact-text h4{

    color: #fff;

    font-size: 45px;

    font-family: 'Montserrat';

    font-weight: bold;

    padding-left: 10%;

    padding-bottom: 30px;
    color: #000;
    text-align: center;
    padding: 15px;

}

.form-wrapper{

    border-radius: 21px;

    background: #fff;

    box-shadow: 0px 3px 6px #00000029;

    margin-bottom: 20px;

}

.form-control{

    border-left: none;

    border-right: none;

    border-top: none;

    border-radius: 0;

    border-bottom: 1px solid #b8b8b8;

    padding: .375rem 0;

}

.form-group{

    margin-bottom: 20px;

}

.form-wrapper-btn{

    text-align: center;

}

.form-text{

    padding: 30px 20px;

}

.form-wrapper-btn .btn-primary{

width: 100%;

padding: 20px;

border-bottom-right-radius: 20px;

border-bottom-left-radius: 20px;

border-top-left-radius: 0;

border-top-right-radius: 0;

background: linear-gradient(270deg, #D7111A 0%, #770B10 100%);

border-color: transparent;

font-family: 'Montserrat';

font-weight: bold;

font-size: 25px;

}

.form-wrapper-btn .btn-primary.focus, .btn-primary:focus{

 box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);;

}

.form-wrapper-btn .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle{

    background: linear-gradient(270deg, #D7111A 0%, #770B10 100%);

    border-color: transparent;

}

.form-text h5{

    color: #d00c15;

    font-family: 'Montserrat';

    font-weight: 600;

    font-size: 25px;

    padding-bottom: 20px;

    padding-top: 20px;

}

.form-bg{

    background: url(../images/faq-bg.png) no-repeat;

    background-size: cover;

    background-position: center;

    padding-bottom: 50px;

    width: 94%;

}

.addres-text{

    display: flex;

    justify-content: space-around;

    padding-bottom: 30px;

}

.addres h6{

    font-family: 'Montserrat';

    font-weight: bold;

    font-size: 18px;

    color: #d00c15;

}

.addres a{

    background: #d00c15;

    color: #fff;

    text-decoration: none;

    padding: 6px 10px;

    border-radius: 31px;

    font-size: 10px;

    font-family: 'Montserrat';

    font-weight: 600;

}

.addres {

    border-right: 1px solid #b7b7b7;

    margin-top: 30px;

}

.addres p{

    font-family: 'Montserrat';

    font-weight: normal;

    font-size: 16px;

    margin: 0;

}

.call-me p{

 font-size: 16px;

 font-family: 'Montserrat';

 font-weight: normal;

 color: #d00c15;

}

.call-me span{

    font-family: 'Montserrat';

    font-weight: 600;

    color: #000;   

}

.call-me h5{

    font-size: 16px;

 font-family: 'Montserrat';

 font-weight: normal;

 color: #d00c15;

 padding-left: 12%; 

}

.call-me h6{

    font-family: 'Montserrat';

    font-weight: bold;

    font-size: 18px;

    color: #d00c15;

}

.call-me{

    border-right: 1px solid #b7b7b7;

    margin-top: 30px;

}

.emil-us h6{

    font-family: 'Montserrat';

    font-weight: bold;

    font-size: 18px;

    color: #d00c15;

}

.emil-us p{

    font-size: 16px;

 font-family: 'Montserrat';

 font-weight: normal;

}

.emil-us{

    margin-top: 30px;

}

.let-us{

    margin-top: -84%;
    background: white;
opacity: 0.6;

}

.contact-bg{

    position: relative;

}

.contact-bg h3{

    color: #cccccc;

font-size: 22px;

font-family: 'Montserrat';

font-weight: normal;

}

.muthoot-usa-text{

    position: absolute;

   top: 31%;

   transform: rotate(7deg);

   -webkit-transform: rotate(90deg);

   right: -9%;

}

.col-centered{

    float: none;

    margin: 0 auto;

}
/*prasanth home banner change */
.firstBannerSec{
    background:url(../images/muthoot-bnr.png) no-repeat;
    color:#fff;
    display:flex;
    align-items: center;
  }
  .bannerInnerSec{
    padding:40px;
    width: 100%;
  }
  .bannerInnerSec h2{
    font-weight:bold;
    font-size:35px;
  }
  .bannerInnerSec a{
    font-weight:normal;
    font-size:18px;
    text-decoration:none;
    color: #fff;
  }

  .bannerContact{
    font-weight:bold;
    font-size:35px;
  }
/*prasanth end */
/* Responsive */

@media (max-width: 1199px){

.why-muthoot-text{

    width: 500px;

    top: 37px;

}

.why-muthoot img{

    height: 100%;

}

.why-choos-tab .nav-link{

    padding: 5px 5px;

}

.why-choos-img{

    height: 400px;

}

.why-choos-muthoot-log{

    padding-top: 70px;

}

.socail-icon {

    padding-top: 25px;}



.quick a{

    line-height: 34px;

}

/* about */

.about-contant h3{

    font-size: 35px;

}

.muthoot-hori{

    right: -16%;

}

.about-bg{

    padding-bottom: 35px;

}

/* branchs */

.branch-text-contant{

    padding-left: 10%;

}

/* product */

.product-img p{

    font-size: 15px;

}

.proAndServ{ background-size: 70%; }

/* over-view */

.muthoot-text{

    display: none;

}

/* contact */

.muthoot-usa-text{

    right: -11%;

}

.addres p{

    font-size: 13px;

}

.call-me p{

    font-size: 14px;

}

.call-me h5{

    font-size: 14px;

}

.emil-us p{

    font-size: 14px;

}

.count-up span{

      font-size: 33px;

      color: #fff;

      font-family: 'Montserrat';

      font-weight: bold;

}

}

@media (max-width: 1023px){

.banner-text h2{

line-height: 38px;

font-size: 30px;

}

.banner-text{

    top: 80px;

}

.banner-sild .read-more{

    top: 300px;

}

.banner-sild .owl-next{

    right: 73%;

}

.why-muthoot-text {

    width: 435px;

    top: 11px;

    left: 48px;

}

.justify-content-center{

    justify-content: left !important;

}

.why-choos-tab p{

    font-size: 14px;

}

.quick a {

    line-height: 31px;

}

.socail-icon {

    padding-top: 0px;

}

/* about */

.muthoot-hori {

    right: -18%;

}

/* branchs */

.branch-text-contant{

    padding-left: 4%;

}

/* product */

.product-img p{

    font-size: 13px;

}

.product-img{

    padding: 12px;

}

/* over-view */

.over-view-text h3{

    font-size: 18px;

}

.over-view-text {

    padding: 18px;

}

.over-viwe-img-inner-text h4{

    font-size: 18px;

}

.over-inner-wrapper {

    padding: 18px;

}

.over-viwe-img-inner-text{

    padding: 19px;

}

.over-view-text p{

    font-size: 15px;

}

.over-inner-wrapper p{

    font-size: 15px;

}

.over-viwe-section p{

    font-size: 15px;

}

/* contact */

.contact-bg h3{

    font-size: 19px;

}

.contact-text h4{

    font-size: 35px;

}

.addres h6{

    font-size: 16px;

}

.addres a{

    padding: 6px 5px

}

.call-me p {

    font-size: 12px;

}

.call-me h6{

    font-size: 16px;

}

.call-me h5 {

    font-size: 12px;

}

.emil-us p {

    font-size: 12px;

}

.form-bg{

    width: 100%;

}

.emil-us h6{

    font-size: 16px;

}

}

@media (max-width: 991px){
    .send_money{
    display:block;   
    background-color: #D7111A;
    color: #fff;
    border-color: #D7111A;
    border-radius: 11px;
    width:150px;
    
    }
    .navbar-brand{

        display: block;

    }

    .logo{

        display: none;

    }

    .banner-text{

        top: 100px;

    }

    .banner-sild .read-more{

        top: 180px;

    }

    .banner-text h2{

       font-size: 25px;

       line-height: 28px;

    }

    .banner-sild .owl-next{

        right: 73%;

    }

    .event-btn {

        bottom: 7%;

        right: 5%;

      }

      .about-inner h5{

          padding-top: 34px

      }

    header .navbar {

        padding: 5px 0 5px 5px;

      }

    .banner-1 img {

        height: 308px;

      }

    .justify-content-center{

        justify-content: left !important;

    }

    .why-choos-tab p{

        font-size: 14px;

    }

    .why-choos-img {

        height: 331px;

      }

      .why-choos-muthoot-log {

        padding-top: 42px;

      }

      .why-muthoot-text {

        width: 416px;

        top: 19px;

        padding: 9px 34px;

        left: 44px;

      }

      .why-muthoot-text h4{

          font-size: 30px;

      }

      .why-muthoot-text p {

        font-size: 15px;}

        .about-inner h3{

            font-size: 30px;

            padding-bottom: 0;

        }

        .about-inner p{

            font-size: 15px;

        }

          .count-up-text h4{

              font-size: 14px;

          }

          .privecy a{

              margin: 0 7px;

          }

          .quick a{

              line-height: 31px;

          }

          .socail-icon{

              padding-top: 3px;

}

/* about */

.about-contant h3{

    font-size: 30px;

}

.about-contant-span p{

    font-size: 15px;

}

.our-core-values h2{

    font-size: 35px;

}

.our-core-values p{

    font-size: 15px;

}

.our-core-bg p{

    font-size: 15px;

}

/* branchs */

.branch-text-contant{

    padding-left: 3%;

}

.box-branch{

    width: auto;

}

/* product */

.product-img {

    padding: 4px;

}



.proAndServRow h3{ font-size: 18px; }

/* over-view */

.over-view-text h2{

    font-size: 35px;

}

.over-view-text h3{

    font-size: 16px;

    line-height: 23px;

    padding-bottom: 10px;

}

.over-viwe-img-inner-text h4 {

    font-size: 16px;

    line-height: 23px;

}

.over-inner-wrapper p {

    font-size: 15px;

    line-height: 24px;

}

.count-up span{

      font-size: 25px;

      color: #fff;

      font-family: 'Montserrat';

      font-weight: bold;

}

}

@media (max-width: 767px){

    .container {

        max-width: 540px;

      }

    .phone{

        display: none;

    }

    .sign-btn{

        display: none;

    }

.logo{

    display: none;

}

.navbar-brand{

    display: block;

}

.pd-left-50{

    padding-left: 125px;

}

.about-text{

    padding-left: 0;

}

.banner-text h2{

    font-size: 45px;

    line-height: 48px;

}

.banner-sild .read-more {

    top: 249px;

  }

.banner-sild .owl-pagination{

    left: 15%;

}

.footer-bg h4{

    padding-left: 0;

}

.line-bottum{

    display: none;

}

.product h2{

    font-size: 30px;

}

.service{

    margin-bottom: 20px;

}

.banner-1 img{

    height: auto;

}

.justify-content-center {

    justify-content: center !important;

}

.why-muthoot-text{

    width: 540px;

    left: 115px;

    padding: 37px 34px;

    top: 95px;

}

.count-box::after {

    display: none;

}

.white-bg{

    padding-bottom: 30px;

    padding-top: 35px;

}

.quick{

    margin-top: 40px;

    padding-left: 15px;

}

.news-events-contant{

    padding-left: 0;

    margin-bottom: 20px;

}

.socail-icon{

    float: left;

    padding-bottom: 10px;

}

.over-viwe-section{

    padding: 37px;

}

/* about */

.about-bg{

    width: 100%;

}

.muthoot-hori{

    display: none;

}

.about-contant{

    padding-left: 0;

}

.our-core-values h2 {

    font-size: 27px;

}

.our-core-bg{

    padding: 40px 35px 30px 35px;

}

/* branchs */

.resived h2{

    font-size: 35px;

}

.resived{

    text-align: center;

    padding-left: 0;

}

.branch-text-contant {

    padding-left: 0%;

}

/* product */

.product-img {

    padding: 0;

}

.product-img p {

    font-size: 16px;

}

.aroow-line{

    padding-right: 60px;

}

/* over-view */

.over-view-text {

    padding: 21px;

}

/* contact */

.muthoot-usa-text{

    display: none;

}

.contact-img{

    width: 100%;

}

.addres h6{

    font-size: 18px;

    padding-right: 30px;

}

.addres-text{

    justify-content: center;

}

.addres a{

    padding: 6px 10px;

}

.addres p{

    font-size: 18px;

}

.call-me h6{

    font-size: 18px;

}

.call-me p{

    font-size: 16px;

}

.call-me h5{

    font-size: 16px;

    padding-left:9%

}

.emil-us h6{

    font-size: 18px;

}

.emil-us p {

    font-size: 16px;

}

.addres{

    border: none;
    text-align: center;

}

.call-me{

    border: none;
    text-align: center;
}


  .emil-us {
    text-align: center;
  }
  .let-us {
    margin-top: -74%;
  }

}

@media (max-width: 646px){

.banner-text h2{

        font-size: 28px;

        line-height: 37px;

}

.why-muthoot img{

    height: auto;

}

.banner-sild .read-more {

    top: 215px;

}

.banner-sild .owl-next {

    right: 73%;

}

/* over-view */

.over-viwe-bg{

    width: 100%;

    overflow: hidden;

}

}

@media (max-width: 520px){

.banner-sild .read-more {

    top: 187px;

} 

.banner-sild .owl-next {

    right: 71%;

  }  

}

@media (max-width: 499px){

.muthoot-logo img{

    width: 90px;

} 

.banner-sild .owl-pagination {

    left: 13%;

    bottom: 5%;

}

.events h3{

    font-size: 35px;

}

.banner-text h2 {

    font-size: 25px;

}

.coppy p{

    padding-left: 15px;

}

.privecy{

    padding-left: 15px;

}

.pd-left-50 {

    padding-left: 15px;

}

.mothoot-vertical{

    margin: 0;

}

.banner-text h2{

    line-height: 35px;

}  

.banner-text h2{

    font-size: 30px;

} 

.banner-text{

    top: 50px;

}

.banner-sild .read-more{

    top: 155px;

}

.why-muthoot-text{

    position: relative;

    width: auto;

    left: 0;

    top: 0;

}

.text-vertical{

    display: none;

}

/* about */

.our-core-bg ul{

    padding: 0;

}

.our-core-values h2 {

    font-size: 25px;

}

/* branchs */

.resived h2 {

    font-size: 30px;

}

/* over-view */

.right-text {

    padding-right: 15px;

}

.left-text {

    padding-left: 15px;

}

.over-viwe-section {

    padding: 20px;

}
.let-us {
    margin-top: -58%;
    background: white;
    opacity: 0.6;
  }
  .contact-img {
    background: url(../images/contact-bg-mob.png) no-repeat;
      background-position-x: 0%;
      background-position-y: 0%;
      background-size: auto;
    background-size: cover;
    background-position: center;
    height: 320px;
    width: 100%;
  }
  .contact-text h4 {
    color: #000;
    text-align: center;
    padding: 10px;
  }

}

@media (max-width: 415px){

.banner-text h2 {

        font-size: 18px;

        line-height: 23px;

}

.banner-sild .read-more {

    top: 123px;

}

.banner-sild .owl-next {

    right: 68%;

  }

  .muthoot-logo

  {

      top:9px;

  }

}

@media (max-width: 350px){

.navbar-brand img{

    width: 145px;

}

.banner-text{

    padding-left: 25px;

}  

.banner-sild .read-more{

    left: 28px;

}

.why-muthoot-text{

    padding: 20px 15px;

}

.mothoot-vertical{

    display: none

}

.banner-text h2 {

    font-size: 19px;

    line-height: 24px;

}

.get p{

    font-size: 13px;

}

.coppy p{

    padding-left: 0;

}

.privecy{

    padding-left: 0;

}

.banner-sild .read-more a{

    font-size: 12px;

}

.banner-sild .owl-next {

    right: 66%;

  }

.banner-sild .read-more {

    top: 107px;

}

.owl-controls .owl-buttons .owl-prev  {

    top: 79%;

}

.owl-controls .owl-buttons .owl-next{

    top: 79%;

}

.product h2 {

    font-size: 25px;

}  

.service h3{

    font-size: 18px;

}

.why-choos-tab .nav-item {

    text-align: center;

    width: 100%;

    padding: 0 10px;

}

.why-choos-img{

    height: auto;

}

.events h3{

    font-size: 30px;

}

.pd-left-50{

    padding-left: 15px;

}

.coppy{

    padding-left: 15px;

}

.privecy{

    padding-left: 15px;

}

/* About */

.about-contant h3 {

    font-size: 25px;

}

/* branchs */

.resived h2 {

    font-size: 25px;

}

/* product */

.product-img p {

    font-size: 13px;

}

.aroow-line {

    padding-right: 20px;

}

/* contact */

.contact-text h4 {

    font-size: 30px;

}

.let-us {

    margin-top: -126%;

}

.call-me h5{

    padding-left: 14%;

}
.let-us {
    margin-top: -70%;
    background: white;
    opacity: 0.6;
  }
  .contact-img {
    background: url(../images/contact-bg-mob.png) no-repeat;
      background-position-x: 0%;
      background-position-y: 0%;
      background-size: auto;
    background-size: cover;
    background-position: center;
    height: 320px;
    width: 100%;
  }
  .contact-text h4 {
    color: #000;
    text-align: center;
    padding: 10px;
  }
}

.accordion {

    color: #1f3e5b;

    background: none;

    cursor: pointer;

    font-weight: bold;

    font-family:'Montserrat';

    font-size: 16px;

    padding: 14px 93px;

    margin-bottom: 10px;

    line-height: 28px;

    width: 100%;

    border: none;

    text-align: left;

    outline: none;

    transition: 0.4s;

    position: relative;

}

.accordion span {

    position: absolute;

    right: 0;

    top: 13px;

    color: #c1cedb;

    font-size: 30px;

    font-weight: 700;

}

.accordion::after {

    content: '\002B';

    color: #1f3e5b;

    font-weight: 300;

    position: absolute;

    left: 0;

    font-family:'Montserrat';

    font-size: 27px;

    background: #d2deea;

    width: 70px;

    height: 36px;

    display: flex;

    justify-content: center;

    align-items: center;

    top: 10px;

    border-radius: 30px;

}

.panel {

    padding: 0 0 0 93px;

    border-bottom: none !important;

    max-height: 0;

     font-family:'Montserrat';

    overflow: hidden;

    transition: max-height 0.2s ease-out;

    box-shadow: none;

    margin-bottom: 0;

}

.active1::after {

    content: "\2212";

    color: #1f3e5b;

    font-weight: 300;

    position: absolute;

    left: 0;

    font-family:'Montserrat';

    font-size: 27px;

    background: none;

    width: 70px;

    height: 36px;

    display: flex;

    justify-content: center;

    align-items: center;

    top: 10px;

    border-radius: 30px;

    border: 2px #1f3e5b solid !important;

}  

 button:focus{

    outline: none;

}

.faq-btn{

    padding-top: 30px;

}



.container {

    max-width: 1300px;

}

h2

{

  font-family:'Montserrat';  

}