i.mce-i-icon {
    font: 400 20px/1 dashicons;
    padding: 0;
    vertical-align: top;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -2px;
    padding-right: 2px
}


/* Custom */
.btn_ button {
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  top: 0;
  font-size: 30px;
  text-transform: uppercase;
    font-weight: 600;
  font-family: "Open Sans", Helvetica;
  border-radius: 4px;
  border-bottom: 1px solid rgba(0, 155, 214);
  background: rgba(0, 155, 214);
  color: #fff;
  box-shadow: 0px 0px 0px rgba(0, 155, 214);
  
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
          transform: translateZ(0);
  
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

.btn_ button:hover {
  top: -10px;
  box-shadow: 0px 10px 10px rgba(0, 155, 214);
  
  -webkit-transform: rotateX(20deg);
     -moz-transform: rotateX(20deg);
      -ms-transform: rotateX(20deg);
          transform: rotateX(20deg);
          background: rgba(0, 155, 214);
}

.btn_ button:active {
  top: 0px;
  box-shadow: 0px 0px 0px rgba(0, 155, 214);
  background: rgba(0, 155, 214);
}

.search-br{
  width: 72%;
    margin-left: 15%;
}

.margin-top20{
  margin-top: 20px;
}



/*templates*/


.demo{ background: #b2b2b2; }
.pricingTable{
    background: #fff;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    color: #ae003d;
    background: #fff;
    box-shadow: 0 0 10px #ae003d, 0 0 10px #000 inset;
}
.pricingTable:hover{ box-shadow: 0 0 5px rgba(0,0,0,0.8) inset, 0 0 10px rgba(0,0,0,0.8); }
.pricingTable svg{
    display: block;
    margin-left: -1px;
}
.pricingTable .pricing-content{
    padding: 50px 0 30px;
    position: relative;
}
.pricingTable .title{
    font-size: 35px;
    font-weight: 600;
    color: #97ce18;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.pricingTable .pricing-content ul{
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}
.pricingTable .pricing-content ul li{
    font-size: 18px;
    color: rgba(0,0,0,0.3);
    line-height: 40px;
    text-transform: capitalize;
}
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 8px 50px;
    background: #ae003d;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease 0s;

}
.pricingTable:hover .pricingTable-signup{ box-shadow: 0 0 10px #ae003d; }
.pricingTable .pricingTable-signup:hover{
    color: #ae003d;
    background: #fff;
    box-shadow: 0 0 10px #ae003d, 0 0 10px #000 inset;
}
.pricingTable.blue .title{ color: #005c99; }
.pricingTable.blue .pricingTable-signup{ background: #005c99; }
.pricingTable.blue:hover .pricingTable-signup{ box-shadow: 0 0 10px #005c99; }
.pricingTable.blue .pricingTable-signup:hover{
    color: #005c99;
    background: #fff;
    box-shadow:0 0 10px #005c99, 0 0 10px #000 inset;
}
.pricingTable.red .title{ color: #db2c29; }
.pricingTable.red .pricingTable-signup{ background: #db2c29; }
.pricingTable.red:hover .pricingTable-signup{ box-shadow: 0 0 10px #db2c29; }
.pricingTable.red .pricingTable-signup:hover{
    color: #db2c29;
    background: #fff;
    box-shadow:0 0 10px #db2c29, 0 0 10px #000 inset;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}


/************************ Avada theme Search Bar*****************************************

****************avada Theme **************************************/


/* Cute Search Box by CodeHim.Com*/
.a_codehim-cute-ba {
 padding: 10px;
 box-sizing: border-box;
}

.a_codehim-cute-ba input[type=text] {
 color: #F6358A;
 caret-color: #000;
 font-size: 10pt;
 width: 60%;
 padding: 14px;
 display: inline;
 background: #fff;
 border: 1px solid #ccc;
 outline: 0;
}

.a_codehim-cute-ba input[type=submit]:hover {
 box-shadow: 1px 2px 6px #444;
 color: #ad4f90;
 background: blue;
}

.a_codehim-cute-ba input[type=text]:focus {
 background: #f5f5f5;
}

.a_codehim-cute-ba input[type=submit] {
 padding: 18px 5px 18px 0px;
 display: inline;
	font-size:14px;
 border: none;
	border-radius:80px;
 outline: 0;
 background:rgba(36, 196, 24, 0.97);
 color: #931829;
 margin-left: -5px;
 cursor: pointer;
 transition: .3s;
 -webkit-transition: .3s;
 -moz-transition: .3s;
 font-size: 10pt;
 font-weight: 700;
}

.a_codehim-cute-ba .second-theme {
 padding: 15px;
 display: inline;
 border: none;
 outline: 0;
 background: #f88708;
 color: #fff;
 margin-left: -5px;
 cursor: pointer;
 transition: .3s;
 -webkit-transition: .3s;
 -moz-transition: .3s;
 font-size: 10pt;
 font-weight: 700;
}

.a_dom_con{
  background-color: #ddd7d9d4;
  height: 200px;
  border-radius:80px;
}

.a_dom_form{
  padding-top: 8%;
}

.a_dom_title{
  position: absolute;
  margin: 2% 0 0 15%;
  color: white;
}
.order_buttn_pading{
  padding-left: 28%;
  padding-top: 17%;
}

/*******Orderbutton*/

.order_a_dom_con{
  
  height: 200px;
}



.order_a_dom_title{
  position: absolute;
  margin: 2% 0 0 15%;
  color: #c3b1b1;
}

.order_m_dom_con{
  
  height: 200px;
}

.width_60per{
  width: 60%;
}


.order_m_dom_title{
  position: absolute;
  margin: 2% 0 0 15%;
  color: #c3b1b1;
}

.btn_o button {
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  top: 0;
  font-size: 30px;
  text-transform: uppercase;
    font-weight: 600;
  font-family: "Open Sans", Helvetica;
  border-radius: 4px;
  border-bottom: 1px solid rgb(248, 135, 8);
  background: rgb(248, 135, 8);
  color: #fff;
  box-shadow: 0px 0px 0px rgb(248, 135, 8);
  
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
          transform: translateZ(0);
  
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

.btn_o button:hover {
  top: -10px;
  box-shadow: 0px 10px 10px rgb(248, 135, 8);
  
  -webkit-transform: rotateX(20deg);
     -moz-transform: rotateX(20deg);
      -ms-transform: rotateX(20deg);
          transform: rotateX(20deg);
          background: rgb(248, 135, 8);
}

.btn_o button:active {
  top: 0px;
  box-shadow: 0px 0px 0px rgb(248, 135, 8);
  background: rgb(248, 135, 8);
}

/**************orderbutton*/


/********************************************************
********************** mosture *****************************
************************************************************/
.ccodehim-cute-ba {
 padding: 10px;
 box-sizing: border-box;
}

.ccodehim-cute-ba input[type=text] {
 color: #F6358A;
 caret-color: #000;
 font-size: 10pt;
 width: 60%;
 padding: 14px;
 display: inline;
 background: #fff;
 border: 1px solid #ccc;
 outline: 0;
}

.ccodehim-cute-ba input[type=submit]:hover {
 box-shadow: 1px 2px 6px #444;
 color: #F6358A;
 background: #fff;
}

.ccodehim-cute-ba input[type=text]:focus {
 background: #f5f5f5;
}

.ccodehim-cute-ba input[type=submit] {
 padding: 18px 5px 18px 0px;
 display: inline;
 border: none;
 outline: 0;
 background: rgb(86, 70, 57);
 color: #fff;
 margin-left: -5px;
 cursor: pointer;
 transition: .3s;
 -webkit-transition: .3s;
 -moz-transition: .3s;
 font-size: 10pt;
 font-weight: 700;
}

.ccodehim-cute-ba .second-theme {
 padding: 15px;
 display: inline;
 border: none;
 outline: 0;
 background: #f88708;
 color: #fff;
 margin-left: -5px;
 cursor: pointer;
 transition: .3s;
 -webkit-transition: .3s;
 -moz-transition: .3s;
 font-size: 10pt;
 font-weight: 700;
}

.dom_con{
  background-color: #f88708;
  height: 200px;
}

.dom_form{
  padding-top: 15%;
}

.dom_title{
  position: absolute;
  margin: 2% 0 0 15%;
  color: white;
}

/********************************************************
********************** /Avada*****************************
************************************************************/


/***************************************** 2nd theme***************************************/


.pricingTable2{
    padding: 25px 20px;
    text-align: center;
    border: 2px solid #9a580c;
    transition: all 0.3s ease 0s;
}
.pricingTable2:hover{ box-shadow: 0 8px 10px -6px rgba(0,0,0,0.7); }
.pricingTable2 .title2{
    padding: 10px 0;
    margin: 0 0 20px 0;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
}
.pricingTable2 .title2:before,
.pricingTable2 .title2:after{
    content: "";
    width: 50%;
    height: 100%;
    background: #f88708;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transform: skew(0deg, -6deg);
    transition: all 0.3s ease 0s;
}
.pricingTable2 .title2:after{
    right: auto;
    left: 0;
    transform: skew(0deg, 6deg);
}
.pricingTable2:hover .title2:before{ transform: skew(0deg,6deg); }
.pricingTable2:hover .title2:after{ transform: skew(0deg,-6deg); }
.pricingTable2 .price-value{ margin-bottom: 20px; }
.pricingTable2 .amount{
    display: block;
    font-size: 50px;
    font-weight: 700;
    color: #f88708;
}
.pricingTable2 .month{
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #9a580c;
}
.pricingTable2 .pricing-content2{
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 40px;
    letter-spacing: 1px;
}
.pricingTable2 .pricing-content2 li{ box-shadow:  0 7px 10px -9px rgba(258, 135, 8, 0.8); }
.pricingTable2 .pricing-content2 ul li:last-child{ box-shadow: none; }
.pricingTable2 .pricingTable2-signup{
    display: block;
    padding: 7px 0;
    font-size: 18px;
    font-weight: 700;
    color: #f88708;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable2 .pricingTable2-signup:before{
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #9a580c;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: border-left-color 0.1s linear 0.14s,
    border-top-color 0.1s linear 0.07s,
    border-right-color 0.1s linear 0s,
    border-bottom-width 0.1s linear 0.14s;
}
.pricingTable2:hover .pricingTable2-signup:hover:before{
    border-bottom-width: 4px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    transition: border-left-color 0.1s linear 0s,
    border-top-color 0.1s linear 0.07s,
    border-right-color 0.1s linear 0.14s,
    border-bottom-width 0.1s linear 0.14s;
}
@media only screen and (max-width: 990px){
    .pricingTable2{ margin-bottom: 30px; }
}

/* ================================= */
/* -------- Find Domain CSS -------- */
/* ================================= */
.find_domain .heading {
  border-bottom:none;
}
.find_domain .domain_search {
    background: #11162e;
    padding:20px 0 20px;
}
.find_domain .domain_search .input-group .form-control {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eaeaea currentcolor #eaeaea #eaeaea;
  border-image: none;
  border-radius: 0;
  border-style: solid none solid solid;
  border-width: 1px medium 1px 1px;
  font-size: 12px;
  height: 51px;
  line-height: 41px;
  padding: 0 15px;
}
.find_domain .domain_search .input-group .input-group-addon {
    padding: 0;
    background: none;
    border-radius: 0;
    border: none;
}
.find_domain .domain_search .input-group .input-group-addon .searchFilters {
    position: relative;
}
.find_domain .domain_search .input-group .input-group-addon .searchFilters .btn {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 0;
  color: #aeaeae;
  font-weight: normal;
  line-height: 36px;
  margin-left: -165px;
  text-align: left;
  text-transform: lowercase;
  width: 165px;
  z-index: 2;
  height: 51px;
  margin-top: 0;
}
.find_domain .domain_search .input-group .input-group-addon .searchFilters .btn i {
    position: absolute;
    right: 27px;
    line-height: 40px;
}
.find_domain .domain_search .input-group .input-group-addon .searchFilters .btn + ul {
    border-radius: 0;
    width: 165px;
    left: -165px;
    margin: 0;
    border: none;
    padding: 0;
}
.find_domain .domain_search .input-group .input-group-addon .searchFilters .btn + ul li a {
    color: #000428;
    border-top: 1px solid #d5dae2;
    text-transform: lowercase;
    font-weight: 500;
    line-height: 35px;
    padding: 0 25px;
}
.find_domain .domain_search .input-group .input-group-addon .searchFilters .btn + ul li a:hover {
    background: #009bd6;
    color: #fff;
}
.find_domain .domain_search .input-group .input-group-addon input {
    padding: 0 44px;
    background:#333;    
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    line-height: 50px;
}
.find_domain .domain_search .input-group .input-group-addon input:hover {
    background:#000428;
    color: #fff;

}
.find_domain .domain_search .price_list {
    margin-top: 22px;
}
.find_domain .domain_search .price_list li {
    padding: 0 35px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 33px;
}
.find_domain .domain_search .price_list li + li {
    border-left: 1px solid #b9e0f5;
}
.find_domain .domain_search .price_list li:first-child {
    padding-left: 0;
}
.find_domain.find_domain2 {
    background: #009bd8;
    padding-top:20px;
}
.find_domain.find_domain2 .domain_search {
    padding-left: 0;
    background: none;
}
.find_domain.find_domain2 .domain_search .price_list li + li {
    border-left-color: #b9e0f5;
}
.find_domain.find_domain2 .domain_search .input-group .form-control {
    width: 100%;
}
.clickinstall{
      width: 160px;
    float: left;
}
.find_domain.find_domain_drop {
    transition: all 300ms ease-in-out 0s;
}
.find_domain.find_domain_drop + .drop_icon {
    z-index: 999;
    text-align: center;
    font-size: 36px;
}
.find_domain.find_domain_drop + .drop_icon:before {
    content: '';
    width: 1px;
    height: 56px;
    background: rgba(66, 182, 255, 0.27);
    display: block;
    position: absolute;
    right: 127.5px;
    top: 0;
}
.find_domain.find_domain_drop + .drop_icon .domain_search_drop {
    color: #fff;
    background: #42b6ff;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    display: block;
    position: absolute;
    right: 103px;
    top: 56px;
    transition-duration: 1s;
}
.find_domain.find_domain_drop + .drop_icon .domain_search_drop.rotate {
    transform: rotate(45deg);
}
body section.row,
body header.row,
body footer.row {
    margin: 0;
    position: relative;
}
body .fleft {
    float: left;
}



#namanyay-search-btn {
background:#0099ff;
color:white;
padding:10px 20px;
border-radius:0 5px 5px 0;
-moz-border-radius:0 5px 5px 0;
-webkit-border-radius:0 5px 5px 0;
-o-border-radius:0 5px 5px 0;
border:0 none;
font-weight:bold;
}
#namanyay-search-box {
background: blue;
padding:10px;
 border-radius:5px 0 0 5px;
-moz-border-radius:5px 0 0 5px;
-webkit-border-radius:5px 0 0 5px;
-o-border-radius:5px 0 0 5px;
border:0 none;
width:160px;
}
/*************************************/
