/* 
  Domain Page
*/

/* Large Device (Desktop, Laptop */
@media screen and (min-width: 1024px){
     /* header section */
     .head-line{
        content: '';
        display: block;
        border-bottom: 4px solid #FF6C3A;
        width: 4rem;
    }
    .header-section{
        margin-bottom: 5.5rem;
        background: url('../../img/domain/domain-background.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .header-section .header{
        margin: 0px 0px !important;
        padding: 0px 0px !important;
        width: 100%;
        background: radial-gradient(farthest-side at 1% 100%, #0e225080, #040e23e6);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 50vh;
    }
    .header-section .header .header-content{
        margin-top: 20vh;
        height: auto;
        color: white;
    }
    .header-section .header .header-row .header-content span{
        color: #FF6C3A;
        font-size: 18px;
        font-weight: bold;
    }
    .header-section .header .domain-search-container{
        position: relative;
        bottom: -15px;
    }
    .header-section .header .domain-search-container .container{
        width: 60%;
        /* height: 150px; */
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
    }
    .header-section .header .domain-search-container .domain-search{
        margin-top: 1rem;
        width: 100%;
        margin-bottom: 15px;
        background: rgb(228, 228, 228);
        border-radius: 50px 50px 50px 50px;
        box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
    }
    .header-section .header .domain-search-container .domain-search-form input{
        width: 80%;
        height: 50px;
        font-size: 16px;
        font-weight: bold;
        border: none;
        background: rgb(228, 228, 228);
        border-radius: 50px 0px 0px 50px;
        display: inline-block;
        padding: 0 31px;
    }
    .header-section .header .domain-search-container .domain-search-form .btn-sm{
        padding-right: 5%;
        padding-left: 5%;
        text-transform: uppercase;
        color: #fff;
        background: linear-gradient(45deg, #e41733, #FF6C3A);
        height: 50px;
        width: 20%;
        border-radius: 50px 50px 50px 50px;
        margin: 0% !important;
        position: absolute;
        
    }
    .hosting_plan_box {
        background-color: #fff;
        border-radius: 25px;
        border: 2px solid #e8e8e8;
        padding: 45px 20px;
        text-align: center;
        transition: all ease-in-out .5s;
    }
    /* Popular Section */
    .popular-section{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .popular-section .popular-title{
        margin-bottom: 3rem;
    }
    .popular-section .package-row{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .popular-section .col-md-4{
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
    .popular-section .domain-card{
        transform: scale(0.9);
        border: unset;
        border-radius: 20px 20px 20px 20px;
        box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
        transition: all ease 0.5s;
    }
    .popular-section .domain-card:hover{
        transform: scale(1);
        border: 2.5px solid #FF6C3A;
        border-radius: 20px 20px 20px 20px;
        box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
    }
    .waves{
        transition: all ease 0.5s;
        position: relative;
        height: 60px;
        background: #dddddd;
        border-radius: 0% 0% 350% 350%;
    }
    .popular-section .domain-card:hover .waves{
        position: relative;
        height: 60px;
        background: linear-gradient(90deg, #FF6C3A, #e41733) !important;
        border-radius: 0% 0% 350% 350%;
    }
    .popular-section .domain-card:hover .card-title{
        background: linear-gradient(90deg, #FF6C3A, #e41733) !important;
        color: #fff;
    }
    .popular-section .domain-card:hover .card-title .icon{

        color: #FF6C3A;
    }
    .popular-section .domain-card .card-title{
        transition: all ease 0.5s;
        border-radius: 20px 20px 0px 0px;
        background: #dddddd;
        box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
    }
    .popular-section .domain-card .icon{
        line-height: 1.3;
        position: relative;
        width: 120px;
        height: 120px;
        margin: 0 auto;
        background: #ebebeb;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .popular-section .domain-card .card-title{
        padding-left: 2rem;
        padding-right: 2rem;
        box-shadow: unset;
        margin-bottom: unset;
    }
    .popular-section .domain-card .card-body{
        padding-top: 2rem;
    }
    .popular-section .package-list ul{
        padding-left: unset;
        font-size: 14px;
    }
    .popular-section .package-list span{
        font-weight: bolder;
    }
    .popular-section .domain-card .package-price span{
        font-size: 25px;
        font-weight: 900;
        color: #FF6C3A;
    }
    .popular-section .domain-card .card-footer{
        padding-bottom: 2rem;
        background: #fff;
        border: unset;
        border-radius: 0px 0px 20px 20px;
        box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
    }
    /* Price List */
    .price-list{
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
    .price-list .price-title{
        margin-bottom: 1rem;
    }
    .tr-heading{
        background: #FF6C3A;
        color: #fff;
        text-transform: uppercase;
    }
    .table .tr-subhead{
        font-weight: bold;
        background: #dadada;
    }
    /* .tr:hover{
        background: #FF6C3A;
        color: white;
    } */
    .table .domain-name{
        font-weight: bold;
        background: #dadada;
    }
    .table .table-cell{
        padding: 10px 5px;
        text-align: center;
        vertical-align: middle;
        border: none;
    }
    /* fitur domain */
    .fitur-domain{
        background-image: url('../../img/domain/background-16.jpg');
        background-repeat: no-repeat;
        background-position: cover;
        background-size: 100%;
    }
    .fitur-domain .fitur-title{
        padding-left: 2rem;
        padding-right: 2rem;
        color: #fff;
    }
    .fitur-domain .fitur-title p{
        padding-right: 4rem;
        color: rgb(233, 233, 233);
        margin-top: 2rem;
    }
    .fitur-parallax{
        padding-top: 2rem;
        background: rgba(16, 11, 90, 0.59);
    }
    .panel-group .panel {
        box-shadow: none;
        border-color: #EEEEEE;
        margin-bottom: 1rem;
      }
      .panel-default{
        border-radius: 20px 20px 20px 20px;
      }
      .panel-default .panel-heading {
        padding: 0;
        border-radius: 20px 20px 20px 20px;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
      }
      .panel-default .panel-collapse{
        border-radius: 0px 0px 20px 20px;
      }
      .panel-title {
        font-size: 14px;
      }
      .panel-title .icon{
        line-height: 1.3;
        position: relative;
        width: 50px;
        height: 50px;
        background: #ebebeb;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-top: 1rem;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }
    .panel-title .icon img{
        width: 40px;
    }
      .panel-title a {
          width: 90%;
        color: #000;
        font-size: 18px;
        font-weight: bold;
        display: block;
        padding: 15px;
        text-decoration: none;
      }
      .panel-body{
        border-radius: 20px 20px 20px 20px;
        padding: 2rem;
      }
      .more-less {
        float: right;
        color: #FF6C3A;
      }
      
      .panel-default, .panel-heading, .panel-collapse, .panel-body {
        background: #EEEEEE;
      }
      .panel-collapse{
        background: #EEEEEE;
        margin-bottom: 0.4rem;
    }

    /* service */
    .service-section{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .service-section .nav-pills .nav-link.btn{
        margin: 0.2rem;
        border: 1px solid #3a3a3a;
        border-radius: 50px 50px 50px 50px;
    }
    .service-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        border: unset;
        color: #fff;
        background: linear-gradient(45deg, #e41733, #FF6C3A);
        border-radius: 50px 50px 50px 50px;
    
    }
    .service-section .service-text p{
        padding-top: 2rem;
    }
    /* condition */
    .condition{
        padding-bottom: 3rem;
    }
    .condition .cond-head .heading{
        float: right;
    }
    .condition .generic-block{
        padding: 30px 50px 30px 30px;
        background: #f9f9ff;
        border-left: 2px solid #ff7e5f;
    }
    .condition .generic-block .ordered-list li{
        list-style-type: decimal-leading-zero;
        color: #ff7e5f;
        font-weight: 500;
        line-height: 1.82em !important;
    }
    .condition .generic-block .ordered-list li span{
        font-weight: 300;
        color: #828bb2;
    }
}

/* Medium Device */
/* (Tablet) */
@media screen and (min-width: 768px) and (max-width: 1023px){
    /* header section */
    .head-line{
        content: '';
        display: block;
        border-bottom: 4px solid #FF6C3A;
        width: 4rem;
    }
    .header-section{
        background: url('../../img/domain/domain-background.jpg');
        margin-bottom: 5.5rem;
    }
    .header-section .header{
        margin: 0px 0px !important;
        padding: 0px 0px !important;
        width: 100%;
        background: radial-gradient(farthest-side at 1% 100%, #0e225080, #040e23e6);
        background-repeat: no-repeat;
        background-size: auto;
        height: 50vh;
    }
    .header-section .header .header-content{
        margin-top: 30vh;
        height: auto;
        color: white;
        text-align: left !important;
        padding: 1rem;
    }
    .header-section .header .header-row .header-content span{
        color: #FF6C3A;
        font-size: 18px;
        font-weight: bold;
    }
    .header-section .header .domain-search-container{
        position: relative;
        bottom: -10px;
    }
    .header-section .header .domain-search-container .container{
        height: 150px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
    }
    .header-section .header .domain-search-container .domain-search{
        margin-top: 1rem;
        width: 100%;
        margin-bottom: 15px;
        background: rgb(228, 228, 228);
        border-radius: 50px 50px 50px 50px;
        box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
    }
    .header-section .header .domain-search-container .domain-search-form input{
        width: 80%;
        height: 50px;
        font-size: 16px;
        font-weight: bold;
        border: none;
        background: rgb(228, 228, 228);
        border-radius: 50px 0px 0px 50px;
        display: inline-block;
        padding: 0 31px;
    }
    .header-section .header .domain-search-container .domain-search-form .btn-sm{
        padding-right: 5%;
        padding-left: 5%;
        text-transform: uppercase;
        color: #fff;
        background: linear-gradient(45deg, #e41733, #FF6C3A);
        height: 50px;
        width: 20%;
        border-radius: 50px 50px 50px 50px;
        margin: 0% !important;
        position: absolute;
        
    }
    .header-section .header .search-link{
        font-size: 13px;
        font-weight: bold;
        color: #FF6C3A;
    }

    /* Popular Section */
    .popular-section{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .popular-section .popular-title{
        margin-bottom: 3rem;
    }
    .popular-section .package-row{
        padding: unset;
    }
    .popular-section .col-md-4{
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
    .popular-section .domain-card{
        transform: scale(0.9);
        border: 2.5px solid #FF6C3A;
        border-radius: 20px 20px 20px 20px;
        box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
    }
    .popular-section .domain-card .waves{
        position: relative;
        height: 60px;
        background: linear-gradient(90deg, #FF6C3A, #e41733) !important;
        border-radius: 0% 0% 350% 350%;
    }
    .popular-section .domain-card .card-title{
        background: linear-gradient(90deg, #FF6C3A, #e41733) !important;
        color: #fff;
    }
    .popular-section .domain-card .card-title .icon{
        color: #FF6C3A;
    }
    .popular-section .domain-card .card-title{
        transition: all ease 0.5s;
        border-radius: 20px 20px 0px 0px;
        background: #dddddd;
        box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
    }
    .popular-section .domain-card .icon{
        line-height: 1.3;
        position: relative;
        width: 120px;
        height: 120px;
        margin: 0 auto;
        background: #ebebeb;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .popular-section .domain-card .card-title{
        padding-left: 2rem;
        padding-right: 2rem;
        box-shadow: unset;
        margin-bottom: unset;
    }
    .popular-section .domain-card .card-body{
        padding-top: 2rem;
    }
    .popular-section .package-list ul{
        padding-left: unset;
        font-size: 14px;
    }
    .popular-section .package-list span{
        font-weight: bolder;
    }
    .popular-section .domain-card .package-price span{
        font-size: 25px;
        font-weight: 900;
        color: #FF6C3A;
    }
    .popular-section .domain-card .card-footer{
        padding-bottom: 2rem;
        background: #fff;
        border: unset;
        border-radius: 0px 0px 20px 20px;
        box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
    }
    /* Price List */
    .price-list{
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
    .price-list .price-title{
        margin-bottom: 1rem;
    }
    .tr-heading{
        background: #FF6C3A;
        color: #fff;
        text-transform: uppercase;
    }
    .table .tr-subhead{
        font-weight: bold;
        background: #dadada;
    }
    /* .tr:hover{
        background: #FF6C3A;
        color: white;
    } */
    .table .domain-name{
        font-weight: bold;
        background: #dadada;
    }
    .table .table-cell{
        padding: 10px 5px;
        text-align: center;
        vertical-align: middle;
        border: none;
    }
    /* fitur domain */
    .fitur-domain{
        background-image: url('../../img/domain/background-16.jpg');
        background-repeat: no-repeat;
        background-position: cover;
    }
    .fitur-domain .fitur-title{
        padding-left: 2rem;
        padding-right: 2rem;
        color: #fff;
    }
    .fitur-domain .fitur-title p{
        padding-right: 4rem;
        color: rgb(233, 233, 233);
        margin-top: 2rem;
    }
    .fitur-parallax{
        padding-top: 2rem;
        background: rgba(16, 11, 90, 0.59);
    }
    .panel-group .panel {
        box-shadow: none;
        border-color: #EEEEEE;
        margin-bottom: 1rem;
      }
      .panel-default{
        border-radius: 20px 20px 20px 20px;
      }
      .panel-default .panel-heading {
        padding: 0;
        border-radius: 20px 20px 20px 20px;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
      }
      .panel-default .panel-collapse{
        border-radius: 0px 0px 20px 20px;
      }
      .panel-title {
        font-size: 14px;
      }
      .panel-title .icon{
        line-height: 1.3;
        position: relative;
        width: 50px;
        height: 50px;
        background: #ebebeb;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-top: 1rem;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }
    .panel-title .icon img{
        width: 40px;
    }
      .panel-title a {
          width: 90%;
        color: #000;
        font-size: 18px;
        font-weight: bold;
        display: block;
        padding: 15px;
        text-decoration: none;
      }
      .panel-body{
        border-radius: 20px 20px 20px 20px;
        padding: 2rem;
      }
      .more-less {
        float: right;
        color: #FF6C3A;
      }
      
      .panel-default, .panel-heading, .panel-collapse, .panel-body {
        background: #EEEEEE;
      }
      .panel-collapse{
        background: #EEEEEE;
        margin-bottom: 0.4rem;
    }

    /* service */
    .service-section{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .service-section .nav-pills .nav-link.btn{
        margin: 0.2rem;
        border: 1px solid #3a3a3a;
        border-radius: 50px 50px 50px 50px;
    }
    .service-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        border: unset;
        color: #fff;
        background: linear-gradient(45deg, #e41733, #FF6C3A);
        border-radius: 50px 50px 50px 50px;
    
    }
    .service-section .service-text p{
        padding-top: 2rem;
    }
    /* condition */
    .condition{
        padding-bottom: 3rem;
    }
    .condition .heading{
        font-size: xx-large;
        font-weight: bold;
    }
    .condition .generic-block{
        padding: 30px 50px 30px 10px;
        background: #f9f9ff;
        border-left: 2px solid #ff7e5f;
    }
    .condition .generic-block .ordered-list li{
        list-style-type: decimal-leading-zero;
        color: #ff7e5f;
        font-weight: 500;
        line-height: 1.82em !important;
    }
    .condition .generic-block .ordered-list li span{
        font-weight: 300;
        color: #828bb2;
    }
}

/* Small Device (Smartphone) */
@media screen and (max-width: 767px){
    /* header section */
    .head-line{
        content: '';
        display: block;
        border-bottom: 4px solid #FF6C3A;
        width: 4rem;
    }
    .header-section{
        margin-bottom: 5.5rem;
    }
    .header-section .header{
        margin: 0px 0px !important;
        padding: 0px 0px !important;
        width: 100%;
        background: radial-gradient(farthest-side at 1% 100%, #0e2250, #040e23);
        background-repeat: no-repeat;
        background-size: auto;
        height: 50vh;
    }
    .header-section .header .header-content{
        margin-top: 20vh;
        height: auto;
        color: white;
        text-align: left !important;
        padding: 1rem;
    }
    .header-section .header .header-row .header-content span{
        color: #FF6C3A;
        font-size: 18px;
        font-weight: bold;
    }
    .header-section .header .domain-search-container{
        position: relative;
        bottom: -10px;
    }
    .header-section .header .domain-search-container .container{
        height: 150px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
    }
    .header-section .header .domain-search-container .domain-search{
        margin-top: 1rem;
        width: 100%;
        margin-bottom: 15px;
        background: rgb(228, 228, 228);
        border-radius: 50px 50px 50px 50px;
        box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
    }
    .header-section .header .domain-search-container .domain-search-form input{
        width: 80%;
        height: 50px;
        font-size: 16px;
        font-weight: bold;
        border: none;
        background: rgb(228, 228, 228);
        border-radius: 50px 0px 0px 50px;
        display: inline-block;
        padding: 0 31px;
    }
    .header-section .header .domain-search-container .domain-search-form .btn-sm{
        padding-right: 5%;
        padding-left: 5%;
        text-transform: uppercase;
        color: #fff;
        background: linear-gradient(45deg, #e41733, #FF6C3A);
        height: 50px;
        width: 20%;
        border-radius: 50px 50px 50px 50px;
        margin: 0% !important;
        position: absolute;
        
    }
    .header-section .header .search-link{
        font-size: 13px;
        font-weight: bold;
        color: #FF6C3A;
    }

    /* Popular Section */
    .popular-section{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .popular-section .popular-title{
        margin-bottom: 3rem;
    }
    .popular-section .package-row{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .popular-section .col-md-4{
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
    .popular-section .domain-card{
        transform: scale(0.9);
        border: 2.5px solid #FF6C3A;
        border-radius: 20px 20px 20px 20px;
        box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
    }
    .popular-section .domain-card .waves{
        position: relative;
        height: 60px;
        background: linear-gradient(90deg, #FF6C3A, #e41733) !important;
        border-radius: 0% 0% 350% 350%;
    }
    .popular-section .domain-card .card-title{
        background: linear-gradient(90deg, #FF6C3A, #e41733) !important;
        color: #fff;
    }
    .popular-section .domain-card .card-title .icon{
        color: #FF6C3A;
    }
    .popular-section .domain-card .card-title{
        transition: all ease 0.5s;
        border-radius: 20px 20px 0px 0px;
        background: #dddddd;
        box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
    }
    .popular-section .domain-card .icon{
        line-height: 1.3;
        position: relative;
        width: 120px;
        height: 120px;
        margin: 0 auto;
        background: #ebebeb;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .popular-section .domain-card .card-title{
        padding-left: 2rem;
        padding-right: 2rem;
        box-shadow: unset;
        margin-bottom: unset;
    }
    .popular-section .domain-card .card-body{
        padding-top: 2rem;
    }
    .popular-section .package-list ul{
        padding-left: unset;
        font-size: 14px;
    }
    .popular-section .package-list span{
        font-weight: bolder;
    }
    .popular-section .domain-card .package-price span{
        font-size: 25px;
        font-weight: 900;
        color: #FF6C3A;
    }
    .popular-section .domain-card .card-footer{
        padding-bottom: 2rem;
        background: #fff;
        border: unset;
        border-radius: 0px 0px 20px 20px;
        box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
    }
    /* Price List */
    .price-list{
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
    .price-list .price-title{
        margin-bottom: 1rem;
    }
    .tr-heading{
        background: #FF6C3A;
        color: #fff;
        text-transform: uppercase;
    }
    .table .tr-subhead{
        font-weight: bold;
        background: #dadada;
    }
    /* .tr:hover{
        background: #FF6C3A;
        color: white;
    } */
    .table .domain-name{
        font-weight: bold;
        background: #dadada;
    }
    .table .table-cell{
        padding: 10px 5px;
        text-align: center;
        vertical-align: middle;
        border: none;
    }
    /* fitur domain */
    .fitur-domain{
        background-image: url('../../img/domain/background-16.jpg');
        background-repeat: no-repeat;
        background-position: cover;
    }
    .fitur-domain .fitur-title{
        padding-left: 2rem;
        padding-right: 2rem;
        color: #fff;
    }
    .fitur-domain .fitur-title p{
        padding-right: 4rem;
        color: rgb(233, 233, 233);
        margin-top: 2rem;
    }
    .fitur-parallax{
        padding-top: 2rem;
        background: rgba(16, 11, 90, 0.59);
    }
    .panel-group .panel {
        box-shadow: none;
        border-color: #EEEEEE;
        margin-bottom: 1rem;
      }
      .panel-default{
        border-radius: 20px 20px 20px 20px;
      }
      .panel-default .panel-heading {
        padding: 0;
        border-radius: 20px 20px 20px 20px;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
      }
      .panel-default .panel-collapse{
        border-radius: 0px 0px 20px 20px;
      }
      .panel-title {
        font-size: 14px;
      }
      .panel-title .icon{
        line-height: 1.3;
        position: relative;
        width: 50px;
        height: 50px;
        background: #ebebeb;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-top: 1rem;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }
    .panel-title .icon img{
        width: 40px;
    }
      .panel-title a {
          width: 90%;
        color: #000;
        font-size: 18px;
        font-weight: bold;
        display: block;
        padding: 15px;
        text-decoration: none;
      }
      .panel-body{
        border-radius: 20px 20px 20px 20px;
        padding: 2rem;
      }
      .more-less {
        float: right;
        color: #FF6C3A;
      }
      
      .panel-default, .panel-heading, .panel-collapse, .panel-body {
        background: #EEEEEE;
      }
      .panel-collapse{
        background: #EEEEEE;
        margin-bottom: 0.4rem;
    }

    /* service */
    .service-section{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .service-section .nav-pills .nav-link.btn{
        margin: 0.2rem;
        border: 1px solid #3a3a3a;
        border-radius: 50px 50px 50px 50px;
    }
    .service-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        border: unset;
        color: #fff;
        background: linear-gradient(45deg, #e41733, #FF6C3A);
        border-radius: 50px 50px 50px 50px;
    
    }
    .service-section .service-text p{
        padding-top: 2rem;
    }
    /* condition */
    .condition{
        padding-bottom: 3rem;
    }
    .condition .generic-block{
        padding: 30px 50px 30px 10px;
        background: #f9f9ff;
        border-left: 2px solid #ff7e5f;
    }
    .condition .generic-block .ordered-list li{
        list-style-type: decimal-leading-zero;
        color: #ff7e5f;
        font-weight: 500;
        line-height: 1.82em !important;
    }
    .condition .generic-block .ordered-list li span{
        font-weight: 300;
        color: #828bb2;
    }
}

/* Extra Small Device */
/* (small smartphone )*/
@media screen and (max-width: 360px){

}